* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant-numeric: proportional-nums;
}

::-webkit-scrollbar {
  width: 0px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

:root {
  --gutter-size: 2rem;
  --nav-height: 5.5rem;
  /* 88px */
}

.interest-free {
  --product-color: #91a6b6;
  --text-color: #607a87;
  --bg-text-color: #000;
}

.art-sellers {
  --product-color: #cfcbc5;
  --bg-text-color: #000;
}

.verified-buyer {
  --product-color: #92a88a;
  --text-color: #657c5b;
  --bg-text-color: #000;
}

.buyers-premium {
  --product-color: #714043;
  --bg-text-color: white;
  --text-color: var(--product-color);
}

.background-color-product {
  background-color: var(--product-color);
  color: var(--bg-text-color);
}

.text-color-product {
  color: var(--text-color);
}

.button.is-product {
  background-color: var(--product-color);
  color: var(--bg-text-color);
}

html {
  height: auto;
  font-size: 1.1875rem;
}

@media screen and (max-width: 1920px) {
  html {
    font-size: calc(0.4374999999999999rem + 0.6250000000000001vw);
  }
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 1rem;
  }
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.ticker_wrapper {
  will-change: transform;
}

.ticker_item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 1px;
  background-color: #000;
  transition: height 0.5s ease;
}

.ticker_item.is-link .ticker_item-content {
  opacity: 0;
  transition: opacity 200ms ease-in;
}

.ticker_item.is-link:hover::before {
  height: 100%;
}

.ticker_item.is-link:hover .ticker_item-content {
  opacity: 1;
}

.navbar_page-overlay {
  pointer-events: none;
}

.quote-wrapper::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.quote-wrapper.is-white::before {
  background-color: #fff;
}

.section_window-height-min {
  min-height: calc(100svh - var(--nav-height));
}


@media (min-width: 768px) and (max-height: 699px) {
  .section_window-height {
    min-height: calc(100svh - var(--nav-height));
  }
}

.exceptional {
  min-height: calc(70svh - var(--nav-height));
}

@media (min-width: 768px) and (min-height: 700px) {
  .section_window-height {
    height: calc(100svh - var(--nav-height));
  }

  .exceptional {
    height: calc(70svh - var(--nav-height));
  }


}

@media screen and (max-width: 767px) {
  .exceptional {
    max-height: none;
  }
}

@media (max-height: 699px) and (min-width: 768px) {

  .section_product-header,
  .section_contact-header {
    min-height: calc(98svh - var(--nav-height));
  }
}

@media (min-width: 768px) {
  .article_header {
    height: calc(100svh - 10.25rem);
    /* set the height to 100vh minus the height of height-div */
  }

  .column-wrapper::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }

  .column-wrapper.is-white::before {
    background-color: #fff;
  }

  .column-wrapper.is-first::before {
    left: 0;
  }

  .background-color-product .column-wrapper::before,
  .background-color-product .quote-wrapper::befor {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .section_story-header[text-color="White"] .column-wrapper::before {
    background-color: #fff;
  }

  .collection_item::before,
  .team_item::before,
  .galleries_list .gallery_item:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: -1rem;
    bottom: 0;
  }
}

@media (min-width: 992px) {

  .navbar_wrapper.is-light:not(:hover) .navbar_link,
  .navbar_wrapper.is-light:not(:hover) .navbar_link-no-dot {
    color: #fff;
  }

  .navbar_wrapper.is-light:not(:hover) .navbar_link::before,
  .navbar_wrapper.is-light:not(:hover) .navbar_menu-right>.button {
    filter: invert(100%);
  }

  .navbar_wrapper.is-light:not(:hover) .navbar_component {
    border-color: rgba(255, 255, 255, 0.15);
  }

  .navbar_wrapper.is-light:not(:hover) .navbar_item-divider {
    background-color: rgba(255, 255, 255, 0.15);
  }

  .navbar_link::before {
    content: "";
    background-color: #000;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    position: absolute;
    left: 0.25rem;
    opacity: 0;
    transition: all 200ms;
  }

  .navbar_link:hover::before {
    opacity: 1;
  }

  .navbar_dropdown-link.is-highlighted::after {
    content: "";
    width: 1000px;
    height: 100%;
    position: absolute;
    right: -1000px;
    top: 0;
    bottom: 0;
    background-color: inherit;
  }

  .navbar_dropdown-link:hover .navbar_item-content {
    border-color: #000;
  }

  .navbar_link-no-dot:hover .navbar_item-divider {
    background-color: rgba(0, 0, 0, 1);
  }
}

@media screen and (min-width: 768px) {
  .how-it-works_item.is-faded .how-it-works_item-number {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.08);
  }

  .how-it-works_item .how-it-works_item-text {
    transition: color 0.3s;
  }

  .how-it-works_item.is-faded * {
    color: rgba(0, 0, 0, 0.08);
  }

  .how-it-works_image-list {
    height: calc(100svh - 8.75rem);
  }

  .team_item_link:hover .team_item_image {
    border-radius: 50%;
  }
}

