body *:focus-visible {
  outline: solid 2px #6495ed;
  outline-offset: 2px;
}

.is-white-text {
  color: #fff !important;
}

/* 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;
}

.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;
}
* {
  -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;
}

.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));
  }
}

@media (min-width: 768px) and (min-height: 700px) {
  .section_window-height {
    height: calc(100svh - var(--nav-height));
  }
}

@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;
  }

  .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;
  }
}

@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;
}

/* ===== Section Wrapper ===== */
.scarano-counter-section {
  width: 100%;
}

.scarano-counter-inner {
  padding: 30px 15px;
}

@media (min-width: 768px) {
  .scarano-counter-inner {
    padding: 10rem 1.5rem;
  }
}

/* ===== Counter Layout ===== */
.scarano-counter-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .scarano-counter-wrapper {
    flex-direction: row;
    align-items: stretch;
  }
}

/* ===== Counter Item ===== */
.scarano-counter-item {
  text-align: center;
  padding: 0 15px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .scarano-counter-item {
    padding: 0 35px;
    margin-bottom: 0;
    flex: 1;
  }
}

/* ===== Counter Number ===== */
.scarano-counter-number {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 1;
}

@media (min-width: 768px) {
  .scarano-counter-number {
    font-size: 80px;
  }
}

/* ===== Digit Animation Structure ===== */
.scarano-digit-window {
  height: 4.5rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  .scarano-digit-window {
    height: 8rem;
  }
}

.scarano-digit-column {
  display: block;
  transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}

.scarano-digit {
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .scarano-digit {
    height: 8rem;
  }
}

/* ===== Label ===== */
.scarano-counter-label {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .scarano-counter-label {
    font-size: 14px;
  }
}

/* ===== Bottom Description ===== */
.scarano-counter-description {
  max-width: 45rem;
  margin: 50px auto 0;
  text-align: center;
  font-size: 18px;
}

@media (min-width: 768px) {
  .scarano-counter-description {
    font-size: 30px;
  }
}
.rotate-180 svg {
  transform: rotate(180deg);
}

.gallery_image-wrapper {
  width: 100%;
  height: 28rem !important;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem !important;
}

.gallery_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  border-radius: 1rem !important;
}
