:root {
  --vi-primary-color: #6D4A26;
  --vi-secondary-color: #f4efe8;
  --vi-third-color: #e9e1d2;
  --vi-four-color: #f3efe7;
  --vi-five-color: #f1eee4;
  --vi-black-color: #000;
  --vi-white-color: #fff;
  --vi-red-color: #DD1616;
  --vi-text-color: #3E3E3E;
  --vi-link-color: #197CBD;

  --vi-accent-color: #d6ac6a;
  --vi-accent-color-hover: #d5b177;

  --vi-border-width-1: 1px;
  --vi-border-solid: solid;
  --vi-border-color: #ddd;

  --vi-border-radius-8: 8px;
  --vi-border-radius-16: 16px;
  --vi-border-radius-20: 20px;


  --vi-font-family: "Inter", Sans-serif;

  --swiper-pagination-bullet-width: 10px;
  --swiper-pagination-bullet-height: 10px;
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-pagination-color: #d6ac6a;
}

.vi-primary-link {
  color: var(--vi-link-color) !important;
  text-decoration: underline;
}

.vi-primary-link:hover {
  color: var(--vi-accent-color) !important;
  text-decoration: none;
}

.swiper-pagination {
  position: static;
}

.swiper-pagination-bullet {
  border-width: 1px;
  border-style: solid;
  border-color: var(--vi-accent-color);
  opacity: 1;
}

.vi-is-hidden {
  display: none !important;
}

/* Hero Slider */
.vi-hero-slider {
  position: relative;
}

.vi-hero-slider,
.vi-hero-slider .swiper-wrapper {
  min-height: 500px;
}

.vi-hero-slider .vi-hero-slide {
  height: auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
  padding-left: 21px;
  padding-right: 21px;
}

.vi-is-hidden {
  display: none !important;
}

.vi-hero-slider .swiper-button-next,
.vi-hero-slider .swiper-button-prev {
  width: 32px;
  height: 32px;
  background-color: #999;
  margin: 0;
  color: var(--vi-white-color);
  z-index: 100;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  transition: all .3s linear;
}

.vi-hero-slider .swiper-button-next:hover,
.vi-hero-slider .swiper-button-prev:hover {
  background-color: var(--vi-accent-color);
}

.vi-hero-slider .swiper-button-prev {
  left: 7px;
}

.vi-hero-slider .swiper-button-next {
  right: 7px;
}

.vi-hero-slider .swiper-button-next::after,
.vi-hero-slider .swiper-button-prev::after {
  font-weight: 900;
  font-size: 16px;
  opacity: 1;
  transition: opacity 0.2s linear;
}

.vi-hero-slider .swiper-button-prev::after {
  margin-left: -3px;
}

.vi-hero-slider .swiper-button-next::after {
  margin-left: 3px;
}

.vi-hero-slider .swiper-button-next:hover::after,
.vi-hero-slider .swiper-button-prev:hover::after {
  opacity: 1;
}

.vi-hero-slider .vi-hero-slide__inner {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  padding: 60px 20px;
  position: relative;
  z-index: 7;
  border-radius: var(--vi-border-radius-20);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.vi-hero-slider .vi-hero-slider__pagination {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  width: 100%;
  bottom: 1.25rem;
  z-index: 5;
}

.vi-hero-slider .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #aaa;
  transition: all 0.3s linear;
  opacity: 1;
}

.vi-hero-slider .swiper-pagination-bullet:hover,
.vi-hero-slider .swiper-pagination-bullet-active {
  background-color: var(--vi-white-color);
}

@media only screen and (min-width: 1025px) {

  .vi-hero-slider,
  .vi-hero-slider .swiper-wrapper {
    min-height: 700px;
  }

  .vi-hero-slider .vi-hero-slide__inner {
    padding: 130px 2vw 130px 2vw;
  }

  .vi-hero-slider .swiper-button-next,
  .vi-hero-slider .swiper-button-prev {
    width: 42px;
    height: 42px;
  }

  .vi-hero-slider .swiper-button-prev {
    left: 0;
  }

  .vi-hero-slider .swiper-button-next {
    right: 0;
  }

  .vi-hero-slider .swiper-button-next::after,
  .vi-hero-slider .swiper-button-prev::after {
    font-size: 18px;
  }

  .vi-hero-slider .vi-hero-slider__pagination {
    bottom: 2rem;
    justify-content: flex-start;
    padding-left: 4rem;
  }
}

/* Heading */
.vi-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.vi-heading-blockquote__icon {
  display: inline-flex;
  height: 24px;
  width: auto;
  margin-bottom: 1rem;
}

.vi-heading-blockquote__icon>* {
  display: block;
  width: auto;
  height: 100%;
}

.vi-heading-blockquote__author {
  margin-top: 1.5rem;
  font-style: italic;
  font-weight: 300;
}

@media only screen and (min-width:1025px) {
  .vi-heading-blockquote__icon {
    margin-left: -30px;
  }
}

.vi-heading .vi-heading-line-1,
.vi-heading .vi-heading-line-2 {
  display: block;
  overflow: hidden;
}

.vi-anim.vi-anim-hidden {
  visibility: hidden;
}

.vi-anim-line {
  display: block;
  overflow: hidden;
}

.vi-anim-inner {
  display: inline-block;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.vi-anim-word {
  display: inline-block;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
}


/* Button */
.vi-button-wrapper {
  width: 100%;
}

.vi-button-container {
  display: inline-flex;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 100%;
  height: auto;
  transition: all .2s linear;
  max-width: 320px;
}

.vi-button-container:hover {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}

.vi-button-container.content-fit {
  width: fit-content;
}

.vi-button-container .vi-button {
  display: flex;
  min-height: 48px;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 13px 10px;
  position: relative;
  overflow: hidden;
  transition: all .2s linear;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1px;
  white-space: normal;
  border: none;
  border-radius: 50px;
}

.vi-button-container .vi-button:hover {
  cursor: pointer;
}

.vi-button-container .vi-button::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
}

.vi-button-container .vi-button__icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  transition: all .2s linear;
}

.vi-button-container .vi-button__icon svg {
  width: 100%;
  height: 100%;
  transition: all .2s linear;
}

.vi-button-container .vi-button span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.vi-button-container .vi-button span.arrow {
  position: relative;
  transition: transform 0.3s ease;
  left: -10px;
}

.vi-button-container .vi-button span.arrow::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.vi-button-container .vi-button:hover span.arrow::before {
  opacity: 1;
  transform: translateX(0);
}

.vi-button-container .vi-button:hover span.arrow {
  transform: translateX(10px);
}

