/** Shopify CDN: Minification failed

Line 83:0 Unexpected "}"
Line 402:20 Expected identifier but found whitespace
Line 402:22 Unexpected "{"
Line 402:32 Expected ":"
Line 404:18 Expected identifier but found whitespace
Line 404:20 Unexpected "{"
Line 404:30 Expected ":"
Line 406:18 Expected identifier but found whitespace
Line 406:20 Unexpected "{"
Line 406:30 Expected ":"
... and 116 more hidden warnings

**/
body {
  font-feature-settings: "ss03","ss04" on;
}

#toc {
  background: #95a7b71f;
  padding: 8px 12px;
  margin: 32px 0;
}

#toc ul {
  list-style: none;
  row-gap: 0;
  font-size: 16px;
}

#toc ul li {
  border-bottom: 1px solid #e6e6e6;
  padding: 8px 0;
}

#toc ul li a {
  background: none;
}

.toc_head {
  display: flex;
  justify-content: space-between;
}

.bold {
    font-weight: 700;
  /* font-family: var(--heading-font-family); */
}


/* ARTICLES */
.more-articles {
  width: 90%;
  margin: 0 auto;
}
.article-posts-slider {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  grid-gap: 32px;
}

figure {
  width: 100% !important;
  margin-left: 0 !important;
}

.toc_head ul {
  background: #f3f3f3;
  list-style: none;
}

.toc_head ul li {
  border-bottom: 1px solid #e6e6e6;
  padding: 12px;
}

@media only screen and (min-width: 769px)
  figure, .video-container {
      width: 100% !important;
      margin-left: 0 !important;
  }
}

/* CART DRAWER */
.cart-drawer .button {
  --button-background: var(--button-background-primary) / var(--button-background-opacity, 1);
  --button-text-color: var(--button-text-primary);
  --button-outline-color: var(--button-text-primary);
  width: max-content;
}

.buy-buttons {
  justify-items: center;
}

/* HEADER */
.rounded-sm {
    border-radius: 8px 8px 8px 0;
}

.count-bubble {
    --size: var(--spacing-5);
}

.header__icon-list {
  justify-content: flex-end;
}

.header__cart-count .count-bubble {
  background: #D1B8FA;
  color: white;
}

.header__cart-count {
  top: 0.6875rem;
}

.navigation-promo--grid .text-custom {
  grid-area: unset;
  --promo-heading-font-size: var(--text-base);
}

.navigation-promo--grid .text-custom p {
  font-size: var(--text-base);
  white-space: nowrap;
}

.navigation-promo--grid img {
  border-radius: 8px 8px 8px 0px;
}

.navigation-drawer .navigation-promo {
  grid: none;
}

@media screen and (max-width: 1149px) {
  .header__icon-list {
    justify-content: flex-start;
  }
}

/* FOOTER */
.footer {
  padding-top: 0;
}

.footer__block--menu li {
  border-bottom: 1px solid;
  padding-bottom: 8px;
  font-size: var(--text-sm);
}

.footer__block .password__social-box {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
}

.footer_top_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 40px;
  padding: 32px;
  background: black;
  padding-inline-start: max(var(--container-gutter),50% - var(--container-max-width) / 2);
  padding-inline-end: max(var(--container-gutter),50% - var(--container-max-width) / 2);
}

.footer_top_bar .relative {
  border: 2px solid;
  border-radius: 8px;
  padding: 16px 12px;
}

.footer .container {
  padding-top: 64px;
}

.footer__block--newsletter {
  font-size: var(--text-sm);
}

.footer__block--newsletter .h5 {
  font-size: var(--text-base);
}

.custom-privacy-menu {
  display: flex;
  font-size: var(--text-sm);
}

.custom-privacy-menu li {
  margin-right: 15px;
}

@media screen and (max-width: 500px) {
  .footer_top_bar {
    flex-direction: column;
  }
  .custom-privacy-menu li {
    margin-bottom: 8px;
  }

  .custom-privacy-menu {
    display: block;
  }
}

/* COLLECTION TEMPLATE */

.collection-header {
  text-align: left;
}

.product-card__image:not(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)) {
  border-radius: 24px 24px 24px 0;
}

/*
.product-list {
  align-items: flex-end;
}
*/

.product-card__title, .price-list   {
  font-size: var(--text-h4);
  letter-spacing: var(--heading-4-5-6-letter-spacing);
}

.product-card__title {
  margin-bottom: 8px;
}

.product-card__description .metafield-rich_text_field p {
  font-size: var(--text-sm) !important;
  line-height: 1 !important;
  line-height: var(--text-sm-line-height) !important;
}

price-list .text-subdued {
  color: var(--grey-4);
}

/* BLOG TEMPLATE */
.blog-posts {
  --blog-articles-gap: var(--spacing-5);
}

.blog-post-card__figure.rounded {
  border-radius: 24px 24px 24px 0;
}

@media screen and (min-width: 700px) {
  .blog-posts {
    --blog-articles-gap: var(--spacing-16) var(--spacing-5);
  }

  .blog-banner-content {
    padding-block-end: var(--spacing-5);
    padding-block-start: var(--spacing-5);
    text-align: left;
  }

  .blog-banner-content .v-stack {
    width: 100%;
  }
}

/* PRODUCT TEMPLATE */
.product-quick-add {
  text-align: center;
}

.product .product-info__title {
  display: flex;
  margin-bottom: 0;
  align-items: center;
}

.paperlike--badge {
  background: rgba(209, 184, 250, 0.25);
  font-family: var(--text-font-family);
  font-size: var(--text-sm);
  font-weight: var(--text-font-weight);
  line-height: var(--text-sm-line-height);
  letter-spacing: var(--text-letter-spacing);
  text-align: center;
  padding: 9px 18px;
  border-radius: 30px;
  margin-left: 16px;
  white-space: nowrap;
}

.product-info__description {
  font-family: var(--text-font-family);
  font-size: var(--text-sm);
  font-weight: var(--text-font-weight);
  line-height: var(--text-sm-line-height);
  letter-spacing: var(--text-letter-spacing);
  
}

.product-info__price {
  font-family: var(--heading-font-family);
  font-size: var(--text-h4);
  font-weight: var(--heading-font-weight);
  letter-spacing: var(--heading-4-5-6-letter-spacing);
  text-align: left;
  color: #56595C;
  margin-top: 0;
}

.variant-picker__option .block-swatch {
  color: #aaacad;
  border-color: #aaacad;
  border-width: 2px;
  font-size: 18px;
  font-weight: var(--text-font-weight);
  line-height: 30px;
  letter-spacing: letter-spacing: var(--text-letter-spacing);;
  text-align: left;
  width: 100%;
  justify-content: space-between;
  
}
@media screen and (max-width: 700px) {
  .variant-picker__option .block-swatch {
    max-width: 87%;
  }
}
.paperlike--variant_info-modal {
  z-index: 1000;
}
.paperlike--variant_info-modal a {
  background: #E1E8EC;
  border-radius: 30px;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333; 
}

:checked+.block-swatch {
  color: #151515;
}

.paperlike--variant_text {
  font-family: var(--text-font-family);
  font-size: var(--text-xs);
  font-weight: var(--text-font-weight);
  line-height: var(--text-xs-line-height);
  letter-spacing: var(--text-letter-spacing);
}

.shopify-product-form .button {
  width: 100%;
  text-align: center;
  background: #91DCF7;
  border-color: #91DCF7;
  color: #333333;
}

.shopify-product-form .button:after {
  border-color: #91DCF7;
}

.product-info.paperlike--wrapper {
  max-width: 410px;
  margin: 0 auto;
}

.product .product-gallery {
  position: sticky;
  top: 20px;
}

@media screen and (max-width: 1000px) {
  .product .product-gallery {
    position: static;
    top: 20px;
  }
  .product-info.paperlike--wrapper {
    max-width: 100%;
    margin: 0 auto;
  }
}

.benifits-tabs_scribble {
  max-width: 260px;
}

/*=== WEBFLOW CSS
===== This has been included to this file to reduce code bloat
===== Original file had a 2% coverage (CSS in use). Reach out to jonas@oakreativ.nz for support
====*/
:root {
  --color-n58536e15: {{ settings.color_n58536e15}}
  ;
  --color-203c2ae: {{ settings.color_203c2ae}}
  ;
  --color-21d1ff8: {{ settings.color_21d1ff8}}
  ;
  --color-746d8885: {{ settings.color_746d8885}}
  ;
  --color-nd2a2d19: {{ settings.color_nd2a2d19}}
  ;
  --color-21c2f7a: {{ settings.color_21c2f7a}}
  ;
  --color-207fce5: {{ settings.color_207fce5}}
  ;
  --color-20748b16: {{ settings.color_20748b16}}
  ;
  --color-n4bc568a: {{ settings.color_n4bc568a}}
  ;
  --color-2069428: {{ settings.color_2069428}}
  ;
  --color-n4ee95734: {{ settings.color_n4ee95734}}
  ;
  --color-6d985411: {{ settings.color_6d985411}}
  ;
  --color-n79614d7b: {{ settings.color_n79614d7b}}
  ;
  --color-n3f794782: {{ settings.color_n3f794782}}
  ;
  --color-55ae9118: {{ settings.color_55ae9118}}
  ;
  --color-nd3e30d1: {{ settings.color_nd3e30d1}}
  ;
  --color-n5bbe084f: {{ settings.color_n5bbe084f}}
  ;
  --color-54597f50: {{ settings.color_54597f50}}
  ;
  --color-6ec87f23: {{ settings.color_6ec87f23}}
  ;
  --color-n15eef48d: {{ settings.color_n15eef48d}}
  ;
  --color-2052b6b: {{ settings.color_2052b6b}}
  ;
  --color-7aa2d98f: {{ settings.color_7aa2d98f}}
  ;
  --color-n6e92cfe0: {{ settings.color_n6e92cfe0}}
  ;
  --color-21e732b2: {{ settings.color_21e732b2}}
  ;
  --color-n7fd44244: {{ settings.color_n7fd44244}}
  ;
  --color-n3cf0e6f0: {{ settings.color_n3cf0e6f0}}
  ;
  --color-n3c848206: {{ settings.color_n3c848206}}
  ;
  --color-36d5bd5a: {{ settings.color_36d5bd5a}}
  ;
  --color-n4b60156: {{ settings.color_n4b60156}}
  ;
  --color-4fde16ff: {{ settings.color_4fde16ff}}
  ;
  --color-3c6219c0: {{ settings.color_3c6219c0}}
  ;
  --color-4fdefbfc: {{ settings.color_4fdefbfc}}
  ;
  --color-n183fb394: {{ settings.color_n183fb394}}
  ;
  --color-3c620abc: {{ settings.color_3c620abc}}
  ;
  --color-n54a6208b: {{ settings.color_n54a6208b}}
  ;
  --color-e0461f1: {{ settings.color_e0461f1}}
  ;
  --color-n111ad580: {{ settings.color_n111ad580}}
  ;
  --color-n56d97ce7: {{ settings.color_n56d97ce7}}
  ;
  --color-4fe05cda: {{ settings.color_4fe05cda}}
  ;
  --color-4fdf8320: {{ settings.color_4fdf8320}}
  ;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}


