/* PAGE SECTIONS */

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #f3f3f3 !important;
}

.h2.hashtag {
  background: #f3f3f3 !important;
  padding-top: 100px !important;
}

.footer {
  background-color: #efefef;
}

.page-container {
  text-wrap: balance;
  margin: 0 auto;
  font-family: "neuemontreal-regular", "UniversLTStd";
  font-weight: 400;
  color: black;
  background: #f3f3f3;
  margin-top: 1vh;
}

/* SUB NAV */

.stickyness {
  transition: all 0.5s ease-in-out;
  padding-top: 0 !important;
  position: sticky;
  z-index: 999;
  top: 0;
  position: -webkit-sticky;
  background: white;
  overflow: hidden;
}

.sub-nav-container {
  width: 100%;
  /* background: white; */
  background: #f3f3f3;
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.sub-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 1rem 3rem;
  justify-content: space-between;
  max-width: 1230px;
  width: 100%;
}

.cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 1rem;
}

#customize-btn {
  display: none;
  border: 1px solid #90d6ff;
}

/* SECTION PADDING */

.full-width {
  max-width: 100%;
}

.space-100 {
  width: 100%;
  height: 60px;
}

.space-150 {
  width: 100%;
  height: 100px;
}

.padding-30 {
  padding: 0 15px;
}

.padding-138 {
  padding: 0 15px;
}

.carousel-padding {
  width: 100vw;
}

.video-div {
  max-width: 1200px;
  margin: auto;
}

.underline {
  border-bottom: 1px solid black;
  max-width: 92.5vw;
  margin: 2vh auto;
}

.background {
  background: #eaeaea;
}

/* HEADER VIDEO */

.fullHeader video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.fullHeader {
  position: relative;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}

.fullHeader img {
  width: 100vw;
}

.media-text-container {
  position: relative;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}

.centeredText {
  display: flex;
  position: absolute;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.centeredText-quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 593px;
  height: 244px;
  padding: 0 10px;
}

.bottomText {
  display: flex;
  position: absolute;
  flex-direction: column;
  height: 83vh;
  width: 100vw;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  color: white;
}

p[data-scroll="learn-more"] {
  cursor: pointer;
}

/* PRODUCT LISTINGS */

.products-container.freedom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  align-items: flex-end;
  /* margin-left: 20px; */
  overflow: visible;
}

.freedom .listing {
  width: 292px;
  padding: 20px;
  margin: 0 10px;
  background: white;
  transition: all 300ms ease-in-out;
}

.listing img {
  mix-blend-mode: multiply;
  width: 100%;
  /* margin: 0 auto !important; */
}

.listing button {
  visibility: visible;
  display: flex;
  padding: 8px 18px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  border: none;
  background: #90d6ff;
  width: 100%;
}

.item-details {
  margin-bottom: 10px;
}

.item-details > .item-spec {
  color: #6e6e6e;
  border-bottom: 0.5px solid #c0c0c0;
}

.item-spec {
  height: 40px;
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
}

.products-container.cross-sell {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center;
}

.cross-sell .listing {
  display: flex;
  width: 292px;
  padding: 20px;
  flex-direction: column;
  align-items: stretch;
  margin: 0;
  border: 0.75px solid #c0c0c0;
  cursor: pointer;
}

.cross-sell .item-price,
.cross-sell .item-spec {
  border-bottom: none;
  color: #6e6e6e;
  margin-top: 10px;
}

/* TEXT/MEDIA CONTAINERS */
.text-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.text-container h2 {
  max-width: 872px;
  color: black;
}

.text-container h3 {
  width: 85%;
  text-wrap: pretty;
}

.media-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.media-container video {
  max-width: 1200px;
  margin: 0 auto;
  object-fit: cover;
  aspect-ratio: 1/1;
}

#video1 {
  aspect-ratio: unset;
  padding: 0 30px;
}

.media-container img,
.media-container picture,
.media-text-container img {
  width: 100%;
}

.design .media-text-container .centeredText {
  height: 90%;
  width: 100%;
  text-align: left;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 16px;
  gap: 24px;
  display: none;
}

.media-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  align-items: center;
  padding: 30px;
}