@media only screen and (min-width:1025px) {
  .vi-button-container {
    max-width: 360px;
  }

  .vi-button-container .vi-button {
    min-height: 54px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* Default Style */
.vi-button-container.default .vi-button {
  background: transparent;
  color: var(--vi-primary-color);
  border-width: 1px;
  border-style: solid;
  border-color: var(--vi-primary-color);
}

.vi-button-container.default:not(.vi-button-animation) .vi-button:hover {
  color: var(--vi-white-color);
  background: var(--vi-primary-color);
}

.vi-button-animation.default:hover .vi-button {
  color: var(--vi-white-color);
}

.vi-button-animation.default::before {
  background-color: var(--vi-primary-color);
}

.vi-button-container.default .vi-button svg {
  fill: var(--vi-primary-color);
}

.vi-button-container.default:not(.vi-button-animation) .vi-button:hover svg {
  fill: var(--vi-white-color);
}

.vi-button-animation.default:hover .vi-button svg {
  fill: var(--vi-white-color);
}

/* Style 1 */
.vi-button-container.style-1 .vi-button {
  background: var(--vi-five-color);
  color: var(--vi-primary-color);
}

.vi-button-container.style-1:not(.vi-button-animation) .vi-button:hover {
  color: var(--vi-white-color);
  border-color: var(--vi-accent-color);
  background: var(--vi-accent-color);
}

.vi-button-animation.style-1:hover .vi-button {
  color: var(--vi-white-color);
}

.vi-button-animation.style-1::before {
  background-color: var(--vi-accent-color-hover);
}

.vi-button-container.style-1 .vi-button svg {
  fill: var(--vi-white-color);
}

.vi-button-container.style-1:not(.vi-button-animation) .vi-button:hover svg {
  fill: var(--vi-white-color);
}

.vi-button-animation.style-1:hover .vi-button svg {
  fill: var(--vi-white-color);
}

/* Style 2 */
.vi-button-container.style-2 .vi-button {
  background: var(--vi-secondary-color);
  color: var(--vi-primary-color);
}

.vi-button-container.style-2:not(.vi-button-animation) .vi-button:hover {
  color: var(--vi-white-color);
  border-color: var(--vi-accent-color);
  background: var(--vi-accent-color);
}

.vi-button-animation.style-2:hover .vi-button {
  color: var(--vi-white-color);
}

.vi-button-animation.style-2::before {
  background-color: var(--vi-accent-color-hover);
}

.vi-button-container.style-2 .vi-button svg {
  fill: var(--vi-white-color);
}

.vi-button-container.style-2:not(.vi-button-animation) .vi-button:hover svg {
  fill: var(--vi-white-color);
}

.vi-button-animation.style-2:hover .vi-button svg {
  fill: var(--vi-white-color);
}

/* Style 3 */
.vi-button-container.style-3 .vi-button {
  background: var(--vi-third-color);
  color: var(--vi-primary-color);
}

.vi-button-container.style-3:not(.vi-button-animation) .vi-button:hover {
  color: var(--vi-white-color);
  border-color: var(--vi-accent-color);
  background: var(--vi-accent-color);
}

.vi-button-animation.style-3:hover .vi-button {
  color: var(--vi-white-color);
}

.vi-button-animation.style-3::before {
  background-color: var(--vi-accent-color-hover);
}

.vi-button-container.style-3 .vi-button svg {
  fill: var(--vi-white-color);
}

.vi-button-container.style-3:not(.vi-button-animation) .vi-button:hover svg {
  fill: var(--vi-white-color);
}

.vi-button-animation.style-3:hover .vi-button svg {
  fill: var(--vi-white-color);
}

/* Style 4 */
.vi-button-container.style-4 .vi-button {
  background: var(--vi-white-color);
  color: var(--vi-accent-color);
  border-color: var(--vi-accent-color);
  border-width: 2px;
  border-style: solid;
  border-radius: 50px;
}

.vi-button-container.style-4:not(.vi-button-animation) .vi-button:hover {
  color: var(--vi-white-color);
  border-color: var(--vi-accent-color);
  background: var(--vi-accent-color);
}

.vi-button-animation.style-4:hover .vi-button {
  color: var(--vi-white-color);
}

.vi-button-animation.style-4::before {
  background-color: var(--vi-accent-color-hover);
}

.vi-button-container.style-4 .vi-button svg {
  fill: var(--vi-white-color);
}

.vi-button-container.style-4:not(.vi-button-animation) .vi-button:hover svg {
  fill: var(--vi-white-color);
}

.vi-button-animation.style-4:hover .vi-button svg {
  fill: var(--vi-white-color);
}

/* Style 5 */
.vi-button-container.style-5 .vi-button {
  background: #cc9742;
  color: var(--vi-white-color);
  border-color: #cc9742;
  border-width: 2px;
  border-style: solid;
  border-radius: 50px;
}

.vi-button-container.style-5:not(.vi-button-animation) .vi-button:hover {
  color: var(--vi-white-color);
  border-color: var(--vi-accent-color);
  background: var(--vi-accent-color);
}

.vi-button-animation.style-5:hover .vi-button {
  color: var(--vi-white-color);
}

.vi-button-animation.style-5::before {
  background-color: var(--vi-accent-color-hover);
}

.vi-button-container.style-5 .vi-button svg {
  fill: var(--vi-white-color);
}

.vi-button-container.style-5:not(.vi-button-animation) .vi-button:hover svg {
  fill: var(--vi-white-color);
}

.vi-button-animation.style-5:hover .vi-button svg {
  fill: var(--vi-white-color);
}

/* Animation */
.vi-button-animation {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}

.vi-button-animation span {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.vi-button-animation::before {
  content: '';
  position: absolute;
  z-index: 2;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* Diagonal Swipe */
.vi-button-animation-diagonal-swipe::before {
  height: 110%;
  left: -45%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}

.vi-button-animation-diagonal-swipe:hover:before {
  height: 105%;
  width: 150%;
}

/* Swipe Left To Right */
.vi-button-animation-swipe-left-to-right::before {
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}

.vi-button-animation-swipe-left-to-right:hover::before {
  width: 100%;
}

/* Skew Curtain */
.vi-button-animation-skew-curtain::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
  width: 25rem;
  height: 0;
  transform-origin: center;
}

.vi-button-animation-skew-curtain:hover::before {
  height: 25rem;
}

/* Circle */
.vi-button-animation-circle::before {
  width: 0;
  height: 0;
  border-radius: 9999px;
}

.vi-button-animation-circle:hover::before {
  width: 30rem;
  height: 30rem;
}

@media only screen and (min-width:576px) {
  .vi-button-container .vi-button {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Image */
.vi-image-wrap {
  display: flex;
  transition: all .3s linear;
}

.vi-image-link {
  position: relative;
  display: block;
}

.vi-image-link img {
  transition: all .3s linear;
}

.vi-image-link:hover img {
  filter: brightness(0.9);
}

.vi-image-wrap img {
  display: block;
}

.vi-image-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  z-index: 2;
}

.vi-image-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: var(--vi-white-color);
  transition: all .3s linear;
}

.vi-image-link:hover .vi-image-icon svg {
  fill: var(--vi-accent-color);
}

/* Accordion */
.vi-accordion-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem;
  background-color: #fafafa;
  border-radius: var(--vi-border-radius-16);
}

.vi-accordion-item {
  overflow: hidden;
  border-bottom: 1px solid #dce0e9;
  transition: all 0.3s linear;
}

.vi-accordion-item:last-child {
  border-bottom: 0;
}

.vi-accordion-heading {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.25rem 0;
  cursor: pointer;
  background-color: transparent;
  transition: all 0.3s linear;
}

.vi-accordion-heading svg {
  display: block;
  width: auto;
  height: 12px;
  fill: var(--vi-text-color);
  transition: all 0.3s linear;
}

.vi-accordion-title {
  font-weight: 500;
  padding-right: 3rem;
  transition: all 0.3s linear;
}

.vi-accordion-title__icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #e1e4eb;
  transition: all 0.3s linear;
}

.vi-accordion-item.active .vi-accordion-title {
  color: var(--vi-primary-color);
}

.vi-accordion-item.active .vi-accordion-heading svg {
  fill: var(--vi-white-color);
}

.vi-accordion-item.active .vi-accordion-title__icon {
  background-color: var(--vi-primary-color);
}

.vi-accordion-item:not(.active) .vi-expanded-icon {
  display: none;
}

.vi-accordion-item.active .vi-expanded-icon {
  display: block;
}

.vi-accordion-item.active .vi-collapsed-icon {
  display: none;
}

.vi-accordion-text {
  display: none;
  padding: 0 0 1.25rem 0;
}

.vi-accordion-item.active .vi-accordion-text {
  display: block;
}

.vi-accordion-text__desc> :where(h1, h2, h3, h4, h5, p, ul, ol) {
  margin-bottom: 1rem;
}

.vi-accordion-text__desc>*:last-child {
  margin-bottom: 0;
}

.vi-accordion-text__desc :where(ul, ol) {
  list-style: none;
  padding-left: 0;
}

.vi-accordion-text__desc ul {
  margin-left: 42px;
}

.vi-accordion-text__desc ol {
  margin-left: 4rem;
  counter-reset: point;
}

.vi-accordion-text__desc ol li {
  position: relative;
}

.vi-accordion-text__desc :where(ol, ul) li:not(:last-child) {
  margin-bottom: 1rem;
}

.vi-accordion-text__desc ol li::before {
  content: counter(point);
  counter-increment: point 1;
  position: absolute;
  top: 0;
  left: -45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid var(--vi-accent-color);
  border-radius: 50%;
}

.vi-accordion-text__desc a {
  color: var(--vi-accent-color);
  text-decoration: underline;
}

.vi-accordion-text__desc a:hover {
  color: var(--vi-accent-color-hover);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .vi-accordion-wrap {
    padding: 2rem 3rem;
    max-width: 960px;
  }
}


/* Simple Nav */
.vi-simple-nav__heading {
  display: block;
  font-weight: 400;
  color: #A4A7AE;
  margin-bottom: 1rem;
  font-size: .875rem;
}

.vi-simple-nav__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.vi-simple-nav__list-item:not(:last-child) {
  margin-bottom: 1.25rem;
}

.vi-simple-nav__list-item {
  display: block;
  font-weight: 600;
}

.vi-simple-nav__list-item,
.vi-simple-nav .vi-simple-nav__list-item a {
  color: var(--vi-white-color);
  text-decoration: none;
}

.vi-simple-nav .vi-simple-nav__list-item a {
  display: inline-flex;
  position: relative;
}

.vi-simple-nav .vi-simple-nav__list-item a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: var(--vi-accent-color);
  opacity: 0;
  visibility: hidden;
  transition: all .2s linear;
}

