/** Shopify CDN: Minification failed

Line 1458:0 Unexpected "}"

**/
@font-face {
  font-family: "Galano Grotesque";
  src: url("/cdn/shop/files/GalanoGrotesqueThin.otf?v=1751025539")
    format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Galano Grotesque";
  src: url("/cdn/shop/files/GalanoGrotesqueThinItalic.otf?v=1751025539")
    format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Galano Grotesque";
  src: url("/cdn/shop/files/GalanoGrotesqueExtraLight.otf?v=1751025539")
    format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Galano Grotesque";
  src: url("/cdn/shop/files/GalanoGrotesqueExtraLightItalic.otf?v=1751025539")
    format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Galano Grotesque";
  src: url("/cdn/shop/files/GalanoGrotesqueLight.otf?v=1751025539")
    format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Galano Grotesque";
  src: url("/cdn/shop/files/GalanoGrotesqueLightItalic.otf?v=1751025539")
    format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Galano Grotesque";
  src: url("/cdn/shop/files/GalanoGrotesqueRegular.otf?v=1751025539")
    format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Galano Grotesque";
  src: url("/cdn/shop/files/GalanoGrotesqueItalic.otf?v=1751025539")
    format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Galano Grotesque";
  src: url("/cdn/shop/files/GalanoGrotesqueMedium.otf?v=1751025539")
    format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Galano Grotesque";
  src: url("/cdn/shop/files/GalanoGrotesqueMediumItalic.otf?v=1751025539")
    format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Galano Grotesque";
  src: url("/cdn/shop/files/GalanoGrotesqueSemiBold.otf?v=1751025539")
    format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Galano Grotesque";
  src: url("/cdn/shop/files/GalanoGrotesqueSemiBoldItalic.otf?v=1751025539")
    format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Galano Grotesque";
  src: url("/cdn/shop/files/GalanoGrotesqueBold.otf?v=1751025539")
    format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Galano Grotesque";
  src: url("/cdn/shop/files/GalanoGrotesqueAltBoldItalic.otf?v=1751025539")
    format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Galano Grotesque";
  src: url("/cdn/shop/files/GalanoGrotesqueExtraBold.otf?v=1751025539")
    format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Galano Grotesque";
  src: url("/cdn/shop/files/GalanoGrotesqueExtraBoldItalic.otf?v=1751025539")
    format("opentype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Galano Grotesque";
  src: url("/cdn/shop/files/GalanoGrotesqueBlack.otf?v=1751025539")
    format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Galano Grotesque";
  src: url("/cdn/shop/files/GalanoGrotesqueBlackItalic.otf?v=1751025539")
    format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --blue: #3e485e;
}

body {
  color: #333;
  background-color: #f4f4f4;
  font-family: Galano Grotesque, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section {
  padding: 100px 20px;
}

.section.hero {
  padding-top: 200px;
  position: relative;
  overflow: hidden;
}

.section.pos-rel {
  position: relative;
}

.section.is-faq {
  background-color: #fff;
}

.section.footer {
  background-image: linear-gradient(270deg, #3e485e, #81a0dd);
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.container.pos-rel {
  position: relative;
}

.container.mt-large {
  margin-top: 120px;
}

.container.footer {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-bg {
  z-index: -2;
  width: 130%;
  max-width: none;
  position: absolute;
  inset: -5% auto auto -40%;
}

@media (max-width: 768px) {
  .hero-bg {
    z-index: -2;
    width: 200%;
    max-width: none;
    position: absolute;
    inset: 0 auto auto -42%;
  }
}

.large-bg-img {
  z-index: -1;
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-interior-wrap {
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 60px;
  display: flex;
}

.hero-col-3 {
  width: 33%;
  position: relative;
}

.hero-col-3.first {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10%;
  display: flex;
}

.hero-h1 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 48px;
  font-family: Galano Grotesque, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.button-primary {
  background-color: var(--blue);
  color: #f4f4f4;
  text-align: center;
  border-radius: 100px;
  padding: 16px 60px;
  font-family: Galano Grotesque, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

.button-primary:hover {
  background-color: #f4f4f4;
  color: var(--blue);
}
.button-primary:disabled,
.button-primary.disabled {
  background-color: #ccc;
  color: #888;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.7;
}

.link-block {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0;
}

.img-full {
  width: 100%;
  height: 100%;
}

.hero-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  padding: 60px 10px 60px 60px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.hero-card::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -3000px;
  background: white;
  width: 3000px;
  height: 100%;
}

.home-card-title {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Galano Grotesque, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}

.home-card-body {
  color: var(--blue);
  margin-bottom: 60px;
  font-family: Galano Grotesque, Arial, sans-serif;
  font-size: 22px;
  line-height: 120%;
}

.slider-2-col {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.slider-title-text {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Galano Grotesque, Arial, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 100%;
}

.slider-text-body {
  color: var(--blue);
  margin-bottom: 0;
  font-family: Galano Grotesque, Arial, sans-serif;
  font-size: 22px;
  line-height: 120%;
}

.slider-control {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

@media (max-width: 768px) {
  .slider-control {
    margin-top: 0px;
  }
}

.slider-prev,
.slider-next {
  cursor: pointer;
}

.features-bg {
  z-index: -1;
  position: absolute;
  inset: -80% auto auto 0%;
}

.heading-centered {
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Galano Grotesque, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}

.heading-centered.mb-small {
  margin-bottom: 8px;
}

.features-grid-dt {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 0.8fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: 90%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-grid-dt-left {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 33%;
  display: flex;
}

.feature-icon-block {
  text-align: right;
}

.feature-icon-block.right {
  text-align: left;
}

.feature-icon-dt {
  object-fit: contain;
  width: 60px;
  height: 60px;
}

.feature-icon-title {
  color: var(--blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Galano Grotesque, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
}

.feature-icon-body {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Galano Grotesque, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
}

.features-grid-dt-right {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33%;
  display: flex;
}

.features-grid-img {
  width: 33%;
}

.features-grid-mb {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 390px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: none;
  position: relative;
}

.feature-plus {
  width: 40px;
  height: 40px;
  position: absolute;
}

.feature-plus._1 {
  width: 50px;
  height: 50px;
  inset: 20% auto auto 8%;
}

.feature-plus._2 {
  width: 50px;
  height: 50px;
  inset: 50% auto auto 8%;
}

.feature-plus._3 {
  width: 50px;
  height: 50px;
  inset: 80% auto auto 8%;
}

.feature-plus._4 {
  width: 50px;
  height: 50px;
  inset: 7% 8% auto auto;
}

.feature-plus._5 {
  width: 50px;
  height: 50px;
  inset: 40% 8% auto auto;
}

.feature-plus._6 {
  width: 50px;
  height: 50px;
  inset: 77% 8% auto auto;
}

.video-fw {
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: relative;
}

.video-thumbnail {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.fw-action {
  width: 100px;
  aspect-ratio: 1 / 1;
}

.comp-table {
  background-color: #fff;
  margin-top: 40px;
  box-shadow: 6px 6px 12px #00000029;
}

.heading-sub {
  color: #81a0dd;
  text-align: center;
  letter-spacing: 3px;
  font-family: Galano Grotesque, Arial, sans-serif;
  font-size: 29px;
  line-height: 120%;
}

.lot-btm-wrap {
  margin-top: 80px;
}

.heading-lrg-light {
  color: var(--blue);
  text-align: center;
  font-family: Galano Grotesque, Arial, sans-serif;
  font-size: 38px;
  line-height: 120%;
}

.heading-lrg-light.is-bld {
  color: #81a0dd;
  font-weight: 700;
}

.button-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-container.mt-lrg {
  margin-top: 60px;
}

.faq-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-left {
  color: var(--blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Galano Grotesque, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}

.heading-left.mb-small {
  margin-bottom: 8px;
}

.heading-left.mt-lrg {
  margin-bottom: 48px;
}

.cta-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #81a0dd;
  font-family: Galano Grotesque, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.cta-wrap.mb-show {
  display: none;
}

.faq-item,
.prod-faq-item {
  border-bottom: 1px solid var(--blue);
  position: relative;
}

.faq-title,
.prod-faq-title {
  color: var(--blue);
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 10%;
  font-family: Galano Grotesque, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
}

.faq-body,
.prod-faq-body {
  color: var(--blue);
  padding-top: 10px;
  padding-bottom: 40px;
  padding-right: 10%;
  font-family: Galano Grotesque, Arial, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.faq-open {
  width: 40px;
  height: 40px;
}

.faq-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.footer-logo {
  max-width: 250px;
}

.footer-terms-link {
  color: #fff;
  margin-top: 60px;
  font-family: Galano Grotesque, Arial, sans-serif;
  font-size: 17px;
  display: block;
}

.footer-terms-link.mt-0 {
  margin-top: 0;
}

.footer-terms-copy {
  color: #fff;
  margin-top: 40px;
  font-family: Galano Grotesque, Arial, sans-serif;
  font-size: 17px;
  display: block;
}

.subscribe-form {
  padding-top: 10px;
}

.susbscribe-title {
  color: #81a0dd;
  margin-bottom: 20px;
  font-family: Galano Grotesque, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.text-field {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  height: auto;
  padding: 16px;
  font-family: Galano Grotesque, Arial, sans-serif;
  font-size: 16px;
  width: 100%;
  border-radius: 0px;
}

.text-field::placeholder {
  color: #fff !important;
}

.field-wrap {
  position: relative;
}

.btn-submit {
  background-color: transparent;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 32px;
  position: absolute;
  inset: 7px 4% auto auto;
  border: none;
  font-size: 32px;
  color: #fff;
  font-weight: 100;
}

.footer-link-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

@media screen and (max-width: 991px) {
  .container.footer {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .slider-2-col {
    flex-flow: column-reverse;
    display: flex;
  }

  .features-grid-dt {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .section.hero {
    padding: 100px 0 0;
  }

  .section.pos-rel {
    position: relative;
  }

  .section.footer {
    background-image: linear-gradient(0deg, #3e485e, #81a0dd);
  }

  .container.mt-large {
    margin-top: 80px;
  }

  .container.footer {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    display: flex;
  }

  .large-bg-img {
    width: 120%;
    max-width: none;
    margin-left: -10%;
  }

  .hero-interior-wrap {
    flex-flow: column-reverse;
    margin-bottom: 60px;
  }

  .hero-col-3 {
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
  }

  .hero-col-3.first {
    justify-content: center;
    align-items: center;
    padding-top: 0%;
  }

  .hero-h1 {
    text-align: center;
    margin-bottom: 32px;
    font-size: 18px;
  }

  .hero-card {
    flex-flow: column;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .home-card-title {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 112%;
  }

  .home-card-body {
    margin-bottom: 24px;
  }

  .home-card-body.mb-none {
    display: none;
  }

  .slider-title-text {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 112%;
  }

  .slider-text-body {
    margin-bottom: 24px;
  }

  .slider-accent-bg {
    z-index: -1;
    background-color: #fff;
    width: 100%;
    height: 20%;
    display: block;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .heading-centered {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 112%;
  }

  .features-grid-dt {
    display: none;
  }

  .features-grid-img {
    width: 100%;
  }

  .features-grid-mb {
    display: flex;
  }

  .video-fw {
    aspect-ratio: 1;
  }

  .heading-sub {
    font-size: 22px;
  }

  .heading-lrg-light {
    font-size: 30px;
  }

  .faq-grid {
    flex-flow: column;
    display: flex;
  }

  .heading-left {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 112%;
  }

  .heading-left.mt-lrg.faq {
    text-align: center;
    margin-bottom: 0;
  }

  .cta-wrap.mb-show {
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    font-size: 20px;
    display: flex;
  }

  .cta-wrap.mb-hide {
    display: none;
  }

  .faq-title {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 00px;
  }

  .faq-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo {
    max-width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .susbscribe-title {
    font-size: 32px;
  }
}

.section.prod-hero {
  padding-top: 200px;
  position: relative;
  overflow: hidden;
}
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.button-primary {
  background-color: var(--blue);
  color: #f4f4f4;
  text-align: center;
  border-radius: 100px;
  padding: 16px 60px;
  font-family: Galano Grotesque, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.button-primary.product {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  width: 100%;
}
.faq-item {
  border-bottom: 1px solid var(--blue);
  position: relative;
}

form#ajax-add-to-cart-form {
  width: 50%;
}

@media screen and (max-width: 768px) {
  form#ajax-add-to-cart-form {
    width: 100%;
  }
}

.faq-title {
  color: var(--blue);
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 10%;
  font-family: Galano Grotesque, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
}
.faq-title.product {
  padding-top: 30px;
  padding-bottom: 30px;
}
.faq-body {
  color: var(--blue);
  padding-top: 10px;
  padding-bottom: 40px;
  padding-right: 10%;
  font-family: Galano Grotesque, Arial, sans-serif;
  font-size: 18px;
  line-height: 140%;
}
.faq-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}
.product-grid-2-col {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.prod-grid-left {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}
.prod-slider-wrap {
  aspect-ratio: 1;
  object-fit: fill;
  width: 100%;
  position: relative;
}
.prod-slider-img {
  aspect-ratio: 1;
  width: 100%;
}
.prod-slider-right {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 20px 0% auto;
}
.prod-slider-left {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 20px;
}
.prod-img-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 30px;
  display: grid;
}
.img-ratio-45 {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.prod-img-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 30px;
  display: block;
}
.prod-grid-right {
  flex-flow: column;
  flex: 1;
  width: 50%;
  height: auto;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
  position: static;
  top: 0;
}
.review-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.review-count {
  color: #3e485e;
  font-family: Galano Grotesque, Arial, sans-serif;
  font-size: 18px;
  line-height: 100%;
}
.prod-desc {
  color: #000;
  letter-spacing: 0;
  margin-top: 20px;
  font-family: Galano Grotesque, Arial, sans-serif;
  font-size: 18px;
  line-height: 120%;
}
.accordion-wrap {
  border-top: 1px solid #3e485e;
  margin-top: 40px;
}
.prod-form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}
.button-secondary {
  border: 3px solid var(--blue);
  color: var(--blue);
  text-align: center;
  background-color: #0000;
  border-radius: 100px;
  padding: 16px 60px;
  font-family: Galano Grotesque, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

.button-secondary:hover {
  background-color: var(--blue);
  color: #f4f4f4;
}
.button-secondary.product {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}
.prod-attribute {
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
  display: flex;
}
.prod-attribue-int {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--blue);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  font-family: Galano Grotesque, Arial, sans-serif;
  font-size: 17px;
  display: flex;
}
.attribute-img {
  width: 32px;
  height: 32px;
}
.prod-title {
  color: var(--blue);
  letter-spacing: 0.5px;
  margin-top: 0;
  font-size: 36px;
  margin-bottom: 20px;
  font-family: Galano Grotesque, Arial, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .section.prod-hero {
    padding: 100px 20px 0;
  }
  .button-primary.product {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .faq-title {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .faq-body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .product-grid-2-col {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }
  .prod-grid-left {
    width: 100%;
  }
  .prod-img-grid-2,
  .prod-img-row {
    display: none;
  }
  .prod-grid-right {
    width: 100%;
    margin-top: 40px;
  }
  .prod-desc {
    color: var(--blue);
    margin-top: 32px;
    font-size: 18px;
  }
  .prod-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }
  .button-secondary.product {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .prod-attribute {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .prod-attribue-int {
    width: 170px;
  }
  .prod-title {
    font-size: 28px;
    line-height: 120%;
  }
  .image-2 {
    width: 100px;
  }
}

.heading-centered {
  color: var(--blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Galano Grotesque, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}
.prod-3-col {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  margin-top: 60px;
  display: grid;
}
.prod-3-col-int {
  grid-column-gap: 21px;
  grid-row-gap: 24px;
  color: var(--blue);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  font-family: Galano Grotesque, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
  flex-direction: row-reverse;
  align-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .heading-centered {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 112%;
  }
  .prod-3-col {
    flex-flow: column;
    grid-template-columns: 1fr;
    align-items: stretch;
    display: flex;
  }
  .prod-3-col-int {
    font-size: 16px;
  }
}

.prod-3-col-int > img {
  aspect-ratio: 4 / 5;
  width: 100%;
  height: 100%;
}

.section.bg-bblue {
  background-color: #e8effd;
  position: relative;
  overflow: hidden;
}
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.heading-left {
  color: var(--blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Galano Grotesque, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}
.col-50 {
  width: 50%;
}
.text-sub {
  font-family: Galano Grotesque, Arial, sans-serif;
  font-size: 18px;
}
.icon-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}
.icon-list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #81a0dd;
  text-transform: capitalize;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-family: Galano Grotesque, Arial, sans-serif;
  font-size: 20px;
  display: flex;
}
.list-icon {
  width: 40px;
}
.bb-image {
  height: 100%;
  position: absolute;
  right: 6%;
  bottom: 0px;
  max-height: 70%;
}
@media screen and (max-width: 767px) {
  .heading-left {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 112%;
  }
  .col-50 {
    width: 100%;
  }
  .icon-list-item {
    font-size: 15px;
  }
  .list-icon {
    width: 24px;
  }
  .bb-image {
    width: 85vw;
        height: 100%;
        display: block;
        position: static;
        margin-top: 40px;
    }
    .section.bg-bblue{
      padding-bottom: 0px;
    }
  }
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: rgb(45 59 73 / 98%) !important;
  opacity: 0.8 !important;
  will-change: opacity;
}

.prod-desc p {
  margin-bottom: 12px;
}

.prod-desc li {
  margin-bottom: 10px;
}
