/** Shopify CDN: Minification failed

Line 730:37 The "+" operator only works if there is whitespace on both sides

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:footer (INDEX:61) */
.dm-footer {
  background: #5C3F2E;
  color: #fff;
  padding: 0;
  font-size: 14px;
}

/* Main footer */
.dm-footer__main {
  background-color: rgb(79, 52, 32);
  padding: 40px;
}
.dm-footer__inner {
  /* max-width: 1360px; */
  margin: 0 auto;
}

.dm-footer__contact-top {
  display: none;
}
.dm-footer__copy-status {
  position: fixed;
  right: auto;
  bottom: 32px;
  left: 50%;
  z-index: 2147483000;
  max-width: calc(100vw - 32px);
  padding: 9px 14px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.82);
  color: #fff;
  font-family: "Inter Tight", Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}
.dm-footer__copy-status.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

/* Columns */
.dm-footer__cols {
  display: grid;
  grid-template-columns: repeat(6, minmax(0px, 1fr));
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px 28px;
  margin-bottom: 48px;
}
.dm-footer__col {
  flex: 0 0 auto;
  max-width: 100%;
}
.dm-footer__col-title {
  background: none;
  border: 0;
  padding: 0;
  margin: 0 0 14px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  /* letter-spacing: 0.04em; */
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  cursor: default;
  pointer-events: none;
  text-align: left;
  line-height: 16px;
  font-family: 'Inter Tight';
}
.dm-footer__col-arrow {
  display: none;
  width: 16px;
  height: 16px;
  color: #fff;
  transition: transform 0.2s ease;
}
.dm-footer__col-arrow svg {
  width: 100%;
  height: 100%;
  display: block;
}
.dm-footer__col-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dm-footer__col-list li {
  margin-bottom: 6px;
  line-height: 16px;
  opacity: 0.65;
}
.dm-footer__col-list li:last-child {
  margin-bottom: 0;
}
.dm-footer__col-list a {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-family: 'Inter Tight';
  text-decoration: none;
  transition: opacity 0.2s ease;
  display: inline-block;
}
.dm-footer__address-link {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: flex-start;
  column-gap: 6px;
}
.dm-footer__address-icon {
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -1px;
  flex: 0 0 auto;
}
.dm-footer__address-text {
  display: block;
  min-width: 0;
}
.dm-footer__col-list a:hover,
.dm-footer__col-list a:focus {
  opacity: 0.75;
  color: #fff;
}
.dm-footer__col-rte {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}
.dm-footer__col-rte p {
  margin: 0 0 6px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}
.dm-footer__col-rte p:last-child {
  margin-bottom: 0;
}

/* Newsletter */
.dm-footer__newsletter {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 28px auto 24px;
  width: 100%;
  max-width: 720px;
}
.dm-footer__newsletter-title {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  margin-bottom: 18px;
}
.dm-footer__newsletter-form {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 40px;
  margin: 0 auto;
}
.dm-footer__newsletter-form input[type="email"] {
  flex: 1 1 auto;
  height: 40px;
  padding: 0 12px;
  border: 0;
  background: #fff;
  color: #222;
  font-size: 15px;
  border-radius: 0;
  margin: 0;
  min-width: 0;
  max-width:216px;
}
.dm-footer__newsletter-form input[type="email"]:focus {
  outline: none;
}
.dm-footer__newsletter-form input[type="email"]::placeholder {
  color: #222;
  font-family: "Inter Tight";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  opacity: 0.65;
}
.dm-footer__newsletter-submit {
  flex: 0 0 auto;
  height: 40px;
  width: 100px;
  padding: 0;
  background: #75533A;
  color: #fff;
  border: 0;
  font-size: 12px;
  font-weight: 500;
  /* letter-spacing: 0.18em; */
  cursor: pointer;
  text-transform: uppercase;
  transition: background 0.2s ease;
}
.dm-footer__newsletter-submit:hover {
  background: #75533A;
}
.dm-footer__newsletter-msg {
  width: 100%;
  margin: 8px 0 0;
  font-size: 12px;
  text-align: center;
}
.dm-footer__newsletter-msg--error {
  color: #ffb3a8;
}
.dm-footer__newsletter-msg--success {
  color: #b8e0c0;
}