.vi-simple-nav .vi-simple-nav__list-item a:hover::before {
  width: 75%;
  opacity: 1;
  visibility: visible;
}



/* Navigation */
.vi-header-sticky {
  background-color: rgba(255, 255, 255, 0.97);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

div[data-elementor-type="header"] .elementor-element,
div[data-elementor-type="header"] .e-con-inner,
div[data-elementor-type="header"] .elementor-widget-container {
  position: static !important;
}

.vi-nav__toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.2em;
  cursor: pointer;
}

.vi-nav__container {
  display: flex;
}

.vi-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  --depth: 0;
}

.vi-nav__item {
  position: relative;
}

.vi-nav__list .vi-nav__link {
  display: flex;
  height: 100%;
  align-items: center;
  text-decoration: none;
  color: var(--vi-primary-color);
  font-size: clamp(16px, 1.5vw, 19px);
}

.vi-nav__list .current-menu-item>a,
.vi-nav__list .vi-nav__link:hover {
  color: var(--vi-accent-color);
}

.vi-nav__sublist {
  position: absolute;
  left: 0;
  top: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(10px);
  --depth: calc(var(--depth) + 1);
}

.vi-nav__toggle .line {
  width: 27px;
  height: 3px;
  background-color: var(--vi-third-color);
  display: block;
  margin-top: 3px;
  margin-bottom: 3px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.vi-nav__toggle .line:first-child {
  width: 44px;
}

.vi-nav__arrow.menu-arrow {
  display: inline-flex;
  width: 14px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 192'%3E%3Cpath fill='%23075061' d='M176,192c-4.24,0-8.32-1.68-11.31-4.69L4.69,27.31C-1.56,21.06-1.56,10.94,4.69,4.69s16.38-6.25,22.62,0l148.69,148.69L324.69,4.69c6.25-6.25,16.38-6.25,22.62,0s6.25,16.38,0,22.62l-160,160c-3,3.01-7.07,4.69-11.31,4.69Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s ease;
}

.vi-nav__list .vi-nav__item--open>*>.vi-nav__arrow.menu-arrow {
  transform: rotate(180deg);
}

.vi-nav__list .vi-button-wrapper {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-left: 20px;
  margin-right: 20px;
}

.vi-nav__list .vi-button-wrapper .vi-button-container {
  width: auto;
  min-width: 200px;
}

.vi-nav__list .vi-button-container .vi-button {
  padding-top: 10px;
  padding-bottom: 10px;
}

.fix-header-spacing {
  padding-top: 80px;
  padding-bottom: 80px;
}

.fix-header-spacing-small {
  padding-top: 80px !important;
}

.vi-nav__list>li:last-child.vi-nav__item-button .vi-button-wrapper {
  margin-right: 0;
  margin-left: 0;
}

@media (min-width: 1025px) {
  .fix-header-spacing {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .fix-header-spacing-small {
    padding-top: 100px !important;
  }

  .vi-nav {
    font-size: 20px;
  }

  .vi-nav__list .vi-nav__link {
    padding: 0.5vw 1vw;
    white-space: nowrap;
    color: var(--vi-four-color);
  }

  .vi-nav__list .menu-item-has-children:hover>a {
    color: var(--vi-accent-color);
  }

  .vi-nav__list .vi-nav__item>a>.vi-nav__link-text {
    position: relative;
  }

  .vi-nav__list>.vi-nav__item>a>.vi-nav__link-text::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background-color: var(--vi-accent-color);
    opacity: 0;
    visibility: hidden;
    transition: all .2s linear;
  }

  .vi-nav__list>.vi-nav__item>a:hover>.vi-nav__link-text::before,
  .vi-nav__list>.vi-nav__item.current-menu-item:hover>a>.vi-nav__link-text::before {
    width: 75%;
    opacity: 1;
    visibility: visible;
  }

  .vi-nav__list>.vi-nav__item.current-menu-item>a {
    color: var(--vi-four-color);
  }

  .vi-nav__sublist {
    background-color: var(--vi-white-color);
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.05);
    z-index: -1;
    visibility: hidden;
  }

  .vi-nav__item:hover>.vi-nav__sublist {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 1000;
  }

  .vi-nav__sublist .vi-nav__sublist {
    left: 100%;
    top: 0;
    transform: translateX(10px);
  }

  .vi-nav__item:hover>.vi-nav__sublist .vi-nav__sublist {
    transform: translateX(0);
  }

  .vi-nav__link:hover .vi-nav__arrow.menu-arrow {
    transform: rotate(180deg);
  }

  .vi-nav__list .menu-item-has-children:hover>.vi-nav__link>.vi-nav__arrow.menu-arrow {
    transform: rotate(180deg);
  }

  .vi-nav__arrow.menu-arrow {
    margin-left: 10px;
  }
}

@media (max-width: 1024px) {

  .vi-nav ul[data-depth="0"] {
    --depth: 0;
  }

  .vi-nav ul[data-depth="1"] {
    --depth: 1;
  }

  .vi-nav ul[data-depth="2"] {
    --depth: 2;
  }

  .vi-nav ul[data-depth="3"] {
    --depth: 3;
  }

  .vi-nav ul[data-depth="4"] {
    --depth: 4;
  }

  .vi-nav ul[data-depth="5"] {
    --depth: 5;
  }

  .vi-nav {
    display: flex;
    height: 100%;
  }

  .vi-nav__container {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    flex-direction: column;
    z-index: 100;
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--vi-white-color);
  }

  .vi-nav__list {
    flex-direction: column;
    background-color: var(--vi-white-color);
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .vi-nav__item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .vi-nav__list .vi-nav__link {
    height: auto;
    width: 100%;
  }

  .vi-nav__link-text {
    flex: 1 0 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: calc(20px * var(--depth));
    padding-right: 20px;
  }

  .vi-nav__list[data-depth="0"]>li>a>.vi-nav__link-text {
    padding-left: 0;
  }

  .vi-nav__sublist {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    display: none;
    transform: none;
    opacity: 1;
  }

  .vi-nav__item.vi-nav__item--open>.vi-nav__sublist {
    display: block;
  }

  .vi-nav__arrow.menu-arrow {
    width: 50px;
    background-size: 16px;
  }

  .vi-nav__toggle {
    display: flex;
    padding: 0;
    flex-direction: column;
    align-items: flex-end;
  }
}

