:root {
  --nvt-primary: #4b4545;
  --nvt-secondary: #999395;
  --nvt-success: #198754;
  --nvt-info: #0dcaf0;
  --nvt-warning: #ffc107;
  --nvt-link: #0d6efd;
  --nvt-link-hover: #0a58ca;
  --nvt-base: #212529;
  --nvt-title: #222;
  --nvt-meta: #4b4545;
  --nvt-heading: #222;
  --nvt-white: #ffffff;
  --nvt-dark: #212529;
  --nvt-contrast: #f7f8f9;
  --nvt-grid-gap: 10px;
  --nvt-row-gap: 30px;
  --nvt-column-gap: 15px;
  --nvt-wide-width-size: 1200px;
  --nvt-content-width-size: calc(1200px - 60px);
}
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
   margin: 0 !important;
}
div#primary {
    margin-top: -24px;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
main {
  display: block;
}
progress {
  vertical-align: baseline;
}
html {
  box-sizing: border-box;
}
*,
::before,
::after {
  box-sizing: inherit;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: 2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
body {
  background-color: var(--nvt-contrast);
  color: var(--nvt-base);
}
body,
button,
input,
select,
textarea {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  line-height: 1.5;
}
select {
  display: inline-block;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.25s;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iaWNvbi1kcm9wZG93biIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzAgMjAiPjxwYXRoIGQ9Ik0xOS4zNiw5LDE1LjIsMTMuMTJhLjI4LjI4LDAsMCwxLS40MSwwTDEwLjYzLDlhLjI4LjI4LDAsMCwxLDAtLjQxbC40NS0uNDVBLjI5LjI5LDAsMCwxLDExLjI5LDhhLjMxLjMxLDAsMCwxLC4yMS4wOUwxNSwxMS42MSwxOC41MSw4LjFhLjI4LjI4LDAsMCwxLC40MSwwbC40NS40NWEuMjguMjgsMCwwLDEsMCwuNDFaIi8+PC9zdmc+);
  background-position: center right;
  background-repeat: no-repeat !important;
  background-size: 1.8em 1.2em;
  padding-right: 1.8em !important;
}
p {
  margin-bottom: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  color: var(--nvt-heading);
}
pre {
  background: rgba(0, 0, 0, 0.05);
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  margin-bottom: 1.5em;
  padding: 20px;
  overflow: auto;
  max-width: 100%;
}
blockquote,
blockquote.wp-block-quote {
  border-left: 5px solid rgba(0, 0, 0, 0.05);
  padding: 20px;
  font-size: 1.2em;
  font-style: italic;
  margin: 0 0 1.5em;
  position: relative;
}
table td p,
blockquote p:last-child {
  margin: 0;
}
table,
th,
td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.5em;
  width: 100%;
}
th,
td {
  padding: 10px;
}
th {
  border-width: 0 1px 1px 0;
}
td {
  border-width: 0 1px 1px 0;
}
hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 30px;
  margin-top: 30px;
}
fieldset {
  padding: 0;
  border: 0;
  min-width: inherit;
}
fieldset legend {
  padding: 0;
  margin-bottom: 1.5em;
}
h1 {
  font-size: 42px;
  margin-bottom: 20px;
  line-height: 1.3em;
  font-weight: 400;
  text-transform: none;
}
h2 {
  font-size: 35px;
  margin-bottom: 20px;
  line-height: 1.3em;
  font-weight: 400;
  text-transform: none;
}
h3 {
  font-size: 29px;
  margin-bottom: 20px;
  line-height: 1.3em;
  font-weight: 400;
  text-transform: none;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h4,
h5,
h6 {
  margin-bottom: 20px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul,
ol {
  margin: 0 0 1.5em;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: 700;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
address {
  margin: 0 0 1.5em;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted var(--nvt-base);
  cursor: help;
}
mark,
ins {
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
small,
.small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
  word-break: break-word;
}
th {
  font-weight: 700;
}
img {
  height: auto;
  max-width: 100%;
}
.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
}
.no-marker {
  list-style: none;
  padding-left: 0;
}
.has-marker {
  padding-left: 1.5rem;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
a.button:focus,
a.button:hover,
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.wp-block-button__link:not(.has-background) {
  background: var(--nvt-primary);
  color: var(--nvt-white);
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  padding: 8px 15px;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  -webkit-appearance: none;
  border: 1px solid #ced4da;
  padding: 8px 15px;
  max-width: 100%;
  color: var(--nvt-base);
  background-color: var(--nvt-contrast);
}
textarea {
  width: 100%;
}
a,
button,
input {
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}
a {
  text-decoration: none;
  color: var(--nvt-link);
}
a:hover,
a:focus {
  color: var(--nvt-link-hover);
}
.button,
.wp-block-button .wp-block-button__link {
  padding: 8px 15px;
  display: inline-block;
}
.wp-block-button .wp-block-button__link {
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
}
.using-mouse :focus {
  outline: 0;
}
.using-mouse ::-moz-focus-inner {
  border: 0;
}
.alignleft {
  float: left;
  display: inline;
  margin-right: 1.5em;
}
.alignright {
  float: right;
  display: inline;
  margin-left: 1.5em;
}
.aligncenter {
  float: none;
  clear: both;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
.content-narrow .entry-content .alignfull,
.no-sidebar .entry-content .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  width: auto;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#primary[tabindex="-1"]:focus {
  outline: 0;
}
#page {
  min-height: 100vh;
  display: block;
  overflow: hidden;
  position: relative;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.site.box-shadow {
  box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}
.nevo-navigation {
  z-index: 99;
  padding: 0;
  clear: both;
  display: block;
}
.nevo-navigation li > a {
  position: relative;
  display: flex;
  padding: 10px 0;
  color: var(--nvt-base);
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
}
.nevo-navigation ul {
  list-style: none;
  margin: 0;
  left: 10px;
  padding-left: 0;
}
.nevo-navigation > ul ul {
  display: block;
  width: 100%;
}
.nevo-nav-menu {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.col-end .nevo-nav-menu {
  justify-content: end;
}
.nevo-nav-menu li {
  position: relative;
  margin: 0 15px;
}
.nevo-nav-menu > li {
  margin: 0;
  padding: 0 15px;
}
.nevo-navigation li > a:hover {
  color: var(--nvt-link-hover);
}
.highlight-menu-background .nevo-navigation ul {
  left: 0;
}
.nevo-navigation li[class*="current-menu-"] > a {
  color: #0d6efd;
}
.header-section:not(.highlight-menu-background) .first-menu-item {
  padding-left: 0px;
}
.highlight-menu-border .nevo-nav-menu > .menu-item > .nevo-menu-link:before {
  content: "";
  width: 1px;
  position: absolute;
  transition: all 0.25s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.highlight-menu-border
  .nevo-nav-menu
  > .menu-item:focus
  > .nevo-menu-link:before,
.highlight-menu-border
  .nevo-nav-menu
  > .menu-item:hover
  > .nevo-menu-link:before,
.highlight-menu-border
  .nevo-nav-menu
  > .current-menu-item
  > .nevo-menu-link:before,
.highlight-menu-border
  .nevo-nav-menu
  > .current-menu-ancestor
  > .nevo-menu-link:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 0.15em;
  transition: all 0.25s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.sub-dropdown,
.nevo-nav-menu ul {
  top: 100%;
  opacity: 0;
  float: left;
  z-index: 1000;
  font-size: 1rem;
  min-width: 200px;
  text-align: left;
  visibility: hidden;
  position: absolute;
  background-color: var(--nvt-white);
  border-top: 1px solid #ddd;
  transition: all 0.4s ease;
  transform: translate3d(0, 20px, 0);
  -webkit-transition: all 0.4s ease;
  -webkit-transform: translate3d(0, 20px, 0);
  -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
  box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
}
.sub-dropdown {
  padding: 15px;
}
.nevo-nav-menu > .is-mega-menu > ul {
  padding: 15px 20px;
}
.nevo-dropdown.focus .sub-dropdown,
.nevo-nav-menu > li:hover > ul,
.nevo-nav-menu > li > ul > li:hover > ul,
.nevo-nav-menu > li.menu-item.focus > ul,
.nevo-nav-menu > li > ul > li.menu-item.focus > ul {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.nevo-nav-menu ul ul {
  top: -1px;
  left: calc(100% + 15px);
}
.nevo-nav-menu ul li {
  display: block;
}
.menu-vertical li a .nevo-item-title,
.nevo-nav-menu ul li a .nevo-item-title {
  width: 100%;
  display: inline-flex;
}
.menu-vertical li a .nevo-icon,
.nevo-nav-menu ul li a .nevo-icon {
  margin-left: auto !important;
}
.nevo-nav-menu .sub-menu > li > a {
  line-height: 1.5;
  border-bottom: 1px solid #ececec;
}
.sub-menu > li:last-child > a {
  border-bottom: 0 !important;
}
.header-col.col-start .sub-dropdown,
.header-col.col-center .sub-dropdown {
  left: 0;
}
.header-col.col-end .sub-dropdown {
  right: 0;
}
.menu-mobile li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ececec;
}
.menu-mobile a {
  flex-grow: 1;
  margin-bottom: 2px;
}
.menu-mobile .sub-menu {
  position: fixed;
  opacity: 0;
  left: -99999px;
}
.menu-mobile > li.focus > ul,
.menu-mobile > li > ul > li.focus > ul {
  position: inherit;
  opacity: 1;
  left: auto;
}
.menu-mobile .sub-menu li {
  margin-left: 20px;
}
.menu-mobile .nevo-toggle {
  color: currentColor;
  background: var(--nvt-white);
}
.menu-mobile > li.focus > .nevo-toggle,
.menu-mobile > li > ul > li.focus > .nevo-toggle {
  color: currentColor;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.site-main .comment-navigation,
.site-main .posts-navigation {
  margin: 0 0 30px;
  overflow: hidden;
}
.paging-navigation .nav-previous,
.paging-navigation .nav-next {
  display: none;
}
.paging-navigation {
  display: inline-block;
  width: 100%;
  padding: 30px 0;
  text-align: center;
}
.nav-links {
  display: inline-block;
  width: 100%;
}
.page-numbers.current {
  color: var(--nvt-white);
  background-color: var(--nvt-primary);
}
.page-numbers {
  display: inline-block;
  min-width: 2.33333em;
  height: 2.33333em;
  cursor: pointer;
  border: 1px solid var(--nvt-primary);
  line-height: calc(2.33333em - 3px);
}
.site-main .post-navigation {
  overflow: hidden;
}
.nav-previous,
.nav-next {
  display: block;
  float: left;
  width: 50%;
  padding-right: 10px;
}
.nav-previous {
  float: right;
  padding-right: 0;
  padding-left: 10px;
  text-align: right;
}
.related-posts .entry-title,
.post-navigation h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
.post-author a,
.post-navigation a {
  color: currentColor;
}
.site-header {
  position: relative;
  background-color: var(--nvt-white);
}
.nevo-section-inner {
  height: inherit;
  border-bottom: 0 solid transparent;
}
.inside-header {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.top-header {
  height: 33px;
  color: var(--nvt-white);
}
.top-header .nevo-section-inner {
  background-color: var(--nvt-primary);
}
.main-header {
  height: 100px;
}
.bottom-header {
  height: 50px;
}
.col-start,
.col-end {
  flex: 1 1 0;
}
.center-empty .col-start,
.center-empty .col-end {
  flex: auto;
}
.start-empty.has-center.end-empty .col-center {
  flex-basis: 100%;
}
.site-logo,
.has-start.has-center .header-col.col-start {
  margin-right: 1rem;
}
.header-col > * + *,
.spacing-auto > * + *,
.has-center.has-end .header-col.col-end,
.has-start.center-empty.has-end .header-col.col-end {
  margin-left: 1rem;
}
.builder-item-focus {
  display: inline-flex;
  position: relative;
  align-items: center;
  height: 100%;
}
.main-title {
  margin: 0;
  font-size: 25px;
  line-height: 1.2em;
  word-wrap: break-word;
  font-weight: 700;
  text-transform: none;
}
.main-title a,
.main-title a:hover {
  color: #222;
}
.site-description {
  margin: 0;
  color: #575760;
  line-height: 1.5;
  font-weight: 400;
  text-transform: none;
  font-size: 15px;
}
.site-logo {
  display: inline-block;
  max-width: 100%;
}
.site-header .header-image {
  vertical-align: middle;
}
.html-inner p:last-child {
  margin-bottom: 0;
}
.rounded-circle,
.header-account img.user-avatar {
  border-radius: 100%;
}
.text-capitalize,
.header-account .user-name {
  text-transform: capitalize;
}
a.button > * + *,
a.social-icons + a,
a.social-icons > * + *,
.icon-box-inner > * + *,
.header-account .account-toggle > * + *,
.header-menu-toggle .menu-toggle > * + * {
  margin-left: 8px;
}
.site .menu-toggle,
.site .search-button,
.site .account-toggle,
.site .menu-toggle:focus,
.site .search-button:focus,
.site .account-toggle:focus,
.site .menu-toggle:hover,
.site .search-button:hover,
.site .account-toggle:hover,
.site .focus .search-button {
  padding: 10px;
  border: 0;
  color: currentColor;
  box-shadow: none !important;
  background-color: transparent;
}
.search-form button.search-submit,
.wp-block-search button.wp-block-search__button,
.search-form button.search-submit:hover,
.wp-block-search button.wp-block-search__button:hover {
  border-radius: 0;
  border: 1px solid transparent;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.search-submit {
  top: auto;
  right: 0;
  left: auto;
  bottom: 50%;
  transform: translateY(50%);
}
input.search-field {
  padding-right: 60px;
}
.nevo-popup-toggle .popup-body {
  color: var(--nvt-base);
}
.nevo-popup-toggle .popup-body a {
  color: var(--nvt-link);
}
.nevo-breadcrumb {
  z-index: 1;
}
.sticky {
  display: block;
}
.customize-partial-edit {
  display: none;
}
.byline,
.single .byline,
.group-blog .byline,
.entry-header .cat-links,
.entry-header .tags-links,
.entry-header .comments-link {
  display: inline;
}
footer.entry-meta .byline,
footer.entry-meta .posted-on {
  display: block;
}
.page-content:not(:first-child),
.entry-content:not(:first-child),
.entry-summary:not(:first-child) {
  margin-top: 30px;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-header,
.archive .format-aside .entry-header,
.blog .format-status .entry-header,
.archive .format-status .entry-header,
.blog .format-status .entry-meta,
.archive .format-status .entry-meta {
  display: none;
}
.blog .format-aside .entry-content,
.archive .format-aside .entry-content,
.blog .format-status .entry-content,
.archive .format-status .entry-content {
  margin-top: 0;
}
.blog .format-status .entry-content p:last-child,
.archive .format-status .entry-content p:last-child {
  margin-bottom: 0;
}
.site-content,
.entry-header {
  word-wrap: break-word;
}
.entry-title {
  margin-bottom: 0;
}
.post-title a {
  font-weight: 500;
}
.entry-title a:hover {
  color: var(--nvt-link-hover);
}
.page-title,
.entry-title,
.entry-title a {
  color: var(--nvt-title);
}
.page-title {
  word-wrap: break-word;
  line-height: 38px;
}
.title-small {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3em;
}
.small-left {
  padding-left: calc(100px + 1rem);
}
.small-right {
  padding-right: calc(100px + 1rem);
}
.xsmall-left {
  padding-left: calc(120px + 1rem);
}
.xsmall-right {
  padding-right: calc(120px + 1rem);
}
.bg-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.inside-page-header,
.page-header {
  position: relative;
}
.page-header {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
.inside-page-header {
  padding: 30px;
}
.page-header .inside-page-header > :last-child,
.page-header .author-info > :last-child {
  margin-bottom: 0;
}
.entry-meta,
.cat-links {
  font-size: 11px;
  line-height: 1.5;
  text-transform: uppercase;
}
.entry-header .entry-meta {
  margin-top: 0.5em;
}
.entry-header .entry-meta > * + * {
  margin-left: 0.5em;
}
.entry-meta,
.entry-meta a,
.cat-links,
.cat-links a {
  color: var(--nvt-meta);
}
footer.entry-meta {
  margin-top: 30px;
  clear: both;
}
.cat-links,
.tags-links,
.comments-link {
  display: block;
}
.post-image > .cat-links {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  bottom: auto;
}
.related-posts .cat-links a,
footer.entry-meta .tags-links a,
.nevo-cat a,
.site .sidebar .cat-links a {
  font-size: 10px;
  font-weight: 600;
  line-height: 1.1;
  padding: 4px 6px;
  margin-bottom: 5px !important;
  display: inline-block;
  color: var(--nvt-white);
  background-color: var(--nvt-primary);
  vertical-align: top;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.taxonomy-description p:last-child,
.read-more-container,
.page-content > p:last-child,
.entry-content > p:last-child,
.entry-summary > p:last-child {
  margin-bottom: 0;
}
.nevo-author-info {
  min-height: 140px;
}
.author-avatar img {
  border-radius: 100%;
}
.author-heading {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
}
.author-desc p {
  margin-bottom: 1em;
}
.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
.content-58 article {
  min-height: 400px;
}
.triangle-marker {
  position: relative;
  padding-left: 16px;
  display: block;
  vertical-align: baseline;
}
.triangle-marker:before,
.triangle-marker:after {
  border: solid transparent;
  top: 6px;
  left: 0;
  content: "";
  height: 0;
  width: 0;
  z-index: 10;
  pointer-events: none;
  position: absolute;
}
.triangle-marker:after {
  border-color: hsla(0, 0%, 87%, 0%) hsla(0, 0%, 87%, 0) hsla(0, 0%, 87%, 0)
    var(--nvt-title);
  border-width: 6px;
}
.box-wrap {
  overflow: hidden;
}
.content-wrap,
.box-wrap > .entry-header a,
.box-wrap > .entry-header span,
.nevo-item > .entry-header a,
.nevo-item > .entry-header span,
.content-wrap > .entry-header a,
.content-wrap > .entry-header span {
  color: #fff;
}
.box-wrap > .entry-header,
.nevo-item > .entry-header,
.content-wrap.position-absolute {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 15px 15px 10px;
  background: rgba(0, 0, 0, 0.68);
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.68) 70%
  );
}
.entry-header > .cat-links {
  margin-bottom: 10px;
}
.cv-row .block-content {
  background-color: #ffff;
  margin: -50px 15px 0;
  padding: 1rem 1.2rem 0;
}
.cat-bottom .post-image > .cat-links {
  top: auto;
  left: 10px;
  bottom: 5px;
}
.single-post-5 .page-header {
  text-align: center;
}
.single-post-6 .site-main > article.post {
  margin-top: -90px;
}
.single-post-6 .one-container .inside-article .entry-header {
  padding: 30px 30px 0;
  margin: 0 -30px;
  background-color: #fff;
}
.widget .number-marker {
  min-height: 40px;
}
.number-marker .entry-title > a:before {
  content: attr(data-num);
  position: absolute;
  font-size: 16px;
  text-align: center;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-style: italic;
  background: #eee;
  padding: 10px;
  border-radius: 100%;
  box-sizing: content-box;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}
.number-marker .entry-header {
  display: block;
  position: relative;
  padding-left: 60px;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  position: relative;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  font-size: 75%;
  padding-top: 5px;
  opacity: 0.8;
}
.wp-caption img {
  position: relative;
  vertical-align: bottom;
}
.wp-block-image figcaption {
  font-size: 13px;
  text-align: center;
}
.wp-block-gallery,
ul.blocks-gallery-grid {
  margin-left: 0;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  padding: 10px;
  box-sizing: border-box;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
.site-main .gallery {
  margin-bottom: 1.5em;
}
.gallery-item img {
  vertical-align: bottom;
}
.gallery-icon {
  padding: 5px;
}
embed,
iframe,
object {
  max-width: 100%;
}
.wp-block-post-template {
  margin-left: 0;
}
.widget-area .widget {
  padding: 30px;
}
.one-container .sidebar .widget {
  padding: 0;
}
.widget select {
  max-width: 100%;
}
.sidebar .widget :last-child,
.footer-widgets .widget :last-child {
  margin-bottom: 0;
}
.heading-title {
  margin-bottom: 30px;
}
.general-title {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.2;
  display: inline-block;
}
.widget ul,
.widget ol {
  margin: 0;
}
.widget .search-field {
  width: 100%;
}
.widget .search-form {
  display: flex;
}
.sidebar .widget:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}
.widget ul li {
  list-style-type: none;
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
ul.menu li,
.widget ul li:last-child,
.widget[class*="categories"] ul li {
  padding-bottom: 0;
  margin-bottom: 0;
}
ul.menu li,
.widget[class*="categories"] ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
ul.menu li a,
.widget[class*="categories"] ul li a {
  display: inline-block;
  padding: 6px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
ul.menu > li ul,
.widget > ul > li ul {
  border-left: 1px solid #ddd;
  margin: 0 0 10px 3px;
  padding-left: 15px;
  width: 100%;
}
.wp-calendar-table {
  table-layout: fixed;
}
.post-list-wrap {
  --nvt-row-gap: 20px;
  --nvt-column-gap: 10px;
}
.site-content {
  display: flex;
}
.nevo-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.content-narrow .site-content {
  max-width: 840px;
}
.both-sidebars .content-area,
.both-right .content-area,
.both-left .content-area {
  width: 40%;
}
.left-sidebar .content-area,
.right-sidebar .content-area {
  width: 70%;
}
.content-narrow .content-area,
.no-sidebar .content-area {
  width: 100%;
}
.inside-page-header > * {
  margin-bottom: 10px;
}
.separate-containers .single-after-entry > *,
.sidebar .widget,
.site-main .page-header,
.site-main > * {
  margin-bottom: 20px;
}
.one-container .sidebar .widget,
.one-container .site-main > * {
  margin-bottom: 30px;
}
.one-container.right-sidebar .site-main,
.one-container.both-right .site-main {
  margin-right: 30px;
}
.one-container.left-sidebar .site-main,
.one-container.both-left .site-main {
  margin-left: 30px;
}
.one-container.both-sidebars .site-main {
  margin: 0 30px;
}
.one-container.both-right .inside-left-sidebar,
.one-container.both-left .inside-left-sidebar {
  margin-right: 15px;
}
.one-container.both-right .inside-right-sidebar,
.one-container.both-left .inside-right-sidebar {
  margin-left: 15px;
}
.one-container.archive .post:not(:last-child),
.one-container.blog .post:not(:last-child) {
  padding-bottom: 30px;
}
.one-container .site-content {
  padding: 40px 30px;
  background-color: var(--nvt-white);
}
.one-container .single-after-entry > * {
  padding: 30px 0;
  border-top: 1px solid #eee;
}
.one-container .nevo-author-info {
  padding: 30px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #eee;
}
.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .paging-navigation,
.separate-containers .single-after-entry > * {
  padding: 30px;
  background-color: var(--nvt-white);
}
.separate-containers .site-main {
  margin: 20px;
}
.separate-containers.no-sidebar .site-main,
.separate-containers.content-narrow .site-main {
  margin-left: 0;
  margin-right: 0;
}
.separate-containers.right-sidebar .site-main,
.separate-containers.both-right .site-main {
  margin-left: 0;
}
.separate-containers.left-sidebar .site-main,
.separate-containers.both-left .site-main {
  margin-right: 0;
}
.separate-containers .inside-right-sidebar,
.separate-containers .inside-left-sidebar {
  margin-top: 20px;
  margin-bottom: 20px;
}
.separate-containers.both-right .inside-left-sidebar,
.separate-containers.both-left .inside-left-sidebar {
  margin-right: 10px;
}
.separate-containers.both-right .inside-right-sidebar,
.separate-containers.both-left .inside-right-sidebar {
  margin-left: 10px;
}
.widget-area .nevo-navigation {
  margin-bottom: 20px;
}
.one-container .site-main > :last-child,
.separate-containers .site-main > :last-child,
.separate-containers .single-after-entry > :last-child {
  margin-bottom: 0;
}
.full-width-content .site:not(.content-narrow) .site-content {
  max-width: 100%;
}
.full-width-content:not(.page-template-nevo-homepage)
  .separate-containers.no-sidebar
  .site-main {
  margin: 0;
}
.full-width-content .separate-containers.no-sidebar .inside-article,
.full-width-content .one-container.no-sidebar .site-content {
  padding: 0;
}
.full-width-content .entry-content .alignwide {
  margin-left: 0;
  width: auto;
  max-width: unset;
}
.contained-content .separate-containers .inside-article,
.contained-content .one-container .site-content {
}
.is-left-sidebar,
.is-right-sidebar {
  width: 30%;
}
.sidebar .nevo-container {
  max-width: 100%;
  width: 100%;
}
.left-sidebar .sidebar,
.both-left .is-left-sidebar,
.both-sidebars .is-left-sidebar {
  order: -10;
}
.both-left .is-right-sidebar {
  order: -5;
}
.both-right .is-left-sidebar {
  order: 5;
}
.both-right .is-right-sidebar,
.both-sidebars .is-right-sidebar {
  order: 10;
}
.separate-containers .sidebar .widget {
  background-color: var(--nvt-white);
}
.footer-section {
  background-color: var(--nvt-white);
}
.site-info {
  text-align: center;
  font-size: 15px;
}
.inside-footer {
  width: 100%;
  padding: 30px;
  align-items: center;
  flex-direction: column;
}
.grid-columns {
  display: grid;
  margin-right: calc(-0.5 * 2rem);
  margin-left: calc(-0.5 * 2rem);
}
.grid-columns-1,
.grid-columns-2,
.grid-columns-3 {
  grid-template-columns: 1fr;
}
.footer-row-cols {
  display: flex;
  flex-wrap: wrap;
}
.footer-row-cols > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(2rem * 0.5);
  padding-left: calc(2rem * 0.5);
}
.footer-row-cols .builder-item-focus {
  height: auto;
  display: block;
}
.nav-footer .nevo-nav-menu {
  height: auto;
}
.featured-image:not(:first-child),
.post-image:not(:first-child) {
  margin-top: 30px;
}
.featured-image:first-child,
.post-image:first-child {
  margin-bottom: 30px;
}
.post-image,
.featured-image {
  line-height: 0;
}
.post-image.alignleft,
.post-image.alignright {
  margin-bottom: 30px;
}
.post-image img {
  -o-object-fit: cover;
  object-fit: cover;
}
.nevo-icon {
  display: inline-flex;
  align-self: center;
}
.nevo-icon svg {
  height: 1em;
  width: 1em;
  top: 0.125em;
  position: relative;
  fill: currentColor;
}
img,
svg {
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .separate-containers .widget-area .widget,
  .separate-containers .paging-navigation,
  .separate-containers .inside-article,
  .separate-containers .comments-area,
  .inside-footer,
  .inside-page-header,
  .separate-containers .single-after-entry > * {
    padding: 30px;
  }
  .separate-containers .blog-cols.row-cols-1 {
    margin-left: 0 !important;
  }
  .separate-containers .blog-cols.row-cols-1 > article {
    padding-left: 0 !important;
  }
  a,
  body,
  button,
  input,
  select,
  textarea {
    transition: all 0s ease-in-out;
  }
  .site-main .wp-block-group__inner-container {
    padding: 30px;
  }
  .nav-previous {
    margin-bottom: 20px;
  }
  .nav-previous,
  .nav-next {
    float: none;
    padding: 0;
    width: 100%;
  }
  .footer-row-cols > * {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991.98px) {
  .flex-mx-column,
  .site-content {
    flex-direction: column;
  }
  .site-content .content-area {
    width: 100% !important;
  }
  .one-container .sidebar {
    margin-top: 30px;
  }
  .is-left-sidebar.sidebar,
  .is-right-sidebar.sidebar {
    width: 100% !important;
    order: initial;
  }
  .is-left-sidebar + .is-right-sidebar .inside-right-sidebar {
    margin-top: 0 !important;
  }
  .site.both-right .inside-left-sidebar,
  .site.both-left .inside-left-sidebar,
  .site.both-right .inside-right-sidebar,
  .site.both-left .inside-right-sidebar {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .site .site-main {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #page:not(.no-sidebar) #main {
    margin-bottom: 0 !important;
  }
  .comment-list .comment .children {
    padding-left: 10px;
    margin-left: 0;
  }
  .footer-col > * + *,
  .footer-col + .footer-col {
    margin-top: 1rem;
  }
  .footer-row-cols > * {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .inside-footer {
    flex-direction: row;
  }
  .footer-col > * + * {
    margin-left: 1rem;
  }
  .has-start.has-center .col-start {
    margin-right: 1rem;
  }
  .has-center.has-end .col-end,
  .has-start.center-empty.has-end .col-end {
    margin-left: 1rem;
  }
  .site-info .col-end {
    text-align: right;
  }
  .grid-columns-1 {
    grid-template-columns: 1fr;
  }
  .grid-columns-2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid-columns-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.nevo-popup-toggle {
  cursor: pointer;
}
.nevo-popup {
  position: fixed;
  z-index: 10001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  display: none;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s 0.25s;
}
.nevo-popup.nevo-popup-active {
  opacity: 1;
  margin: 0;
  display: block;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s 0s;
}
.admin-bar .nevo-popup {
  top: 32px;
}
@media screen and (max-width: 782.9px) {
  .admin-bar .nevo-popup {
    top: 46px;
  }
}
.popup-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: var(--nvt-white);
}
.popup-body {
  position: absolute;
  top: 0;
  bottom: 0;
  max-width: calc(100% - 4rem);
  width: 300px;
  height: 100%;
  padding: 30px;
  overflow-y: auto;
  background-color: var(--nvt-white);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.position-left .popup-body,
.position-center .popup-body {
  left: 0;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.position-right .popup-body {
  right: 0;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.nevo-popup-active .popup-body {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  transition: -webkit-transform 0.25s 0.125s;
  transition: transform 0.25s 0.125s;
  transition: transform 0.25s 0.125s, -webkit-transform 0.25s 0.125s;
}
.popup-header {
  font-size: 20px;
  color: var(--nvt-dark);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.nevo-popup .button-close,
.nevo-popup .button-close:hover {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.5em;
  color: var(--nvt-dark);
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
  cursor: pointer;
  background-color: transparent;
}
.popup-content {
  text-align: left;
}
.popup-content > * + *,
.popup-content .login-form > * + * {
  margin-top: 20px;
}
.display-full-screen {
  left: 0;
  right: 0;
}
.display-full-screen .popup-background {
  background-color: transparent;
}
.display-full-screen .popup-body {
  width: 100% !important;
  max-width: 100%;
  left: 0;
  right: 0;
  border: none !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.display-full-screen .popup-content {
  width: 300px;
}
.display-full-screen.position-left .popup-content {
  margin-right: auto;
}
.display-full-screen.position-center .popup-content {
  margin-left: auto;
  margin-right: auto;
}
.display-full-screen.position-right .popup-content {
  margin-left: auto;
}
.nevo-scroll-to-top {
  position: absolute;
  z-index: 99;
  bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  line-height: 1;
  color: var(--nvt-white);
  background-color: var(--nvt-primary);
  border-color: var(--nvt-primary);
}
.nevo-scroll-to-top:hover,
.nevo-scroll-to-top:focus {
  color: var(--nvt-white);
  background-color: var(--nvt-primary);
  border-color: var(--nvt-primary);
}
.scrolltop-position-left {
  left: 20px;
}
.scrolltop-position-right {
  right: 20px;
}
.scrolltop-display-sticky {
  position: fixed;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  opacity: 0;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: transform 0.25s, opacity 0.25s;
  transition: transform 0.25s, opacity 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.scrolltop-display-sticky.nevo-sticky {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.blog-cols {
  --nvt-row-gap: 20px;
}
.separate-containers .blog-cols {
  margin-left: -20px;
  margin-right: 0px;
  row-gap: var(--nvt-row-gap);
}
.separate-containers .blog-cols > article {
  padding-left: 20px;
  padding-right: 0px;
}
.cv-row > *,
.cv-row > li.product,
.one-container .blog-cols > article {
  padding-left: var(--nvt-column-gap);
  padding-right: var(--nvt-column-gap);
}
.blog-cols .inside-article {
  height: 100%;
}
.blog-cols .page-header,
.blog-cols .paging-navigation {
  flex: 1 1 100% !important;
  clear: both;
}
.separate-containers .blog-cols .page-header,
.separate-containers .blog-cols .paging-navigation {
  margin-left: 20px;
}
.one-container .blog-cols .page-header,
.one-container .blog-cols .paging-navigation {
  padding: 30px;
}
.social-sharing .social-share-text:hover,
.social-sharing .social-share-text,
.social-sharing a {
  height: 40px;
  min-width: 38px;
  margin: 4px !important;
  border-radius: 3px;
  font-size: 16px;
  line-height: 1.5;
  padding: 6px 10px;
  border: 1px solid #e9e9e9;
}
.social-share-text span {
  padding: 0 10px;
  font-weight: 500;
  white-space: nowrap;
}
.social-icons {
  padding: 6px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.social-icons,
.social-sharing .social-share-text {
  flex: 1;
  justify-content: center;
}
.social-sharing .social-share-text {
  min-width: 100px;
}
.social-sharing:not(.focus) .social-hidden {
  display: none !important;
}
.social-general a,
.social-general a:hover,
.social-general a:focus {
  color: #fff;
}
span.social-label {
  position: relative;
  padding-left: 8px;
  text-transform: capitalize;
}
span.social-label:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -1px;
  width: 1px;
  height: 14px;
  background-color: var(--nvt-white);
  opacity: 0.5;
  z-index: 1;
}
.social-icons[class*="facebook"] {
  background-color: #3b5998;
}
.social-icons[class*="linkedin"] {
  background-color: #0077b5;
}
.social-icons[class*="pinterest"] {
  background-color: #bd081c;
}
.social-icons[class*="twitter"] {
  background-color: #1da1f2;
}
.social-icons[class*="vimeo"] {
  background-color: #1ab7ea;
}
.social-icons[class*="vk"] {
  background-color: #45668e;
}
.social-icons[class*="whatsapp"] {
  background-color: #25d366;
}
.social-icons[class*="youtube"] {
  background-color: #cd201f;
}
.social-icons[class*="email"] {
  background-color: #424345;
}
.social-icons[class*="viber"] {
  background-color: #9d62cc;
}
.social-icons[class*="viadeo"] {
  background-color: #ff7452;
}
.social-icons[class*="buffer"] {
  background-color: #444;
}
.social-icons[class*="pocket"] {
  background-color: #ef4056;
}
.social-icons[class*="skype"] {
  background-color: #00aff0;
}
.social-icons[class*="tumblr"] {
  background-color: #35465c;
}
.social-icons[class*="meetup"] {
  background-color: #ec1c40;
}
.social-icons[class*="telegram"] {
  background-color: #2ca5e0;
}
.social-icons[class*="instagram"] {
  background-color: #262626;
}
.social-icons[class*="reddit"] {
  background-color: #ff4500;
}
.social-icons[class*="apple"] {
  background-color: #999;
}
.social-icons[class*="behance"] {
  background-color: #1769ff;
}
.social-icons[class*="bitbucket"] {
  background-color: #205081;
}
.social-icons[class*="codepen"] {
  background-color: #000;
}
.social-icons[class*="delicious"] {
  background-color: #39f;
}
.social-icons[class*="digg"] {
  background-color: #005be2;
}
.social-icons[class*="dribbble"] {
  background-color: #ea4c89;
}
.social-icons[class*="envelope"] {
  background-color: #ea4335;
}
.social-icons[class*="flickr"] {
  background-color: #0063dc;
}
.social-icons[class*="foursquare"] {
  background-color: #2d5be3;
}
.social-icons[class*="github"] {
  background-color: #333;
}
.social-icons[class*="google-plus"] {
  background-color: #dd4b39;
}
.social-icons[class*="houzz"] {
  background-color: #7ac142;
}
.social-icons[class*="jsfiddle"] {
  background-color: #487aa2;
}
.social-icons[class*="medium"] {
  background-color: #00ab6b;
}
.social-icons[class*="odnoklassniki"] {
  background-color: #f4731c;
}
.social-icons[class*="rss"] {
  background-color: #f26522;
}
.social-icons[class*="slideshare"] {
  background-color: #0077b5;
}
.social-icons[class*="snapchat"] {
  background-color: #fffc00;
}
.social-icons[class*="soundcloud"] {
  background-color: #f80;
}
.social-icons[class*="spotify"] {
  background-color: #2ebd59;
}
.social-icons[class*="stack-overflow"] {
  background-color: #fe7a15;
}
.social-icons[class*="tripadvisor"] {
  background-color: #589442;
}
.social-icons[class*="twitch"] {
  background-color: #6441a5;
}
.social-icons[class*="weibo"] {
  background-color: #df2029;
}
.social-icons[class*="weixin"] {
  background-color: #7bb32e;
}
.social-icons[class*="wordpress"] {
  background-color: #21759b;
}
.social-icons[class*="xing"] {
  background-color: #026466;
}
.social-icons[class*="yelp"] {
  background-color: #af0606;
}
.social-icons[class*="cart"] {
  background-color: #4caf50;
}
.social-icons[class*="product-hunt"] {
  background-color: #da552f;
}
.social-icons[class*="myspace"] {
  background-color: #323232;
}
.social-icons[class*="gmail"] {
  background-color: #dd4b39;
}
.social-icons[class*="amazon"] {
  background-color: #111;
}
.social-icons[class*="sms"] {
  background-color: #4ea546;
}
.social-icons[class*="blogger"] {
  background-color: #f59038;
}
.social-icons[class*="yahoomail"] {
  background-color: #511295;
}
.social-icons[class*="facebookmg"] {
  background-color: #0d87ff;
}
@media (min-width: 768px) {
  .social-sharing a.social-icons {
    min-width: 130px;
  }
}
.clearfix {
  clear: both;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.align-items-center {
  align-items: center !important;
}
.is-vertically-aligned-top,
.align-self-top {
  align-self: flex-start !important;
}
.is-vertically-aligned-center,
.align-self-center {
  align-self: center !important;
}
.is-vertically-aligned-bottom,
.align-self-bottom {
  align-self: flex-end !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.equal-height-3 {
  height: 65px;
  line-height: 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.cv-w-100 {
  width: 100px;
}
.cv-w-120 {
  width: 120px;
}
.cv-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  row-gap: var(--nvt-row-gap);
  margin-left: calc(-1 * var(--nvt-column-gap));
  margin-right: calc(-1 * var(--nvt-column-gap));
}
.cv-row > *,
[class*="row-cols-"] > *,
.cv-row > [class*="cv-col-"] {
  flex: 0 0 auto;
}
.col-auto,
.row-cols-auto > * {
  width: auto;
}
.row-cols-5 > * {
  width: 20%;
}
.cv-col-1 {
  width: 8.33333333%;
}
.cv-col-2,
.row-cols-6 > * {
  width: 16.66666667%;
}
.cv-col-3,
.row-cols-4 > * {
  width: 25%;
}
.cv-col-4,
.row-cols-3 > * {
  width: 33.33333333%;
}
.cv-col-5 {
  width: 41.66666667%;
}
.cv-col-6,
.row-cols-2 > * {
  width: 50%;
}
.cv-col-7 {
  width: 58.33333333%;
}
.cv-col-8 {
  width: 66.66666667%;
}
.cv-col-9 {
  width: 75%;
}
.cv-col-10 {
  width: 83.33333333%;
}
.cv-col-11 {
  width: 91.66666667%;
}
.cv-col-12,
.row-cols-1 > * {
  width: 100%;
}
.cv-mw-100 {
  max-width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.cv-mt-0 {
  margin-top: 0 !important;
}
.cv-mt-1 {
  margin-top: 0.25rem !important;
}
.cv-mt-2 {
  margin-top: 0.5rem !important;
}
.cv-mt-3 {
  margin-top: 1rem !important;
}
.cv-mt-4 {
  margin-top: 1.5rem !important;
}
.cv-mt-5 {
  margin-top: 3rem !important;
}
.cv-me-0 {
  margin-right: 0 !important;
}
.cv-me-1 {
  margin-right: 0.25rem !important;
}
.cv-me-2 {
  margin-right: 0.5rem !important;
}
.cv-me-3 {
  margin-right: 1rem !important;
}
.cv-me-4 {
  margin-right: 1.5rem !important;
}
.cv-me-5 {
  margin-right: 3rem !important;
}
.cv-mb-0 {
  margin-bottom: 0 !important;
}
.cv-mb-1 {
  margin-bottom: 0.25rem !important;
}
.cv-mb-2 {
  margin-bottom: 0.5rem !important;
}
.cv-mb-3 {
  margin-bottom: 1rem !important;
}
.cv-mb-4 {
  margin-bottom: 1.5rem !important;
}
.cv-mb-5 {
  margin-bottom: 3rem !important;
}
.cv-ms-0 {
  margin-left: 0 !important;
}
.cv-ms-1 {
  margin-left: 0.25rem !important;
}
.cv-ms-2 {
  margin-left: 0.5rem !important;
}
.cv-ms-3 {
  margin-left: 1rem !important;
}
.cv-ms-4 {
  margin-left: 1.5rem !important;
}
.cv-ms-5 {
  margin-left: 3rem !important;
}
.cv-pt-0 {
  padding-top: 0 !important;
}
.cv-pt-1 {
  padding-top: 0.25rem !important;
}
.cv-pt-2 {
  padding-top: 0.5rem !important;
}
.cv-pt-3 {
  padding-top: 1rem !important;
}
.cv-pt-4 {
  padding-top: 1.5rem !important;
}
.cv-pt-5 {
  padding-top: 3rem !important;
}
.cv-pe-0 {
  padding-right: 0 !important;
}
.cv-pe-1 {
  padding-right: 0.25rem !important;
}
.cv-pe-2 {
  padding-right: 0.5rem !important;
}
.cv-pe-3 {
  padding-right: 1rem !important;
}
.cv-pe-4 {
  padding-right: 1.5rem !important;
}
.cv-pe-5 {
  padding-right: 3rem !important;
}
.cv-pb-0 {
  padding-bottom: 0 !important;
}
.cv-pb-1 {
  padding-bottom: 0.25rem !important;
}
.cv-pb-2 {
  padding-bottom: 0.5rem !important;
}
.cv-pb-3 {
  padding-bottom: 1rem !important;
}
.cv-pb-4 {
  padding-bottom: 1.5rem !important;
}
.cv-pb-5 {
  padding-bottom: 3rem !important;
}
.cv-ps-0 {
  padding-left: 0 !important;
}
.cv-ps-1 {
  padding-left: 0.25rem !important;
}
.cv-ps-2 {
  padding-left: 0.5rem !important;
}
.cv-ps-3 {
  padding-left: 1rem !important;
}
.cv-ps-4 {
  padding-left: 1.5rem !important;
}
.cv-ps-5 {
  padding-left: 3rem !important;
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.has-text-align-left,
.text-start {
  text-align: left !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.has-text-align-center,
.text-center {
  text-align: center !important;
}
.justify-content-center {
  justify-content: center !important;
}
.has-text-align-right,
.text-end {
  text-align: right !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.cv-fs-1 {
  font-size: calc(1.4rem + 1.8vw) !important;
}
.cv-fs-2 {
  font-size: calc(1.345rem + 1.14vw) !important;
}
.cv-fs-3 {
  font-size: calc(1.3175rem + 0.81vw) !important;
}
.cv-fs-4 {
  font-size: calc(1.29rem + 0.48vw) !important;
}
.cv-fs-5 {
  font-size: calc(1.2625rem + 0.15vw) !important;
}
.cv-fs-6 {
  font-size: 1.1rem !important;
}
.ct-bt-tem {
  margin-bottom: 20px !important;
}
@media (min-width: 576px) {
  .row-cols-sm-5 > * {
    width: 20%;
  }
  .cv-col-sm-1 {
    width: 8.33333333%;
  }
  .cv-col-sm-2,
  .row-cols-sm-6 > * {
    width: 16.66666667%;
  }
  .cv-col-sm-3,
  .row-cols-sm-4 > * {
    width: 25%;
  }
  .cv-col-sm-4,
  .row-cols-sm-3 > * {
    width: 33.33333333%;
  }
  .cv-col-sm-5 {
    width: 41.66666667%;
  }
  .cv-col-sm-6,
  .row-cols-sm-2 > * {
    width: 50%;
  }
  .cv-col-sm-7 {
    width: 58.33333333%;
  }
  .cv-col-sm-8 {
    width: 66.66666667%;
  }
  .cv-col-sm-9 {
    width: 75%;
  }
  .cv-col-sm-10 {
    width: 83.33333333%;
  }
  .cv-col-sm-11 {
    width: 91.66666667%;
  }
  .cv-col-sm-12,
  .row-cols-sm-1 > * {
    width: 100%;
  }
  .cv-mt-sm-0 {
    margin-top: 0 !important;
  }
  .cv-mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .cv-mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .cv-mt-sm-3 {
    margin-top: 1rem !important;
  }
  .cv-mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .cv-mt-sm-5 {
    margin-top: 3rem !important;
  }
  .cv-me-sm-0 {
    margin-right: 0 !important;
  }
  .cv-me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .cv-me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .cv-me-sm-3 {
    margin-right: 1rem !important;
  }
  .cv-me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .cv-me-sm-5 {
    margin-right: 3rem !important;
  }
  .cv-mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .cv-mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .cv-mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .cv-mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .cv-mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .cv-mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .cv-ms-sm-0 {
    margin-left: 0 !important;
  }
  .cv-ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .cv-ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .cv-ms-sm-3 {
    margin-left: 1rem !important;
  }
  .cv-ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .cv-ms-sm-5 {
    margin-left: 3rem !important;
  }
  .cv-pt-sm-0 {
    padding-top: 0 !important;
  }
  .cv-pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .cv-pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .cv-pt-sm-3 {
    padding-top: 1rem !important;
  }
  .cv-pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .cv-pt-sm-5 {
    padding-top: 3rem !important;
  }
  .cv-pe-sm-0 {
    padding-right: 0 !important;
  }
  .cv-pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .cv-pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .cv-pe-sm-3 {
    padding-right: 1rem !important;
  }
  .cv-pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .cv-pe-sm-5 {
    padding-right: 3rem !important;
  }
  .cv-pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .cv-pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .cv-pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .cv-pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .cv-pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .cv-pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .cv-ps-sm-0 {
    padding-left: 0 !important;
  }
  .cv-ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .cv-ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .cv-ps-sm-3 {
    padding-left: 1rem !important;
  }
  .cv-ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .cv-ps-sm-5 {
    padding-left: 3rem !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .cv-fs-sm-1 {
    font-size: calc(1.4rem + 1.8vw) !important;
  }
  .cv-fs-sm-2 {
    font-size: calc(1.345rem + 1.14vw) !important;
  }
  .cv-fs-sm-3 {
    font-size: calc(1.3175rem + 0.81vw) !important;
  }
  .cv-fs-sm-4 {
    font-size: calc(1.29rem + 0.48vw) !important;
  }
  .cv-fs-sm-5 {
    font-size: calc(1.2625rem + 0.15vw) !important;
  }
  .cv-fs-sm-6 {
    font-size: 1.1rem !important;
  }
  .title-sm-small {
    font-size: 15px !important;
  }
  .ct-bt-tem {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 768px) {
  .row-cols-md-5 > * {
    width: 20%;
  }
  .cv-col-md-1 {
    width: 8.33333333%;
  }
  .cv-col-md-2,
  .row-cols-md-6 > * {
    width: 16.66666667%;
  }
  .cv-col-md-3,
  .row-cols-md-4 > * {
    width: 25%;
  }
  .cv-col-md-4,
  .row-cols-md-3 > * {
    width: 33.33333333%;
  }
  .cv-col-md-5 {
    width: 41.66666667%;
  }
  .cv-col-md-6,
  .row-cols-md-2 > * {
    width: 50%;
  }
  .cv-col-md-7 {
    width: 58.33333333%;
  }
  .cv-col-md-8 {
    width: 66.66666667%;
  }
  .cv-col-md-9 {
    width: 75%;
  }
  .cv-col-md-10 {
    width: 83.33333333%;
  }
  .cv-col-md-11 {
    width: 91.66666667%;
  }
  .cv-col-md-12,
  .row-cols-md-1 > * {
    width: 100%;
  }
  .cv-mt-md-0 {
    margin-top: 0 !important;
  }
  .cv-mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .cv-mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .cv-mt-md-3 {
    margin-top: 1rem !important;
  }
  .cv-mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .cv-mt-md-5 {
    margin-top: 3rem !important;
  }
  .cv-me-md-0 {
    margin-right: 0 !important;
  }
  .cv-me-md-1 {
    margin-right: 0.25rem !important;
  }
  .cv-me-md-2 {
    margin-right: 0.5rem !important;
  }
  .cv-me-md-3 {
    margin-right: 1rem !important;
  }
  .cv-me-md-4 {
    margin-right: 1.5rem !important;
  }
  .cv-me-md-5 {
    margin-right: 3rem !important;
  }
  .cv-mb-md-0 {
    margin-bottom: 0 !important;
  }
  .cv-mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .cv-mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .cv-mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .cv-mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .cv-mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .cv-ms-md-0 {
    margin-left: 0 !important;
  }
  .cv-ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .cv-ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .cv-ms-md-3 {
    margin-left: 1rem !important;
  }
  .cv-ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .cv-ms-md-5 {
    margin-left: 3rem !important;
  }
  .cv-pt-md-0 {
    padding-top: 0 !important;
  }
  .cv-pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .cv-pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .cv-pt-md-3 {
    padding-top: 1rem !important;
  }
  .cv-pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .cv-pt-md-5 {
    padding-top: 3rem !important;
  }
  .cv-pe-md-0 {
    padding-right: 0 !important;
  }
  .cv-pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .cv-pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .cv-pe-md-3 {
    padding-right: 1rem !important;
  }
  .cv-pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .cv-pe-md-5 {
    padding-right: 3rem !important;
  }
  .cv-pb-md-0 {
    padding-bottom: 0 !important;
  }
  .cv-pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .cv-pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .cv-pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .cv-pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .cv-pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .cv-ps-md-0 {
    padding-left: 0 !important;
  }
  .cv-ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .cv-ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .cv-ps-md-3 {
    padding-left: 1rem !important;
  }
  .cv-ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .cv-ps-md-5 {
    padding-left: 3rem !important;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .cv-fs-md-1 {
    font-size: calc(1.4rem + 1.8vw) !important;
  }
  .cv-fs-md-2 {
    font-size: calc(1.345rem + 1.14vw) !important;
  }
  .cv-fs-md-3 {
    font-size: calc(1.3175rem + 0.81vw) !important;
  }
  .cv-fs-md-4 {
    font-size: calc(1.29rem + 0.48vw) !important;
  }
  .cv-fs-md-5 {
    font-size: calc(1.2625rem + 0.15vw) !important;
  }
  .cv-fs-md-6 {
    font-size: 1.1rem !important;
  }
  .title-md-small {
    font-size: 15px !important;
  }
}
@media (min-width: 992px) {
  .row-cols-lg-5 > * {
    width: 20%;
  }
  .cv-col-lg-1 {
    width: 8.33333333%;
  }
  .cv-col-lg-2,
  .row-cols-lg-6 > * {
    width: 16.66666667%;
  }
  .cv-col-lg-3,
  .row-cols-lg-4 > * {
    width: 25%;
  }
  .cv-col-lg-4,
  .row-cols-lg-3 > * {
    width: 33.33333333%;
  }
  .cv-col-lg-5 {
    width: 41.66666667%;
  }
  .cv-col-lg-6,
  .row-cols-lg-2 > * {
    width: 50%;
  }
  .cv-col-lg-7 {
    width: 58.33333333%;
  }
  .cv-col-lg-8 {
    width: 66.66666667%;
  }
  .cv-col-lg-9 {
    width: 75%;
  }
  .cv-col-lg-10 {
    width: 83.33333333%;
  }
  .cv-col-lg-11 {
    width: 91.66666667%;
  }
  .cv-col-lg-12,
  .row-cols-lg-1 > * {
    width: 100%;
  }
  .cv-mt-lg-0 {
    margin-top: 0 !important;
  }
  .cv-mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .cv-mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .cv-mt-lg-3 {
    margin-top: 1rem !important;
  }
  .cv-mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .cv-mt-lg-5 {
    margin-top: 3rem !important;
  }
  .cv-me-lg-0 {
    margin-right: 0 !important;
  }
  .cv-me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .cv-me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .cv-me-lg-3 {
    margin-right: 1rem !important;
  }
  .cv-me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .cv-me-lg-5 {
    margin-right: 3rem !important;
  }
  .cv-mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .cv-mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .cv-mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .cv-mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .cv-mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .cv-mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .cv-ms-lg-0 {
    margin-left: 0 !important;
  }
  .cv-ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .cv-ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .cv-ms-lg-3 {
    margin-left: 1rem !important;
  }
  .cv-ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .cv-ms-lg-5 {
    margin-left: 3rem !important;
  }
  .cv-pt-lg-0 {
    padding-top: 0 !important;
  }
  .cv-pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .cv-pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .cv-pt-lg-3 {
    padding-top: 1rem !important;
  }
  .cv-pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .cv-pt-lg-5 {
    padding-top: 3rem !important;
  }
  .cv-pe-lg-0 {
    padding-right: 0 !important;
  }
  .cv-pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .cv-pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .cv-pe-lg-3 {
    padding-right: 1rem !important;
  }
  .cv-pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .cv-pe-lg-5 {
    padding-right: 3rem !important;
  }
  .cv-pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .cv-pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .cv-pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .cv-pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .cv-pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .cv-pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .cv-ps-lg-0 {
    padding-left: 0 !important;
  }
  .cv-ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .cv-ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .cv-ps-lg-3 {
    padding-left: 1rem !important;
  }
  .cv-ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .cv-ps-lg-5 {
    padding-left: 3rem !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .cv-fs-lg-1 {
    font-size: calc(1.4rem + 1.8vw) !important;
  }
  .cv-fs-lg-2 {
    font-size: calc(1.345rem + 1.14vw) !important;
  }
  .cv-fs-lg-3 {
    font-size: calc(1.3175rem + 0.81vw) !important;
  }
  .cv-fs-lg-4 {
    font-size: calc(1.29rem + 0.48vw) !important;
  }
  .cv-fs-lg-5 {
    font-size: calc(1.2625rem + 0.15vw) !important;
  }
  .cv-fs-lg-6 {
    font-size: 1.1rem !important;
  }
  .title-lg-small {
    font-size: 15px !important;
  }
}
.has-primary-color {
  color: var(--nvt-primary);
}
.has-primary-background-color {
  background-color: var(--nvt-primary);
}
.has-secondary-color {
  color: var(--nvt-secondary);
}
.has-secondary-background-color {
  background-color: var(--nvt-secondary);
}
.has-success-color {
  color: var(--nvt-success);
}
.has-success-background-color {
  background-color: var(--nvt-success);
}
.has-info-color {
  color: var(--nvt-info);
}
.has-info-background-color {
  background-color: var(--nvt-info);
}
.has-warning-color {
  color: var(--nvt-warning);
}
.has-warning-background-color {
  background-color: var(--nvt-warning);
}
.has-link-background-color {
  background-color: var(--nvt-link);
}
.has-link_hover-color {
  color: var(--nvt-link-hover);
}
.has-link_hover-background-color {
  background-color: var(--nvt-link-hover);
}
.has-base-color {
  color: var(--nvt-base);
}
.has-base-background-color {
  background-color: var(--nvt-base);
}
.has-title-color {
  color: var(--nvt-title);
}
.has-title-background-color {
  background-color: var(--nvt-title);
}
.has-meta-color {
  color: var(--nvt-meta);
}
.has-meta-background-color {
  background-color: var(--nvt-meta);
}
.has-heading-color {
  color: var(--nvt-heading);
}
.has-heading-background-color {
  background-color: var(--nvt-heading);
}
.has-trang-color {
  color: var(--nvt-white);
}
.has-trang-background-color {
  background-color: var(--nvt-white);
}
.video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-play-icon svg {
  width: 35px;
  height: 35px;
  fill: #fff;
}
.nevo-cat.cat-links a:nth-child(n + 3),
.post-list-wrap .cat-links a:nth-child(n + 3),
.related-posts .nevo-cat-single.cat-links a:nth-child(n + 3) {
  display: none;
}
.nevo-cat.cat-links a:first-of-type,
.post-list-wrap .cat-links a:first-of-type,
.related-posts .nevo-cat-single.cat-links a:first-of-type {
  display: inline;
}