img {
  display: inline-block;
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 0.3em;
  font-size: 1.25em;
  font-weight: 700;
}

blockquote {
  position: relative;
  margin-bottom: 1em;
  padding: 2.5em 2em 2.5em 1.5em;
  border-left: 0.3em solid var(--color-6d985411);
  font-size: 1.2em;
  line-height: 1.6;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.container.is-relative {
  position: relative;
}

.text-size-h2 {
  margin-left: -0.04em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 4em;
  line-height: 1.0625;
  font-weight: 500;
  letter-spacing: -0.03125em;
}

.text-size-h2.text-style-inline {
  display: inline;
}

.text-size-h3 {
  font-size: 2.5em;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.text-size-h4 {
  font-size: 2em;
  line-height: 1.1875;
  font-weight: 500;
  letter-spacing: -0.015625em;
}

.text-size-h5 {
  font-size: 1.5em;
  line-height: 1.3333333333333333;
  font-weight: 500;
  letter-spacing: -0.021em;
}


.page-padding {
  padding: 5em 5.55%;
}

.page-padding.no-vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.page-padding.is-marquee {
  padding-top: 2.5em;
  padding-bottom: 4em;
}

.page-padding.is-image-card-overlay {
  padding-top: 10em;
}

.home-hero_section {
  background-color: var(--color-54597f50);
}

.text-size-regular {
  font-size: 1em;
  line-height: 1.375;
  letter-spacing: -0.0125em;
}

.text-size-small {
  font-size: 0.875rem;
  line-height: 1.3333333333333333;
  letter-spacing: -0.0166em;
}

.text-size-large {
  font-size: 1.25em;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.button_link {
  position: relative;
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 1em 2em;
  border-style: solid;
  border-width: 2px;
  border-color: var(--color-n4ee95734);
  border-radius: 0.5rem;
  background-color: var(--color-n4ee95734);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: var(--color-21d1ff8);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}

.button_link:hover {
  -webkit-transform: translate(6px, 6px);
  -ms-transform: translate(6px, 6px);
  transform: translate(6px, 6px);
}

.button_link.text-center {
  text-align: center;
}

.button_text-link {
  padding-bottom: 0.375em;
  border-bottom: 2px solid var(--color-n4ee95734);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-hero_content-wrap {
  position: relative;
  z-index: 1;
  max-width: 26.625em;
  margin-top: 14em;
  margin-bottom: 12em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
}

.home-hero_title {
  margin-left: -0.05em;
  color: var(--color-21d1ff8);
  font-size: 3.9em;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.0375em;
}

.home-hero_title.is-hidden {
  display: none;
}

.home-hero_layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.home-hero_img {
  height: 45.8125em;
  max-width: none;
}

.overflow-hidden {
  overflow: hidden;
}

.is-relative {
  position: relative;
}

.image_component {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  border-radius: 1.5em 1.5em 1.5em 0;
  background-color: rgba(86, 89, 92, 0.15);
}

.image_component.is-test-element {
  overflow: hidden;
  border-radius: 1.5em 1.5em 1.5em 0;
  background-color: var(--color-n3cf0e6f0);
}

.image_component.is-stacked-2-col {
  z-index: 2;
}

.image_component.has-no-background {
  background-color: rgba(86, 89, 92, 0);
}

.image_height {
  padding-top: 50%;
}

.image_height.is-stacked-2-col-left {
  padding-top: 124.95948136142626%;
}

.image_height.is-stacked-2-col-right {
  padding-top: 100%;
}

.image_height.is-large {
  padding-top: 110%;
}

.image_height.is-small {
  padding-top: 90%;
}

.image_height.is-medium {
  padding-top: 100%;
}

.image_height.is-uncommon-1 {
  padding-top: 86%;
}

.image_height.is-uncommon-2 {
  padding-top: 79%;
}

.image_height.is-uncommon-3 {
  padding-top: 62.789474%;
}

.column-3_column.is-uncommon-3 img {
  object-position: top;
}

.spacing-b-40 {
  padding-bottom: 2.5em;
}

.display-scribble-inline p {
  display: inline;
}

.marquee_track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.marquee_panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.marquee_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 4em;
}

.marquee_line {
  width: 1px;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: var(--color-n6e92cfe0);
}

.marquee_logo {
  height: 2em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.marquee_logo.is-maclife {
  height: 1.5em;
}

.marquee_logo.is-techradar {
  height: 1.3125em;
}

.marquee_layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-image_section.is-purple {
  background-color: var(--color-36d5bd5a);
}

.cta-image_layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
}

.card_component {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 3.75em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 1.25em 1.25em 1.25em 0;
  background-color: var(--color-21d1ff8);
}

.card_component.is-cta-image-card {
  max-width: 25.2em;
}

.card_component.is-image-card-overlay {
  position: absolute;
  top: 5em;
  right: 11.11%;
  max-width: 33.125em;
  padding: 0 2em 2em 0;
  border-top-right-radius: 1.5em;
  border-bottom-right-radius: 1.5em;
}

.card_component.is-stacked-2-col {
  z-index: auto;
  max-width: 30.5em;
  margin-top: -8em;
  padding: 0 2em 2em 0;
  border-top-right-radius: 1.5em;
  border-bottom-right-radius: 1.5em;
}

.card_component.is-blog-card {
  position: absolute;
  top: 4em;
  right: 11.11%;
  bottom: auto;
  max-width: 32em;
  padding: 0;
  border-top-right-radius: 1.5em;
  border-bottom-right-radius: 1.5em;
  background-color: var(--color-n4b60156);
}

.card_scribble-wrap {
  position: relative;
}

.card_visuals {
  width: 50%;
  margin-bottom: -5em;
}

.card_image-wrap {
  position: relative;
  width: 135%;
  height: 100%;
  padding-top: 70%;
}

.image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.cover-position-top {
  -o-object-position: 0 0;
  object-position: 0 0;
}

.card_scribble-image {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 120%;
  height: 150%;
  max-width: none;
  -webkit-transform: translate(-13%, -19%);
  -ms-transform: translate(-13%, -19%);
  transform: translate(-13%, -19%);
}

.benifits-tabs_section {
  position: relative;
}

.benifits-tabs_section.is-paper-white {
  background-color: var(--color-nd3e30d1);
}

.page-divider {
  width: 100%;
  height: 1px;
  background-color: var(--color-55ae9118);
}

.benifits-tabs_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
}

.benifits-tabs_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: none;
  padding-top: 4em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
}
.benifits-tabs_bottom.is-active {
  display: flex;
}

.benifits-tabs_link {
  width: 18.375em;
  color: var(--color-n15eef48d);
}

.benifits-tabs_link.is-last {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.benifits-tabs_link.is-active {
  -webkit-transition: color 600ms ease;
  transition: color 600ms ease;
  color: var(--color-n4ee95734);
}

.benifits-tabs_track {
  position: relative;
  width: 100%;
  height: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: var(--color-n15eef48d);
}

.benifits-tabs_line {
  position: absolute;
  left: 0;
  top: auto;
  right: auto;
  bottom: 0;
  width: 0;
  height: 4px;
  background-color: var(--color-n4ee95734);
  -webkit-transition: width 600ms ease;
  transition: width 600ms ease;
}

.benifits-tabs_title {
  padding-bottom: 1.5em;
}

.benifits-tabs_subheading {
  width: 100%;
  max-width: 17ch;
  padding-top: 1.5em;
}

.benifits-tabs_visuals {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: calc(50% - 1em);
  width: 100%;
}

.benifits-tabs_content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: calc(50% - 3rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--color-n79614d7b);
  opacity: 0;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}
.benifits-tabs_content-wrap.show-mobile,
.benifits-tabs_content-wrap.show-mobile.is-active {
  display: none;
}

.benifits-tabs_image-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 66.6908108108108%;
  border-radius: 1.5em 1.5em 1.5em 0;
}

.benifits-tabs_image-wrap.show-mobile {
  display: none;
}

.spacing-b-24 {
  padding-bottom: 1.5em;
}

.benifits-tabs_image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.benifits-tabs_image.cover-position-top {
  -o-object-position: 0 0;
  object-position: 0 0;
}

.benifits-tabs_bottom.is-active .benifits-tabs_image {
  opacity: 1;
}

.benifits-tabs_bottom.is-active .benifits-tabs_content-wrap {
  opacity: 1;
}

.imgage-card-overlay_section {
  position: relative;
}

.spacing-b-80 {
  padding-bottom: 5em;
}

.image-card-overlay_bg-top {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  z-index: 1;
  height: 55%;
}

.image-card-overlay_bg-top.is-paper-white {
  background-color: var(--color-nd3e30d1);
}

.card_job-wrap {
  color: var(--color-n79614d7b);
}

.card_name-wrap {
  font-size: 1.5em;
  line-height: 1.3333333333333333;
  font-weight: 500;
  letter-spacing: -0.021em;
}