@media only screen and (max-width:1024px) {
  .vi-nav__list .vi-nav__item-button {
    margin-top: 10px;
  }
}

@media only screen and (max-width:575px) {
  .vi-nav__list .vi-button-wrapper .vi-button-container {
    width: 100%;
    min-width: 100%;
  }
}

/* Media Slider */
.vi-media-slider {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  margin-left: -30px;
  margin-right: -30px;
}

.vi-media-slider .vi-media-slider__slider {
  overflow: hidden;
  padding: 30px;

}

.vi-media-slider__icon {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: 1rem
}

.vi-media-slider__icon-img {
  display: block;
  max-width: 100%;
  height: auto
}

.vi-media-slider__slider {
  width: 100%;
  overflow: unset;
}

.vi-media-slider__wrapper {
  align-items: stretch
}

.vi-media-slider__slide {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .11);
  display: flex;
  height: auto;
}

.vi-media-slider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.vi-media-slider__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.vi-media-slider__text {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  background: var(--vi-four-color);
  border-radius: 25px;
  padding: .875rem 1.25rem;
  font-weight: 700;
  line-height: 1.3
}

.vi-media-slider__text--bottom-left {
  left: 1rem;
  right: auto
}

.vi-media-slider__text--bottom-center {
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  min-width: max(240px, 40%);
  text-align: center
}

.vi-media-slider__text--bottom-right {
  left: auto;
  right: 1rem
}

.vi-media-slider__controls {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 30px;
  margin-top: 1rem;
  padding-right: 20px
}

.vi-media-slider__controls-elements {
  display: flex;
  gap: 10px;
  align-items: center
}

.vi-media-slider__nav {
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  background-color: var(--vi-white-color);
  border: none;
  padding: 0;
  cursor: pointer;
  border-radius: 100%;
  border-width: 2px;
  border-style: solid;
  border-color: var(--vi-third-color);
  transition: all .3s linear
}

.vi-media-slider__nav:hover {
  background-color: var(--vi-accent-color);
  border-color: var(--vi-accent-color)
}

.vi-media-slider__nav--prev::after,
.vi-media-slider__nav--next::after {
  font-family: swiper-icons;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  color: var(--vi-third-color);
  transition: color .3s linear
}

.vi-media-slider__nav--prev::after {
  content: 'prev'
}

.vi-media-slider__nav--next::after {
  content: 'next'
}

.vi-media-slider__nav--prev:hover::after,
.vi-media-slider__nav--next:hover::after {
  color: var(--vi-white-color)
}

.vi-media-slider__video-wrap,
.vi-media-slider__media {
  height: 100%;
}

.vi-media-slider__video-wrap video {
  height: 100%;
}

.vi-media-slider .vi-is-hidden {
  display: none;
}

@media only screen and (min-width:1025px) {
  .vi-media-slider__controls {
    margin-top: 2rem;
    gap: 20px;
    padding-right: 2vw
  }

  .vi-media-slider__nav {
    width: 3vw;
    height: 3vw
  }

  .vi-media-slider__nav--prev::after,
  .vi-media-slider__nav--next::after {
    font-size: 1.25vw
  }
}

@media (prefers-reduced-motion: reduce) {

  .vi-media-slider__slide,
  .vi-media-slider__nav,
  .vi-media-slider__nav--prev::after,
  .vi-media-slider__nav--next::after {
    transition: none
  }
}

/* Video Smart */
.vi-video-smart {
  position: relative;
  display: block;
  width: 100%;
}

.vi-video-smart .vi-video-smart__title {
  margin-bottom: 0.75rem;
}

.vi-video-smart .vi-video-smart__frame {
  position: relative;
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
}

.vi-video-smart .vi-video-smart__frame[data-ratio="16:9"] {
  aspect-ratio: 16/9;
}

.vi-video-smart .vi-video-smart__frame[data-ratio="9:16"] {
  aspect-ratio: 9/16;
}

.vi-video-smart .vi-video-smart__frame[data-ratio="1:1"] {
  aspect-ratio: 1/1;
}

.vi-video-smart .vi-video-smart__frame[data-ratio="4:3"] {
  aspect-ratio: 4/3;
}

.vi-video-smart .vi-video-smart__frame[data-ratio="21:9"] {
  aspect-ratio: 21/9;
}

.vi-video-smart .vi-video-smart__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: opacity .2s ease;
  cursor: pointer;
}