.header-center {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.topLeftText {
  color: black;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding: 10px 0 0 0;
  text-wrap: balance;
}

.bottomLeftText {
  color: black;
  height: 100%;
  display: flex;
  align-items: flex-end !important;
  padding: 10px 0 0 0;
  text-wrap: balance;
  margin-top: 0;
}

.sustainability .topLeftText {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding: 20px;
  width: 100%;
  text-wrap: balance;
}

.sustainability .bottomLeftText {
  color: white;
  position: absolute;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  width: 100%;
  text-wrap: initial;
}

.sustainability .topLeftText h3 {
  /* font-family: "Neue-Montreal"; */
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 49.286px */
  color: white;
}

.sustainability .bottomLeftText h3 {
  /* font-family: "Neue-Montreal"; */
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 17.743px */
  color: white;
}

.sustainability .column img {
  max-height: 480px !important;
  max-height: 366px;
}

.sustainability .text-container {
  max-width: 925px;
  text-wrap: balance;
}

/* QUOTE */
.text-container q {
  width: 100%;
  text-align: center;
}

.quote {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0 5px;
  text-align: center;
}

.quote img {
  max-width: 200px;
}

.quote p {
  color: #6e6e6e;
}

/* CAROUSEL */

.slick-dots li button:before {
  content: "";
  width: 25px;
  height: 3px;
  background: black;
}

.single-item-carousel {
  max-width: 800px;
  margin: 0 auto;
}

.single-item-carousel .carousel-item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  text-align: center;
  margin-bottom: 2rem;
  padding: 0 10px;
}

.slick-list.draggable {
  height: unset !important;
}

.slide-text {
  display: contents;
}

.features-carousel .feature {
  width: 90vw;
  position: relative;
}

.single-item-carousel .slick-dots {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: baseline;
}

.slide-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
  margin-top: 2rem;
  color: #6e6e6e;
  gap: 10px;
}

.slide.slick-slide {
  width: 85vw;
  padding: 1rem;
}

.single-item-carousel .slick-dots li {
  width: inherit;
  padding: 1rem 0;
  opacity: 0.5;
  display: none;
  mix-blend-mode: multiply;
}

.single-item-carousel .slick-dots .slick-active {
  display: block;
  opacity: 1;
}

.single-item-carousel h5 {
  transition: opacity 0.1s ease-in-out;
  text-align: center;
}

.inspo .slick-slide img {
  height: auto;
  width: 100%;
}

/* ACCORDIAN */
.accordian-container {
  width: 85%;
  border-top: 1px solid #6e6e6e;
  padding: 30px 0 15px 0;
}

.collapsed,
div[data-toggle="collapse"] {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
}

p.chart-header,
p.tab-font {
  width: auto;
  padding: 0;
}

.toggle-section {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0 2rem;
  width: 100%;
}

.collapsed[aria-expanded="false"] .toggle-icon::before {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="43" height="44" viewBox="0 0 43 44" fill="none"%3E%3Cpath d="M40 27.3926L30.5 17.3926L21 27.3926" stroke="%232F2D2D" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"%3E%3C/path%3E%3C/svg%3E') !important;
  float: right;
  content: " ";
  width: 50px;
  height: 40px;
  rotate: 180deg;
  transform: translate(-5px, 10px);
}

div[data-toggle="collapse"] .toggle-icon::before {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="43" height="44" viewBox="0 0 43 44" fill="none"%3E%3Cpath d="M40 27.3926L30.5 17.3926L21 27.3926" stroke="%232F2D2D" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"%3E%3C/path%3E%3C/svg%3E') !important;
  float: right;
  content: " ";
  width: 50px;
  height: 40px;
  transform: translate(-5px, -10px);
}

.chart-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 4rem;
  gap: 20px;
}

p.chart-info,
p.chart-answer {
  width: 100%;
}

/* DUAL CONTENT */
.dual-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 15px;
  justify-content: space-between;
}

.media-container .dual-container {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
}

.dual-container-content {
  width: auto;
}

.sustainability-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.inner-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  max-width: 100%;
  text-align: center;
  gap: 24px;
  padding: 0 10px;
}