.card_brackground {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.card_content {
  position: relative;
  width: 100%;
  z-index: 2;
  padding: 3.75em;
  border-top-left-radius: 1.25em;
  border-top-right-radius: 1.25em;
  border-bottom-right-radius: 1.25em;
/*   background-color: var(--color-21d1ff8); */
  background-color: white;
}

.card_content.is-stacked-2-col {
  z-index: 3;
}

.card_content.is-blog-card {
  padding-bottom: 4.55em;
  background-color: var(--color-n4b60156);
}

.text-style-quotemark {
  margin-bottom: -0.4em;
  margin-left: -0.02em;
  font-size: 11.25em;
  line-height: 0.7;
}

.stacked-2-col_section.is-paper-white {
  background-color: var(--color-nd3e30d1);
}

.stacked-2-col_layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 1em;
  grid-row-gap: 2.5em;
}

.stacked-2-col_col-left {
  width: 50%;
}
.stacked-2-col_col-right {
  width: 50%;
}

.stacked-2-col_title-wrap {
  max-width: 31em;
  padding-bottom: 7.5em;
}

.card_title-wrap.is-stacked-2col {
  padding-bottom: 2em;
}

.card_text-wrap {
  color: var(--color-n79614d7b);
}

.stacked-2-col_text-wrap {
  padding-top: 1.5em;
  color: var(--color-n79614d7b);
}

.nanodots-tabs_section.is-paper-white {
  background-color: var(--color-nd3e30d1);
}

.nanodots-tabs_layout {
  position: relative;
}

#nanodots-target {
  height: 0;
  position: absolute;
  top: -2.75rem;
}

.nanodots-tabs_bottom.show-mobile {
  display: none;
}

.nanodots-tabs_bottom.hide-mobile {
  display: block;
}

.nanodots-tabs_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 6em;
  grid-column-gap: 0;
  grid-row-gap: 2.5em;
}

.nanodots-tabs_link {
  position: relative;
  width: 25%;
  padding-right: 1.5em;
  padding-left: 1.5em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 1px solid var(--color-n15eef48d);
  -webkit-transition: color 600ms ease;
  transition: color 600ms ease;
  color: var(--color-n15eef48d);
}

.nanodots-tabs_link.is-active {
  color: var(--color-n4ee95734);
}

.nanodots-tabs_track {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: 0;
  z-index: 2;
  width: 2px;
  height: 100%;
}

.nanodots-tabs_line {
  width: 100%;
  height: 0;
  margin-left: -1px;
  background-color: var(--color-n4ee95734);
  -webkit-backdrop-filter: invert(100%);
  backdrop-filter: invert(100%);
  -webkit-transition: height 600ms ease;
  transition: height 600ms ease;
}

.nanodots-tabs_image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.nanodots-tabs_image.cover-position-top {
  -o-object-position: 0 0;
  object-position: 0 0;
}

.nanodots-tabs_image.is-active {
  opacity: 1;
}

.spacing-b-16 {
  padding-bottom: 1em;
}

.spacing-b-32 {
  padding-bottom: 2em;
}

.spacing-b-64 {
  padding-bottom: 4em;
}

.nanodots-tabs_big-title {
  margin-left: -0.07em;
  font-size: 9.8em;
  line-height: 1;
  font-weight: 500;
}

.nanodots-tabs_overlay-wrap {
  position: absolute;
  left: 0;
  top: auto;
  right: auto;
  bottom: 0;
  z-index: 2;
  max-width: 31.4em;
  padding-bottom: 4em;
  color: var(--color-n4b60156);
}

.nanodots-tabs_image-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle farthest-side at 5% 180%, rgba(21, 21, 21, 0.9) 42%, rgba(21, 21, 21, 0.43) 58%, rgba(86, 89, 92, 0) 66%);
}

.nanodots-tabs_link-text-wrap {
  padding-top: 1.5em;
}

.column-3_section.is-paper-white {
  background-color: var(--color-nd3e30d1);
}

.column-3_title-wrap {
  max-width: 58.5em;
}

.column-3_subheading-wrap {
  max-width: 39em;
  color: var(--color-n79614d7b);
}

.column-3_layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3.5em;
  grid-column-gap: 1em;
  grid-row-gap: 2.5em;
}

.column-3_layout.is-uncommon {
  padding-top: 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
      margin-right: -13%;
}

.column-3_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
}

.column-3_column.is-uncommon-1 {
  max-width: 18.875em;
  max-width: 271px;
  padding-top: 3em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.column-3_column.is-uncommon-2 {
  width: 39%;
  max-width: 25.5625em;
  max-width: 368px;
  padding-top: 5em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.column-3_column.is-uncommon-3 {
  width: 47%;
  margin-top: -2em;
  margin-top: -28px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.column-3_button-wrap {
  padding-top: 5em;
}

.column-3_product-text-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: var(--color-n79614d7b);
}

.column-3_column-spacer {
  padding-top: 20%;
}

.column-3_column-spacer.is-half-height {
  padding-top: 10%;
}

.column-3_column-spacer.is-blog {
  padding-top: 0;
}

.column-3-uncommon_section.is-paper-white {
  background-color: var(--color-nd3e30d1);
}

.column-3-uncommon_title-wrap {
  max-width: 39em;
}

.column-3-uncommon_subheading-wrap {
  max-width: 31em;
  color: var(--color-n79614d7b);
}

.colum-3-uncommon_card {
  position: relative;
  width: 100%;
  z-index: 2;
  overflow: hidden;
  margin-top: -2.5em;
  padding: 2.5em;
  border-radius: 1.5em 1.5em 1.5em 0;
  background-color: var(--color-36d5bd5a);
}

.colum-3-uncommon_card.is-2 {
  background-color: var(--color-21d1ff8);
}

.colum-3-uncommon_card.is-3 {
  width: 100%;
  background-color: var(--color-n4b60156);
}

.column-3-uncommon_name-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
}

.column-3-uncommon_position-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: var(--color-n79614d7b);
  font-size: 0.75rem;
}

.nanodots-tabs_scribble-wrap {
  position: relative;
}

.nanodots-tabs_scribble-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 148%;
  height: 101%;
  max-width: none;
  -webkit-transform: translate(-14%, 0%);
  -ms-transform: translate(-14%, 0%);
  transform: translate(-14%, 0%);
}

.column-3_scribble-wrap {
  position: relative;
  display: inline-block;
}

.column-3_scribble-image {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 148%;
  height: 112%;
  max-width: none;
  -webkit-transform: translate(-16%, -4%);
  -ms-transform: translate(-16%, -4%);
  transform: translate(-16%, -4%);
}

.column-3_scribble-image.is-2 {
  -webkit-transform: rotate(9deg) translate(-16%, 7%);
  -ms-transform: rotate(9deg) translate(-16%, 7%);
  transform: rotate(9deg) translate(-16%, 7%);
}

.column-3-uncommon_scribble-wrap {
  position: relative;
  display: inline-block;
}

.column-3-uncommon_scribble-image {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 110%;
  max-width: none;
  -webkit-transform: translate(-4%, 51%);
  -ms-transform: translate(-4%, 51%);
  transform: translate(-4%, 51%);
}

.nanodots-tabs_bottom-mobile {
  display: none;
}

.nanodots-tabs_bottom-mobile.show-mobile {
  display: none;
}

.nanodots-tabs_bottom-mobile.hide-mobile {
  display: block;
}

.hero-image_layout {
  position: relative;
}

.hero-image_background-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 48%;
  border-radius: 1.5em 1.5em 1.5em 0;
}

.hero-image_background-wrapper.page-bleed-left {
  padding-top: 50%;
}

.hero-image_content-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding-right: 5.55%;
}

.hero-image_title-wrap {
  max-width: 50em;
  color: var(--color-21d1ff8);
}

.hero-image_background-overlay {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 60%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(21, 21, 21, 0.5)), to(rgba(21, 21, 21, 0)));
  background-image: linear-gradient(0deg, rgba(21, 21, 21, 0.5), rgba(21, 21, 21, 0));
}

.hero-color_layout {
  position: relative;
}

.hero-color_content-wrap {
  position: relative;
  z-index: 2;
  padding-right: 5.55%;
}

.hero-color_background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  border-radius: 1.5em 1.5em 1.5em 0;
  background-color: var(--color-n4b60156);
}

.hero-color_title-wrap {
  max-width: 80%;
}

.spacing-b-124 {
  padding-bottom: 7.75em;
}

.hero-text_title-wrap {
  max-width: 80%;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}


.text-color-grey {
  color: var(--color-n111ad580);
}

.margin-bottom {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

.paragraph {
  color: var(--color-n79614d7b);
}

.benifits-tabs_background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--color-nd3e30d1);
}

.text-style-ratingstars {
  color: var(--color-n56d97ce7);
}

.hide-this {
  position: relative;
  display: none;
}

.span-element {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 148%;
  height: 112%;
  max-width: none;
  -webkit-transform: translate(-16%, -4%);
  -ms-transform: translate(-16%, -4%);
  transform: translate(-16%, -4%);
}

.span-element.is-2 {
  -webkit-transform: rotate(9deg) translate(-16%, 7%);
  -ms-transform: rotate(9deg) translate(-16%, 7%);
  transform: rotate(9deg) translate(-16%, 7%);
}

.span-element.is-1 {
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  width: 110%;
  height: auto;
  -webkit-transform: translate(-4%, 51%);
  -ms-transform: translate(-4%, 51%);
  transform: translate(-4%, 51%);
}

.span-element.is-3 {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 101%;
  -webkit-transform: translate(-14%, 0%);
  -ms-transform: translate(-14%, 0%);
  transform: translate(-14%, 0%);
}

.span-element.is-blog {
  width: 125%;
  -webkit-transform: rotate(-1deg) translate(-9%, -4%);
  -ms-transform: rotate(-1deg) translate(-9%, -4%);
  transform: rotate(-1deg) translate(-9%, -4%);
}

.span-wrapper {
  position: relative;
}

.stacked-2-col_subtitle-wrap {
  padding-top: 1em;
  color: var(--color-n79614d7b);
}

.collection_price-wrap {
  color: var(--color-n15eef48d);
}

.webflow-hidden {
  display: block;
}

.page_rte {
  padding: 93px;
}

.compare-price {
  color: var(--color-n6e92cfe0);
  font-size: 2em;
  line-height: 1.1875;
  font-weight: 500;
  letter-spacing: -0.015625em;
  text-decoration: line-through;
}