.vi-video-smart .vi-video-smart__poster {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.vi-video-smart .vi-video-smart__poster-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vi-video-smart .vi-video-smart__mount {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.vi-video-smart .vi-video-smart__iframe,
.vi-video-smart .vi-video-smart__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.vi-video-smart .vi-video-smart__video {
  background: #000;
}

.vi-video-smart .vi-video-smart__frame.is-loaded .vi-video-smart__overlay {
  opacity: 0;
  pointer-events: none;
}

/* Testimonials Cards */
.vi-testimonials {
  width: 100%;
}

.vi-testimonials__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.vi-testimonials__item {
  background: #ffffff;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 2px 16px rgba(16, 24, 40, 0.06);
}

.vi-testimonials__top {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}

.vi-testimonials__avatar {
  display: block;
}

.vi-testimonials__avatar-visual {
  display: block;
  line-height: 0;
}

.vi-testimonials .vi-testimonials__avatar-img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.vi-testimonials__meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vi-testimonials__stars {
  line-height: 1;
  color: #f5a524;
}

.vi-testimonials__stars-inner {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}

.vi-testimonials__star {
  width: 18px;
  height: 18px;
  display: inline-flex;
}

.vi-testimonials__star-ico {
  width: 100%;
  height: 100%;
  display: block;
}

.vi-testimonials__country {
  margin-top: 0.25rem;
  font-size: 15px;
  color: #787878;
}

.vi-testimonials__body {
  display: block;
}

.vi-testimonials__title {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}

.vi-testimonials__text {
  font-size: 14px;
  line-height: 1.7;
}

@media (min-width: 1025px) {
  .vi-testimonials__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Benefits Strip */
.vi-benefits-strip {
  width: 100%;
}

.vi-benefits-strip__viewport {
  overflow-x: hidden;
}

.vi-benefits-strip__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.vi-benefits-strip__list::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.vi-benefits-strip__item {
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.vi-benefits-strip__item-inner {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}

.vi-benefits-strip__icon {
  flex-shrink: 0;
}

.vi-benefits-strip__icon-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 3.75rem;
}

.vi-benefits-strip__icon-inner svg {
  display: block;
  height: 100%;
}

.vi-benefits-strip__content {
  display: flex;
  flex-direction: column;
}

.vi-benefits-strip__label {
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 0.25rem;
}

.vi-benefits-strip__title {
  font-weight: 600;
  line-height: 1.4;
}

@media (min-width: 1025px) {
  .vi-benefits-strip__viewport {
    overflow-x: visible;
  }

  .vi-benefits-strip__list {
    overflow-x: visible;
    scroll-snap-type: none;
    justify-content: space-between;
  }

  .vi-benefits-strip__item {
    flex: 0 0 auto;
    min-width: 0;
    scroll-snap-align: none;
    width: auto;
  }
}

/* Hero Category */
.vi-hero-category {
  position: relative;
  width: 100%;
  min-height: 380px;
  border-radius: var(--vi-border-radius-20, 20px);
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.vi-hero-category__inner {
  width: 100%;
  box-sizing: border-box;
  padding: 2rem;
  text-align: center;
}

.vi-hero-category__title {
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 0.25rem;
  color: var(--vi-text-color);
}

.vi-hero-category__meta {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.35em;
  margin-bottom: 13px;
  color: var(--vi-text-color);
}

.vi-hero-category__meta-price {
  color: var(--vi-red-color, #DD1616);
}

.vi-hero-category .vi-button-container {
  max-width: 200px;
}

@media (min-width: 1025px) {
  .vi-hero-category {
    min-height: 580px;
  }

  .vi-hero-category__inner {
    padding: 3rem;
  }


  .vi-hero-category__title {
    font-size: 24px;
  }
}

/* Size Card Grid */
.vi-size-card-grid {
  width: 100%;
}

.vi-size-card-grid__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.vi-size-card-grid__item {
  display: block;
  width: 100%;
}

.vi-size-card-grid__item:nth-last-child(1):nth-child(odd) {
  grid-column: 1 / -1;
  justify-self: center;
  width: 50%;
}

.vi-size-card-grid__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff;
  border-radius: 8px;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}

.vi-size-card-grid__card:focus {
  outline: none;
}

.vi-size-card-grid__card:hover {
  text-decoration: none;
}

.vi-size-card-grid__top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 0 1.25rem 0;
  background-color: #fafafa;
  border-radius: 8px 8px 0 0;
}

.vi-size-card-grid__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: -10px;
}

.vi-size-card-grid__icon svg {
  height: 102px;
  width: auto;
}

.vi-size-card-grid__bottom {
  padding: 1rem 1.5rem 1.5rem 1.5rem;
}

.vi-size-card-grid__label {
  text-align: center;
  font-weight: 600;
  color: var(--vi-primary-color);
  transition: all 0.3s linear;
}

a.vi-size-card-grid__card:hover .vi-size-card-grid__label {
  color: var(--vi-accent-color);
}

@media (min-width: 1025px) {
  .vi-size-card-grid__items {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 1.25rem;
  }

  .vi-size-card-grid__item {
    width: auto;
    min-width: 146px;
  }

  .vi-size-card-grid__item:nth-last-child(1):nth-child(odd) {
    width: auto;
  }

  .vi-size-card-grid__card {
    box-shadow: none;
  }

  .vi-size-card-grid__top {
    border-radius: 8px;
  }
}

/* Banner */
.vi-banner {
  position: relative;
  display: flex;
  width: 100%;
  background-color: var(--vi-four-color);
  border-radius: var(--vi-border-radius-20);
  overflow: hidden;
  min-height: 430px;
  align-items: center;
  box-shadow: 0 18px 50px 0 rgba(30, 48, 110, 0.1);
}

.vi-banner__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 3rem 2rem;
  gap: 0.75rem;
}

.vi-banner__content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
  order: 1;
}

.vi-banner__media {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vi-banner .vi-banner__image-element {
  display: block;
  width: 100%;
  height: auto;
}

.vi-banner .vi-button-container {
  max-width: 220px;
}

@media only screen and (min-width:768px) {
  .vi-banner__inner {
    gap: 0;
  }
}

@media (min-width: 1025px) {
  .vi-banner__inner {
    padding: 3rem 0 3rem 3rem;
  }

  .vi-banner__content {
    max-width: 51%;
  }

  .vi-banner__media {
    max-width: 49%;
    position: absolute;
    right: 0;
    bottom: 0;
    order: 2;
  }
}

/* Posts Grid */
.vi-posts-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.vi-posts-grid__item {
  height: 100%;
}

.vi-posts-grid .vi-posts-grid__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.25rem;
  border-radius: var(--vi-border-radius-20);
  background-color: var(--vi-white-color);
  box-shadow: 0 18px 50px 0 rgba(30, 48, 110, 0.1);
  text-decoration: none;
  color: inherit;
}

.vi-posts-grid__image-wrapper {
  margin-bottom: 1rem;
}

.vi-posts-grid__image-inner {
  overflow: hidden;
  border-radius: var(--vi-border-radius-16);
}

.vi-posts-grid__image-wrapper .vi-posts-grid__image {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s linear;
}

.vi-posts-grid__image-inner:hover .vi-posts-grid__image {
  transform: scale(1.1);
  filter: brightness(0.85);
}

.vi-posts-grid__body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.vi-posts-grid__title-wrapper {
  margin-bottom: 1.25rem;
}

.vi-posts-grid__title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.3;
  color: var(--vi-text-color);
  transition: all 0.3s linear;
}

.vi-posts-grid__link-wrapper {
  margin-top: auto;
}

.vi-posts-grid__link {
  font-weight: 600;
  color: var(--vi-text-color);
  transition: all 0.3s linear;
  position: relative;
}

.vi-posts-grid__link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--vi-text-color);
  transition: all .3s linear;
  z-index: 2;
}

.vi-posts-grid__title:hover,
.vi-posts-grid__link:hover {
  color: var(--vi-accent-color);
}

.vi-posts-grid__link:hover::after {
  width: 0;
}

@media (min-width: 1025px) {
  .vi-posts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vi-posts-grid__title {
    font-size: 1.5rem;
  }
}

/* Category Slider */
.vi-category-slider {
  width: 100%;
}

.vi-category-slider .vi-is-hidden {
  display: none !important;
}

.vi-category-slider__inner {
  width: 100%;
}

.vi-category-slider__slider {
  width: 100%;
}

.vi-category-slider:not(.vi-category-slider--is-slider) .vi-category-slider__wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.vi-category-slider__item {
  text-decoration: none;
  height: 100%;
}

.vi-category-slider__item-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  min-height: calc(50vw - 1.5rem);
  border-radius: var(--vi-border-radius-16);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 1rem;
}

.vi-category-slider__title {
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.75rem;
}