.inner-content h3 {
  color: #6e6e6e;
}

.request-more {
  display: flex;
  /* max-width: 1440px; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.request-more .accordian-container {
  max-width: 1440px;
  border: none;
}

.request-more .accordian-container .toggle-section {
  border-bottom: 1px solid #6e6e6e;
}

/* TRIPLE CONTENT */
.triple-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}

.column {
  /* width: 100%; */
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

/* FONTS/BUTTONS */

.page-container h1,
.page-container h2,
.page-container h3,
.page-container h4,
.page-container h5,
.page-container p {
  margin: 0;
  padding: 0;
}

.page-container a,
.page-container a:hover,
.page-container a:focus {
  color: inherit !important;
  text-decoration: none !important;
}

.dual-container-header sup {
  font-size: 13px !important;
  top: -10px !important;
}

.q {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #474444;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.64px;
  font-size: 20px;
  padding: 0 10px;
}

.anchor {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 18px */
}

.base {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  letter-spacing: -0.18px;
  color: #2f2d2d;
}

.xxl {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%; /* 52.5px */
  letter-spacing: -0.36px;
}

.quote .xl {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 43.2px */
  letter-spacing: -0.72px;
}

.xl {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 43.2px */
  letter-spacing: -0.72px;
}

.l {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 31.2px */
}

.m {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
  letter-spacing: -0.2px;
}

.s {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}

.xs {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}

.xxs {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 15.6px */
}

.centeredText h1 {
  color: white;
}

.page-container .listing button,
.sub-nav button {
  display: flex;
  padding: 8px 18px;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background: #90d6ff;
  /* width: 100%; */
  border: 1px solid #90d6ff;
}

.page-container .slide button {
  padding: 9px 10px;
  border-radius: 30px;
  background: #90d6ff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
  border: none;
}

.page-container .sustainability .inner-content button,
.sustainability-button {
  padding: 8px 18px;
  border-radius: 40px;
  background: #65d985;
  border: none;
  width: max-content;
}

.white-text {
  color: black;
}

.mobile-hide {
  display: none;
}

/* MEDIA QUERIES */

/* X-Small devices (portrait phones, 300px and up) */
@media (min-width: 300px) {
}

@media (min-width: 440px) {
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .xxl {
    font-size: 40px;
  }

  .q {
    font-size: 20px;
  }

  .features-carousel .feature {
    width: unset;
    display: flex;
  }

  .topLeftText {
    position: absolute;
    padding: 2rem;
  }

  .bottomLeftText {
    position: absolute;
    padding: 2rem;
  }

  /* .margin-top {
    margin-top: 10rem;
  } */

  .slide-text .topLeftText {
    max-width: 350px;
  }

  .slide-text .bottomLeftText {
    max-width: 300px;
  }

  .white-text {
    color: white;
  }

  .sub-nav {
    justify-content: space-between;
  }

  .slick-list.draggable {
    height: revert !important;
  }
}

@media (min-width: 700px) {
  .design .media-content img {
    max-width: 300px;
  }

  .design .media-text-container .centeredText {
    display: flex;
  }

  .design .media-content img.niels {
    margin-top: 10rem;
  }

  .mobile-centeredText {
    display: none;
  }

  .media-content {
    padding: revert;
  }

  .mobile-hide {
    display: block;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .page-container {
    margin-top: 0vw;
  }

  .sub-nav {
    padding: 10px 20px;
  }

  .slide-text .topLeftText,
  .slide-text .bottomLeftText {
    display: flex;
  }

  .media-container video {
    object-fit: cover;
    aspect-ratio: unset;
  }

  .bottomText {
    height: 76vh;
  }

  .single-item-carousel .carousel-item img {
    max-width: 15vw;
    padding: 1rem 0;
  }

  .single-item-carousel .slick-dots li {
    /* width: auto; */
    display: revert;
  }

  .products-container .freedom {
    margin-left: 0;
  }

  .products-container.cross-sell {
    flex-wrap: nowrap;
  }

  #customize-btn {
    display: flex;
    background: transparent;
  }

  /* .single-item-carousel .slick-dots .slick-active {
    border-top: 1px solid black;
  } */

  .single-item-carousel .slick-active img {
    border-top: 1px solid black;
    padding-top: 10px;
  }

  .dual-container {
    flex-direction: row;
  }

  .dual-container-content {
    width: 50%;
  }

  .collapsed[aria-expanded="false"] .toggle-icon::before {
    transform: translate(-5px, 0px);
  }

  div[data-toggle="collapse"] .toggle-icon::before {
    transform: translate(-5px, -5px);
  }

  .freedom .listing {
    background: none;
    cursor: pointer;

    /* 2025 FIX */
    display: flex;
    flex-direction: column;
    gap: 10px 0;
  }

  .freedom .listing:hover {
    background: white;
    transition: all 300ms ease-in-out;
  }

  .listing button {
    visibility: hidden;
  }

  .listing:hover button {
    visibility: visible;
  }

  .inspo .slick-slide img {
    height: 600px;
  }

  .freedom .listing {
    margin: 0;
  }

  /* NO MORE CAROUSEL */
  .padding-138-carousel {
    padding: 0 15px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /* SECTION PADDING */

  .q {
    font-size: 32px;
  }

  .base {
    font-size: 18px;
  }

  .xxl {
    font-size: 50px;
    letter-spacing: -0.5px;
  }

  .quote .xl,
  .xl {
    font-size: 36px;
  }

  .l {
    font-size: 26px;
  }

  .m {
    font-size: 20px;
  }

  .s {
    font-size: 16px;
  }

  .xs {
    font-size: 14px;
  }

  .xxs {
    font-size: 12px;
  }

  .sustainability .topLeftText h3 {
    font-size: 32px;
  }

  .padding-30 {
    padding: 0 40px;
  }

  .padding-138 {
    padding: 0 80px;
  }

  .padding-138-carousel {
    padding: 0 80px;
  }

  .carousel-padding {
    padding: 0 0 0 80px;
  }

  .space-100 {
    height: 50px;
  }

  .space-150 {
    height: 150px;
  }

  .triple-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: unset;
  }

  .column {
    width: 32%;
    margin: unset;
  }

  .slide.slick-slide {
    width: unset;
    padding: unset;
  }

  .slide-info {
    flex-direction: row;
    gap: 20px;
  }

  .text-container h3 {
    width: 100%;
  }

  .collapsed,
  div[data-toggle="collapse"] {
    flex-direction: row;
  }

  p.chart-info,
  p.chart-answer {
    width: 50%;
  }

  .chart-row {
    flex-wrap: nowrap;
    gap: 0;
  }

  .features-carousel .feature img {
    max-height: 550px;
  }

  .accordian-container img {
    max-height: 286px;
    max-width: 452px;
  }

  .slick-dots {
    bottom: -5rem;
  }

  .design .media-content img.niels {
    margin-top: 18rem;
  }

  .design .media-content img {
    max-width: 453px;
  }

  .bottomText {
    height: 78vh;
  }

  .media-text-container {
    padding-top: 55px;
  }

  .slide.slick-slide {
    margin-left: 20px;
  }

  .features-carousel.product {
    margin-left: 20px;
    overflow: visible;
  }

  /* .margin-top {
    margin-top: 15rem;
  } */

  .centeredText-quote {
    height: 344px;
  }
}

@media (min-width: 1024px) {
  .centeredText-quote {
    width: 612px;
  }

  .nav-container {
    padding-top: 90px;
  }

  .page-container {
    margin-top: 1vh;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .padding-30 {
    padding: 0 30px;
  }

  .padding-138 {
    padding: 0 138px;
  }

  .padding-138-carousel {
    padding: 0 138px;
  }

  .carousel-padding {
    padding: 0 0 0 138px;
  }

  .space-100 {
    height: 100px;
  }

  .inspo .slick-slide img {
    height: 750px;
  }
}

@media (min-width: 1400px) {
  .media-text-container img {
    max-width: 1440px;
  }

  .media-text-container {
    flex-direction: column;
    align-items: center;
  }

  .sub-nav-container {
    padding-top: 15px;
  }
}

@media (min-width: 2500px) {
}