/* Social icons */
.dm-footer__social {
  display: flex;
  justify-content: center;
  margin: 18px 0 24px;
}
.dm-footer__social .social-links {
  display: flex;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.dm-footer__social .social-links li {
  margin: 0;
}
.dm-footer__social .social-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #fff;
}
.dm-footer__social .social-links li a span {
  display: none;
}
.dm-footer__social .social-links svg {
  width: 20px;
  height: 20px;
}
.dm-footer__social .social-links img.social__icon {
  width: 25px;
  height: 24px;
  display: block;
}
.dm-footer__social .social-links svg path {
  fill: #fff;
}

/* Certs (IGI / GIA) */
.dm-footer__certs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin: 8px 0 22px;
}
.dm-footer__cert-img {
  width: 147px;
  height: auto;
  display: block;
  opacity: 1;
}

/* SSL + payments */
.dm-footer__ssl {
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
  margin: 8px 0 14px;
}
.dm-footer__payments {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 auto 18px;
  max-width: 720px;
}
.dm-footer__payment {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.dm-footer__payments svg,
.dm-footer__payment-svg {
  width: 32px;
  height: 20px;
  display: block;
}

/* Copyright */
.dm-footer__copy {
  text-align: center;
  font-size: 12px;
  margin: 0;
  opacity:.65;
  color: rgba(255, 255, 255, 0.85);
}

/* PC: match the static reference footer and block legacy .footer overrides. */
@media (min-width: 768px) {
  .footer.dm-footer {
    border-top: 0;
    padding: 0;
    font-size: 14px;
    background: rgb(79, 52, 32);
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  .footer.dm-footer,
  .footer.dm-footer * {
    /* -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto; */
  }

  .footer.dm-footer .dm-footer__main {
    padding: 40px;
    background-color: rgb(79, 52, 32);
  }

  .footer.dm-footer .dm-footer__col-title,
  .footer.dm-footer .dm-footer__newsletter-title {
    font-family: "Inter Tight", Poppins, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0;
  }

  .footer.dm-footer .dm-footer__col-list li {
    opacity: 0.65;
  }

  .footer.dm-footer .dm-footer__col-rte {
    opacity: 0.65;
  }

  .footer.dm-footer .dm-footer__col-list a,
  .footer.dm-footer .dm-footer__col-rte,
  .footer.dm-footer .dm-footer__col-rte p,
  .footer.dm-footer .dm-footer__copy {
    font-family: "Inter Tight", Poppins, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0;
    color: #fff;
    text-shadow: 0 0 0 currentColor;
  }

  .footer.dm-footer .dm-footer__col-list a {
    opacity: 1;
  }

  .footer.dm-footer .dm-footer__col-rte p {
    opacity: 1;
  }

  .footer.dm-footer .dm-footer__col-list a:hover,
  .footer.dm-footer .dm-footer__col-list a:focus {
    opacity: 0.75;
  }
}

/* ----- Mobile ----- */
@media (max-width: 767px) {
  .footer.dm-footer {
    background: #4F3420;
    color: #fff;
    padding: 0;
  }

  .dm-footer__main {
    background: #4F3420;
    padding: 40px 20px 24px;
  }
  .dm-footer__contact-top {
    display: block;
    margin-bottom: 16px;
    text-align: center;
  }
  .dm-footer__contact-title {
    margin: 0 0 20px;
    color: #fff;
    font-family: "Inter Tight", Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
  }
  .dm-footer__contact-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
  }
  .dm-footer__contact-item {
    display: flex;
    flex: 0 0 111px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    text-decoration: none;
  }
  .dm-footer__contact-item--button {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    font: inherit;
  }
  .dm-footer__contact-item:hover,
  .dm-footer__contact-item:focus {
    color: #fff;
  }
  .dm-footer__contact-item:focus-visible {
    outline: 1px solid rgba(255, 255, 255, 0.8);
    outline-offset: 4px;
  }
  .dm-footer__contact-icon {
    width: 28px;
    height: 28px;
    margin-bottom: 7px;
    object-fit: contain;
  }
  .dm-footer__contact-text {
    width: 111px;
    color: #fff;
    font-family: "Inter Tight", Poppins, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    text-align: center;
  }
  .dm-footer__copy-status {
    bottom: 24px;
  }
  .dm-footer__cols {
    display: block;
    margin-bottom: 0;
    border-top: 1px solid #775844;
  }
  .dm-footer__col {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  }
  .dm-footer__col-title {
    margin: 0;
    padding: 16px 0;
    color: #fff;
    font-family: "Inter Tight", Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;
    text-align: left;
    justify-content: space-between;
    pointer-events: auto;
    cursor: pointer;
    transition: opacity 0.2s ease;
  }
  .dm-footer__col-title:active {
    opacity: 0.7;
  }
  .dm-footer__col-arrow {
    position: relative;
    display: block;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    color: #fff;
  }
  .dm-footer__col-arrow svg {
    display: none;
  }
  .dm-footer__col-arrow::before,
  .dm-footer__col-arrow::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 7px;
    width: 10px;
    height: 1px;
    background: currentColor;
  }
  .dm-footer__col-arrow::after {
    transform: rotate(90deg);
  }
  .dm-footer__col[data-open="true"] .dm-footer__col-arrow::after {
    transform: rotate(90deg) scaleX(0);
  }
  .dm-footer__col-list,
  .dm-footer__col-rte {
    display: none;
    padding: 0 0 16px;
    text-align: left;
  }
  .dm-footer__col[data-open="true"] .dm-footer__col-list,
  .dm-footer__col[data-open="true"] .dm-footer__col-rte {
    display: block;
  }
  .dm-footer__col-list li {
    margin-bottom: 8px;
    line-height: 16px;
    opacity: 0.65;
  }
  .dm-footer__col-list a {
    color: #fff;
    font-family: "Inter Tight", Poppins, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
  }
  .dm-footer__col-rte p {
    color: #fff;
    font-family: "Inter Tight", Poppins, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 6px;
  }

  .dm-footer__certs {
    gap: 16px;
    margin: 28px auto;
  }
  .dm-footer__cert-img {
    width: auto;
    max-width: 147px;
    height: auto;
  }

  .dm-footer__newsletter {
    max-width: none;
    margin: 0 0 28px;
  }
  .dm-footer__newsletter-title {
    font-family: "Inter Tight", Poppins, sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 15px;
  }
  .dm-footer__newsletter-form {
    height: 40px;
    width: 100%;
    max-width: none;
  }
  .dm-footer__newsletter-form input[type="email"] {
    flex: 1 1 auto;
    height: 40px;
    max-width: none;
    padding: 12.5px 16px;
    color: rgba(34, 34, 34, 0.65);
    font-family: "Inter Tight", Poppins, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
  }
  .dm-footer__newsletter-form input[type="email"]::placeholder {
    color: rgba(34, 34, 34, 0.65);
    opacity: 1;
  }
  .dm-footer__newsletter-submit {
    height: 40px;
    width: 32%;
    padding: 0;
    background: #704E3B;
    font-family: "Inter Tight", Poppins, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 15px;
  }

  .dm-footer__social {
    margin: 0 auto 28px;
  }
  .dm-footer__social .social-links {
    gap: 16px;
    justify-content: center;
  }
  .dm-footer__social .social-links li a {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    /* background: rgba(0, 0, 0, 0.20); */
  }
  .dm-footer__social .social-links svg {
    width: 18px;
    height: 18px;
  }
  .dm-footer__social .social-links img.social__icon {
    width: 25px;
    height: 24px;
  }

  .dm-footer__ssl {
    color: #fff;
    font-family: "Inter Tight", Poppins, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    margin: 0 0 16px;
  }

  .dm-footer__payments {
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    margin: 0 auto 24px;
    max-width: 306px;
    overflow: visible;
    padding-bottom: 0;
  }
  .dm-footer__payment {
    flex: 0 0 auto;
    /* background: #fff; */
    border-radius: 4px;
    /* padding: 6px 10px; */
    height: 36px;
    /* min-width: 52px; */
    align-items: center;
    justify-content: center;
  }
  .dm-footer__payments svg,
  .dm-footer__payment-svg {
    width: 32px;
    height: 22px;
  }

  .dm-footer__copy {
    color: #fff;
    font-family: "Inter Tight", Poppins, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    margin: 0 0 24px;
    opacity: 0.65;
  }
}
/* END_SECTION:footer */

