@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham Book;
  src: url('../fonts/Gotham-Book.otf') format("opentype"), url('../fonts/Gotham-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-UltraItalic.otf') format("opentype"), url('../fonts/Gotham-BookItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-ThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-no-shadow {
  background-color: #fff;
}

.navbar-no-shadow-container {
  z-index: 2000;
  background-color: #fff;
  border-bottom: 0 #000;
  flex-flow: column;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 3px 14px #0000000d;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  margin-left: 60px;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 15px;
  padding: 5px 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus {
  border-bottom: 1px solid #000;
  margin-left: 10px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  border-bottom: 1px solid #000;
  margin-left: 10px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  list-style-type: none;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.div-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-2 {
  margin-right: 8px;
}

.slider {
  background-color: #ddd0;
  height: auto;
}

.slider.landing {
  z-index: 200;
  overflow: visible;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-nav {
  font-size: 9px;
}

.heading {
  text-align: center;
  text-transform: uppercase;
  font-family: Gotham, Arial, sans-serif;
  font-size: 45px;
  line-height: 55px;
}

.paragraph {
  color: #5f5f64;
  text-align: center;
  text-transform: none;
  width: 58%;
  font-family: Gotham Book, Impact, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph.con, .paragraph._2 {
  width: 100%;
}

.section {
  height: 600px;
  transform: translate(0);
}

.hero-heading-left {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  margin-top: 0;
  display: grid;
}

.hero-wrapper.right {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-top: 60px;
}

.hero-split {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  padding-left: 40px;
  display: flex;
}

.hero-split.white {
  max-width: 100%;
}

.hero-split.w {
  justify-content: center;
  align-items: flex-start;
}

.hero-split._1 {
  padding-left: 0;
  padding-right: 20px;
}

.hero-split.r {
  justify-content: center;
  align-items: flex-end;
  padding-left: 0;
}

.margin-bottom-24px {
  text-align: justify;
  width: 100%;
  margin-bottom: 24px;
  font-family: Gotham Book, Impact, sans-serif;
  font-weight: 400;
}

.margin-bottom-24px.white {
  color: #fff;
}

.margin-bottom-24px.short {
  width: auto;
}

.margin-bottom-24px._2 {
  width: 88%;
}

.margin-bottom-24px.left {
  width: 90%;
}

.margin-bottom-24px.left.p {
  text-align: left;
  width: 100%;
  margin-bottom: 0;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.heading-2 {
  letter-spacing: -2px;
  margin-top: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 70px;
}

.link-block {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  background-color: #343434;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding: 12px 15px;
  text-decoration: none;
  display: flex;
}

.link-block.white {
  background-color: #cecece;
}

.text-block {
  color: #fff;
  text-transform: none;
  font-family: Gotham, Arial, sans-serif;
}

.text-block.black {
  color: #000;
}

.div-block-3 {
  margin-left: 10px;
}

.section-2 {
  background-color: #fff;
  background-image: none;
}

.section-2.w {
  padding-top: 60px;
}

.card-1 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  width: 300px;
  height: 350px;
  margin-right: 0;
  padding-bottom: 30px;
  display: flex;
  box-shadow: 0 0 30px #00000014;
}

.card-1.l {
  margin-right: 0;
}

.card-1.m {
  justify-content: flex-start;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-6 {
  height: 106.477px;
  position: relative;
  top: -33px;
}

.heading-2 {
  letter-spacing: 0;
  text-transform: uppercase;
  padding-left: 0;
  font-size: 20px;
  line-height: 30px;
}

.div-block-7 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.cards-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sub-heading {
  letter-spacing: -2px;
  margin-top: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 40px;
}

.sub-heading.white {
  color: #fff;
}

.section-3 {
  margin-top: 0;
}

.div-block-8 {
  background-color: #110d0a;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  padding-right: 0;
  display: flex;
}

.div-block-9, .right-block {
  width: 35%;
}

.overflow {
  width: 100%;
  margin-top: 0;
  overflow: hidden;
}

.link_sub {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: .9em;
  font-weight: 100;
  line-height: 1em;
  transition: all .6s;
}

.link_sub.is--open {
  font-size: 1.3em;
  font-weight: 100;
  transform: translate(.8px);
}

.link_sub.open {
  font-size: 20px;
}

.global {
  display: block;
}

.section-4.is--hero {
  justify-content: center;
  align-items: center;
  height: 100vh;
  transition: height .2s;
  display: flex;
  position: relative;
}

.card {
  z-index: 1;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  height: 100%;
  transition: all .6s;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.card.is--open {
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: all .6s;
}

.card.is--closed {
  width: 0%;
  transition: all .6s;
}

.play_button {
  z-index: 3;
  opacity: 0;
  background-color: #000;
  background-image: url('../images/Play.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100vw;
  width: 6em;
  height: 6em;
  font-size: .5em;
  transition: all .2s;
}

.play_button.is--open {
  opacity: 1;
  font-size: 1em;
}

.play_button.is--open:hover {
  transform: scale(.9);
}

.play_button.is--open.is--playing {
  opacity: 0;
  background-image: url('../images/play-icon.svg');
  background-size: auto;
  font-size: .5em;
}

.play_button.is--open.is--playing:hover {
  opacity: 1;
  font-size: 1em;
  transform: scale(1);
}

.play_contain {
  z-index: 4;
  padding: 1.2em;
  position: absolute;
}

.card_media {
  z-index: 1;
  width: 100%;
  min-height: 100%;
  padding-top: 38%;
  transition: all .8s;
  position: absolute;
}

.card_media.is--playing {
  width: 90%;
  min-height: 0%;
}

.card_video {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.link_heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 2em;
  line-height: 1em;
  transition: all .6s;
}

.link_heading.is--open {
  font-size: 3.2em;
  line-height: 1em;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.link {
  z-index: 2;
  background-image: linear-gradient(#0000 49%, #000000b0 73%);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.5em 2em;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.link:active {
  opacity: 1;
}

.link.is-playing {
  opacity: 0;
}

.play {
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  line-height: 14px;
  display: block;
}

.card_photo {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  position: absolute;
  inset: 0%;
}

.body {
  background-color: #000;
}

.section-5 {
  background-color: #fff;
  padding-bottom: 80px;
}

.features-metrics {
  background-color: #efefef;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.text-block-2 {
  font-family: Gotham, Arial, sans-serif;
}

.column {
  background-color: #efefef;
  border-right: 0 solid #161616;
  flex-flow: column;
  justify-content: center;
  width: auto;
  margin-right: 0;
  display: flex;
}

.column.last {
  border: 1px #000;
}

._3-columns {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.image-2 {
  height: 24px;
  margin-right: 12px;
}

.info-container {
  color: #0c0c0c;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-5 {
  color: #202020;
  text-align: center;
  font-family: Gotham Book, Impact, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.heading-3 {
  color: #fbf9fc;
  text-align: center;
  margin-bottom: 8px;
  font-size: 130px;
}

.section-6 {
  background-color: #efefef;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.footer-2 {
  background-color: #080809;
  border: 1px #161616;
  border-top-style: solid;
  padding: 0;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
  overflow: visible;
}

.footer-2.random {
  background-color: #080808;
  border-style: solid;
  border-color: #161616 #282729 #282729;
  height: 12%;
  display: block;
}

._3-columns-2 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 40%;
}

.paragraph-3 {
  color: #fbf9fc80;
  flex: none;
  margin-bottom: 0;
  padding-right: 0;
  line-height: 144%;
}

.progress-4 {
  flex: 0 auto;
  align-items: center;
  margin-right: 8px;
  display: flex;
}

.main-wrapper {
  width: 100%;
  height: 40vh;
}

.progres-bar-2 {
  background-color: #161616;
  border-radius: 90px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 14px;
  margin-right: 8px;
  padding: 4px;
  display: flex;
  position: relative;
}

.button-5 {
  color: #fbf9fc;
  text-align: center;
  background-color: #8f00ff;
  border-radius: 90px;
  height: auto;
  margin-right: 0;
  padding: 8px 16px;
  font-weight: 400;
}

.button-5.secondary {
  background-color: #161616;
  margin-right: 8px;
}

.round-button-2 {
  color: #161616;
  background-color: #161616;
  border-radius: 90px;
  width: 32px;
  height: 32px;
}

.round-button-2.right {
  background-image: url('../images/chevron-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 8px;
}

.round-button-2.left {
  background-image: url('../images/chevron-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-right: 8px;
}

.section-7 {
  background-color: #efefef;
  border: 0 solid #080808;
  border-right-style: none;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

._wf-tips-link {
  color: #fbf9fc80;
}

.col {
  flex: 0 auto;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.col._3-col {
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 33%;
  display: flex;
}

.col._3-col.branding {
  flex-direction: row;
  padding-right: 0;
}

.col._3-col.middle {
  flex: 1;
  justify-content: center;
}

.col._3-col.last {
  justify-content: flex-end;
}

.link-3 {
  color: #fbf9fc;
  font-weight: 500;
}

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.container-3.footer {
  border-style: none;
  border-color: #080808;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
  position: static;
}

.tip-control-2 {
  display: flex;
}

.progress-bar__content-4 {
  object-fit: fill;
  background-color: #8f00ff;
  border-radius: 1000px;
  width: 20%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: static;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.logo-2 {
  height: 26px;
  margin-bottom: 2px;
  margin-right: 16px;
  padding-bottom: 0;
  padding-right: 0;
}

.logo-2.main {
  margin-bottom: 0;
  margin-right: 0;
}

.logo-2.mobile {
  margin-bottom: 0;
  margin-right: 0;
  display: none;
}

._3-columns-3 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.paragraph-4 {
  color: #fbf9fc80;
  flex: none;
  margin-bottom: 0;
  padding-right: 0;
  line-height: 144%;
}

._3-columns-4 {
  grid-column-gap: 0px;
  background-color: #efefef;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 85%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 35px;
}

.paragraph-5 {
  color: #fbf9fc80;
  flex: none;
  margin-bottom: 0;
  padding-right: 0;
  line-height: 144%;
}

.main-wrapper-2 {
  background-color: #efefef;
  width: 100%;
  height: 35vh;
  padding-bottom: 0;
}

.background-video {
  display: none;
}

.section-8 {
  background-color: #fff;
}

.hero-heading-left-2 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 40px;
  position: relative;
}

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

.hero-wrapper-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-wrapper-2._2 {
  margin-top: 60px;
  margin-bottom: 0;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 45%;
  display: flex;
  position: relative;
}

.hero-split-2.gallery {
  justify-content: center;
  align-items: flex-start;
  max-width: 45%;
  padding-left: 0;
  top: 117px;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.button-primary-3.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.shadow-two-2 {
  border-radius: 10px;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-4 {
  letter-spacing: -.5px;
  text-indent: -3px;
  font-size: 60px;
  line-height: 60px;
}

.image-3 {
  background-image: url('../images/pic.avif');
  background-position: 50%;
  background-size: cover;
}

.section-9 {
  background-color: #fff;
  background-image: linear-gradient(#ededed, #fff0);
  padding-top: 0;
  position: relative;
}

.div-block-10 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 60px;
  padding-left: 100px;
  display: flex;
}

.div-block-11 {
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.div-block-12 {
  background-color: #0000;
  width: 55%;
  position: relative;
  top: auto;
}

.text-block-6 {
  font-family: Gotham, Arial, sans-serif;
}

.footer-subscribe {
  z-index: 100;
  background-color: #efefef;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Gotham, Arial, sans-serif;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #bbb;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer-bottom {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
  font-family: Gotham, Arial, sans-serif;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.paragraph-6 {
  font-family: Gotham, Arial, sans-serif;
  font-weight: 100;
  line-height: 18px;
}

.paragraph-7, .paragraph-8 {
  text-align: justify;
  font-family: Gotham Book, Impact, sans-serif;
  line-height: 18px;
}

.para-new {
  text-align: justify;
  letter-spacing: -.5px;
  font-family: Gotham Book, Impact, sans-serif;
  font-weight: 400;
  line-height: 18px;
}

.div-block-13 {
  position: relative;
  top: 0;
}

.div-block-14 {
  flex-flow: column;
  display: flex;
}

.div-block-15, .div-block-16 {
  display: flex;
}

.image-4 {
  max-width: 100%;
}

.counter_wrapper {
  background-color: #efefef;
  border-right: 0 solid #161616;
  flex-flow: column;
  justify-content: center;
  width: auto;
  margin-right: 0;
  display: flex;
}

.counter_wrapper.last {
  border: 1px #000;
}

.text-block-7, .text-block-7-copy {
  text-align: center;
  font-family: Gotham, Arial, sans-serif;
  font-size: 100px;
  line-height: 150px;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.tabs {
  flex: 1;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-1 {
  background-color: #ddd0;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
}

.tab-link-tab-1.w--current {
  letter-spacing: 0;
  background-color: #c8c8c800;
  border-bottom: 2px solid #000;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

.text-block-8 {
  font-family: Gotham, Arial, sans-serif;
}

.tab-link-tab-2 {
  background-color: #ddd0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 40px;
  font-weight: 100;
}

.text-block-9 {
  text-transform: uppercase;
  line-height: 40px;
}

.bags-link {
  background-color: #ddd0;
  border-bottom: 0 #000;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
}

.bags-link.w--current {
  background-color: #ddd0;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  font-weight: 700;
}

.tab-link-tab-3 {
  text-transform: uppercase;
  background-color: #ddd0;
  padding-left: 0;
  padding-right: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
}

.tab-link-tab-3.w--current {
  background-color: #ddd0;
  border-bottom: 2px solid #000;
  font-weight: 700;
}

.section-10 {
  height: 600px;
}

.tabs-content {
  margin-top: 40px;
}

.expand {
  opacity: 1;
  width: auto;
}

.expand.is-open {
  opacity: 0;
}

.text-block-10 {
  color: #fff;
  text-align: center;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 300;
}

.icon {
  opacity: 1;
}

.icon.is-open {
  opacity: 0;
}

.close {
  width: auto;
  max-width: 100%;
}

.wrap-button {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 15%;
  padding-right: 0;
  display: flex;
}

.icon-copy {
  opacity: 1;
}

.icon-copy.is-open {
  opacity: 0;
}

.close-text {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 300;
}

.expand-text {
  color: #fff;
  text-align: center;
  padding-left: 0;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 300;
}

.container-6, .container-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-8 {
  color: #121212;
}

.container-scrolling {
  z-index: 1;
  transform-origin: 50% 0;
  justify-content: center;
  align-items: flex-end;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.bg-art {
  z-index: -1;
  opacity: 1;
  background-color: #fff;
  background-image: linear-gradient(#c9c9c98c, #c9c9c98c);
  background-position: 0 0;
  background-size: auto;
  position: fixed;
  inset: 0%;
}

.sec {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex.right {
  justify-content: space-between;
  align-self: flex-end;
  margin-left: 0%;
}

.flex.center-2 {
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
}

.flex.ver {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
}

.flex.ver.margin-24 {
  margin-right: 24px;
}

.flex.ver.half {
  align-items: center;
  width: 55%;
}

.flex.ver.half.next {
  background-color: #121212;
  height: 10px;
}

.flex.ver.center {
  color: #e0cffe;
  align-items: center;
}

.flex.ver.left {
  width: 100%;
}

.flex.ver.quarter {
  align-items: flex-end;
}

.flex.ver.half-right {
  align-items: flex-end;
  width: 49%;
}

.flex.ver.half-right.down {
  justify-content: flex-end;
  width: 50%;
}

.flex.ver._1 {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 70px;
  height: 50%;
  display: flex;
}

.flex.hor {
  justify-content: flex-start;
  align-items: center;
}

.flex.hor.center {
  justify-content: center;
  align-items: center;
}

.flex.hor.left {
  justify-content: space-between;
}

.flex.hor.space-bwtween {
  justify-content: space-between;
  align-items: center;
}

.flex.hor.space-bwtween.top {
  align-items: flex-start;
}

.flex.hor.middle {
  justify-content: space-between;
  align-items: stretch;
}

.flex.half {
  width: 51.4%;
}

.flex.last {
  justify-content: space-between;
  align-items: flex-end;
}

.rotation-hero-text-bg {
  z-index: 1;
  opacity: .66;
  filter: blur(14px) brightness(0%);
  position: absolute;
  bottom: 36%;
}

.line-ver-copy {
  transform-origin: 50% 0;
  background-color: #0000;
  align-self: center;
  width: 10px;
  height: 200px;
}

.copyright-footer {
  justify-content: center;
  width: 60%;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.heading-9 {
  color: #121212;
}

.container-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 220px;
  display: flex;
}

.cc-scroll {
  color: #666;
  display: inline-block;
}

.paragraph-9 {
  color: #000;
}

.footer {
  color: #fff;
  text-align: center;
  background-color: #121212;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.rel {
  position: relative;
}

.rotation-hero-text {
  z-index: 2;
  position: relative;
}

.line-container-copy {
  transform-origin: 50% 0;
  justify-content: center;
  width: 40%;
  display: flex;
}

.heading-10 {
  color: #121212;
}

.resources-block {
  color: #fff;
  text-align: left;
  align-self: flex-start;
  width: 100%;
  margin-top: 220px;
}

.heading-11 {
  color: #fff;
}

.line-ver {
  transform-origin: 50% 0;
  background-color: #121212;
  align-self: center;
  width: 10px;
  height: 200px;
}

.line-ver.short {
  background-color: #121212;
  height: 90px;
  margin-top: -10px;
}

.line-ver.short.half {
  height: 30px;
}

.line-ver.short.half._2 {
  margin-left: 10px;
}

.line-ver.origin-botttom {
  transform-origin: 50% 100%;
}

.line-ver.extra-short {
  height: 40px;
}

.line-ver.short-copy {
  height: 100px;
  margin-top: 0;
  margin-bottom: -10px;
}

.line-ver.first {
  transform-origin: 50% 0;
  background-color: #121212;
  height: 100px;
}

.line-ver.first.aniamation {
  transform-origin: 50% 0;
  height: 100px;
}

.line-ver.med {
  height: 250px;
}

.line-ver.margin-top {
  height: 150px;
  margin-top: -10px;
}

.line-ver.long {
  height: 280px;
}

.line-ver.short-bottom {
  height: 100px;
  margin-bottom: -10px;
}

.line-ver.short2 {
  height: 82px;
}

.scroll-text {
  overflow: hidden;
  transform: rotate(90deg);
}

.text {
  color: #e0cffe;
  overflow: hidden;
}

.text.margin-5-right {
  text-align: right;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 7px;
  padding-right: 7px;
}

.text.margin-left {
  margin-left: 20px;
}

.text.margin-left.top {
  width: 45%;
}

.text.margin-right {
  text-align: right;
  margin-right: 20px;
}

.text.margin-right.top {
  width: 45%;
}

.text.wrap {
  color: #414141;
  text-align: center;
  background-color: #000;
  padding: 10px 24px;
}

.text.margin-5-left {
  margin-left: 5px;
  padding-left: 7px;
  padding-right: 12px;
}

.heading-12, .heading-7 {
  color: #121212;
}

.paragraph-2 {
  color: #2b292e;
}

.wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  height: 100vh;
  padding: 0 10px 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-13 {
  color: #fff;
}

.line-hor {
  color: #121212;
  background-color: #121212;
  width: 100%;
  height: 10px;
}

.line-hor.origin-left {
  transform-origin: 0%;
  background-color: #121212;
}

.line-hor.origin-right {
  transform-origin: 100%;
  background-color: #121212;
}

.line-hor.extra-short-3 {
  width: 30px;
  margin-right: 20px;
}

.line-hor.quarter {
  width: 51.2%;
}

.line-hor.quarter.origin-right {
  width: 50%;
}

.line-hor.quarter-2-copy {
  width: 51.4%;
}

.line-hor.quarter-2-copy.origin-right {
  width: 50%;
}

.line-hor.quarter-2 {
  width: 51.3%;
}

.line-hor.quarter-2.origin-right {
  width: 50%;
}

.line-hor.extra-short-2 {
  width: 50px;
}

.heading-6 {
  color: #121212;
}

.scroll {
  transform-origin: 50% 0;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.heading-5 {
  color: #121212;
}

.paragraph-10 {
  color: #000;
}

.line-container {
  width: 42%;
  display: block;
}

.copyright {
  color: #667eea;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 11px;
  text-decoration: none;
}

.button-block {
  z-index: 99999;
  display: inline-block;
  position: absolute;
  inset: 2% 2% auto auto;
}

.button {
  color: #402e70;
  background-color: #e0cffe;
  padding: 12px 24px;
  font-weight: 700;
}

.button:hover {
  box-shadow: 4px 4px 20px #0000002b;
}

.heading-14 {
  color: #fff;
}

.cc-scroll-2 {
  color: #121212;
  font-family: Gotham, Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  display: inline-block;
}

.heading-15 {
  color: #fff;
}

.heading-16 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.heading-17, .heading-18 {
  color: #313131;
  text-transform: uppercase;
  font-family: Gotham, Arial, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.heading-19 {
  font-family: Gotham, Arial, sans-serif;
  font-size: 45px;
  line-height: 40px;
}

.heading-20 {
  color: #313131;
  font-family: Gotham, Arial, sans-serif;
}

.paragraph-11 {
  color: #313131;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 400;
}

.heading-21, .heading-22, .paragraph-12, .paragraph-13, .heading-23, .heading-24, .heading-25 {
  color: #313131;
  font-family: Gotham, Arial, sans-serif;
}

.paragraph-14 {
  color: #313131;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 300;
}

.heading-26, .heading-27 {
  color: #313131;
  font-family: Gotham, Arial, sans-serif;
  font-size: 30px;
}

.paragraph-15 {
  color: #313131;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 300;
}

.paragraph-16 {
  color: #313131;
  font-family: Gotham, Arial, sans-serif;
}

.paragraph-16.h {
  display: none;
}

.heading-28 {
  color: #313131;
  font-family: Gotham, Arial, sans-serif;
}

.heading-28.h {
  display: none;
}

.paragraph-17 {
  color: #313131;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 300;
  line-height: 16px;
}

.heading-29 {
  color: #313131;
  font-family: Gotham, Arial, sans-serif;
  font-size: 30px;
}

.paragraph-18 {
  color: #313131;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 300;
}

.heading-30 {
  color: #313131;
  font-family: Gotham, Arial, sans-serif;
}

.heading-31 {
  color: #e2e2e2;
  font-family: Gotham, Arial, sans-serif;
}

.linehori {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.linehori.right {
  justify-content: space-between;
  align-self: flex-end;
  margin-left: 0%;
}

.linehori.center-2 {
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
}

.linehori.ver {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.linehori.ver.margin-24 {
  margin-right: 24px;
}

.linehori.ver.half {
  align-items: center;
  width: 55%;
}

.linehori.ver.half.next {
  background-color: #121212;
  height: 10px;
}

.linehori.ver.center {
  color: #e0cffe;
  align-items: center;
}

.linehori.ver.left {
  width: 100%;
}

.linehori.ver.quarter {
  align-items: flex-end;
}

.linehori.ver.half-right {
  align-items: flex-end;
  width: 49%;
}

.linehori.ver.half-right.down {
  justify-content: flex-end;
  width: 50%;
}

.linehori.ver._1 {
  align-items: flex-end;
  width: 75px;
  height: 0;
  display: block;
}

.linehori.hor {
  justify-content: flex-start;
  align-items: center;
}

.linehori.hor.center {
  justify-content: center;
  align-items: center;
}

.linehori.hor.left {
  justify-content: space-between;
}

.linehori.hor.space-bwtween {
  justify-content: space-between;
  align-items: center;
}

.linehori.hor.space-bwtween.top {
  align-items: flex-start;
}

.linehori.hor.middle {
  justify-content: space-between;
  align-items: stretch;
}

.linehori.half {
  width: 51.4%;
}

.linehori.last {
  justify-content: space-between;
  align-items: flex-end;
}

.hero-heading-right {
  background-color: #f5f7fa00;
  border-bottom: 0 #e4ebf3;
  padding: 40px 30px 60px;
  position: relative;
}

.hero-heading-right._2 {
  background-color: #fff;
  background-image: linear-gradient(#f2f2f2, #fff);
}

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

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr .25fr;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.grid.left {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-columns: 1fr 1.25fr;
  width: auto;
}

.grid.left.mob {
  display: none;
}

.grid.b1 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-columns: .75fr .5fr;
  width: auto;
  margin-left: 0;
}

.grid._1 {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  grid-template-columns: 1fr .75fr;
}

.grid._2 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-columns: 1.5fr 2fr;
}

.grid.a1 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-columns: 1.25fr .75fr;
}

.right-hero-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: none;
  display: flex;
}

.right-hero-content.white {
  max-width: 100%;
}

.right-hero-content.w {
  justify-content: center;
  align-items: flex-start;
}

.right-hero-content.left {
  flex-flow: column;
  width: auto;
  max-width: none;
}

.right-hero-content._5 {
  margin-left: auto;
}

.list {
  padding-left: 10px;
}

.margin-bottom-24px-copy {
  margin-bottom: 24px;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 400;
}

.text-inside {
  text-transform: none;
  margin-bottom: 24px;
  font-family: Gotham, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-inside.white {
  color: #fff;
}

.div-block-18 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.hero-heading-right-copy {
  background-color: #f5f7fa00;
  background-image: linear-gradient(#f2f2f296, #fff0 51%);
  border: 0 #000;
  padding: 80px 30px;
  position: relative;
}

.div-block-19 {
  width: 85%;
  margin: 40px auto;
}

.content-wraper {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.about {
  color: #1a1b1f;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 15px;
  padding: 5px 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.about:hover {
  color: #1a1b1fbf;
}

.about:focus {
  border-bottom: 1px solid #000;
  margin-left: 10px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.about:focus-visible, .about[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.about.w--current {
  border-bottom: 1px solid #000;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  display: block;
}

.home {
  color: #1a1b1f;
  letter-spacing: .25px;
  text-transform: uppercase;
  border: 1px #000;
  border-bottom-width: 0;
  margin-left: 10px;
  margin-right: 15px;
  padding: 5px 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.home:hover {
  color: #1a1b1fbf;
}

.home:focus {
  border-bottom: 1px solid #000;
  margin-left: 10px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.home:focus-visible, .home[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.home.w--current {
  border-bottom: 1px solid #000;
  margin-left: 10px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  line-height: 18px;
  display: block;
}

.home.w--current:focus {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.contact {
  color: #1a1b1f;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 15px;
  padding: 5px 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.contact:hover {
  color: #1a1b1fbf;
}

.contact:focus {
  border-bottom: 1px solid #000;
  margin-left: 10px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.contact:focus-visible, .contact[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.contact.w--current {
  border-bottom: 1px solid #000;
  margin-left: 10px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-22 {
  background-image: url('../images/service-pic2x.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  height: 400px;
  margin-top: 88px;
  display: flex;
}

.image-5 {
  max-width: 100%;
  display: block;
  overflow: clip;
}

.link-block-copy {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  background-color: #343434;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.link-block-copy.white {
  background-color: #cecece;
}

.button-tet {
  color: #fff;
  text-transform: capitalize;
  font-family: Gotham, Arial, sans-serif;
}

.button-tet.black {
  color: #000;
}

.div-block-23 {
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 60px;
}

.founders-pic {
  border-radius: 10px;
  box-shadow: 0 4px 24px #96a3b514;
}

.section-12 {
  margin-bottom: 0;
}

.nav-link-copy {
  color: #1a1b1f;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 15px;
  padding: 5px 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.nav-link-copy:hover {
  color: #1a1b1fbf;
}

.nav-link-copy:focus {
  border-bottom: 1px solid #000;
  margin-left: 10px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.nav-link-copy:focus-visible, .nav-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy.w--current {
  border-bottom: 1px solid #000;
  margin-left: 10px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
}

.home-n {
  color: #1a1b1f;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 15px;
  padding: 5px 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.home-n:hover {
  color: #1a1b1fbf;
}

.home-n:focus {
  border-bottom: 1px solid #000;
  margin-left: 10px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.home-n:focus-visible, .home-n[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.home-n.w--current {
  border-bottom: 1px solid #000;
  margin-left: 10px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
}

.link-4, .home-n1 {
  color: #1a1b1f;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.home-n1.w--current {
  border-bottom: 1px solid #000;
  font-weight: 700;
}

.link-5 {
  color: #1a1b1f;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: block;
}

.link-5.w--current {
  border-bottom: 1px solid #000;
  font-family: Gotham, Arial, sans-serif;
}

.link-6 {
  text-decoration: none;
}

.link-6.w--current {
  font-family: Gotham, Arial, sans-serif;
}

.div-block-139 {
  margin-top: 0;
  display: flex;
}

.text-field-4 {
  color: #fff;
  background-color: #ebebeb;
  border: 0 #000;
  border-radius: 3px;
}

.text-field-4.n {
  height: 70px;
  padding-top: 8px;
}

.link-block-6 {
  margin-left: 20px;
  text-decoration: none;
}

.link-block-6._2 {
  margin-left: 5px;
}

.div-block-137 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
}

.div-block-141 {
  background-color: #ebebeb;
  border-radius: 3px;
  padding: 20px;
}

.text-block-24 {
  color: #db6868;
  font-size: 18px;
}

.text-wrap-contact {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 135px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-140 {
  flex: 1;
  margin-left: 0;
  margin-right: 20px;
}

.div-block-140.n {
  margin-right: 0;
}

.div-block-166 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.error-message {
  background-color: #0000;
}

.div-block-128 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.address-text {
  color: #252222;
  width: auto;
  font-size: 16px;
}

.text-block-23 {
  color: #fff;
  text-align: left;
  font-size: 18px;
}

.div-block-138 {
  flex: 1;
}

.div-block-138.m {
  margin-right: 20px;
}

.image-32 {
  width: 1.5vw;
  max-width: none;
  overflow: clip;
}

.submit-button {
  background-color: #3c3c3c;
  border-radius: 8px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.image-30 {
  width: 1.8vw;
}

.ph-div {
  margin-left: 20px;
}

.image-31 {
  width: 1.5vw;
}

.text-block-22 {
  color: #181717;
  width: auto;
  font-size: 16px;
}

.success-message {
  background-color: #0000;
  margin-top: 40px;
  padding-left: 0;
}

.heading-32 {
  color: #030303;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

.field-label {
  opacity: .6;
  color: #5f5f5f;
  font-weight: 500;
}

.div-block-135 {
  width: auto;
}

.text-field {
  color: #fff;
  background-color: #ebebeb;
  border: 0 #000;
  border-radius: 3px;
}

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

.div-block-142 {
  flex-direction: column;
  margin-top: 20px;
  display: block;
}

.paragraph-19 {
  width: 60%;
  font-size: 20px;
  line-height: 24px;
}

.email-div {
  margin-left: 20px;
  text-decoration: none;
}

.field-label-4 {
  opacity: .6;
  color: #5f5f5f;
  font-weight: 400;
}

.form {
  margin-top: 0;
  display: block;
}

.grid-12 {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  width: 80%;
}

.heading-33 {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}

.form-block {
  margin-bottom: 0;
}

.div-block-127 {
  flex: 1;
  display: block;
}

.div-block-127.m {
  margin-right: 20px;
}

.div-wrap {
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
  overflow: clip;
}

.container-6-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.container-9 {
  width: 80%;
  max-width: none;
  overflow: clip;
}

.section-13 {
  margin-bottom: 60px;
}

.mob--map {
  max-width: 1000px;
  display: none;
  overflow: clip;
}

.gallery-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
}

.deccan-cafe-link {
  opacity: 0;
  cursor: pointer;
  background-image: none;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.deccan-cafe-link:hover {
  opacity: 1;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-14 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto;
  width: 100%;
}

.div-block-133 {
  z-index: auto;
  opacity: 1;
  background-color: #0000;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 28vw;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: clip;
  box-shadow: 0 4px 14px #0000001f;
}

.link-2 {
  cursor: pointer;
  text-decoration: none;
}

.div-block-132 {
  background-color: #f6f5f0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
}

.boxman-link {
  opacity: 0;
  cursor: pointer;
  background-image: none;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.boxman-link:hover {
  opacity: 1;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  display: flex;
}

.full-view--2 {
  z-index: 100;
  background-color: #040807c7;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-33 {
  font-weight: 400;
  display: block;
}

.text-block-33.link {
  display: block;
}

.div-block-134-copy {
  opacity: 1;
  object-fit: fill;
  background-color: #0000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  max-height: none;
  padding: 0 0;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.div-block-134-copy:hover {
  opacity: 1;
}

.link-7 {
  color: #551a8b;
  cursor: pointer;
  text-decoration: none;
}

.full-view {
  z-index: 200;
  background-color: #040807c7;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.close-button-2 {
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 12px;
  transition: transform .2s;
  position: absolute;
  top: 20px;
  right: 20px;
}

.close-button-2:hover {
  transform: scale(1.2);
}

.santa-link {
  opacity: 0;
  cursor: pointer;
  background-image: none;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.santa-link:hover {
  opacity: 1;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  display: flex;
}

.web-card-wrap {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 140px 40px;
  display: flex;
}

.link-8 {
  cursor: pointer;
  text-decoration: none;
}

.gallery-modal-closer {
  display: block;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.gallery-modal-closer.w--current {
  overflow: hidden;
}

.gallery-modal-closer4 {
  display: block;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.gallery-modal-closer4.w--current {
  display: block;
}

.gallery-modal-closer3 {
  display: block;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.gallery-modal-closer3.w--current {
  display: block;
}

.div-block-167 {
  margin-left: 8px;
  position: relative;
  top: 6px;
}

.full-view--5 {
  z-index: 100;
  background-color: #040807c7;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.gallery-modal-closer2 {
  display: block;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.gallery-modal-closer2.w--current {
  display: block;
}

.full-view--4 {
  z-index: 100;
  background-color: #040807c7;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-168 {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: block;
  position: static;
  inset: 0%;
}

.ssu-link {
  opacity: 0;
  cursor: pointer;
  background-image: none;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.ssu-link:hover {
  opacity: 1;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  display: flex;
}

.full-view--3 {
  z-index: 100;
  background-color: #040807c7;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-34 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  display: block;
}

.he-direct-link {
  opacity: 0;
  cursor: pointer;
  background-image: none;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.he-direct-link:hover {
  opacity: 1;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin-top: 40px;
  display: flex;
}

.container-10._1 {
  margin-bottom: 40px;
}

.image-33 {
  border-radius: 4px 4px 0 0;
}

.image-34, .image-35 {
  border-radius: 4px;
}

.get-in-touch-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.lightbox-link {
  background-color: #efefef;
  text-decoration: none;
  display: block;
}

.lightbox-link._8 {
  width: 42%;
}

.lightbox-link._10, .lightbox-link._11, .lightbox-link._12 {
  width: 32%;
}

.heading-35 {
  color: #333;
  text-align: center;
  border: 0 #000;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.container-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin-top: 40px;
  display: flex;
}

.container-12._1 {
  margin-bottom: 40px;
}

.gallery {
  color: #1a1b1f;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 15px;
  padding: 5px 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.gallery:hover {
  color: #1a1b1fbf;
}

.gallery:focus {
  border-bottom: 1px solid #000;
  margin-left: 10px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.gallery:focus-visible, .gallery[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.gallery.w--current {
  border-bottom: 1px solid #000;
  margin-left: 10px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
}

.section-14 {
  padding-bottom: 60px;
}

.margin-bottom-24px-copy {
  text-align: justify;
  width: 90%;
  margin-bottom: 24px;
  font-family: Gotham Book, Impact, sans-serif;
  font-weight: 400;
}

.margin-bottom-24px-copy.white {
  color: #fff;
}

.margin-bottom-24px-copy.short {
  width: 85%;
}

.margin-bottom-24px-copy._2 {
  width: 88%;
}

.para-text {
  text-align: justify;
  width: 90%;
  margin-bottom: 24px;
  font-family: Gotham Book, Impact, sans-serif;
  font-weight: 400;
}

.para-text.white {
  color: #fff;
}

.para-text.short {
  width: 85%;
}

.para-text._2 {
  text-transform: none;
  width: 88%;
}

.mob-hero {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  margin-top: 0;
  display: grid;
}

.mob-hero.right {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-top: 60px;
}

.mob-hero.right.mob {
  display: none;
}

.mob-slider {
  background-color: #ddd0;
  height: auto;
  display: none;
}

.mob-button {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  background-color: #343434;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.mob-button.white {
  background-color: #cecece;
}

.desk-restore {
  background-color: #110d0a;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  padding-right: 0;
  display: flex;
}

.mob-restore {
  background-color: #110d0a;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  padding-right: 0;
  display: none;
}

.section-16 {
  display: none;
}

.memebership {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 302px;
  margin-bottom: 301px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.desk-service {
  background-image: url('../images/service-pic2x.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  height: 400px;
  margin-top: 88px;
  display: flex;
}

.mob-service {
  background-image: url('../images/service-pic2x.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  height: 400px;
  margin-top: 88px;
  display: none;
}

.div-block-19-copy {
  width: 85%;
  margin: 40px auto;
}

.desk-pro {
  width: 85%;
  margin: 40px auto 0;
}

.mob-pro {
  width: 85%;
  margin: 40px auto;
  display: none;
}

.desk--map {
  max-width: 1000px;
  display: block;
  overflow: clip;
}

.list-item-6 {
  text-transform: none;
}

.div-block-169 {
  background-color: #fff0;
  background-image: linear-gradient(#efefef, #fff0 28%);
  height: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.section-18 {
  background-color: #fff;
  height: auto;
}

.image-37 {
  width: 70%;
  padding-top: 10px;
  padding-bottom: 40px;
}

.div-block-170 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-2 {
  background-color: #ddd0;
  height: 100%;
  padding-bottom: 0;
}

.slider-2.mob {
  display: none;
}

.slide-nav-2 {
  font-size: 9px;
}

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.testi-2 {
  width: 70%;
  padding-top: 10px;
  padding-bottom: 40px;
}

.margin-80px {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  display: block;
}

.toogle-max-w {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.toggle-main {
  border-bottom: 1px solid #0003;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  margin-left: 0;
  font-family: Gotham, Arial, sans-serif;
  font-weight: 700;
  display: flex;
}

.dropdown-toggle {
  color: #030303;
  flex: 1;
  align-items: center;
  width: 90%;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 20px 12px 0;
  font-size: 17px;
  display: flex;
}

.dropdown-toggle.w--open {
  font-weight: 700;
}

.toggle-icon {
  color: #080808;
  background-color: #413f3f;
  border: 1px solid #fff3;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 13px;
  display: flex;
}

.qa-text {
  color: #000c;
  width: auto;
  font-family: Gotham Book, Impact, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.toggle-content {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  position: relative;
}

.toggle-content.w--open {
  padding: 0 0 10px 20px;
}

.div-block-171 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.div-block-172 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 40px;
  display: flex;
}

.div-block-172._2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.div-block-172._2.old {
  display: none;
}

.div-block-172._2._1 {
  margin-top: 40px;
}

.div-block-172._2._1._3 {
  flex-flow: row;
}

.div-block-172.right {
  margin-top: 10px;
}

.bold-text {
  width: auto;
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
}

.bold-text-2 {
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.bold-text-3, .bold-text-4, .bold-text-5 {
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
}

.old-div {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  display: none;
}

.list-2 {
  padding-left: 20px;
}

.bold-text-6 {
  color: #000;
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
}

.paragraph-20 {
  color: #464646;
  font-weight: 400;
}

.home-1 {
  color: #1a1b1f;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 15px;
  padding: 5px 0;
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.home-1:hover {
  color: #1a1b1fbf;
}

.home-1:focus {
  border-bottom: 1px solid #000;
  margin-left: 10px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.home-1:focus-visible, .home-1[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.home-1.w--current {
  border-bottom: 1px solid #000;
  margin-left: 10px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
}

.bold-text-7 {
  font-family: Gotham, Arial, sans-serif;
  font-size: 14px;
}

.shoe-add0n, .img-small {
  width: auto;
}

.img-small.new {
  justify-content: center;
  align-items: center;
  width: auto;
  display: inline-flex;
  overflow: visible;
}

.clean-protect.c, .image-38 {
  width: 90%;
}

.image-38._3 {
  width: auto;
}

.bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30, .bold-text-31, .bold-text-32, .bold-text-33, .bold-text-34, .bold-text-35 {
  font-weight: 400;
}

.div-block-173 {
  width: auto;
  display: block;
}

.div-block-174 {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-175 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.section-19 {
  background-color: #fff;
  background-image: linear-gradient(#f0f0f0, #fff 23%);
  padding-bottom: 40px;
}

.div-block-176, .div-block-177 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-178, .div-block-179 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-180 {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-181 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-182 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-34, .tips, .text-block-35, .followers, .clones {
  text-align: center;
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
}

.section-rest {
  background-color: #fff;
  background-image: linear-gradient(#ededed, #fff0);
  padding-top: 0;
  position: relative;
}

.finished, .articles, .happy, .articles-copy {
  text-align: center;
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
}

@media screen and (min-width: 1440px) {
  .nav-menu-wrapper {
    margin-left: 90px;
  }

  .hero-split {
    padding-left: 40px;
  }

  .hero-split.w {
    justify-content: center;
    align-items: flex-start;
    max-width: 30%;
  }

  .margin-bottom-24px {
    text-align: justify;
    width: auto;
  }

  .margin-bottom-24px.short {
    width: 80%;
  }

  .margin-bottom-24px._2 {
    text-indent: -2px;
    width: 88%;
  }

  .margin-bottom-24px.left {
    width: 85%;
  }

  .card-1.m {
    justify-content: space-between;
  }

  .div-block-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sub-heading {
    text-align: left;
    flex-flow: column;
    flex: 0 auto;
    display: block;
  }

  .sub-heading.white {
    text-align: left;
  }

  .div-block-8 {
    background-image: url('../images/pic22x.avif');
    background-size: cover;
    height: auto;
  }

  .column {
    border-right-color: #161616;
    position: relative;
  }

  .text-block-5 {
    font-size: 18px;
  }

  .footer-2.random {
    border-top-color: #161616;
    height: 12%;
  }

  .section-7 {
    height: 100%;
  }

  ._3-columns-4 {
    padding-bottom: 60px;
  }

  .main-wrapper-2 {
    height: 33vh;
    padding-bottom: 0;
  }

  .container-4 {
    max-width: 1200px;
  }

  .hero-wrapper-2 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
  }

  .hero-split-2 {
    max-width: 42%;
  }

  .hero-split-2.gallery {
    max-width: 36%;
    top: 136px;
  }

  .shadow-two-2 {
    max-width: 95%;
  }

  .div-block-10 {
    padding-left: 140px;
  }

  .container-5 {
    max-width: 1200px;
  }

  .div-block-14 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .div-block-15 {
    flex-flow: row;
    display: flex;
  }

  .div-block-16 {
    flex-flow: row;
    display: block;
  }

  .counter_wrapper {
    border-right-color: #161616;
    position: relative;
  }

  .grid {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    grid-template-columns: 1fr .25fr;
  }

  .grid.left {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    grid-template-columns: 1fr 1fr;
  }

  .grid.b1 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: .75fr .5fr;
  }

  .grid._1 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .grid._2 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .grid._2._3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .grid.a1 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .right-hero-content {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    max-width: 100%;
  }

  .right-hero-content.w {
    justify-content: center;
    align-items: flex-start;
    max-width: 30%;
  }

  .right-hero-content.left {
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
  }

  .right-hero-content._5 {
    max-width: 100%;
  }

  .div-block-20 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .div-block-21 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .content-wraper {
    grid-column-gap: 57px;
    grid-row-gap: 57px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .contact {
    font-family: Gotham, Arial, sans-serif;
  }

  .div-block-22 {
    background-image: url('../images/service-pic2x.avif');
    flex-flow: column;
    height: 500px;
    display: flex;
    overflow: clip;
  }

  .section-11 {
    height: auto;
  }

  .image-5 {
    max-width: 100%;
    overflow: hidden;
  }

  .image-6 {
    max-width: 100%;
  }

  .link-block-copy {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-tet {
    text-transform: uppercase;
    font-family: Gotham Book, Impact, sans-serif;
  }

  .image-30, .image-31 {
    width: 1.7vw;
  }

  .container-9 {
    width: 80%;
    max-width: none;
  }

  .gallery {
    font-family: Gotham, Arial, sans-serif;
  }

  .margin-bottom-24px-copy {
    text-align: justify;
    width: auto;
  }

  .margin-bottom-24px-copy._2 {
    text-indent: -2px;
    width: 88%;
  }

  .para-text {
    text-align: justify;
    width: auto;
  }

  .para-text._2 {
    text-indent: -2px;
    width: 88%;
  }

  .mob-button {
    padding-left: 24px;
    padding-right: 24px;
  }

  .desk-restore, .mob-restore {
    background-image: url('../images/pic22x.avif');
    background-size: cover;
    height: auto;
  }

  .desk-service {
    background-image: url('../images/service-pic2x.avif');
    flex-flow: column;
    height: 500px;
    display: flex;
    overflow: clip;
  }

  .mob-service {
    background-image: url('../images/service-pic2x.avif');
    flex-flow: column;
    height: 500px;
    display: none;
    overflow: clip;
  }

  .slider-2.mob {
    display: none;
  }

  .toggle-main._1 {
    width: 80%;
  }

  .div-block-172 {
    grid-column-gap: 76px;
    grid-row-gap: 76px;
  }

  .div-block-172._2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-172._2._1._3._4 {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .home-1 {
    font-family: Gotham, Arial, sans-serif;
  }

  .img-small {
    width: 80%;
  }

  .img-small.new {
    width: auto;
  }

  .clean-protect, .clean-protect.c {
    width: 90%;
  }

  .image-38._3 {
    width: auto;
  }

  .div-block-174 {
    width: 85%;
  }

  .div-block-175, .div-block-176, .div-block-177, .div-block-178, .div-block-179 {
    width: 80%;
  }

  .div-block-180 {
    width: 85%;
  }

  .image-39 {
    max-width: 95%;
  }

  .image-40 {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
    margin-left: 0;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff0;
    background-color: #a6b1bf00;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .link-block {
    width: 70%;
  }

  .card-1 {
    width: auto;
    height: auto;
  }

  .card-1.m {
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .cards-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-end;
    width: 90%;
    margin-top: 60px;
  }

  .link {
    padding-left: 2em;
    padding-right: 2em;
  }

  .container-2 {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .button-5 {
    flex: 0 auto;
    order: 0;
    align-self: flex-end;
    margin-bottom: 0;
  }

  .button-5.secondary {
    margin-right: 8px;
  }

  .col._3-col {
    width: auto;
  }

  .col._3-col.branding {
    flex-direction: row;
    flex: 0 auto;
    order: 0;
  }

  .col._3-col.middle {
    order: 1;
    justify-content: flex-end;
    margin-bottom: 0;
  }

  .col._3-col.last {
    display: block;
  }

  .container-3 {
    flex: 0 auto;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
  }

  .container-3.footer {
    flex-direction: row;
    justify-content: space-between;
  }

  .progress-bar__content-4 {
    width: 14%;
  }

  .logo-2 {
    order: 0;
  }

  .hero-heading-left-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split-2.gallery {
    max-width: 60%;
  }

  .heading-4 {
    font-size: 40px;
  }

  .div-block-10 {
    padding-left: 20px;
  }

  .container-5 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .image-4 {
    padding-top: 63px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .line-container {
    width: 55%;
  }

  .hero-heading-right {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-8 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 2.25fr;
    width: 100%;
  }

  .grid._1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid._2._3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .right-hero-content {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .div-block-18 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .hero-heading-right-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about, .home, .contact {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-22 {
    height: 300px;
  }

  .section-11 {
    padding-left: 0;
  }

  .link-block-copy {
    display: block;
  }

  .nav-link-copy, .home-n {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-32 {
    width: 3vw;
  }

  .image-30 {
    width: 3.8vw;
  }

  .image-31 {
    width: 3vw;
  }

  .text-block-22 {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .grid-12 {
    grid-column-gap: 20px;
    width: 95%;
  }

  .container-10 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .lightbox-link._8 {
    width: auto;
  }

  .heading-35 {
    justify-content: center;
    align-items: center;
    height: 40px;
    line-height: 20px;
    display: flex;
  }

  .gallery {
    padding-left: 5px;
    padding-right: 5px;
  }

  .mob-hero {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .desk-service, .mob-service {
    height: 300px;
  }

  .testi-2 {
    width: 90%;
  }

  .toogle-max-w {
    width: auto;
    max-width: 100%;
  }

  .dropdown-toggle {
    width: auto;
  }

  .qa-text {
    white-space: normal;
    font-size: 21px;
    line-height: 25px;
  }

  .div-block-172._2._1._3._4 {
    flex-flow: column;
  }

  .old-div {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .home-1 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-176 {
    width: 85%;
  }

  .image-41, .image-42 {
    padding-top: 63px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    margin-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button.w--open {
    background-color: #a6b1bf00;
  }

  .slider {
    display: none;
  }

  .heading {
    font-size: 34px;
    line-height: 44px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 18px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

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

  .hero-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 80%;
  }

  .hero-wrapper.right {
    display: none;
  }

  .hero-split {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .hero-split._1 {
    padding-right: 0;
  }

  .margin-bottom-24px {
    text-align: center;
    width: 100%;
  }

  .margin-bottom-24px.short, .margin-bottom-24px.left {
    text-align: left;
  }

  .link-block {
    width: 65%;
  }

  .card-1 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .cards-wrap {
    grid-column-gap: 74px;
    grid-row-gap: 74px;
    flex-flow: column;
  }

  .sub-heading {
    text-align: left;
    align-self: flex-start;
  }

  .link_sub {
    font-size: 1em;
    line-height: 1em;
    transition-duration: .4s;
  }

  .section-4.is--hero {
    flex-direction: column;
  }

  .card {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50%;
    transition-duration: .4s;
    overflow: hidden;
  }

  .play_contain {
    padding: .25em;
    font-size: 16px;
  }

  .link_heading {
    font-size: 2em;
    line-height: 1em;
    transition-duration: .4s;
  }

  .link {
    justify-content: center;
    align-items: flex-start;
    padding-left: 1em;
    padding-right: 1em;
  }

  .play {
    width: 4em;
    height: 4em;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .column {
    background-image: none;
    background-position: 0 0;
    border-bottom: 1px solid #282729;
    border-right-style: none;
    flex-direction: column;
    height: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  ._3-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-3 {
    font-size: 100px;
  }

  .footer-2.random {
    border-bottom-color: #080808;
    height: 32%;
  }

  ._3-columns-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .progress-4 {
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    margin-bottom: 16px;
  }

  .button-wrapper {
    flex: 1;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .button-5 {
    order: 1;
    width: 100%;
    margin-bottom: 0;
  }

  .button-5.secondary {
    margin-bottom: 0;
  }

  .section-7 {
    flex-flow: column;
    align-items: center;
    height: 68%;
    padding-top: 9px;
    padding-bottom: 0;
    overflow: auto;
  }

  .col._3-col.branding {
    flex-direction: column-reverse;
    margin-bottom: 16px;
  }

  .col._3-col.middle {
    margin-bottom: 16px;
  }

  .col._3-col.last {
    width: 50%;
    margin-bottom: 16px;
  }

  .container-3 {
    flex: 1;
    grid-template-rows: 1fr 1fr auto auto;
    grid-template-columns: 1fr;
    place-items: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .container-3.footer {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .tip-control-2 {
    flex: 1;
    justify-content: space-between;
  }

  .logo-2 {
    margin-right: 0;
  }

  .logo-2.main {
    margin-bottom: 16px;
    display: none;
  }

  .logo-2.mobile {
    display: block;
  }

  ._3-columns-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  ._3-columns-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .main-wrapper-2 {
    height: auto;
  }

  .hero-heading-left-2 {
    padding: 60px 15px;
  }

  .hero-split-2 {
    justify-content: center;
    align-items: center;
  }

  .hero-split-2.gallery {
    top: auto;
  }

  .heading-4 {
    font-size: 34px;
    line-height: 44px;
  }

  .div-block-10 {
    height: auto;
  }

  .div-block-11 {
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 0;
  }

  .footer-subscribe {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px 15px;
    display: flex;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-wrapper-three {
    justify-content: center;
    align-items: center;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-link-three {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .footer-social-block-three {
    margin-top: 10px;
    margin-left: 0;
  }

  .footer-social-link-three {
    margin-left: 0;
    margin-right: 20px;
  }

  .footer-social-link-three._2 {
    margin-right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto 121px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: end;
    display: grid;
  }

  .div-block-14, .div-block-15 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .image-4 {
    padding-top: 0;
  }

  .counter_wrapper {
    background-image: none;
    background-position: 0 0;
    border-bottom: 1px solid #282729;
    border-right-style: none;
    flex-direction: column;
    height: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .div-block-17 {
    margin-top: 20px;
  }

  .tabs {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tabs-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    display: grid;
  }

  .tab-link-tab-1.w--current {
    margin-right: 0;
  }

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

  .bags-link {
    margin-right: 0;
  }

  .container-scrolling {
    justify-content: flex-end;
  }

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

  .cc-scroll {
    margin-bottom: 0;
  }

  .footer {
    padding: 40px 20px;
  }

  .resources-block {
    width: 80%;
    margin-left: 10%;
  }

  .line-ver.first {
    align-self: flex-end;
  }

  .scroll-text {
    transform: translate(24px)rotate(90deg);
  }

  .wrapper {
    padding-top: 60px;
  }

  .line-container {
    width: 60%;
  }

  .cc-scroll-2 {
    margin-bottom: 0;
  }

  .hero-heading-right {
    padding: 20px 15px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: auto;
  }

  .grid._2._3 {
    grid-template-columns: 2fr;
    width: auto;
  }

  .right-hero-content.left {
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-18 {
    grid-column-gap: 67px;
    grid-row-gap: 67px;
  }

  .hero-heading-right-copy {
    padding: 40px 15px 60px;
  }

  .about, .home, .contact {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .div-block-22 {
    justify-content: center;
    align-items: stretch;
  }

  .link-block-copy {
    display: none;
  }

  .div-block-23 {
    width: 90%;
  }

  .section-12 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-link-copy, .home-n {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .div-block-141 {
    padding-bottom: 20px;
  }

  .image-32 {
    width: 4vw;
  }

  .image-30 {
    width: 4.2vw;
  }

  .image-31 {
    width: 4vw;
  }

  .paragraph-19 {
    width: 80%;
  }

  .grid-12 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 85%;
    display: grid;
  }

  .container-9 {
    display: none;
  }

  .mob--map {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .grid-14 {
    grid-template-rows: auto auto auto;
    grid-template-columns: auto auto;
  }

  .div-block-133 {
    width: 40vw;
  }

  .web-card-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gallery {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mob-hero {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 80%;
  }

  .mob-hero.right {
    display: block;
  }

  .mob-hero.right.mob {
    display: flex;
  }

  .mob-slider {
    height: auto;
    display: block;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4 {
    margin-bottom: 10px;
  }

  .list-item-5 {
    margin-bottom: 20px;
  }

  .mob-button {
    display: block;
  }

  .desk-restore {
    display: none;
  }

  .mob-restore {
    display: block;
  }

  .desk-service {
    justify-content: center;
    align-items: stretch;
    display: none;
  }

  .mob-service {
    background-image: none;
    justify-content: center;
    align-items: stretch;
    height: auto;
    margin-top: 99px;
    display: flex;
  }

  .desk-pro {
    display: none;
  }

  .mob-pro {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-36 {
    width: 55%;
  }

  .desk--map {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-37 {
    width: 50%;
  }

  .slider-2.desk {
    display: none;
  }

  .slider-2.mob {
    display: block;
  }

  .testi-2 {
    width: 50%;
  }

  .margin-80px {
    align-self: auto;
    display: block;
  }

  .toogle-max-w {
    width: auto;
    max-width: 100%;
  }

  .old-div {
    grid-column-gap: 67px;
    grid-row-gap: 67px;
  }

  .home-1 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .div-block-180 {
    width: 85%;
  }

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

  .image-43 {
    flex: 0 auto;
  }
}

@media screen and (max-width: 479px) {
  .navbar-no-shadow-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-menu-wrapper {
    margin-left: 0;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .heading {
    font-size: 34px;
    line-height: 44px;
  }

  .paragraph {
    width: auto;
  }

  .paragraph._2 {
    width: 90%;
    margin-bottom: 0;
  }

  .hero-heading-left {
    padding: 40px 20px;
  }

  .container {
    max-width: none;
  }

  .hero-wrapper {
    grid-template-columns: 1.25fr;
    width: 100%;
  }

  .hero-split._1 {
    width: auto;
  }

  .hero-split._1._2 {
    justify-content: center;
    align-items: flex-start;
  }

  .hero-split.r {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .hero-split._2 {
    justify-content: center;
    align-items: flex-start;
  }

  .margin-bottom-24px {
    text-align: justify;
    width: auto;
  }

  .margin-bottom-24px.short {
    width: 100%;
  }

  .margin-bottom-24px.left {
    width: auto;
  }

  .link-block._2 {
    width: 80%;
  }

  .section-2 {
    overflow: visible;
  }

  .card-1, .card-1.m {
    margin-left: 0;
    margin-right: 0;
  }

  .cards-wrap {
    width: 85%;
    margin-top: 60px;
  }

  .sub-heading {
    font-size: 34px;
    line-height: 42px;
  }

  .link_sub {
    margin-top: 20px;
    font-size: .6em;
    line-height: 1em;
  }

  .link_sub.is--open {
    font-size: .7em;
    line-height: 1.2em;
  }

  .card {
    height: 33.5%;
    display: flex;
  }

  .play_button {
    width: 2.5em;
    height: 2.5em;
  }

  .play_contain {
    justify-content: center;
    align-items: center;
    padding: .125em;
    display: flex;
  }

  .card_media {
    padding-top: 38%;
  }

  .card_media.is--playing {
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    min-height: 0%;
    padding-top: 75%;
    display: flex;
  }

  .link_heading {
    margin-top: 5px;
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .link_heading.is--open {
    font-size: 1.4em;
    line-height: 1.2em;
  }

  .link {
    justify-content: flex-end;
    align-items: flex-start;
    padding: .125em 2em .2em 1em;
  }

  .play {
    width: 2.5em;
    max-width: 3em;
    height: 2.5em;
    line-height: 16px;
    display: flex;
  }

  .section-5 {
    overflow: visible;
  }

  .container-2 {
    max-width: none;
  }

  .column {
    opacity: 1;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .image-2 {
    height: 16px;
    margin-right: 8px;
  }

  .text-block-5 {
    font-size: 14px;
  }

  .heading-3 {
    font-size: 80px;
  }

  .section-6 {
    overflow: hidden;
  }

  .footer-2.random {
    border-top-style: solid;
    height: 20vh;
    position: static;
    overflow: visible;
  }

  .paragraph-3 {
    text-align: left;
    padding-right: 0;
  }

  .progress-4 {
    justify-content: center;
    width: 100%;
    max-width: 200px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-wrapper {
    flex: 0 auto;
    justify-content: space-around;
    display: flex;
  }

  .progres-bar-2 {
    width: 100%;
    margin-right: 8px;
  }

  .button-5 {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 200px;
    display: block;
  }

  .button-5.secondary {
    flex: 0 auto;
  }

  .round-button-2.right {
    display: block;
  }

  .section-7 {
    height: 72%;
    overflow: auto;
  }

  ._wf-tips-link {
    display: none;
  }

  .col {
    text-align: center;
    width: 100%;
  }

  .col._3-col {
    flex-direction: column-reverse;
  }

  .col._3-col.branding {
    flex-direction: column-reverse;
    flex: none;
    order: 0;
    align-self: stretch;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: flex;
  }

  .col._3-col.middle {
    flex-direction: row-reverse;
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    width: 100%;
    display: block;
    overflow: visible;
  }

  .col._3-col.last {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-3.footer {
    border-top-style: solid;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 16px;
    position: fixed;
  }

  .tip-control-2 {
    align-items: center;
    display: flex;
  }

  .progress-bar__content-4 {
    width: 14%;
  }

  .logo-2 {
    text-align: left;
    align-self: auto;
    width: auto;
    height: 20px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .logo-2.main {
    display: none;
  }

  .logo-2.mobile {
    float: none;
    clear: none;
    display: block;
  }

  .paragraph-4, .paragraph-5 {
    text-align: left;
    padding-right: 0;
  }

  .hero-heading-left-2 {
    padding: 40px 20px;
  }

  .container-4 {
    max-width: none;
  }

  .hero-wrapper-2._2 {
    margin-top: 40px;
  }

  .hero-split-2 {
    justify-content: center;
    align-items: center;
  }

  .hero-split-2.gallery {
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: 20px;
    display: flex;
  }

  .button-primary-3.footer-form-button {
    position: relative;
    right: 0;
  }

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

  .heading-4._2 {
    margin-top: 0;
  }

  .div-block-10 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .div-block-12 {
    width: 100%;
  }

  .footer-subscribe {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-wrapper-three, .footer-block-three {
    justify-content: center;
    align-items: center;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-13 {
    grid-template-rows: auto auto;
  }

  .counter_wrapper {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .tabs {
    overflow: hidden;
  }

  .tabs-menu {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .tab-link-tab-1 {
    margin-right: 0;
  }

  .tab-link-tab-1.w--current, .bags-link, .tab-link-tab-3 {
    font-size: 30px;
    line-height: 34px;
  }

  .tabs-content {
    max-width: 100%;
  }

  .container-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex {
    padding-right: 0;
  }

  .flex.ver {
    margin-right: 0;
  }

  .flex.ver.margin-24 {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .flex.hor.space-bwtween {
    align-items: center;
  }

  .copyright-footer {
    width: 100%;
  }

  .container-flex {
    margin-bottom: 60px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .resources-block {
    margin-left: 5%;
  }

  .line-ver {
    height: 220px;
  }

  .line-ver.short-bottom {
    height: 120px;
  }

  .text.wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper {
    justify-content: flex-end;
    align-items: center;
    max-width: 100%;
    margin-top: 1px;
    padding-top: 60px;
  }

  .line-container {
    width: 90%;
  }

  .button-block {
    top: 1%;
  }

  .heading-17, .heading-18 {
    font-size: 45px;
  }

  .linehori.hor.space-bwtween {
    align-items: center;
  }

  .hero-heading-right {
    margin-top: 20px;
    padding-top: 0;
    overflow: visible;
  }

  .hero-heading-right._2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-8 {
    max-width: none;
  }

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

  .grid.left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .grid.left.desk {
    display: none;
  }

  .grid.left.mob {
    display: block;
  }

  .grid.b1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid._1 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    grid-template-columns: 1fr;
    width: auto;
  }

  .grid._2._3 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

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

  .right-hero-content._5 {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .div-block-18 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero-heading-right-copy {
    padding: 20px 10px 40px;
  }

  .content-wraper {
    justify-content: flex-start;
    align-items: center;
  }

  .section-11 {
    padding-top: 0;
  }

  .div-block-139 {
    flex-direction: column;
    align-items: stretch;
  }

  .div-block-137 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-141 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-wrap-contact {
    margin-top: 91px;
  }

  .div-block-140 {
    margin-left: 0;
    margin-right: 0;
  }

  .address-text {
    width: 100%;
    margin-left: 5px;
    font-size: 14px;
  }

  .div-block-138.m._1 {
    margin-right: 0;
  }

  .image-32 {
    width: 6vw;
  }

  .image-30 {
    width: 7vw;
  }

  .ph-div {
    margin-left: 0;
    display: block;
  }

  .image-31 {
    width: 6vw;
  }

  .text-block-22 {
    padding-right: 0;
    font-size: 14px;
  }

  .text-block-22._1 {
    margin-left: -5px;
  }

  .heading-32 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 34px;
  }

  .div-block-135 {
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: block;
  }

  .paragraph-19 {
    width: 90%;
    font-size: 16px;
    line-height: 20px;
  }

  .email-div {
    margin-left: 5px;
  }

  .div-block-136 {
    margin-left: 0;
  }

  .form {
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid-12 {
    width: 95%;
  }

  .div-block-127.m._1 {
    margin-right: 0;
  }

  .div-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 3.75fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .div-wrap._2 {
    margin-top: 0;
  }

  .mob--map {
    display: flex;
  }

  .gallery-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .grid-14 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: auto;
  }

  .div-block-133 {
    width: auto;
  }

  .full-view {
    display: none;
  }

  .web-card-wrap {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-10 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 85%;
    margin-top: 20px;
  }

  .container-10._2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 85%;
    margin-top: 0;
  }

  .lightbox-link._10, .lightbox-link._11, .lightbox-link._12 {
    width: auto;
  }

  .container-12._2 {
    flex-flow: column;
    width: 85%;
  }

  .para-text._2 {
    text-align: center;
    width: auto;
  }

  .mob-hero.right.mob {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-bottom: 0;
  }

  .section-15 {
    overflow: hidden;
  }

  .section-16 {
    overflow: visible;
  }

  .memebership {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .section-17 {
    overflow: hidden;
  }

  .mob-service {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    background-image: none;
    justify-content: center;
    align-items: stretch;
    height: auto;
    margin-top: 91px;
    padding-top: 0;
  }

  .image-36 {
    width: 90%;
  }

  .desk--map {
    display: none;
  }

  .image-37, .testi-2, .testi-2._6 {
    width: 85%;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .dropdown-toggle {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
  }

  .qa-text {
    white-space: break-spaces;
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-172 {
    flex-flow: column;
    margin-top: 0;
  }

  .old-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .img-small.new {
    max-width: 100%;
  }

  .clean-protect.c {
    width: auto;
  }

  .div-block-176 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-177, .div-block-180 {
    width: 90%;
  }

  .bold-text-36 {
    font-size: 34px;
    line-height: 42px;
  }

  .image-43 {
    flex: 0 auto;
    padding-top: 0;
  }
}

#w-node-_39874998-9c21-c507-df8a-d1dab9e910cb-c448528e {
  justify-self: auto;
}

#w-node-_39874998-9c21-c507-df8a-d1dab9e910c4-c448528e {
  justify-self: end;
}

#w-node-_2f86c4a4-94f9-31f1-f343-6b75a7f519a2-46014cbf {
  place-self: center;
}

#w-node-_24d57735-766b-2078-61e5-0640b9c8a1b2-46014cbf {
  justify-self: auto;
}

#w-node-ce296670-28f5-22e0-0f10-bbcbe304cc50-46014cbf {
  place-self: center start;
}

#w-node-ce296670-28f5-22e0-0f10-bbcbe304cc4e-46014cbf {
  place-self: center;
}

#w-node-ea767d71-3e7d-9dbc-568e-17ad5dce6996-46014cbf {
  align-self: center;
}

#w-node-ea767d71-3e7d-9dbc-568e-17ad5dce6998-46014cbf {
  justify-self: auto;
}

#w-node-_70e5d879-4185-c8fb-2306-8b3300b2f423-46014cbf, #w-node-_70e5d879-4185-c8fb-2306-8b3300b2f425-46014cbf, #w-node-_20ff0b5a-57f5-e7dd-afb8-0800a03ad667-46014cbf, #w-node-_20ff0b5a-57f5-e7dd-afb8-0800a03ad693-46014cbf, #w-node-fb1fccbd-71f0-073a-a5d5-2268fafb978a-46014cbf, #w-node-fb1fccbd-71f0-073a-a5d5-2268fafb9783-46014cbf, #w-node-_1b2cf6ff-46b0-d203-849e-b00f62e0f544-46014cbf, #w-node-_9abd7ad4-7603-2df8-f82e-b867a1826ae2-46014cbf {
  align-self: center;
}

#w-node-_64015370-4162-17c9-793e-faf48b39b755-4193dce8, #w-node-_64015370-4162-17c9-793e-faf48b39b759-4193dce8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64015370-4162-17c9-793e-faf48b39b76f-4193dce8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_24d57735-766b-2078-61e5-0640b9c8a1b2-46014cbf, #w-node-ea767d71-3e7d-9dbc-568e-17ad5dce6998-46014cbf {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_39874998-9c21-c507-df8a-d1dab9e910c4-c448528e, #w-node-_9ee782a1-2601-55a8-99f7-cc8f9a53d8fa-46014cbf, #w-node-_9ee782a1-2601-55a8-99f7-cc8f9a53d8fd-46014cbf {
    justify-self: center;
  }

  #w-node-_9ee782a1-2601-55a8-99f7-cc8f9a53d900-46014cbf {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0a56b05c-1e65-31b4-c400-13448a653f79-c448528e {
    justify-self: center;
  }

  #w-node-_9ee782a1-2601-55a8-99f7-cc8f9a53d900-46014cbf {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book.otf') format('opentype'), url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-UltraItalic.otf') format('opentype'), url('../fonts/Gotham-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}