.vi-category-slider__button {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.vi-category-slider__controls {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}

.vi-category-slider__controls-elements {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.vi-category-slider__nav {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.vi-category-slider__pagination {
  margin-top: 1.5rem;
}

@media only screen and (min-width:480px) {
  .vi-category-slider__item-inner {
    padding: 1.5rem;
  }
}

@media (min-width: 1025px) {

  .vi-category-slider__title {
    font-size: 24px;
  }

  .vi-category-slider__item-inner {
    min-height: 322px;
  }
}

@media only screen and (max-width:480px) {
  .vi-category-slider .vi-button-container .vi-button {
    padding: 8px 10px;
    min-height: 34px;
    font-size: 13px;
  }
}

/* Post Slider */
/* Posts Slider */
.vi-posts-slider {
  position: relative;
  width: 100%;
}

.vi-posts-slider__inner {
  width: 100%;
}

.vi-posts-slider__slider {
  width: 100%;
}

.vi-posts-slider__wrapper {
  display: flex;
}

.vi-posts-slider__slide {
  height: auto;
}

.vi-posts-slider__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}

.vi-posts-slider__image {
  position: relative;
  overflow: hidden;
}

.vi-posts-slider .vi-posts-slider__image-img {
  display: block;
  width: 100%;
  height: auto;
  transition: all .3s linear;
}

.vi-posts-slider__card:hover .vi-posts-slider__image-img {
  transform: scale(1.05);
}

.vi-posts-slider__content {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.vi-posts-slider .vi-posts-slider__title {
  font-weight: 600;
  margin-top: 18px;
  margin-bottom: 10px;
  transition: all .3s linear;
}

.vi-posts-slider__card:hover .vi-posts-slider__title {
  color: var(--vi-accent-color);
}

.vi-posts-slider__text {
  color: var(--vi-text-color);
}

.vi-posts-slider__pagination {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.vi-posts-slider__controls {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.vi-posts-slider__controls-elements {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.vi-posts-slider__nav {
  border: 0;
  padding: 0.5rem;
  background: transparent;
  cursor: pointer;
}

.vi-posts-slider__nav-icon {
  display: inline-flex;
}

.vi-posts-slider .vi-is-hidden {
  display: none !important;
}

.vi-posts-slider .swiper-pagination-bullet {
  border-color: #444;
}

.vi-posts-slider .swiper-pagination-bullet-active {
  background: #444;
}

@media (min-width: 768px) {
  .vi-posts-slider__controls {
    margin-top: 1.5rem;
  }

  .vi-posts-slider__image {
    border-radius: var(--vi-border-radius-16);
  }
}

@media (min-width: 1025px) {
  .vi-posts-slider__controls {
    margin-top: 2rem;
  }
}

/* QA Grid */
.vi-qa-grid {
  width: 100%;
}

.vi-qa-grid__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.vi-qa-grid__item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.25rem;
  border-radius: var(--vi-border-radius-20);
  background-color: #f6f6f6;
  transition: all .3s linear;
}

.vi-qa-grid__item:hover {
  transform: translateY(-10px);
  box-shadow: 0 5px 15px 0 rgba(30, 48, 110, 0.1);
}

.vi-qa-grid__item-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.vi-qa-grid__top {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.vi-qa-grid__icon-wrapper {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vi-qa-grid__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.vi-qa-grid__icon i,
.vi-qa-grid__icon svg {
  width: 100%;
  height: 100%;
}

.vi-qa-grid__title-wrapper {
  flex: 1;
}

.vi-qa-grid__title {
  margin: 0;
  font-size: 19px;
  font-weight: 600;
}

.vi-qa-grid__bottom {
  margin-top: auto;
}

.vi-qa-grid__text-wrapper {
  margin-bottom: 0.75rem;
}

.vi-qa-grid__text {
  margin: 0;
}

.vi-qa-grid .vi-qa-grid__link {
  margin-top: 0.25rem;
}

.vi-qa-grid .vi-qa-grid__link-anchor,
.vi-qa-grid .vi-qa-grid__link a {
  color: #1E306E;
  text-decoration: underline;
}

.vi-qa-grid .vi-qa-grid__link a:hover {
  text-decoration: underline;
}

@media (min-width: 1025px) {
  .vi-qa-grid__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vi-qa-grid__item {
    padding: 2rem;
  }
}

/* Header Mega Menu */
.vi-megamenu {
  position: relative;
}

.vi-megamenu__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}

.elementor-location-header .elementor-widget-vi_header_mega_menu {
  flex: 1 0 0;
  width: auto;
}

.elementor-location-header .elementor-widget-vi_header_right_menu {
  flex: 1 0 0;
  display: flex;
  justify-content: flex-end;
}

.vi-megamenu__logo {
  display: flex;
  align-items: center;
  min-width: 130px;
  order: 1;
}

.vi-megamenu__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  cursor: pointer;
  width: auto;
}

.vi-megamenu__toggle-box {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.vi-megamenu__toggle-lines {
  display: inline-flex;
  flex-direction: column;
  gap: 0.25rem;
}

.vi-megamenu__toggle-line {
  width: 1.5rem;
  height: 0.125rem;
  border-radius: 999px;
  background-color: currentColor;
}

.vi-megamenu__toggle-text {
  font-size: 0.875rem;
}

.vi-megamenu__nav {
  display: none;
}

.vi-megamenu__list {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.vi-megamenu__item {
  position: relative;
}

.vi-megamenu__link {
  display: inline-flex;
  align-items: center;
  padding: 0;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--vi-text-color);
  font-weight: 600;
}

.vi-megamenu__link-label {
  white-space: nowrap;
}

.vi-megamenu__link--button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.vi-megamenu__panel {
  position: absolute;
  left: 0;
  right: auto;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(0.75rem);
  transition-property: opacity, transform, visibility;
  transition-duration: 160ms;
  transition-timing-function: ease-out;
  z-index: 30;
}

.vi-megamenu__panel-inner {
  border-radius: var(--vi-border-radius-16);
  background-color: #ffffff;
}

.vi-megamenu__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  padding: 8px;
  list-style: none;
  margin: 0;
}

.vi-megamenu__mega-item {
  margin: 0;
}

.vi-megamenu__mega-link {
  display: block;
  padding: 12px;
  text-decoration: none;
  border-radius: var(--vi-border-radius-8);
  transition: all 0.3s linear;
}

.vi-megamenu__mega-title {
  display: block;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #181d27;
}

.vi-megamenu__mega-description {
  display: none;
}

.vi-megamenu__badge {
  font-size: 0.8125rem;
  font-weight: 500;
  opacity: 0.8;
  margin-left: 0.25rem;
}

.vi-megamenu__item--has-children:hover .vi-megamenu__panel,
.vi-megamenu__item--has-children:focus-within .vi-megamenu__panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.vi-megamenu__overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.26s ease;
  z-index: 60;
  pointer-events: none;
}

.vi-megamenu__drawer {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  height: 100%;
  width: 100%;
  max-width: 358px;
  background-color: #ffffff;
  transform: translateX(-100%);
  opacity: 1;
  transition: transform 0.26s ease;
  display: flex;
  flex-direction: column;
  border-top-right-radius: 20px;
}

.vi-megamenu__drawer-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  gap: 0;
  border-bottom: 1px solid #e0e0e0;
}

.vi-megamenu__drawer-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 100%;
  border-radius: 999px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.vi-megamenu__drawer-back--hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 0;
  padding: 0;
  margin-right: 0;
}

.vi-megamenu__drawer-back-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.vi-megamenu__drawer-back-icon svg {
  display: block;
  width: 100%;
  height: 10px;
  transform: rotate(-180deg);
  fill: var(--vi-text-color);
  transition: all 0.3s linear;
}

.vi-megamenu__drawer-back:hover .vi-megamenu__drawer-back-icon svg,
.vi-megamenu__drawer-back:focus-visible .vi-megamenu__drawer-back-icon svg {
  fill: var(--vi-accent-color);
}

.vi-megamenu__drawer-title {
  flex: 1;
  text-align: left;
  padding-left: 20px;
}

.vi-megamenu__drawer-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.vi-megamenu__drawer-close-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.vi-megamenu__drawer-close-icon svg {
  display: block;
  width: 100%;
  height: 14px;
  fill: #000000;
  transition: all 0.3s linear;
}

.vi-megamenu__drawer-close:focus-visible .vi-megamenu__drawer-close-icon svg,
.vi-megamenu__drawer-close:hover .vi-megamenu__drawer-close-icon svg {
  fill: var(--vi-accent-color);
}

.vi-megamenu__drawer-body {
  flex: 1;
  overflow-y: auto;
}

.vi-megamenu__view {
  display: none;
  opacity: 0;
  transform: translateX(-18px);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}

.vi-megamenu__view--active {
  display: block;
}

.vi-megamenu__view--entered {
  opacity: 1;
  transform: translateX(0);
}

.vi-megamenu__drawer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vi-megamenu__drawer-item {
  border-bottom: none;
}

.vi-megamenu__drawer-body .vi-megamenu__drawer-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0.875rem 1.25rem;
  text-decoration: none;
  border: 0;
  background: transparent;
  color: var(--vi-text-color);
  font-size: 14px;
  font-weight: 500;
}

.vi-megamenu__drawer-item--has-children {
  display: flex;
  align-items: stretch;
}

.vi-megamenu__drawer-item--has-children .vi-megamenu__drawer-link {
  flex: 1 1 auto;
  padding-right: 0.75rem;
}

.vi-megamenu__drawer-drill {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  width: 56px;
}

.vi-megamenu__drawer-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 8px;
}