@media screen and (max-width: 991px) {
  .navbar_menu {
    height: 100svh;
    height: calc(100svh - 5.5rem);
  }

  .navbar_submenu.is-open {
    display: flex;
    right: 0;
  }
}

.navbar_component:not(.nav-open) .menu-icon_line {
  transform: none;
}

.faq_accordion:after,
.underline-link:after,
.button.is-link:after,
.footer_link:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  display: block;
  right: 0;
  bottom: -1px;
  background: black;
  transition: width 1s ease;
  -webkit-transition: width 1s ease;
}

.button.is-link:after,
.footer_link:after {
  transition: width 0.5s ease;
  -webkit-transition: width 0.5s ease;
}

.underline-link.is-white:after,
.button.is-link.is-alternate:after,
.footer_link:after {
  background-color: white;
}

.faq_accordion:hover:after,
.underline-link:hover:after,
.button.is-link:not(.is-animated):hover:after,
.footer_link:hover:after {
  width: 100%;
  left: 0;
}

.form-modal_component p {
  will-change: transform;
}

.gallery_item:not(:hover) .collection_item_dot,
.collection_item:not(:hover) .collection_item_dot {
  opacity: 0;
}

.team_item_image {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.loader-item_component * {
  animation-duration: 2.2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: shimmer;
  animation-timing-function: linear;
  background: #1a3a52;
  background: linear-gradient(to right,
      #efefef 8%,
      #dadada 28%,
      #efefef 48%);
  background-size: 1200px 100%;
}

.page-loader_image,
.ticker_item-graphic.spin {
  animation: rotation 8s infinite linear;
}

@-webkit-keyframes shimmer {
  0% {
    background-position: -100% 0;
  }

  100% {
    background-position: 100% 0;
  }
}

@keyframes shimmer {
  0% {
    background-position: -1200px 0;
  }

  100% {
    background-position: 1200px 0;
  }
}

@-webkit-keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.section_story-header[text-color="White"] {
  color: #fff;
}

.section_story-header[text-color="White"] .tag {
  border-color: rgba(255, 255, 255, 0.15);
}

.is-story .navbar_component {
  border-bottom: 0;
}

.swiper-slide-prev .header_component,
.swiper-slide-prev .header_component {
  pointer-events: none;
}

.swiper-slide.is-featured-galleries.swiper-slide-active {
  z-index: 2;
}

.calculator_input-wrapper .tooltip_component {
  position: relative;
  right: 0;
  top: 0;
}

body *:focus-visible {
  outline: solid 2px #6495ED;
  outline-offset: 2px;
}



/* Get rid of top margin on first element in any rich text element */

.w-richtext> :not(div):first-child,
.w-richtext>div:first-child> :first-child {
  margin-top: 0 !important;
}

/* Get rid of bottom margin on last element in any rich text element */

.w-richtext>:last-child,
.w-richtext ol li:last-child,
.w-richtext ul li:last-child {
  margin-bottom: 0 !important;
}

/* Horizontal ratios */

.ratio-16-9 {
  aspect-ratio: 16 / 9;
}

.ratio-4-3 {
  aspect-ratio: 4 / 3;
}

.ratio-1-1 {
  aspect-ratio: 1 / 1;
}

.ratio-3-4 {
  aspect-ratio: 3 / 4;
}

.ratio-1-2 {
  aspect-ratio: 1 / 2;
}

.ratio-10-11 {
  aspect-ratio: 10 / 11;
}

/* Prevent all click and hover interaction with an element */

.pointer-events-off {
  pointer-events: none;
}

/* Enables all click and hover interaction with an element */

.pointer-events-on {
  pointer-events: auto;
}

/* Snippet enables you to add class of div-square which creates and maintains a 1:1 dimension of a div.*/

.div-square::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

/*Hide focus outline for main content element*/

main:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

/* Make sure containers never lose their center alignment*/

.container-medium,
.container-small,
.container-large {
  margin-right: auto !important;
  margin-left: auto !important;
}

/*Reset selects, buttons, and links styles*/

.w-input,
.w-select,
a {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

.field-label,
.form-radio_label {
  will-change: transform;
}

/*Apply "..." after 3 lines of text */

.text-style-3lines {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* Apply "..." at 100% width */

.truncate-width {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Removes native scrollbar */

.no-scrollbar {
  -ms-overflow-style: none; // IE 10+
  overflow: -moz-scrollbars-none; // Firefox
}

.no-scrollbar::-webkit-scrollbar {
  display: none; // Safari and Chrome
}

/* Adds inline flex display */

.display-inlineflex {
  display: inline-flex;
}

/* These classes are never overwritten */

.hide {
  display: none !important;
}

@media screen and (max-width: 991px) {

  .hide,
  .hide-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hide-mobile-landscape {
    display: none !important;
  }
}

@media screen and (max-width: 479px) {
  .hide-mobile {
    display: none !important;
  }
}

.margin-0 {
  margin: 0rem !important;
}

.padding-0 {
  padding: 0rem !important;
}

.spacing-clean {
  padding: 0rem !important;
  margin: 0rem !important;
}

.margin-top {
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-top {
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}

.margin-right {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-right {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}

.margin-bottom {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.padding-bottom {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.margin-left {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-left {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
}

.margin-horizontal {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-horizontal {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.margin-vertical {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.padding-vertical {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

 .w-slider-dot {
  background: #E5E7EB;
  height: 3px;
  width: 50px;
}

.w-slider-dot.w-active {
  background: #000;
  height: 3px;
  width: 50px;
}


.testimonial-section {
  padding: 8.5rem 1rem;
  overflow: hidden;
}

.slider-container {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-heading {
  color: var(--black);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 90px;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
}

.avatar-image-wrap {
  width: 100%;
  height: 100%;
}

.testimonial-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .2;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-paragraph {
  color: var(--black);
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.testimonial-content-wrap {
  background-color: var(--white-smoke);
  padding: 30px;
}

.left-arrow {
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-arrow svg {
    width: 1rem;
    height: 1rem;
  }

.left-arrow:active {
  border-width: 2px;
}

.left-arrow:hover {
  background-color: #e5e7eb;
}


.testimonial-slide {
  margin-right: 110px;
}

.slider-mask {
  margin-left: 85px;
  margin-right: 85px;
  overflow: visible;
}

.quotation-mark {
  margin-bottom: 20px;
}

.testimonial-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-name {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.author-company {
  color: var(--slate-grey);
  line-height: 24px;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  bottom: -60px;
}

.right-arrow {
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-arrow:active {
  border-width: 2px;
}

.right-arrow:hover {
  background-color: #e5e7eb;
}

.right-arrow svg {
  width: 1rem;
  height: 1rem;
}

.slider-dots {
  display: none;
}

.flowbase-dropdown {
  margin-left: 2px;
  margin-right: 2px;
  position: static;
}

.global-component-banner {
  height: 50px;
  display: flex;
}

.global-component-footer {
  border-top: 1px solid rgba(18, 43, 105, .08);
  display: flex;
}

.global-container {
  width: 100%;
  max-width: 1300px;
  grid-column-gap: 16px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.global-name-block {
  background-color: #f8f9fb;
  border-radius: 6px;
  padding: 2px 6px;
  text-decoration: none;
}

.global-logo {
  width: 120px;
}

.global-name {
  color: #282735;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.global-navigation-line {
  width: 1px;
  height: 20px;
  background-color: rgba(18, 43, 105, .08);
}

.global-logo-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.global-navigation {
  height: 82px;
  background-color: #fff;
  border-bottom: 1px solid rgba(18, 43, 105, .08);
  align-items: center;
  padding: 24px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  display: flex;
}

.global-text-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.global-icon-x-small {
  width: 16px;
  height: 16px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.global-name-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.global-button-primary {
  height: 32px;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #6f5cff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s ease-out, background-color .3s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 4px 12px rgba(155, 142, 255, .3), inset 0 1px rgba(155, 142, 255, .6), 0 -1px 1px rgba(91, 41, 255, .8), 0 0 0 1px #6e5bff;
}

.global-button-primary:hover {
  background-color: #000;
}

.global-button-primary:active {
  background-color: #000;
}

.global-title-text {
  color: #36364a;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .slider-mask {
    margin-left: 40px;
    margin-right: 40px;
  }

  .flowbase-dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .global-logo-link {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .avatar-image-wrap {
    height: 420px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .global-navigation-line, .global-text-wrapper {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .testimonial-heading {
    font-size: 44px;
    line-height: 50px;
  }

  .left-arrow {
    top: -80px;
    bottom: auto;
    left: auto;
    right: 50px;
  }
  

  .slider-mask {
    margin-left: 0;
    margin-right: 0;
  }

  .right-arrow {
    top: -80px;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .flowbase-dropdown {
    margin-bottom: 4px;
  }

  .global-component-banner, .global-icon-x-small, .global-title-text {
    display: none;
  }
}


/* 1. Set the Base State (Action a-2: Opacity 20%) */
.testimonial-grid {
  opacity: 0.2;
  
  /* 500ms duration from your config */
  /* 'ease-in-out' makes the transition feel "smooth" and professional */
  transition: opacity 500ms ease-in-out;
  
  /* Ensure the animation is handled by the GPU for maximum smoothness */
  will-change: opacity;
}

/* 2. Set the Active State (Action a: Opacity 100%) */
/* We target slides that are NOT hidden from the screen reader */
.testimonial-slide:not([aria-hidden="true"]) .testimonial-grid {
  opacity: 1;
}

/* Optional: Slight scaling effect to make it feel even smoother */
.testimonial-slide[aria-hidden="true"] .testimonial-grid {
  transform: scale(0.95);
  transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
}

.testimonial-slide:not([aria-hidden="true"]) .testimonial-grid {
  transform: scale(1);
}

.rotate-180 svg {
  transform: rotate(180deg);
}