.compare-price.is-product-title {
  display: inline-block;
}

.price {
  font-size: 2em;
  line-height: 1.1875;
  font-weight: 500;
  letter-spacing: -0.015625em;
}

.price.is-product-title {
  display: inline-block;
}

.product-video_component {
  position: relative;
  padding-top: 56%;
  overflow: hidden;
  border-radius: 1rem 1rem 1rem 0;
}

@media screen and (max-width: 991px) {
  .mobile-nav-height {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    overflow: auto;
  }
  .nav_menu-wrap > .tmenu_wrapper {
    display: none;
  }
  .tmenu_app_mobile a {
    border-top: 1px solid var(--color-n15eef48d) !important;
    border-bottom: 1px solid var(--color-n15eef48d) !important;
    margin-bottom: -1px !important;
    color: var(--color-21d1ff8);
  }
  #MainNav {
    display: none;
  }

  #MobileNav {
    max-width: 30rem;
    width: 100%;
    margin: auto;
  }

  #MobileNav.tmenu_app_mobile .tmenu_submenu {
    padding-left: 0 !important;
  }

  #MobileNav .tmenu_image--above .tmenu_item_text {
    margin-top: 0 !important;
  }
  .tmenu_app_mobile ul a {
    padding-left: 30px !important;
  }
  .tmenu_app_mobile .tmenu_image--above > img {
    display: none !important;
  }

  .text-size-h2 {
    font-size: 2.25em;
  }

  .text-size-h3 {
    font-size: 2em;
  }

  .text-size-h4 {
    font-size: 1.75em;
  }


  .page-padding {
    padding: 3em 1.75em;
  }

  .page-padding.is-hero-nav-spacing {
    padding-top: 4.5em;
  }

  .page-padding.is-hero-blog-post {
    padding-top: 4.5em;
    padding-bottom: 1.5em;
  }

  .home-hero_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-style-quote {
    font-size: 2rem;
  }

  .nav_wrap {
    margin-left: -0.6875em;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav_menu-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .nav_menu-link {
    width: 100%;
    margin-right: 0;
    margin-bottom: -1px;
    margin-left: 0;
    padding: 0.5em;
    border-top: 1px solid var(--color-n15eef48d);
    border-bottom: 1px solid var(--color-n15eef48d);
    color: var(--color-21d1ff8);
    font-size: 1.5em;
    text-align: center;
  }

  .nav_menu-link.hide-mobile {
    display: none;
  }

  .nav_menu-button-link {
    display: block;
  }

  .nav_menu-close-button-svg {
    display: none;
  }

  .home-hero_content-wrap {
    width: 100%;
    max-width: 23em;
    margin-top: 8.5em;
    margin-bottom: 0;
  }

  .home-hero_title {
    font-size: 2.9em;
  }

  .home-hero_layout {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    grid-row-gap: 2.4em;
  }

  .home-hero_img {
    width: 100%;
    height: auto;
    margin-left: -1.75em;
  }

  .image_height.is-uncommon-3 {
    padding-top: 110%;
  }

  .marquee_item {
    grid-column-gap: 2.5em;
  }

  .marquee_layout {
    margin-right: -1.75em;
    margin-left: -1.75em;
  }

  .card_component {
    padding: 2.5em;
  }

  .card_component.is-cta-image-card {
    max-width: 19em;
  }

  .card_component.is-image-card-overlay {
    right: 1.75em;
    max-width: 27em;
  }

  .card_component.is-stacked-2-col {
    max-width: 27em;
  }

  .card_component.is-blog-card {
    top: 1.2em;
    right: 2.95em;
    max-width: 27em;
  }

  .card_visuals {
    margin-bottom: -4em;
  }

  .benifits-tabs_link {
    width: 3333.3333333333335%;
  }

  .benifits-tabs_link.is-last {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-card-overlay_bg-top {
    z-index: -1;
  }

  .text-style-quotemark {
    margin-bottom: -0.45em;
    font-size: 7.7em;
  }

  .stacked-2-col_title-wrap {
    padding-bottom: 4em;
  }

  .nanodots-tabs_big-title {
    font-size: 6.6em;
  }

  .nanodots-tabs_image-overlay {
    background-image: radial-gradient(circle farthest-side at 16% 144%, rgba(21, 21, 21, 0.74) 42%, rgba(21, 21, 21, 0.58) 51%, rgba(86, 89, 92, 0) 66%, rgba(86, 89, 92, 0) 78%);
  }

/*   TODO */
  .column-3_layout.is-uncommon {
    overflow: auto;
/*     margin-right: -1.75em;
    margin-left: -1.75em; */
    padding-top: 5em;
/*     padding-right: 1.75em;
    padding-left: 1.75em; */

  column-gap: 12.7568px;
display: flex;
font-family: "Centra No 1", sans-serif;
font-feature-settings: "ss03", "ss04";
font-size: 12.7568px;
font-weight: 400;
height: 565.555px;
letter-spacing: -0.15946px;
line-height: 17.5406px;
/* margin-left: -22.3244px;
margin-right: -60px; */
overflow-x: auto;
overflow-y: auto;
padding-bottom: 0px;
/* padding-left: 22.3244px;
padding-right: 22.3244px; */
padding-top: 63.7841px;
row-gap: 31.892px;
    height: unset;
        padding-left: 0;
  }

  .column-3_layout.is-uncommon.page-bleed-right {
    padding-top: 5em;
  }

  .column-3_column.is-uncommon-1 {
    width: 40vw;
    max-width: none;
    padding-top: 2.5em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .column-3_column.is-uncommon-2 {
    width: 45vw;
    max-width: none;
    padding-top: 5em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .column-3_column.is-uncommon-3 {
    width: 60vw;
    margin-top: -2.5em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .colum-3-uncommon_card.is-3 {
    padding-right: 2.5em;
  }

  .column-3-uncommon_text-max-width {
    max-width: none;
    min-width: auto;
    padding-right: 0;
  }

  .column-3-uncommon_scribble-image {
    width: 136%;
    -webkit-transform: translate(-15%, 60%);
    -ms-transform: translate(-15%, 60%);
    transform: translate(-15%, 60%);
  }

  .hero-image_layout {
    margin-right: -1.75em;
  }

  .hero-image_background-wrapper.page-bleed-left {
    padding-top: 60%;
    border-radius: 0;
  }

  .hero-image_content-wrap {
    padding-right: 1.75em;
  }

  .hero-color_layout {
    margin-right: -1.75em;
  }

  .hero-color_content-wrap {
    padding-right: 1.75em;
  }

  .hero-text_layout {
    margin-right: -1.75em;
  }

  .spacing-b-124 {
    padding-bottom: 5em;
  }

  .margin-bottom {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }

  .collection_price-wrap {
    padding-bottom: 0;
  }
  .buy-bar-spacer {
    height: 3.5em;
    background-color: var(--color-21e732b2);
  }

  .compare-price {
    font-size: 1.75em;
  }

  .price {
    font-size: 1.75em;
  }
}

@media screen and (max-width: 767px) {
  .text-size-h2 {
    font-size: 1.8em;
  }

  .text-size-h3 {
    font-size: 1.7em;
  }

  .text-size-h4 {
    font-size: 1.6em;
  }

  .page-padding.is-image-card-overlay {
    padding-top: 2.5em;
  }

  .page-padding.is-footer-bottom {
    padding-top: 2.5em;
  }

  .page-padding.is-footer-legal {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .text-size-large {
    font-size: 1.1em;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .image_height.is-image-card-overlay {
    padding-top: 85%;
  }

  .image_height.is-blog-card {
    padding-top: 60%;
  }

  .cta-image_layout {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card_component {
    padding: 2em;
  }

  .card_component.is-image-card-overlay {
    position: relative;
    top: 0;
    right: 0;
    margin-top: -2.5em;
    padding-right: 1.75em;
    padding-bottom: 1.75em;
  }

  .card_component.is-stacked-2-col {
    position: relative;
    top: 0;
    right: 0;
    margin-top: -5em;
    padding-right: 1.75em;
    padding-bottom: 1.75em;
  }

  .card_component.is-blog-card {
    position: relative;
    top: 0;
    right: 0;
    margin-top: -4em;
    padding-right: 1.75em;
    padding-bottom: 1em;
  }

  .card_visuals {
    width: 100%;
  }

  .card_image-wrap {
    width: 100%;
    padding-top: 60%;
  }

  .benifits-tabs_top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-row-gap: 0;
  }

  .benifits-tabs_bottom {
    padding-top: 2.5em;
    display: flex;
  }

  .benifits-tabs_link {
    padding-bottom: 2.5em;
    color: var(--color-n4ee95734);
  }

  .benifits-tabs_track {
    display: none;
  }

  .benifits-tabs_title {
    padding-bottom: 0;
  }

  .benifits-tabs_subheading {
    padding-top: 0.5em;
    padding-bottom: 1.5em;
    color: var(--color-n79614d7b);
  }

  .benifits-tabs_visuals {
    display: none;
  }

  .benifits-tabs_content-wrap {
    max-width: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 1;
    display: flex;
  }

  .benifits-tabs_image-wrap.show-mobile {
    display: block;
  }

  .benifits-tabs_content-wrap.show-mobile,
  .benifits-tabs_content-wrap.show-mobile.is-active {
    display: block;
  }

  .benifits-tabs_bottom,
  .benifits-tabs_bottom.is-active {
    display: none;
  }

  .benifits-tabs_scribble {
    max-width: 19em;
  }

  .benifits-tabs_image {
    opacity: 1;
  }

  .spacing-b-80 {
    padding-bottom: 2.5em;
  }

  .card_content {
    padding: 2em;
  }

  .card_content.is-blog-card {
    padding-bottom: 1.55em;
  }

  .image-card-overlay_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .stacked-2-col_layout {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .stacked-2-col_layout.alternate {
    flex-direction: column-reverse;
  }


  .stacked-2-col_col-left {
    width: 100%;
  }

  .stacked-2-col_col-right {
    width: 100%;
  }
  .is-product-page .stacked-2-col_col-right {
    width: 100%;
    justify-content: flex-start;
  }

  .stacked-2-col_title-wrap {
    padding-bottom: 2.5em;
  }

  .card_title-wrap {
    max-width: 85%;
  }

  .card_title-wrap.is-stacked-2col {
    padding-bottom: 1.5em;
  }

  .card_title-wrap.is-blog-card {
    max-width: none;
  }

  .nanodots-tabs_bottom.show-mobile {
    display: block;
  }

  .nanodots-tabs_bottom.hide-mobile {
    display: none;
  }

  .nanodots-tabs_menu {
    margin-right: -1.75em;
    margin-left: -1.75em;
    padding-bottom: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-row-gap: 0;
  }

  .nanodots-tabs_link {
    width: 100%;
    padding: 1em 1.75em 0.75em;
    border-bottom: 1px solid var(--color-n15eef48d);
    border-left-style: none;
    -webkit-transition: border-color 600ms ease, color 600ms ease;
    transition: border-color 600ms ease, color 600ms ease;
  }

  .nanodots-tabs_link.is-active {
    padding-bottom: 1.5em;
    border-bottom-color: var(--color-n4ee95734);
  }

  .nanodots-tabs_track {
    left: 0;
    top: auto;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
  }

  .nanodots-tabs_line {
    display: none;
    width: 0;
    height: 100%;
    margin-left: 0;
    -webkit-transition: width 600ms ease, height 600ms ease;
    transition: width 600ms ease, height 600ms ease;
  }

  .nanodots-tabs_link-text {
    overflow: hidden;
    max-width: 17em;
    color: var(--color-n79614d7b);
  }

  .spacing-b-32 {
    padding-bottom: 1.5em;
  }

  .spacing-b-64 {
    padding-bottom: 2.5em;
  }

  .nanodots-tabs_big-title {
    font-size: 4.2em;
  }

  .nanodots-tabs_overlay-wrap {
    position: static;
    max-width: none;
    padding-top: 2.5em;
    padding-bottom: 0;
    color: var(--color-n4ee95734);
  }

  .nanodots-tabs_image-overlay {
    display: none;
  }

  .nanodots-tabs_overlay-text {
    color: var(--color-n79614d7b);
  }

  .nanodots-tabs_link-text-wrap {
    overflow: hidden;
    height: 0;
    margin-top: 0.5em;
    padding-top: 0;
    opacity: 0;
    -webkit-transition: line-height 200ms ease, opacity 800ms ease, height 600ms ease;
    transition: line-height 200ms ease, opacity 800ms ease, height 600ms ease;
    line-height: 0;
  }

  .column-3_layout.is-uncommon {
    display: block;
    max-width: 100%;
  }

  .column-3_layout.is-blog .column-3_column:last-of-type {
    margin-top: 50px;
  }

/*   TODO */
  .column-3_layout {
    display: block;
    overflow: auto;
/*     margin-right: -1.75em;
    margin-left: -1.75em; */
    padding: 2.5em 1.75em 0;
    column-gap 12.7568px;
/* display: flex; */
font-family: "Centra No 1", sans-serif;
font-feature-settings: "ss03", "ss04";
font-size: 12.7568px;
font-weight: 400;
/* height: 408.594px; */
letter-spacing: -0.15946px;
/* line-height: 17.5406px; */
/* margin-left: -22.3244px; */
/* margin-right: -40px; */
overflow-x: auto;
overflow-y: auto;
padding-bottom: 0px;
/* padding-left: 22.3244px; */
/* padding-right: 22.3244px; */
padding-top: 31.892px;
row-gap: 31.892px;
    padding: 0;
  }

  .column-3_column {
    width: 40vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .column-3_column.is-uncommon-1 {
    width: 50vw;
    padding-top: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .column-3_column.is-uncommon-2 {
    width: 60vw;
    padding-top: 2.5em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .column-3_column.is-uncommon-3 {
    width: 60vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .column-3_button-wrap {
    padding-top: 2.5em;
  }

  .nanodots-tabs_bottom-mobile {
    display: block;
  }

  .nanodots-tabs_bottom-mobile.show-mobile {
    display: block;
  }

  .nanodots-tabs_bottom-mobile.hide-mobile {
    display: none;
  }

  .hero-image_background-wrapper.page-bleed-left {
    padding-top: 80%;
  }

  .hero-color_content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 11em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .spacing-b-124 {
    padding-bottom: 2.5em;
  }

  .margin-bottom {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }

  .compare-price {
    font-size: 1.6em;
  }

  .price {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 479px) {
  .page-padding.is-marquee {
    padding-top: 2em;
    padding-bottom: 3.5em;
  }

  .card_component.is-blog-card {
    padding-bottom: 1.1em;
  }

  .nanodots-tabs_big-title {
    font-size: 3em;
  }

  .column-3_column {
    width: 15em;
    width: 100%;
  }

  .column-3_column.is-uncommon-1 {
    width: 17em;
    width: 100%;
  }

  .column-3_column.is-uncommon-2 {
    width: 20em;
    width: 100%;
  }

  .column-3_column.is-uncommon-3 {
    width: 20em;
    width: 100%;
    margin-top: 30px;
  }

  .page_curreny-form {
    width: 100%;
  }

  .hero-color_title-wrap {
    max-width: none;
  }

  .hero-text_title-wrap {
    max-width: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }

  .footer_bottom-links {
    flex-wrap: wrap;
    gap: 2em;
    margin-top: 1em;
    flex-direction: column-reverse;
  }
  .footer_legal-links,
  .footer_social-links {
    width: 100%;
  }
}

/*===== UNIVERSAL STYLING ADDED BY OAKREATIV =====
======= THIS REPLACES DEPENDANCY ON DESIGN PACKS =====*/
/* Helper classes */
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.large--visible {
  display: inherit;
}

.large--hidden {
  display: none !important;
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .medium--visble {
    display: block;
  }

  .medium--hidden {
    display: none;
  }
}

/* Landscape phones and down */
@media (max-width: 480px) {
  .small--visible {
    display: block !important;
  }

  .small--hidden {
    display: none !important;
  }
}

.position-relative {
  position: relative;
}

/* Text styling */
.text-align-left {
  text-align: left;
}

.heading-style-small {
  font-weight: var(--heading-font-weight) !important;
  font-family: var(--heading-font-family) !important;
  font-size: var(--text-h5) !important;
  letter-spacing: var(--heading-4-5-6-letter-spacing) !important;
}

h1.section-content__heading,
h2.section-content__heading,
h3.section-content__heading,
h4.section-content__heading,
h5.section-content__heading,
h6.section-content__heading {
  margin-bottom: 0;
}

.section-content__heading {
  font-size: var(--text-h2) !important;  
  letter-spacing: var(--heading-2-letter-spacing) !important ;
  font-weight: var(--heading-font-weight) !important;
  font-family: var(--heading-font-family) !important;
  line-height:  calc(3px + 2ex + 3px);
}

/* Margins */
.margin-medium {
  margin: 1.2rem;
}

.margin-auto {
  margin: auto;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}


/* New section layout styles */
.section-content {
  display: grid;
  position: relative;
  margin: 0;
}

.section-content svg {
  display: block;
}

.section-content:not(.section-content--contain) svg {
  width: 100%;
  height: 100%;
}

.section-content > * {
  grid-area: 1 / 1 / 2 / 2;
}

.section-content--contain .section__cover-image {
  object-fit: contain;
}

.section-content__video__wrapper video[loading=lazy],
.section-content__background-video[loading=lazy] {
  opacity: 1;
}

.section__cover-image {
  object-fit: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.section-content__list {
  margin: 0;
}

/* Rich text editor content */
.rte,
.rte p,
.rte a,
.rte a:hover,
.rte a:visited,
.rte a:focus {
  color: inherit;
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  font-weight: var(--text-font-weight)!important;
  font-family: var(--text-font-family)!important;
  font-size: var(--text-base)!important;
  line-height: var(--text-base-line-height)!important;
  letter-spacing: var(--text-letter-spacing)!important;
}

.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
  color: inherit;
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}

.rte a {
  text-decoration: underline;
}

.rte p {
  margin-bottom: 0.8em;
}

.rte p:last-of-type {
  margin-bottom: 0;
}

.rte ul {
  margin: 1em 0;
  padding-left: 40px;
  list-style: disc;
}

.rte li {
  list-style: unset;
}

/* Custom button */
.btn--custom {
  text-decoration: none !important;
  display: inline-block !important;
  position: relative !important;
  padding: 16px 32px !important;
  border-style: solid !important;
  border-width: 2px !important;
  border-radius: 0.5rem !important;
  -webkit-transition: -webkit-transform .2s ease !important;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease,-webkit-transform .2s ease;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  text-align: center !important;
  line-height: calc(3px + 2ex + 3px);
}

.btn--custom span:after {
  position: absolute;
  left: 12px;
  bottom: -8px;
  content: "";
  border: 2px solid;
  display: inline-block;
  border-left: 0;
  border-top: 0;
  border-bottom-right-radius: 12px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  -webkit-transition: transform .2s ease-out,border-radius .2s;
  -moz-transition: transform .2s ease-out,border-radius .2s;
  -ms-transition: transform .2s ease-out,border-radius .2s;
  -o-transition: transform .2s ease-out,border-radius .2s;
  transition: transform .2s ease-out,border-radius .2s;
  border-color: rgba(var(--button-background));
}

.btn--custom:hover {
  -webkit-transform: translate(6px, 6px);
  -ms-transform: translate(6px, 6px);
  transform: translate(6px, 6px);
}

.btn--custom span:hover:after {
  -webkit-transform: translate(-6px,-6px);
  transform: translate(-6px,-6px);
  border-bottom-right-radius: 0.5rem;
}

.btn--custom{
  font-family: inherit;
  cursor: pointer;
  text-transform: unset;
  -webkit-appearance: none;
}

.btn--custom::after {
  display: none;
}

/* Flex */
.display-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex--1-per-row .flex-item {
  flex-basis: 100%;
}

.flex--2-per-row .flex-item {
  flex-basis: 50%;
}

.flex--3-per-row .flex-item {
  flex-basis: 33.3333%;
}

.flex--4-per-row .flex-item {
  flex-basis: 25%;
}

.flex--5-per-row .flex-item {
  flex-basis: 20%;
}

.flex--6-per-row .flex-item {
  flex-basis: 16.6666%;
}

.flex--7-per-row .flex-item {
  flex-basis: 14.3%;
}

.flex--8-per-row .flex-item {
  flex-basis: 12.5%;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.grid-row-reverse {
  direction: rtl;
}

.grid-row-reverse * {
  direction: ltr;
}

.justify-left {
  justify-content: flex-start;
  text-align: left;
}

.justify-center {
  justify-content: center;
  text-align: center;
}

.justify-right {
  justify-content: flex-end;
  text-align: right;
}

.justify-justify {
  justify-content: space-between;
  text-align: justify;
}

.align-top {
  align-items: flex-start;
}

.align-center {
  align-items: center;
}

.align-bottom {
  align-items: flex-end;
}

.align-stretch {
  align-items: stretch;
}

/*** Grid ***/
.display-grid {
  display: grid;
}

.grid--1-per-row {
  grid-template-columns: 1fr;
}

.grid--2-per-row {
  grid-template-columns: 1fr 1fr;
}

.grid--3-per-row {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid--4-per-row {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid--5-per-row {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid--6-per-row {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid--7-per-row {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid--8-per-row {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-reverse {
  direction: rtl;
}

.grid-reverse * {
  direction: ltr;
}

/** Text alignment **/

.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.text-align-justify {
  text-align: justify;
}

/* Link styling */
.link-style-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 2;
}

/* Section images */
.section-content__image--wrapper {
  display: grid;
  position: relative;
  margin: 0;
}

.section-content__image--wrapper svg {
  display: block;
}

.section-content__image--wrapper:not(.section-content__image--wrapper--contain) svg {
  width: 100%;
  height: inherit;
}

.section-content__image--wrapper > * {
  grid-area: 1 / 1 / 2 / 2;
}

.section-content__image--wrapper img {
  object-fit: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.section-content__image--wrapper--contain img {
  object-fit: contain;
}

/*===== UNIVERSAL SECTION STYLING REBUILT BY OAKREATIV =====*/
/*=== SECTION ——  Image banner - Simple ===*/
.section--wrapper__auto {
  margin-left: auto;
  margin-right: auto;
}

.section--wrapper {
  width: 90%;
  margin: auto;
  height: 100%;
}

.section-content__inner {
  z-index: 2;
  width: 100%;
}

.section-content::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.banner-image__simple--content-inner {
  z-index: 2;
  height: 100%;
  grid-template-columns: 1fr;
  grid-area: 1 / 1 / 2 / 2;
  padding: 5% 0;
}

@media (max-width: 480px) {
  .section-content__inner {
    min-width: 100%;
    padding: 0;
  }
}

.section--block + .section--block  {
  margin-top: 15px
}


/*=== SECTION —— Image with text simple */

.section-content__image--wrapper img,
.section-content__image--wrapper svg {
  border-radius: 24px 24px 0px 24px;
}

.grid-reverse .section-content__image--wrapper img,
.grid-reverse .section-content__image--wrapper svg {
  border-radius: 24px 24px 24px 0px;
}

.image-with-text__simple--text-content {
    padding: 20px 00px 20px 20%;
}

.grid-reverse .image-with-text__simple--text-content {
    padding: 20px 20% 20px 0;
}

.image-with-text__simple--text-content .section-content__inner {
    max-width: min(820px, 100%);
}

@media screen and (max-width: 700px) {
  
  .image-with-text__simple--text-content {
    padding: 20px;
  }

  .grid-reverse .image-with-text__simple--text-content {
    padding: 20px;
  }
}

/*=== SECTION —— Slideshow image with text ===*/
.section--slideshow-image-with-text .section--block {
  width: 100%;
}

.section--slideshow-image-with-text .display-grid {
  grid-template-columns: repeat(2, minmax(250px, 1fr));
  padding: 5%;
}

.image-with-text-slideshow--content {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-color);
}

.section--slideshow-image-with-text .section-content__inner {
  width: fit-content;
  max-width: min(600px, 80%);
  margin: auto;
}

.section--slideshow-image-with-text .text-style-small {
  color: var(--text-color);
  margin-top: 0;
  line-height: calc(2px + 3ex + 2px);
}

.section--slideshow-image-with-text .section-content__heading {
  color: var(--text-color);
  line-height: calc(3px + 2ex + 3px);
}

.section--slideshow-image-with-text .section__text-content p {
  color: var(--text-color);
  line-height: calc(2px + 3ex + 2px);
}

@media (max-width: 990px) {
  .section--slideshow-image-with-text .display-grid {
    grid-template-columns: repeat(1, minmax(250px, 1fr));
  }

  .section--slideshow-image-with-text .section-content__inner {
    width: 90%;
    max-width: min(600px, 90%);
  }

  .section--slideshow-image-with-text div.section-content__button-wrapper {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 10px;
  }
}

.section--slideshow-image-with-text .section-content__button-wrapper {
  display: grid;
  grid-gap: 1.3em;
  margin-bottom: 1.2rem;
  max-width: 100%;
  width: fit-content;
}

.section--slideshow-image-with-text .btn--custom {
  line-height: calc(3px + 2ex + 3px);
}

.section--slideshow-image-with-text .button--custom--primary:hover,
.section--slideshow-image-with-text .button--custom-secondary:hover {
  opacity: 1;
}

/* Flickity styles */
/* Default */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0;box-shadow: none;}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{position:absolute;background:hsla(0,0%,100%,.75);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}

/* Section specific */
.section--slideshow-image-with-text .flickity-page-dots {
  bottom: 30px;
}

.section--slideshow-image-with-text .flickity-page-dots .dot {
  background: var(--slideshow-color);
  transition: all 0.3s ease-in-out;
}

.section--slideshow-image-with-text .flickity-button {
  background: transparent;
  color: var(--slideshow-color);
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .section--slideshow-image-with-text .flickity-prev-next-button.previous {
    left: 0;
  }

  .section--slideshow-image-with-text .flickity-prev-next-button.next {
    right: 0;
  }

  .section--slideshow-image-with-text .flickity-button-icon {
    width: 40%;
    height: 40%;
    left: 0;
  }

  .section--slideshow-image-with-text .next .flickity-button-icon {
    left: auto;
    right: 0;
  }
}

/*===== UNIVERSAL BLOCK STYLING REBUILT BY OAKREATIV =====*/
/* Spacer block */
.spacer__wrapper {
  margin-top: 0;
}

.spacer {
  display: block;
}

/* Video block */
.section--block  video {
  width: 100%    !important;
  height: auto   !important;
}

/* Newsletter block */
.newsletter-block {
  padding: 0;
}

.newsletter-block__form {
  --form-gap: 5px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--form-gap) * 2);
}

.newsletter-block__form-text {
  color: inherit;
}

.newsletter-block__form input {
  margin: unset;
  padding: 0.8em;
}

.newsletter-block__form input[type="text"],
.newsletter-block__form input[type="email"] {
  padding: 0.8em;
  background: transparent;
}

.newsletter-block__form input {
  width: 100%;
}

.newsletter-block__form-compact .newsletter-block__newsletter_email {
  width: calc(70% - var(--form-gap));
}

.newsletter-block__form-compact .btn--custom {
  width: calc(30% - var(--form-gap));
}

.newsletter-block__form input::placeholder {
  opacity: 0.6;
}

.newsletter-block__form .btn--custom {
  opacity: 1;
  text-align: center;
  border: thin solid;
}

.newsletter-block__form .btn--custom:hover {
  opacity: 1;
}

/* Icons block */
.section-content__icons {
  gap: var(--flex-gap);
  align-items: flex-start;
  flex-wrap: wrap;
}

.section-content__icons .section-content__icon {
  flex-basis: calc(var(--icon-width) - calc(var(--flex-gap) / 2));
}

.section-content__icons a,
.section-content__icons p {
  line-height: 1.2;
  margin: 0;
  text-decoration: none;
  text-align: center;
}

.section-content__icons img {
  width: var(--image-size);
  height: auto;
  display: inline-block;
}

@media (max-width: 480px) {
  .section-content__icons {
    flex-grow: 1;
  }
}

/* Text columns block */
.section-content__columns {
  gap: var(--flex-gap);
}

/* Image block */
.section-content__image--wrapper {
  width: var(--image-width);
}

/* Divider */
.section-content__divider {
  height: 0;
  border: none;
  background: transparent;
}

/* Button block */
.section-content__button-wrapper {
  display: grid;
  grid-gap: 1.3em;
  max-width: 100%;
  width: fit-content;
}

.section-content__button-wrapper .button--custom {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  padding: 0.5em 1.2em;
  margin-top: 0;
  border: thin solid;
  transition: all 0.3s ease-in-out;
}

.section-content__button-wrapper .dsgn-pck__button-primary:hover,
.section-content__button-wrapper .dsgn-pck__button-secondary:hover {
  opacity: 1;
}

@media (max-width: 480px) {
  div.section-content__button-wrapper {
    grid-template-columns: 1fr !important;
    width: 100%;
    gap: 10px;
  }
}

/* Countdown timer */
.section-content__clock-wrap {
  max-width: 450px;
  flex: 1 0 auto;
  margin: 0 auto;
}

.section__clock {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}

.section__clock--measurement {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 20px;
}

.section__clock--measurement:first-child {
  border-left: none;
}

.section__clock--number {
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  font-size: 1.5em;
  min-height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section__clock--label {
  font-size: clamp(9px, 0.5em, 45px);
  padding: 0.5em 0.8em;
}

/* Collapsible content block */
.section-content__collapsible-content + .section-content__collapsible-content {
  margin-top: 0;
}

.section-content__collapsible-content + .section-content__collapsible-content .collapsible-content__accordion {
  border-top: 0;
}

.collapsible-content___question {
  position: relative;
  cursor: pointer;
  display: block;
  padding: 10px 25px 10px 0;
}

.collapsible-content__small-heading {
  margin: 0;
}

.collapsible-content__question::-webkit-details-marker {
  display: none;
}


.collapsible-content__question:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 20px;
  width: 20px;
  background-size: contain;
}

.collapsible-content__answer {
  padding-top: 10px;
  margin-bottom: 0;
}

.collapsible-content__inner-answer {
  padding: 10px;
  padding-top: 0;
}

/* Highlighted text */

.section-content__heading .section-content__heading-wrap {
  position: relative;
  display: inline;
  z-index: 2;
}

/** Animations **/

[style*="--section-animate"] {
  will-change: transform;
  transform: translateZ(0);
  opacity: 0;
}

.section__animation-applied {
  overflow: hidden;
}

.section__animation-applied [style*="--section-animate"] {
  --section-animation-multiplier: 0.5s;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: calc(var(--section-animation-multiplier) * var(--section-animate));
}

@keyframes section__animation--fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes section__animation--fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes section__animation--fade-in-right {
  0% {
    opacity: 0;
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes section__animation--fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes section__animation--fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.placeholder-svg {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.shopify-localization-form .divider {
  border-bottom: 1px solid rgb(var(--text-color) / .12);
  margin: 1rem 1.5rem;
}

/* === Shipping Calculator === */
.cart-drawer .buy-buttons--compact {
  grid-template-columns: 0.4fr 1fr;
  grid-gap: 1.5rem;
}

.cart-drawer .buy-buttons--compact .button {
  width: 100%;
    display: flex;
  align-items: center;
  justify-content: center;
}

.cart-drawer .buy-buttons--compact .button--outline {
  background: #91DCF7;
  border-color: #91DCF7;
  color: #333333;
}

.cart-drawer .buy-buttons--compact .button--outline::after {
  border-color: #91DCF7; 
}

.cart-drawer .shipping-estimator {
  grid-gap: 0.5rem;
}

.cart-drawer .shipping-estimator__form {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.5rem;
  font-size: 0.75rem;
}

.cart-drawer .shipping-estimator .button {
  background: #ffffff;
  color: #56595c;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 3.5rem;
}

.cart-drawer .shipping-estimator__results {
  max-height: none;
  transition: max-height 0.2s ease;
  font-size: 0.75rem;
}

.cart-drawer .shipping-estimator__results.active {
  max-height: 200px;
  transition: max-height 0.2s ease;
}

.cart-drawer .shipping-estimator .input.is-floating,
.cart-drawer .shipping-estimator .select.is-floating {
  max-height: 3.5rem;
}

/*======= Popup Modal Renuild ------*/
.popup-modal {
  z-index: 2000;
}

.popup-modal__overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
}

.popup-modal__overlay--background {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
}

.popup-modal__outer {
  position: relative;
  margin: auto;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
  pointer-events: auto;
  overflow: auto;
  max-height: 94vh;
}

.popup-modal__close {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  border: none;
  padding: 20px;
  cursor: pointer;
  z-index: 1;
}

.popup-modal__inner {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.popup-modal :focus-visible {
  box-shadow: 0 0 0 3px rgba(21, 156, 228, 0.4);
}


@media (max-width: 990px) {
  .popup-modal__content {
    display: grid;
  }
}

.popup-modal .rte p,
.popup-modal .rte ul {
  line-height: calc(3px + 2.5ex + 3px);
}

.popup-modal .contact-form {
  padding-left: 0;
  padding-right: 0;
}

.popup-modal__outer {
  margin: var(--spacing-8) 0;
  overflow-x: hidden;
}

.recaptcha-message {
  margin-top: 0.8em;
  font-size: 0.8em;
}

.recaptcha-message a,
.recaptcha-message a:hover,
.recaptcha-message a:focus {
  font-style: italic;
  color: inherit;
  font-size: inherit;
}

@media (min-width: 991px) {
  .popup-modal__with-image .newsletter-block__form-compact .btn--custom {
    width: calc(40% - var(--form-gap));
  }
  
  .popup-modal__with-image .newsletter-block__form-compact .newsletter-block__newsletter_email {
    width: calc(60% - var(--form-gap));
  }
}

@media (max-width: 990px) {
  .popup-modal__with-image .newsletter-block__form-compact .btn--custom {
    width: 100%;
  }
  
  .popup-modal__with-image .newsletter-block__form-compact .newsletter-block__newsletter_email {
    width: 100%;
  }

  .popup-modal .contact-form {
    padding: 0;
  }

  .popup-modal__inner {
    justify-content: flex-start;
  }
}

.popup-modal .input-label {
  position: absolute;
}

/*===== FAQ - Simple =====*/
.section__faq-simple [aria-expanded="true"] .vert {
  display: none;
}

.section__faq-simple [aria-expanded] rect {
  fill: currentColor;
}

.section__faq-simple .section-content__heading {
  margin: 0;
  padding: 1em 0;
  line-height: calc(3px + 2ex + 3px);
}
  
.section__faq-simple .faq-simple__question-block {
  padding-top: calc(1em + 3px);
  padding-bottom: calc(1em + 3px);
}

.section__faq-simple .faq-simple__expanded-true button svg {
  display: none;
}

.section__faq-simple.faq-simple__expanded-true .faq-simple__question button {
  cursor: default;
}

.section__faq-simple .faq-simple__expanded-true .rte {
  height: auto;
}

.section__faq-simple .faq-simple__question {
  margin: 0;
}

.section__faq-simple .faq-simple__question button {
  color: inherit;
  background: transparent;
  border: none;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  cursor: pointer;
  text-align: left;
  text-transform: none;
  margin: 0;
  line-height: calc(3px + 2ex + 3px);
  font-size: 20px;
}

.section__faq-simple .faq-simple__question button:focus {
  outline: none;
}

.section__faq-simple .faq-simple__question svg {
  width: 20px;
  min-width: 20px;
  margin-left: 5px;
}

.section__faq-simple .rte {
  width: 100%;
  color: inherit;
  font-family: inherit;
  height: 0px;
  transition: height 0.5s ease;
  overflow: hidden;
}

.section__faq-simple .rte *:first-child {
  margin-top: 1em;
}

.section__faq-simple .rte p {
  margin-bottom: 1em;
  line-height: calc(3px + 3ex + 3px);
  font-size: 18px;
}

@media (max-width: 480px) {
  .section__faq-simple .section--wrapper {
    min-width: 70%;
  }
}

.faq-simple .section--block {
  margin: 0;
}

.faq-simple__question-block {
  border-top-width: 1px !important;
}

.faq-simple__question span img {
  width: 22px;
  margin-right: 18px;
}

.faq-simple__question span {
  font-weight: var(--heading-font-weight) !important;
  font-family: var(--heading-font-family) !important;
  line-height: var(--text-sm-line-height) !important;
  font-size: var(--text-h5) !important;
  letter-spacing: var(--heading-4-5-6-letter-spacing) !important;
}

.faq-simple .rte p,
.faq-simple .rte ul,
.faq-simple .metafield-rich_text_field p,
.faq-simple .rte a {
  font-weight: var(--text-font-weight) !important;
  font-family: var(--text-font-family) !important;
  font-size: var(--text-base) !important;
  line-height: var(--text-base-line-height) !important;
  letter-spacing: var(--text-letter-spacing) !important;
}

/*===== Divider - Simple =====*/
.divider-simple__divider {
  height: 0;
  border: none;
  background: transparent;
}

/*===== Video list =====*/
.section__video-list .section-content__heading {
  text-transform: none;
  text-align: center;
  margin: 0 0 1em;
}

.section__video-list .video-list__testimonials-wrapper {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-left: 20px;
}

.section__video-list .flex-item {
  height: auto;
}

.video-list__inner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.video-list__hosted-video {
  width: 100%;
  height: auto;
  display: block;
}

.video-list__stars {
  display: flex;
  justify-content: center;
  width: min(80%, 300px);
}

.video-list__star {
  flex: 1 0 auto;
  max-width: 30px;
}

.section__video-list .rte {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  font-weight: normal;
  line-height: calc(3px + 3ex + 3px);
}

.video-list__image {
  overflow: hidden;
}

.video-list__image--circle {
  border-radius: 50%;
}

.video-list__image--rounded {
  border-radius: 5px;
}

.video-list__link {
  text-align: center;
  margin-top: 20px;
  font-weight: normal;
  text-decoration: underline;
  line-height: calc(3px + 3ex + 3px);
}

.video-list__link:not([href]) {
  text-decoration: none;
}

.youtube__background-image {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .section__video-list .section--wrapper {
    width: 100%;
  }

  .video-list__testimonials-wrapper {
    margin: 0 20px;
  }

  .section__video-list .flex-item {
    min-width: 100%;
  }

  .video-list__testimonials-wrapper--scroll {
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    justify-content: flex-start;
    scroll-snap-type: x mandatory;
    scroll-padding: 20px;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: 0;
  }

  .video-list__testimonials-wrapper--scroll .flex-item {
    min-width: 75vw;
    scroll-snap-align: start;
    position: relative;
    margin-bottom: 20px;
  }

  .video-list__testimonials-wrapper--scroll .flex-item:first-child {
    margin-left: 20px;
  }

  .video-list__testimonials-wrapper--scroll ::-webkit-scrollbar {
    -webkit-appearance: none;
    background-color: rgba(0,0,0,0);
    width: 7px;
    height: 3px;
  }

  .video-list__testimonials-wrapper--scroll ::-webkit-scrollbar-track,
   ::-webkit-scrollbar-corner { /* Background */
    background: #D8D8D8;
  }

  .video-list__testimonials-wrapper--scroll ::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #000000;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
  }

  .video-list__inner-content {
    padding: 2em 2.5em;
  }
}

/*===== Video with text - simple =====*/
.section__video-with-text-simple .display-grid .video-with-text__video video {
  border-radius: 24px 24px 0px 24px;
}

.section__video-with-text-simple .video-with-text__video video {
  border-radius: 24px 24px 0 24px;
}

.section__video-with-text-simple .grid-reverse .video-with-text__video video {
  border-radius: 24px 24px 24px 0px;
}

.section__video-with-text-simple .display-grid .video-with-text__content {
  padding: 20px 0 20px 20% !important;
}

.section__video-with-text-simple .grid-reverse .video-with-text__content {
  padding: 20px 20% 20px 0 !important;
}

.section__video-with-text-simple .displya-grid .video-with-text__content .video-with-text__inner-content {
  max-width: min(820px, 100%) !important;
}

@media screen and (max-width: 700px) {
  .section__video-with-text-simple .display-grid .video-with-text__content {
    padding: 20px !important;
  }
  
  .section__video-with-text-simple .grid-reverse .video-with-text__content {
    padding: 20px !important;
  }
}

.section__video-with-text-simple .section__background > img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section__video-with-text-simple .video-with-text__video {
  position: relative;
}

.section__video-with-text-simple .video-with-text__video video {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section__video-with-text-simple .video-with-text__content {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section__video-with-text-simple .video-with-text__inner-content {
  width: fit-content;
  max-width: min(600px, 80%);
  margin: auto;
}

.section__video-with-text-simple .section--block .heading-style-small {
  margin-bottom: 5px;
  line-height: calc(3px + 2.5ex + 3px);
}

.section__video-with-text-simple .rte p,
.section__video-with-text-simple .rte ul {
  line-height: calc(3px + 2.5ex + 3px);
}

@media (max-width: 767px) {
  .section__video-with-text-simple .grid--main {
    grid-template-columns: repeat(1, minmax(250px, 1fr));
  }
}

@media (max-width: 480px) {    
  .section__video-with-text-simple .video-with-text__inner-content {
    width: min(400px, 100%);
  }
}

/*==== HOME sections ====*/
.ppl-container {
  width: 100%;
  max-width: 90em;
  margin-right: auto;
  margin-left: auto;
}

.section__home-cta .card_scribble-wrap p,
.section__home-col-stacked .text-small p,
.section__home-benefits p,
.section__home-blog .column-3_product-text-wrap p,
.section__home-blog .button_text-link,
.section__home-image-cta .text-size-small p,
.section__home-nanodots p,
.section__home-products .text-size-small p,
.section__home-products .button_text-link {
  font-family: var(--text-font-family);
  font-size: var(--text-sm);
  line-height: var(--text-sm-line-height);
  letter-spacing: var(--text-letter-spacing);
}

.section__home-col-stacked p,
.section__home-ambassadors p,
.section__home-benefits .text-size-large p,
.section__home-blog p,
.section__home-image-cta p,
.section__home-products p,
.section__home-products .button_text p,
.section__home-hero .home-hero_text {
  font-family: var(--text-font-family);
  font-size: var(--text-base);
  line-height: var(--text-base-line-height);
  letter-spacing: var(--text-letter-spacing);
}

.section__home-col-stacked .text-size-h2,
.section__home-col-stacked .text-size-h4,
.section__home-col-stacked .text-style-quotemark,
.section__home-image-cta .card_name-wrap p {
  font-family: var(--heading-font-family);
}


.section__home-col-stacked .text-size-h2 p,
.section__home-ambassadors .text-size-h2 p,
.section__home-blog .text-size-h2 p,
.section__home-image-cta .text-size-h2 p,
.section__home-nanodots .text-size-h2,
.section__home-products .text-size-h2 p,
.section__home-hero .home-hero_title {
  font-family: var(--heading-font-family);
  font-size: var(--text-h2);
  line-height: var(--text-h2-line-height);
  letter-spacing: var(--heading-2-letter-spacing);
}

.section__home-cta .text-size-h3,
.section__home-col-stacked .text-size-h3 {
  font-family: var(--heading-font-family);
  font-size: var(--text-h3);
  line-height: var(--text-h3-line-height);
  letter-spacing: var(--heading-3-letter-spacing);
}

.section__home-col-stacked .text-size-h4,
.section__home-benefits .text-size-h4 {
  font-size: var(--text-h4);
  line-height: var(--text-h4-line-height);
  letter-spacing: var(--heading-4-letter-spacing);
}

.section__home-ambassadors .text-size-h5,
.section__home-blog .text-size-h4,
.section__home-nanodots .text-size-h4,
.section__home-products .text-size-h5 {
  font-family: var(--heading-font-family);
  font-size: var(--text-h5);
  line-height: var(--text-h5-line-height);
  letter-spacing: var(--heading-5-letter-spacing);
}

.section__home-cta .card_scribble-image.
.section__home-col-stacked .card_scribble-image {
  top: -4px;
  width: 150%;
  height: unset;
}

.section__home-ambassadors .container {
  max-width: unset;
}

.section__home-ambassadors .text-size-h5 {
  font-family: 'CentraNo1-bold';
}

.section__home-benefits .benifits-tabs_track {
  background-color: #aaacad;
}

.section__home-benefits .benifits-tabs_link .benifits-tabs_line {
  background-color: #151515;
}

.section__home-benefits .benifits-tabs_link.is-active .benifits-tabs_line {
  width: 100%;
}

.section__home-benefits .page-divider {
  width: 100%;
  height: 1px;
  background-color: #cbcccd;
}

.section__home-benefits p {
  color: #56595C;
}

.section__home-blog .column-3_layout.is-blog .column-3_column:nth-child(3n + 2) .image_height {
  padding-top: 122%;
}

.section__home-blog} .column-3_layout.is-blog .column-3_column:nth-child(3n + 1) .column-3_column-spacer.is-blog {
  padding-top: 38%;
}

.section__home-blog .column-3_layout.is-blog .column-3_column:nth-child(3n + 1) .image_height {
  padding-top: 102%;
}

.section__home-blog .column-3_layout.is-blog .column-3_column:nth-child(3n + 2) .column-3_column-spacer.is-blog {
  padding-top: 18%;
}

.section__home-blog .column-3_layout.is-blog .column-3_column:nth-child(3n + 3) .image_height {
  padding-top: 140%;
}

.section__home-blog .column-3_column-spacer.is-blog {
  padding-top: 0;
}

.section__home-blog .column-3_layout {
  /* align-items: flex-end; */
}

.section__home-blog #textScribbleBlog em,
.section__home-products #textScribble em {
  position: relative;
  font-style: normal;
}

.section__home-blog .span-element,
.section__home-products .span-element {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 130%;
  height: unset;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.section__home-blog .button_text-link,
.section__home-products .button_text-link {
  padding-bottom: 0.375em;
  text-transform: uppercase;
}

@media (max-width: 700px) {
  .section__home-blog .column-3_column.is-uncommon-3 {
    width: 17em;
  }
}

.section__home-image-cta,
.section__home-nanodots {
  --pl-page-padding: 5.55vw;
  --pl-img-radius: 1.5em;
}

.section__home-image-cta .page-bleed-full,
.section__home-nanodots .page-bleed-full {
  margin-left: calc(-1 * (var(--pl-img-radius) + var(--pl-page-padding)));
  width: calc(100% + 2 * var(--pl-img-radius) + 2 * var(--pl-page-padding));
}

.section__home-image-cta .page-bleed-left,
.section__home-nanodots .page-bleed-left {
  margin-left: calc(-1 * (var(--pl-img-radius) + var(--pl-page-padding)));
  width: calc(100% + var(--pl-img-radius) + var(--pl-page-padding));
}

.section__home-image-cta .page-bleed-right,
.section__home-nanodots .page-bleed-right {
  margin-right: calc(-1 * (var(--pl-img-radius) + var(--pl-page-padding)));
  width: calc(100% + var(--pl-img-radius) + var(--pl-page-padding));
}

.section__home-image-cta .page-padding.is-image-card-overlay {
  padding: 0;
  padding-top: 10em;
}

@media (max-width: 767px)
 .section__home-image-cta .page-padding.is-image-card-overlay {
    padding-top: 2.5em;
  }
}

.section__home-nanodots .nanodots-tabs_link.is-active .nanodots-tabs_line {
  height: 245%;
  -webkit-backdrop-filter: invert(100%);
  backdrop-filter: invert(100%);
  background-color: #151515;
}

.section__home-nanodots .nanodots-tabs_menu a {
  color: #aaacad;
  border-left: 1px solid;
}

.section__home-nanodots h2 {
  font-family: var(--heading-font-family);
  font-size: 150px;
  line-height: 1.2;
  letter-spacing: var(--heading-1-letter-spacing);
}

.nanodots-tabs_link.is-active .nanodots-tabs_line {
  width: 100%;
}

.nanodots-tabs_link.is-active .nanodots-tabs_link-text-wrap {
  height: auto;
  line-height: 1.375;
  opacity: 1;
}

@media screen and (max-width: 500px) {
  .section__home-nanodots h2 {
    font-size: 40px;
  }
  
 .section__home-nanodots .nanodots-tabs_menu a {
    border-left: unset;
    border-bottom: 1px solid #aaacad;
  }
}

@media screen and (max-width: 767px) {
 .section__home-products .column-3_subheading-wrap {
    margin-bottom: 2rem;
  }
}

/*==== Comparison chart =====*/
.section__comparison-chart {
  overflow-x: auto;
}

.section__comparison-chart} img {
  height: auto;
  max-width: min(100%, 200px);
}

.comparison-chart__table {
  border-collapse: inherit;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  box-shadow: none;
}

.section__comparison-chart .comparison-chart__table .comparison-chart__column-header-first-empty {
  border-top: 0;
  border-left: 0;
}

.section__comparison-chart .rte p,
.section__comparison-chart .rte ul {
  line-height: calc(3px + 2.5ex + 3px);
}


.comparison-chart__table th {
  padding: .625em;
  border-top-width: 2px;
}

.comparison-chart__table th:first-of-type {
  border-right-width: 1px;
}

.comparison-chart__table th:last-of-type {
  border-right-width: 2px;
}

.comparison-chart__table tr {
  padding: .35em;
}

.comparison-chart__table tr:last-of-type td {
  border-bottom-width: 2px;
}

.comparison-chart__table td {
  padding: .625em;
}

.comparison-chart__table tbody tr td:first-child {
  border-left-width: 2px;
}

.comparison-chart__table tbody tr td:last-child {
  border-right-width: 2px;
}

.comparison-chart__table th,
.comparison-chart__table tr,
.comparison-chart__table td {
  border: 1px solid;
}

@media (max-width: 480px) {
  .comparison-chart__table {
    width: 1px;
    overflow: auto;
    scroll-snap-type: x mandatory;
  }

  .comparison-chart__table th,
  .comparison-chart__table td {
    scroll-snap-align: start;
    width: 200px;
  }

  .comparison-chart__table th:first-child,
  .comparison-chart__table td:first-child {
    position: sticky;
    left: 0;
    width: 150px;
  }
}

.section-content__heading-image {
  z-index: -1;
}