.vi-megamenu__drawer-arrow svg {
  display: block;
  width: 100%;
  height: 8px;
  fill: var(--vi-text-color);
  transition: fill 0.3s linear;
}

.vi-megamenu__drawer-drill:focus-visible .vi-megamenu__drawer-arrow svg,
.vi-megamenu__drawer-drill:hover .vi-megamenu__drawer-arrow svg {
  fill: var(--vi-accent-color);
}

.vi-megamenu__drawer-section {
  border-bottom: 1px solid #e0e0e0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.vi-megamenu__drawer-section--primary {
  padding: 0;
}

.vi-megamenu__drawer-secondary-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vi-megamenu__drawer-body .vi-megamenu__drawer-secondary-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0.875rem 1.25rem;
  text-decoration: none;
  border: 0;
  background: transparent;
  color: var(--vi-text-color);
  font-size: 14px;
  font-weight: 500;
}

.vi-megamenu__drawer-secondary-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
}

.vi-megamenu .vi-megamenu__drawer-language-flag {
  width: 24px;
  height: 24px;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  border-radius: 100%;
}

.vi-megamenu__drawer-secondary-link-icon .elementor-icon,
.vi-megamenu__drawer-secondary-link-icon svg,
.vi-megamenu__drawer-secondary-link-icon i {
  display: block;
  width: auto;
  height: 20px;
  fill: var(--vi-text-color);
  transition: all .3s linear;
}

.vi-megamenu__drawer-secondary-link:hover svg {
  fill: var(--vi-accent-color);
}

.vi-megamenu__drawer-secondary-link,
.vi-megamenu__drawer-secondary-link:hover,
.vi-megamenu__drawer-secondary-link:focus-visible {
  color: var(--vi-text-color);
}

.vi-megamenu__drawer-footer-icons {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.875rem 1.25rem;
}

.vi-megamenu__drawer-footer-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #717680;
  transition: color 0.3s linear;
}

.vi-megamenu__drawer-footer-icon-link .elementor-icon,
.vi-megamenu__drawer-footer-icon-link svg,
.vi-megamenu__drawer-footer-icon-link i {
  display: block;
  width: auto;
  height: 24px;
  fill: #717680;
  transition: all .3s linear;
}

.vi-megamenu__drawer-footer-icon-link:hover>* {
  fill: var(--vi-accent-color);
}

.vi-megamenu__drawer-footer-icon-link:hover,
.vi-megamenu__drawer-footer-icon-link:focus-visible {
  color: var(--vi-accent-color);
}

.vi-megamenu__drawer-footer-copy {
  font-size: 14px;
  color: #9f9f9f;
  padding: 0.875rem 1.25rem;
}

.vi-megamenu--drawer-open .vi-megamenu__overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.vi-megamenu--drawer-open .vi-megamenu__drawer {
  transform: translateX(0);
}

.vi-megamenu__drawer-header:has(.vi-megamenu__drawer-back:not(.vi-megamenu__drawer-back--hidden)) .vi-megamenu__drawer-title {
  padding-left: 0;
}

@media (min-width: 1025px) {

  .vi-megamenu__inner {
    gap: 2rem;
  }

  .vi-megamenu__logo {
    min-width: 160px;
    order: unset;
  }

  .vi-megamenu__toggle {
    display: none;
  }

  .vi-megamenu__nav {
    display: block;
  }

  .vi-megamenu__overlay {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .vi-megamenu__panel-inner {
    width: 640px;
  }

  .vi-megamenu__panel-inner[data-desktop-columns="1"] {
    width: 320px;
  }

  .vi-megamenu__panel-inner[data-desktop-columns="2"] {
    width: 640px;
  }

  .vi-megamenu__panel-inner[data-desktop-columns="3"] {
    width: 960px;
  }

  .vi-megamenu__panel-inner[data-desktop-columns="4"] {
    width: 1280px;
  }

  .vi-megamenu__grid[data-desktop-columns="1"] {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .vi-megamenu__grid[data-desktop-columns="2"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vi-megamenu__grid[data-desktop-columns="3"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vi-megamenu__grid[data-desktop-columns="4"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .vi-megamenu__mega-link:hover,
  .vi-megamenu__mega-link:focus-visible {
    background-color: #fafafa;
  }

  .vi-megamenu__mega-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 1.4;
    color: #535862;
  }
}

@media (min-width: 1200px) {
  .vi-megamenu__logo {
    min-width: 213px;
  }
}


/* Header Right Menu */
.vi-header-right-menu {
  display: flex;
  align-items: center;
}

.vi-header-right-menu__inner {
  display: flex;
  align-items: center;
}

.vi-header-right-menu__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  min-width: 36px;
  flex-shrink: 0;
  cursor: pointer;
}

.vi-header-right-menu__trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background-color: transparent;
  cursor: pointer;
}

.vi-header-right-menu__language-inner {
  display: inline-flex;
  align-items: center;
}

.vi-header-right-menu__language-flag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  border-radius: 999px;
  overflow: hidden;
}

.vi-header-right-menu .vi-header-right-menu__language-flag-img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 100%;
}

.vi-header-right-menu__dropdown .vi-header-right-menu__language-flag-img {
  width: 20px;
  height: 20px;
}

.vi-header-right-menu__language-label {
  margin-left: 10px;
  margin-right: 5px;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--vi-text-color);
  transition: all 0.3s linear;
}

.vi-header-right-menu__language-name {
  font-size: 0.9375rem;
}

.vi-header-right-menu__dropdown {
  position: absolute;
  top: calc(100% + 0.75rem);
  left: 50%;
  transform: translateX(-50%);
  min-width: 180px;
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  background-color: #ffffff;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.15);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  margin-top: 8px;
  transition:
    opacity 0.2s ease,
    margin-top 0.2s ease,
    visibility 0.2s ease;
}

.vi-header-right-menu__dropdown-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vi-header-right-menu__dropdown-item {
  margin-bottom: 0.75rem;
}

.vi-header-right-menu__dropdown-item:last-child {
  margin-bottom: 0;
}

.vi-header-right-menu__dropdown-link {
  display: flex;
  align-items: center;
  column-gap: 0.75rem;
  text-decoration: none;
  color: inherit;
}

.vi-header-right-menu__dropdown-link:hover {
  text-decoration: none;
}

.vi-header-right-menu__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vi-header-right-menu__icon i,
.vi-header-right-menu__icon svg {
  height: 20px;
  width: auto;
}

.vi-header-right-menu__trigger--account .vi-header-right-menu__icon i,
.vi-header-right-menu__trigger--account .vi-header-right-menu__icon svg,
.vi-header-right-menu__item--cart .vi-header-right-menu__icon i,
.vi-header-right-menu__item--cart .vi-header-right-menu__icon svg {
  color: var(--vi-text-color);
  fill: var(--vi-text-color);
  transition: all 0.3s linear;
}

.vi-header-right-menu__item--account:hover .vi-header-right-menu__icon i,
.vi-header-right-menu__item--account:focus-within .vi-header-right-menu__icon i,
.vi-header-right-menu__item--account:hover .vi-header-right-menu__icon svg,
.vi-header-right-menu__item--account:focus-within .vi-header-right-menu__icon svg,
.vi-header-right-menu__item--cart:hover .vi-header-right-menu__icon i,
.vi-header-right-menu__item--cart:focus-within .vi-header-right-menu__icon i,
.vi-header-right-menu__item--cart:hover .vi-header-right-menu__icon svg,
.vi-header-right-menu__item--cart:focus-within .vi-header-right-menu__icon svg {
  color: var(--vi-accent-color);
  fill: var(--vi-accent-color);
}