/* START_SECTION:happy-customers (INDEX:65) */
.happy-customers-section {
    box-sizing: border-box;
    padding: 80px 0 0;
    background: var(--happy-customers-background);
    color: var(--happy-customers-text);
    overflow-anchor: none;
  }

  .happy-customers {
    display: block;
    width: 100%;
  }

  .happy-customers__shell {
    width: 100%;
    margin: 0 auto;
  }

  @media (max-width: 768px) {
    .happy-customers__shell {
      margin-bottom: 44px;
    }
  }
  .happy-customers__header {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 32px;
    padding: 0 40px;
    text-align: left;
  }

  .happy-customers__desktop {
    position: relative;
    width: auto;
    /* margin: 0 40px; */
  }

  .happy-customers__mobile {
    position: relative;
  }

  .happy-customers__heading {
    margin: 0;
    color: var(--happy-customers-text);
    font-family: "EB Garamond"
    , "ABC Arizona Mix"
    , Georgia
    , "Times New Roman"
    , serif;
    font-size: clamp(30px, calc(30px +(100vw - 768px) * 0.0089285714), 36px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
  }

  .happy-customers__subheading {
    margin: 16px 0 0;
    color: rgb(34, 34, 34);
    opacity: .8;
    font-family: "Inter Tight"
    , Inter, var(--font-body-family, sans-serif);
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
  }

  .happy-customers__viewport {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .happy-customers__track {
    display: flex;
    align-items: stretch;
    will-change: transform;
  }

  .happy-customers__desktop-card {
    flex: 0 0 auto;
    cursor: default;
  }

  .happy-customers__mobile-track {
    display: flex;
    transform: translateX(calc((100% - var(--mobile-card-percent)) / 2 - var(--mobile-card-percent)));
    transition: transform 250ms ease;
    will-change: transform;
  }

  .happy-customers__mobile-card {
    flex: 0 0 var(--mobile-card-percent);
    min-width: 0;
    padding: 0 8px;
    cursor: default;
    opacity: .5;
  }

  .happy-customers__mobile-card.is-active {
    cursor: default;
    opacity: 1;
  }

  .happy-customers__card {
    overflow: hidden;
    background: #000;
    border: 1px solid #fff;
    border-radius: 0;
  }

  .happy-customers__media {
    position: relative;
    aspect-ratio: 9 / 16;
    background: #111827;
  }

  .happy-customers__media img,
  .happy-customers__media video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .happy-customers__media video {
    opacity: 0;
    transition: opacity 300ms ease;
  }

  .happy-customers__media video.is-ready {
    opacity: 1;
  }

  .happy-customers__badge {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    border: 1px solid #fff;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 10px;
    line-height: 1.2;
    backdrop-filter: blur(2.7px);
  }

  .happy-customers__badge img {
    position: static;
    width: 14px;
    height: 14px;
    object-fit: contain;
  }

  .happy-customers__expand,
  .happy-customers__nav,
  .happy-customers__close {
    appearance: none;
    border: 0;
    padding: 0;
    cursor: pointer;
  }

  .happy-customers__expand {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 20;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    backdrop-filter: blur(3px);
  }

  .happy-customers__gradient {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    height: 96px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, #000 100%);
    pointer-events: none;
  }

  .happy-customers__play {
    position: absolute;
    inset: 0;
    z-index: 6;
    display: grid;
    place-items: center;
    background: rgba(0, 0, 0, 0.3);
  }

  .happy-customers__play svg {
    width: 48px;
    height: 48px;
    padding: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.82);
  }

  .happy-customers__review-gradient {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    pointer-events: none;
  }

  .happy-customers__review {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 16px;
  }

  .happy-customers__reviewer {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
  }

  .happy-customers__avatar {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 50%;
    background: #4b5563;
  }

  .happy-customers__avatar img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .happy-customers__name {
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .happy-customers__comment {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .happy-customers__nav {
    position: absolute;
    top: 50%;
    z-index: 20;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid #d1d5db;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: #4b5563;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    transform: translateY(-50%);
  }

  .happy-customers__nav--prev {
    left: 8px;
  }

  .happy-customers__nav--next {
    right: 8px;
  }

  .happy-customers__desktop .happy-customers__nav {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 200ms ease;
  }

  .happy-customers__desktop:hover .happy-customers__nav {
    opacity: 1;
    pointer-events: auto;
  }

  .happy-customers__empty,
  .happy-customers__error {
    display: flex;
    min-height: 220px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--happy-customers-muted);
  }

  .happy-customers__loading {
    width: 100%;
    color: var(--happy-customers-muted);
  }

  .happy-customers__header--loading {
    pointer-events: none;
  }

  .happy-customers__loading-row {
    display: flex;
    width: 100%;
    gap: var(--happy-customers-desktop-gap);
    overflow: hidden;
  }

  .happy-customers__loading-card {
    flex: 0 0 var(--happy-customers-desktop-card-width);
    aspect-ratio: 9 / 16;
    background: linear-gradient(110deg, #eeeeee 8%, #f7f7f7 18%, #eeeeee 33%);
    background-size: 200% 100%;
    border: 1px solid #fff;
    animation: happy-customers-loading 1.2s linear infinite;
  }

  .happy-customers__modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.85);
  }

  .happy-customers__dialog {
    position: relative;
    width: min(100%, 400px);
    max-height: 85vh;
    overflow: auto;
    border-radius: 20px;
    background: #1a1a1a;
  }

  .happy-customers__close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
  }

  .happy-customers__modal-media {
    position: relative;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    background: #000;
  }

  .happy-customers__modal-media img,
  .happy-customers__modal-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
  }

  .happy-customers__modal-body {
    padding: 16px;
    color: #fff;
  }

  .happy-customers__modal-source {
    color: #9ca3af;
    font-size: 12px;
  }

  @media (max-width: 639px) {
    .happy-customers-section {
      padding: 40px 0 0;
    }

    .happy-customers__mobile .happy-customers__viewport {
      touch-action: pan-y;
    }

    .happy-customers__nav {
      width: 38px;
      height: 38px;
    }

    .happy-customers__nav--prev {
      left: 12px;
    }

    .happy-customers__nav--next {
      right: 12px;
    }

    .happy-customers__header {
      width: min(100% - 32px, 420px);
      padding: 0;
      text-align: center;
    }

    .happy-customers__subheading {
      display: none;
    }

    .happy-customers__loading-row {
      justify-content: center;
      gap: 0;
    }

    .happy-customers__loading-card {
      flex-basis: var(--happy-customers-mobile-card-percent);
    }

    .happy-customers__loading-card:nth-child(n + 2) {
      display: none;
    }
  }

  @keyframes happy-customers-loading {
    0% {
      background-position: 200% 0;
    }

    100% {
      background-position: -200% 0;
    }
  }
/* END_SECTION:happy-customers */

/* START_SECTION:trust-badges (INDEX:135) */
.trust-badges {
  background: var(--trust-bg, #F9F9F9);
  color: var(--trust-fg, #222222);
  padding: 40px 4.25vw;
}
.trust-badges__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1360px;
  margin: 0 auto;
}
.trust-badges__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}
.trust-badges__icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}
.trust-badges__icon svg,
.trust-badges__icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.trust-badges__label {
  font-size: 14px;
  color: inherit;
}

@media (max-width: 767px) {
  .trust-badges {
    padding: 28px 5vw;
  }
  .trust-badges__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
  }
}
/* END_SECTION:trust-badges */