.vi-header-right-menu__icon i {
  font-size: 24px;
  line-height: 1;
}

.vi-header-right-menu__icon svg {
  display: block;
}

.vi-header-right-menu__cart-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.vi-header-right-menu__cart-count-wrap {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #c9963b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vi-header-right-menu__cart-count {
  font-size: 11px;
  line-height: 1;
  color: var(--vi-white-color, #ffffff);
}

.vi-header-right-menu__item--dropdown:hover .vi-header-right-menu__dropdown,
.vi-header-right-menu__item--dropdown:focus-within .vi-header-right-menu__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  margin-top: 0;
}

.vi-header-right-menu__item--dropdown:hover::before,
.vi-header-right-menu__item--dropdown:focus-within::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 1.5rem;
  background: transparent;
}

.vi-header-right-menu__item--language:hover .vi-header-right-menu__language-label,
.vi-header-right-menu__item--language:focus-within .vi-header-right-menu__language-label {
  color: var(--vi-accent-color);
}

.vi-header-right-menu__item--language {
  display: none;
}

@media only screen and (min-width:1025px) {
  .vi-header-right-menu__item--language {
    display: flex;
  }

  .vi-header-right-menu__inner {
    column-gap: 1rem;
  }

  .vi-header-right-menu__icon i,
  .vi-header-right-menu__icon svg {
    height: 24px;
  }
}

/* Icon Grid */
.vi-icon-grid {
  width: 100%;
}

.vi-icon-grid__list {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 20px;
}

.vi-icon-grid__item {
  height: 100%;
}

.vi-icon-grid__item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  text-decoration: none;
  height: 100%;
}

.vi-icon-grid__image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
}

.vi-icon-grid .vi-icon-grid__image {
  display: block;
  max-height: 40px;
  width: auto;
}

.vi-icon-grid__title {
  margin-top: 0.5rem;
  font-size: 10px;
  font-weight: 500;
  color: var(--vi-text-color);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}

.vi-icon-grid__item-link:hover .vi-icon-grid__title,
.vi-icon-grid__item-link:focus .vi-icon-grid__title {
  color: var(--vi-accent-color);
}

@media only screen and (min-width: 768px) {
  .vi-icon-grid__title {
    font-size: 12px;
  }
}

/* Notification Bar */
.vi-notice-bar {
  position: relative;
}

.vi-notice-bar__container {
  display: flex;
  align-items: stretch;
  width: 100%;
  background-color: #000000;
}

.vi-notice-bar__slider {
  flex: 1 1 auto;
  width: 100%;
}

.vi-notice-bar__wrapper {
  display: flex;
  align-items: stretch;
}

.vi-notice-bar__item {
  display: flex;
  align-items: stretch;
  height: 100%;
}

.vi-notice-bar .vi-notice-bar__inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 12px;
  text-decoration: none;
  color: var(--vi-white-color);
  transition: all 0.3s linear;
}

.vi-notice-bar__inner--link:hover {
  color: var(--vi-accent-color);
}

.vi-notice-bar__inner--link:focus {
  outline: none;
  color: var(--vi-accent-color);
}

.vi-notice-bar__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.vi-notice-bar__icon svg {
  width: 20px;
  height: 20px;
  fill: var(--vi-white-color);
  transition: all 0.3s linear;
}

.vi-notice-bar__icon i {
  font-size: 20px;
  line-height: 1;
  transition: all 0.3s linear;
}

.vi-notice-bar__inner--link:hover .vi-notice-bar__icon svg,
.vi-notice-bar__inner--link:focus .vi-notice-bar__icon svg {
  fill: var(--vi-accent-color);
}

.vi-notice-bar__inner--link:hover .vi-notice-bar__icon i,
.vi-notice-bar__inner--link:focus .vi-notice-bar__icon i {
  color: var(--vi-accent-color);
}

.vi-notice-bar__text {
  display: block;
  font-size: 12px;
  white-space: nowrap;
}

.vi-notice-bar__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.75rem;
}

.vi-notice-bar__nav {
  border: none;
  background: transparent;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.vi-notice-bar__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.vi-notice-bar .vi-is-hidden {
  display: none !important;
}

@media (min-width: 1025px) {
  .vi-notice-bar__text {
    font-size: 14px;
  }
}

/* Feature Hightlights */
.vi-fh {
  width: 100%;
}

.vi-fh__inner {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.vi-fh__block {
  width: 100%;
}

.vi-fh__block-inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: stretch;
  background-color: #ffffff;
  border-radius: 1.5rem;
}

.vi-fh__content {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.vi-fh__media {
  flex: 1 1 0;
  display: flex;
}

.vi-fh__image-wrap {
  position: relative;
  width: 100%;
  height: 250px;
  border-radius: 0.75rem;
  overflow: hidden;
}

.vi-fh__media .vi-fh__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.vi-fh__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff4e6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vi-fh__icon-inner {
  font-size: 1.25rem;
  line-height: 1;
  color: #cc9742;
}

.vi-fh__icon-inner svg {
  display: block;
  height: 20px;
  width: auto;
}

/* per-item SVG color modes via --vi-fh-icon-color */
/* Fill only */
.vi-fh__mode-fill .vi-fh__icon-inner svg,
.vi-fh__mode-fill .vi-fh__icon-inner svg * {
  fill: var(--vi-fh-icon-color, currentColor);
  stroke: none;
}

/* Stroke only */
.vi-fh__mode-stroke .vi-fh__icon-inner svg,
.vi-fh__mode-stroke .vi-fh__icon-inner svg * {
  stroke: var(--vi-fh-icon-color, currentColor);
  fill: none;
}

/* Fill + Stroke */
.vi-fh__mode-both .vi-fh__icon-inner svg,
.vi-fh__mode-both .vi-fh__icon-inner svg * {
  fill: var(--vi-fh-icon-color, currentColor);
  stroke: var(--vi-fh-icon-color, currentColor);
}

.vi-fh__title {
  margin: 0;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #101828;
}

.vi-fh__desc {
  margin: 0;
  color: #535862;
  font-size: 1rem;
}

.vi-fh__desc p {
  margin: 0;
}

.vi-fh__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.vi-fh__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.vi-fh__bullet {
  flex: 0 0 auto;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 100%;
  background-color: #fff9ef;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vi-fh__bullet-svg {
  display: block;
  height: 12px;
  width: auto;
}

.vi-fh__text {
  display: block;
  color: #535862;
  font-size: 1rem;
}

@media only screen and (min-width:768px) {
  .vi-fh__image-wrap {
    height: 400px;
  }
}

@media (min-width: 1025px) {
  .vi-fh__inner {
    gap: 5rem;
  }

  .vi-fh__block-inner {
    flex-direction: row;
    align-items: stretch;
    gap: 4rem;
  }

  .vi-fh__block--image-left .vi-fh__block-inner {
    flex-direction: row-reverse;
  }

  .vi-fh__content {
    padding: 3rem 0 3rem 3rem;
  }

  .vi-fh__title {
    font-size: 1.875rem;
  }

  .vi-fh__desc {
    font-size: 1.125rem;
  }

  .vi-fh__text {
    font-size: 1.125rem;
  }

  .vi-fh__media,
  .vi-fh__content {
    height: auto;
  }

  .vi-fh__image-wrap {
    height: 100%;
    border-radius: 0.75rem;
  }

  .vi-fh__media .vi-fh__img {
    transition: all .3s linear;
  }

  .vi-fh__media:hover .vi-fh__img {
    transform: scale(1.05);
  }
}

@media (min-width: 1600px) {
  .vi-fh__content {
    padding: 3rem 3rem 3rem 6rem;
  }
}