@font-face {
  font-family: Changa One;
  src: url('../fonts/Changa_One.zip') format("undefined");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Changaone;
  src: url('../fonts/ChangaOne-Regular.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Changaone;
  src: url('../fonts/ChangaOne-Regular.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Changaone;
  src: url('../fonts/ChangaOne-Regular.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Changaone;
  src: url('../fonts/ChangaOne-Regular.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Changaone;
  src: url('../fonts/ChangaOne-Regular.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Changaone;
  src: url('../fonts/ChangaOne-Regular.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Changaone;
  src: url('../fonts/ChangaOne-Regular.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Changaone;
  src: url('../fonts/ChangaOne-Regular.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Changaone;
  src: url('../fonts/ChangaOne-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Changaone;
  src: url('../fonts/ChangaOne-Italic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  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;
  }
}

.page-wrapper {
  text-transform: uppercase;
  font-family: Changa One, Arial, sans-serif;
}

.main-wrapper {
  background-color: #f5f5f5;
  position: relative;
  overflow: clip;
}

.hero_heading {
  letter-spacing: -.02em;
  white-space: nowrap;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 105%;
  position: absolute;
}

.hero_heading._1 {
  margin-top: 0;
  margin-bottom: 0;
  right: calc(100% + .25rem);
}

.hero_heading._2 {
  margin-top: 0;
  margin-bottom: 0;
  left: calc(100% + .25rem);
}

.class-for-animation {
  display: none;
}

.hero_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 300rem;
  display: flex;
  position: relative;
}

.hero_background {
  background-color: #1e1e1e;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  transition: border-radius .6s;
  display: flex;
  position: relative;
  overflow: clip;
}

.animation-scroll-border {
  border-radius: 2rem;
}

.hero_background-text {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Changa One, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 105%;
  position: absolute;
}

.animation-scroll-padding {
  padding: 1.5rem;
}

.hero_sticky {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  bottom: auto;
}

.home-about_img {
  object-fit: cover;
  width: 100vw;
  min-width: 100vw;
  max-width: none;
  height: 100vh;
  min-height: 100vh;
}

.hero_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 1rem;
  transition: padding .6s;
  display: flex;
  position: relative;
}

.scroll-note_text {
  z-index: 2;
  color: #727067;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  position: absolute;
  top: 2rem;
}

.container {
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  height: 100%;
  margin-right: 0;
  display: flex;
  position: relative;
}

.hero_block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero_section-second {
  width: 100%;
  height: 100%;
  padding: 40px 20px;
}

.hero_heading_block {
  z-index: 1;
  align-self: flex-start;
  position: relative;
}

.hero_heading_block._2nd {
  background-color: #1e1e1e;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100vw;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.hero_heading_block._3rd {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading_hero {
  color: #fff;
  text-align: left;
  -webkit-text-stroke-color: whitesmoke;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 110px;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.heading_hero._2nd {
  text-align: center;
  mix-blend-mode: difference;
  flex: 0 auto;
  width: 100%;
  margin-bottom: 0;
  font-size: 180px;
  display: block;
}

.heading_hero._3rd {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100vw;
  margin-bottom: 0;
  font-size: 180px;
  line-height: 1em;
  display: block;
  position: absolute;
}

.heading_hero._3 {
  flex-flow: row;
  align-self: flex-end;
  margin-top: 40px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 120px;
  display: block;
}

.heading {
  color: #fff;
  text-align: center;
  mix-blend-mode: difference;
  flex: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 210px;
  font-weight: 400;
  line-height: 1em;
}

.hero_text_block {
  color: #fff;
  text-align: right;
  flex-flow: column;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  width: 340px;
  font-size: 18px;
  line-height: 1.6em;
  display: flex;
}

.arrow-icon {
  width: 150px;
  height: 150px;
}

.hero_heading_block-2 {
  text-transform: none;
  background-color: #f5f5f5;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.arrow-icon-link {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto auto 5vw 5vw;
}

.arrow-icon-link.scroll-link-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 100;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 0;
  display: block;
  position: static;
}

.hover-link {
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  display: flex;
}

.section_about {
  background-color: #f5f5f5;
}

.padding-section-small {
  padding-top: 6rem;
}

.brands_item-logo {
  height: 21%;
}

.brands_item-block {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-right: 1.125rem;
  display: flex;
}

.brands_item-logo-wrap {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 1.125rem;
  justify-content: center;
  align-items: center;
  width: 16rem;
  display: flex;
}

.about_tittle {
  text-align: left;
  letter-spacing: .1em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-style: italic;
  font-weight: 500;
}

.line {
  border-top: 1px dotted #6b6b6b;
  width: 100%;
  height: 1px;
}

.container-medium {
  text-align: left;
  width: 100%;
  max-width: 70.5rem;
  margin-left: auto;
  margin-right: auto;
}

.brands_item-texts {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 70%;
  display: flex;
}

.block_about {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: block;
}

.heading-style-h4 {
  letter-spacing: -.02em;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 110%;
}

.brands_list-wrapper {
  justify-content: flex-start;
  align-items: center;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  -webkit-mask: linear-gradient(270deg, #0000, #000 15% 85%, #0000);
  mask: linear-gradient(270deg, #0000, #000 15% 85%, #0000);
}

.services_title_wrap {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  padding-bottom: 40px;
  padding-right: 20px;
  display: flex;
}

.padding-global {
  padding-left: 3rem;
  padding-right: 3rem;
}

.padding-global.is-tiny {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.padding-global.is-navbar {
  padding-top: 1.75rem;
  padding-bottom: 1rem;
}

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

.about_text {
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}

.brands_item-name {
  text-align: center;
  font-size: 1rem;
}

.padding-section-medium {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.label_line {
  background-image: linear-gradient(90deg, #ff4d00, #e7eb4c 31%, #0b90cb 68%, #0c59c1);
  width: 3.5rem;
  height: 2px;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.brands_item-desc {
  color: #6b6b6b;
  text-align: center;
  font-size: .75rem;
  font-weight: 500;
}

.text {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  word-break: normal;
  font-size: 2rem;
  font-style: italic;
  font-weight: 900;
}

.cover-text-1 {
  background-color: #0000008c;
  position: absolute;
  inset: 0;
}

.text-line {
  color: #000;
  position: relative;
}

.cover-text-2, .cover-text-6, .cover-text-4, .cover-text-5 {
  background-color: #00000096;
  position: absolute;
  inset: 0%;
}

.container-2 {
  text-align: left;
  border-left: 1px solid #fff;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0%;
  padding-left: 1rem;
}

.cover-text-3 {
  background-color: #00000096;
  position: absolute;
  inset: 0%;
}

.text-line_about {
  position: relative;
}

.cover-text-7, .cover-text-8, .cover-text-9, .cover-text-10 {
  background-color: #f5f5f5b3;
  position: absolute;
  inset: 0%;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1rem;
  font-family: Changa One, Arial, sans-serif;
  display: block;
}

.cover-text-11 {
  color: #000;
  background-color: #f5f5f5b3;
  position: absolute;
  inset: 0;
}

.text-2 {
  color: #000;
  text-align: justify;
  letter-spacing: -.02px;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  word-break: normal;
  font-size: 2.61rem;
  font-style: italic;
  font-weight: 900;
  line-height: 110%;
}

.cover-text-12 {
  background-color: #f5f5f5b3;
  position: absolute;
  inset: 0%;
}

.button {
  text-align: left;
  background-color: #1e1e1e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 28%;
  margin: 20px 20px 20px 64%;
  display: flex;
  box-shadow: 1px 1px 8px -1px #dadada;
}

.button-6 {
  color: #333;
  text-align: center;
  letter-spacing: 2px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 56px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.square-b6 {
  background-color: #ffffffa8;
  border: 1px solid #333;
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
}

.text-b6 {
  color: #fff9;
  margin-left: 25px;
}

.arrow-wrapper-b6 {
  justify-content: flex-end;
  align-items: center;
  width: 47px;
  margin-left: -21px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.arrow-tail-b6 {
  background-color: #333;
  width: 45px;
  height: 1px;
}

.arrow-head-1-b6 {
  z-index: 10;
  margin-left: -9px;
  position: relative;
}

.arrow-head-2-b6 {
  z-index: 8;
  position: absolute;
  inset: auto 3px auto auto;
}

.text-b11 {
  z-index: 1;
  color: #1e1e1e;
  position: relative;
}

.text-b11._2 {
  color: #1e1e1e;
}

.top-line-b11 {
  color: #1e1e1e;
  background-color: #f5f5f5;
  width: 200px;
  height: 2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.top-line-b11._1 {
  background-color: #1e1e1e;
}

.button-bg-b11 {
  background-color: #1e1e1e47;
  width: 0;
  height: 50px;
  margin-left: 0;
  position: absolute;
  left: 0;
}

.button-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #f5f5f5;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: 70%;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-11._1 {
  margin-top: 5%;
}

.button-11._2 {
  background-color: #f5f5f5;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
}

.right-line-b11 {
  color: #1e1e1e;
  background-color: #1e1e1e;
  width: 2px;
  height: 50px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.right-line-b11._2 {
  background-color: #f5f5f5;
}

.button-2 {
  background-color: #1e1e1e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 100px;
  margin: 20px;
  display: flex;
  box-shadow: 1px 1px 8px -1px #dadada;
}

.bottom-line-b11 {
  color: #1e1e1e;
  background-color: #1e1e1e;
  width: 200px;
  height: 2px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.bottom-line-b11._2 {
  background-color: #f5f5f5;
}

.left-line-b11 {
  color: #1e1e1e;
  background-color: #1e1e1e;
  width: 2px;
  height: 50px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.left-line-b11._2 {
  background-color: #f5f5f5;
}

.bg-wrapper-b11 {
  z-index: 0;
  color: #1e1e1e;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bg-wrapper-b11._2 {
  color: #f5f5f5;
}

.section_services {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
  position: sticky;
  top: auto;
  overflow: hidden;
}

.container-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 1rem;
  display: flex;
}

.snap-container {
  border-radius: 30px;
  align-items: flex-end;
  width: 61.25rem;
  height: 100%;
  padding: 3.5rem;
  display: flex;
}

.snap-container.is-green {
  color: #ddea90;
  background-color: #1e1e1e;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 1rem .5rem;
}

.flex-horizontal {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.nw-link {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 12px;
  text-decoration: none;
}

.container_services {
  margin-left: 0;
  margin-right: 3rem;
}

.padding-global_services {
  padding-top: 4rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.top-content_services {
  cursor: pointer;
  border-bottom: 1px solid #fff;
}

.bot-content_services {
  text-align: justify;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.top-grid_services {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: grid;
}

.content-block_services {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-block_services {
  position: relative;
}

.arrow-block_services {
  background-color: #1e1e1e;
  border: 1px solid #000;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.number_services {
  font-size: 1.25rem;
  line-height: 1;
  position: relative;
  top: 1.25rem;
}

.title-wrap_services {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-2 {
  color: #000;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Changaone, Arial, sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 100;
  line-height: 1.2;
}

.heading-2.hover {
  color: gray;
  overflow: visible;
}

.heading-3 {
  color: gray;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.image-wrap_services {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 14rem;
  display: flex;
}

.code-embed {
  color: #fff;
  width: 2rem;
  height: 2rem;
}

.image_services {
  object-fit: cover;
  border-radius: 8rem;
  width: 70%;
  height: 70%;
  position: absolute;
}

.text-wrap_service {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40rem;
  padding-top: 2rem;
  display: flex;
}

.subtitle_services {
  white-space: nowrap;
  border: 1px solid #1e1e1e;
  border-radius: 100px;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1;
}

.description_services {
  direction: ltr;
  text-align: left;
  text-transform: none;
  width: 110%;
  margin-bottom: 0;
  font-family: Changaone, Arial, sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 200;
  line-height: 1.5rem;
}

.section-values {
  z-index: 10;
  color: #fff;
  -webkit-text-stroke-color: #fff;
  background-color: #1e1e1e;
  position: relative;
}

.container_large {
  width: 100%;
  max-width: 70rem;
}

.values_main-wrapper {
  flex-flow: column;
  display: flex;
  position: relative;
}

.section_main-box.values-box {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  min-height: 47rem;
  max-height: 100vh;
  margin-top: 3rem;
  padding-top: 2rem;
  display: flex;
  position: sticky;
  top: 0%;
}

.values-wrapper {
  margin-top: -20vh;
}

.scetion-header {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.section-header-top.align-x-center {
  grid-column-gap: 2.2rem;
  grid-row-gap: 2.2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.section-header-text-box.align-x-center {
  z-index: 2;
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 35rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
}

.values_trigger.a, .values_trigger.b {
  height: 100vh;
  margin-bottom: 100vh;
}

.values-rang-e {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.value-item {
  aspect-ratio: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 17rem;
  display: flex;
  position: relative;
}

.value-circle-lottie._1 {
  color: #000;
  background-color: #1e1e1e;
  height: 17rem;
  position: absolute;
}

.value-circle-lottie._2, .value-circle-lottie._3 {
  height: 17rem;
  position: absolute;
}

.value-item-content {
  z-index: 4;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-5 {
  margin-top: -30px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1.2rem;
  line-height: 1.2;
  position: static;
}

.heading-5._2 {
  margin-top: -10px;
  margin-bottom: 0;
  font-style: italic;
}

.heading-5._3 {
  margin-top: 0;
  margin-bottom: 0;
}

.vertical-progress-bar {
  background-color: #1e1e1e;
  width: 1px;
  height: 8rem;
  position: absolute;
  left: 0%;
}

.vertical-progress-track {
  background-color: #fff;
  width: 1px;
  height: 0%;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.value-icon {
  border-radius: 100%;
  width: 45%;
  margin-top: 40px;
}

.image {
  width: 45%;
  margin-top: 0;
  margin-bottom: 0;
}

.image-2 {
  width: 45%;
  margin-top: 10px;
}

.cover-text-13, .cover-text-15 {
  background-color: #f5f5f5b3;
  position: absolute;
  inset: 0%;
}

.experience_timeline-icon-wrapper {
  z-index: 1;
  background-color: #1e1e1e;
  margin-top: -1rem;
  padding: 1rem;
  position: relative;
}

.experience_progress-bar-wrapper {
  background-color: #ffffff26;
  width: 2px;
  height: 81%;
  position: absolute;
  top: 3%;
  left: 3.9rem;
  right: auto;
}

.container-lvl {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.experience_timeline-wrapper {
  position: relative;
}

.heading-xbig-lvl {
  letter-spacing: 3px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 110%;
}

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

.paragraph-size-2 {
  color: #ffffffb3;
  text-align: left;
  margin-left: -10px;
  font-size: 1.125rem;
  line-height: 180%;
}

.experience_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.experience_image {
  width: 6rem;
  height: 96px;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.experience_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.experience_content-left {
  position: sticky;
  top: 7rem;
}

.experience_progress-bar {
  background-color: #fff;
  width: 2px;
  height: 100%;
}

.home-semi-titles {
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 1rem;
  margin-left: -20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
}

.experience_timeline-right {
  padding-top: 0;
  padding-bottom: 2.5rem;
}

.experience_timeline-step {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.text-rotator-main {
  z-index: 20;
  background-color: #1e1e1e;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  justify-content: flex-start;
  align-items: center;
  height: 50%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-rotator-wrap {
  opacity: 1;
  letter-spacing: -.5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0%;
  display: flex;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
}

.text-rotator {
  color: #f5f5f5;
  letter-spacing: -1px;
  white-space: nowrap;
  font-size: 20vw;
  line-height: .9;
}

.line-icon {
  color: #f5f5f5;
  background-color: #f5f5f5;
  flex: none;
  width: 100px;
  height: 4px;
  margin-left: 50px;
  margin-right: 50px;
}

.button-9 {
  color: #f5f5f5;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 45px;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-wrapper-b9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-button-b9 {
  z-index: 1;
  color: #1e1e1e;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
  position: relative;
}

.line-b9 {
  background-color: #f5f5f5;
  width: 0;
  height: 2px;
}

.border-left-b9 {
  background-color: #1e1e1e;
  width: 2px;
  height: 45px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.border-right-b9 {
  background-color: #1e1e1e;
  width: 2px;
  height: 45px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.border-top-b9 {
  background-color: #1e1e1e;
  width: 220px;
  height: 2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.border-bottom-b9 {
  background-color: #1e1e1e;
  width: 220px;
  height: 2px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.section {
  background-color: #f5f5f5;
  height: 60rem;
}

.section-2 {
  height: 75rem;
}

.section-container {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.faq-clw {
  z-index: 1;
  background-color: #f5f5f5;
  width: 100%;
  padding-top: 10vh;
  padding-bottom: 10vh;
  position: relative;
}

.faq-text {
  text-align: center;
  letter-spacing: 3rem;
  font-size: 7rem;
  font-weight: 300;
  line-height: 1em;
  transform: rotate(-90deg);
}

.faq-col-item {
  z-index: 1;
  cursor: auto;
  border-top: 1px #0003;
  border-bottom: 1px solid #0003;
  width: 100%;
  padding: 50px;
  position: relative;
}

.content-wrap {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 200px;
  display: flex;
}

.sidebar {
  border-right: 1px solid #0003;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.faq-col-list {
  z-index: 1;
  border-top: 1px solid #0003;
  position: relative;
}

.section-3 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
}

.section-3.fullheight {
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.main {
  z-index: 1;
  background-color: #f5f5f5;
  width: 100%;
  position: relative;
}

.spicy-bg {
  opacity: .26;
  background-image: linear-gradient(#e48e8e, #d3b950 56%, #7cb99d);
  width: 100%;
  position: absolute;
  inset: 0%;
}

.faq-nav-sign-vertical {
  background-color: #000;
  width: 17px;
  height: 3px;
  position: absolute;
  inset: 0 0% 0% auto;
}

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

.horizontal-line-40 {
  background-color: #e5e5e5;
  max-width: 690px;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.global-wrapper {
  width: 100%;
  max-width: 1240px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.button-normal-white-wrapper-2 {
  grid-column-gap: 4px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  align-items: center;
  padding: 10px 12px;
  text-decoration: none;
  display: inline-flex;
}

.faq-nav-sign {
  background-color: #000;
  width: 17px;
  height: 3px;
}

.global-padding {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.button-white-arrow-image-white-2 {
  object-fit: cover;
  width: 12px;
  height: 12px;
  display: none;
  position: absolute;
  inset: 2.81px auto auto 2.67px;
}

.faq-item-text-block {
  max-width: 522px;
  overflow: hidden;
}

.section-headline-text {
  display: inline-block;
}

.section-headline-text.text-3xl.text-weight-semibold {
  font-weight: 600;
}

.button-white-arrow-image-black-2 {
  object-fit: cover;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: 2.81px auto auto 2.67px;
}

.faq-item-block {
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  min-width: 590px;
  max-width: 590px;
  display: flex;
}

.faq-section.section-margin {
  margin-bottom: 40px;
}

.faq-item-header-block {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-item-wrapper {
  max-width: 590px;
}

.button-normal-white-arrow-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-content-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.faq-nav-block {
  margin-right: 10px;
  position: relative;
}

.faq-item-header-text {
  max-width: 597px;
}

.faq-item-text-block-2 {
  max-width: 522px;
}

.faq-icon.noselect {
  width: 60%;
}

.column-wrapper {
  align-items: flex-start;
  display: flex;
}

.faq-h3 {
  color: #3d5169;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.faq-h3.noselect {
  color: #f5f5f5;
  font-size: 18px;
  font-weight: 600;
}

.faq-circle {
  border: 1px #f5f5f5;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 30px;
  display: flex;
}

.paragraph {
  color: #445567;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.faq {
  cursor: pointer;
  background-color: #1e1e1e;
  border: 1.3px solid #1e1e1e;
  border-radius: 10px;
  align-items: center;
  width: 100%;
  min-width: 400px;
  min-height: 80px;
  padding: 20px 10px;
  transition: all .2s;
  display: flex;
}

.faq:hover {
  box-shadow: 0 1px 13px #3d516929;
}

.heading-8 {
  color: #11164d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 700;
}

.detail-block {
  background-color: #56e8ff0d;
  border: 1px solid #56e8ff;
  max-width: 800px;
  margin: 20px auto 60px;
  padding: 30px 20px;
  font-size: 17px;
}

.container_faq {
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.title-wrap {
  margin-bottom: 100px;
}

.faq-question-wrap {
  margin-bottom: 20px;
}

.column {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.faq-content {
  overflow: hidden;
}

.success-text {
  font-weight: 600;
}

.form-button-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.button-3 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #171717;
  border: 1px solid #171717;
  border-radius: 100rem;
  align-items: center;
  padding: .75rem 1.25rem;
  font-size: .875rem;
  transition: color .35s;
  display: flex;
}

.button-3:hover {
  color: #cbfb45;
}

.button-3.w--current {
  border-radius: 100rem;
}

.form-field-label {
  color: #f5f5f5;
  margin-bottom: .5rem;
  padding-left: 1rem;
  font-weight: 400;
}

.form-field-wrapper {
  position: relative;
}

.input-form {
  color: #171717;
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #cbfb45;
  border-radius: 100rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem .5rem 1rem;
  font-size: 1rem;
  line-height: 1.6;
}

.input-form:hover {
  border-bottom: 2px solid #171717;
}

.input-form:focus {
  border-color: #000 #000 #171717;
  border-bottom-style: solid;
}

.input-form::placeholder {
  color: #0009;
}

.input-form.is-text-area {
  border-radius: 1rem;
  min-height: 11.5rem;
  padding: 1rem;
}

.contact-form-block {
  color: #f5f5f5;
  background-color: #212121;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  padding: 2rem;
}

.contact-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.error-text {
  color: #e23939;
}

.error-message {
  border: 2px solid #fff;
  border-radius: 1rem;
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-message {
  padding: 1.5rem;
}

.form-field-2col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.grid-2-columns.footer-top {
  border-top: 1px #6e6e6e;
  border-bottom: 1px #6e6e6e;
  width: 100%;
  height: 30%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.footer-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90vw;
  max-width: 1100px;
  min-height: 70vh;
  display: flex;
  position: relative;
}

.swell-footer {
  z-index: 5;
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 70vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.button-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #ee7426;
  padding: 20px 48px;
  line-height: 20px;
  transition: transform .3s, background-color .3s;
}

.button-primary:hover {
  color: #fff;
  background-color: #ee7426d1;
  transform: translate3d(0, -2px, .01px);
}

.button-primary.form {
  margin-top: 40px;
}

.button-primary.form.footer {
  color: #111;
  background-color: #fff;
  width: 100%;
  margin-top: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  line-height: 18px;
}

.long-button-2 {
  color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: .9rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-footer-image {
  width: 10rem;
}

.social-footer-image.invert {
  filter: invert();
  width: 30rem;
  height: 10rem;
  margin-bottom: 60px;
}

.long-button-wrap {
  flex-direction: column;
  width: 300px;
  display: flex;
}

.long-button-wrap.inverted {
  filter: invert();
}

.long-button-underlay {
  z-index: 1;
  background-color: #fff;
  width: 300px;
  height: 40px;
  position: absolute;
  inset: 0%;
  transform: translate(0%, -40px);
}

.social-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.social-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.social-icon.white {
  background-color: #fff;
  border-radius: 100%;
  margin-bottom: 6px;
  margin-right: 6px;
}

.footer-title {
  margin-bottom: 36px;
}

.footer-title.white {
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.2;
}

.footer-column-header {
  color: #1f1f1f;
  font-weight: 600;
}

.paragraph-small {
  font-size: 1rem;
  line-height: 1.8;
}

.paragraph-small.color-neutal-400 {
  color: #cecece;
}

.long-button-link-wrap {
  opacity: .6;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-circle {
  background-color: #fcd67e;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.success-message-2 {
  color: #fff;
  background-color: #111;
  padding: 39px 24px;
  font-weight: 500;
}

.success-message-2.white-small {
  color: #111;
  background-color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.error-message-2 {
  color: #ff5050;
  text-align: center;
  margin-top: 26px;
  padding: 30px 28px;
  font-size: 18px;
  line-height: 26px;
}

.long-button-title {
  font-weight: 400;
}

.footer-copyright {
  color: #1f1f1f;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 19px;
  font-size: .6rem;
  font-weight: 500;
  text-decoration: none;
}

.text-span {
  margin-right: 5px;
}

.footer-column {
  width: 32%;
  margin-right: 2rem;
  padding-bottom: 30px;
  padding-right: 0%;
}

.logo-footer {
  transform-style: preserve-3d;
  margin-left: 60px;
  transition: transform .3s, color .3s;
}

.logo-footer:hover {
  transform: scale3d(.94, .94, 1.01);
}

.animation-image {
  z-index: 1;
  width: 16px;
  position: relative;
}

.long-button-info {
  z-index: 2;
  border-bottom: 1px solid #f8f8f8;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  font-weight: 200;
  transition: padding .3s;
  display: flex;
  position: relative;
  inset: 0%;
}

.long-button-info:hover {
  padding-left: 15px;
  padding-right: 15px;
}

.long-button-icon {
  width: 18px;
  margin-bottom: 5px;
  margin-left: 6px;
}

.input {
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #cecece;
  border-radius: 0;
  height: 56px;
  margin-bottom: 22px;
  padding: 0 0 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  transition: border-color .3s, color .3s;
}

.input:hover {
  border-bottom-color: #111;
}

.input:focus {
  color: #727272;
  border-bottom-color: #111;
}

.input::placeholder {
  color: #111;
}

.input.footer {
  border-bottom-color: #727272;
  font-size: 16px;
  line-height: 18px;
}

.input.footer:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.input.footer:focus {
  border-bottom-color: #fff;
}

.input.footer::placeholder {
  color: #cecece;
  font-weight: 400;
}

.footer-columns {
  border-bottom: 1px solid #000;
  justify-content: flex-start;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 5%;
  display: flex;
}

.cta-black-footer {
  background-color: #2b2b2b;
  padding: 45px 23px;
}

.footer-copyright-section {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.bleh-img-link {
  width: 200px;
  position: absolute;
  inset: 0% 6% auto auto;
}

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

.social-icon-container.right {
  justify-content: flex-end;
}

.social-icon-container.right.middle-mobile {
  margin-right: 38px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.section-details {
  color: #c9c2ac;
  background-color: #212121;
  height: 100vh;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  position: relative;
  top: 0;
}

.section-details.padding-global {
  z-index: 1;
  height: 100vh;
  display: block;
}

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

.button-4 {
  color: #c9c2ac;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #212121;
  border: 2px solid #212121;
  border-radius: 10rem;
  padding: .75rem 1.5rem;
  font-weight: 400;
  transition: color .6s, background-color .6s;
}

.button-4:hover {
  color: #212121;
  background-color: #c9c2ac;
  border-color: #212121;
}

.button-4.is-secondary {
  color: #c9c2ac;
  background-color: #0000;
  border: 1px solid #c9c2ac;
}

.button-4.is-secondary:hover {
  color: #212121;
  background-color: #c9c2ac;
}

.secondary-paragraph {
  text-transform: uppercase;
  width: 30%;
  margin-bottom: 2.5rem;
  margin-right: 2.5rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.heading-9 {
  font-size: 6rem;
}

.heading-9.outline {
  color: #f5f5f5;
}

.mail {
  color: #1e1e1e;
  text-align: right;
  font-size: 20px;
  text-decoration: underline;
}

.link._2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link._1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.tel {
  color: #1e1e1e;
  font-size: 20px;
  text-decoration: underline;
}

.image-3 {
  max-width: 8%;
}

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

.navbar {
  background-color: #fff0;
  width: 100%;
  position: fixed;
  inset: 0% auto auto;
}

.nav-wrapper {
  padding-left: 2em;
  padding-right: 2em;
}

.image-5 {
  margin-top: 1.4em;
}

.nav-link {
  text-transform: capitalize;
  font-size: 1rem;
}

.nav-link:hover {
  color: #424242cc;
}

.nav-link.w--current {
  color: #1d1d1d;
  text-decoration: none;
}

.button-5 {
  text-transform: capitalize;
  background-image: linear-gradient(0deg, #6e6e6e 50%, silver);
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  height: 2.625rem;
  margin-bottom: 0;
  padding: .8125rem 1.375rem;
  line-height: 0;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 0 1px #00000014, inset 0 -.25px 1px #0003, inset 0 1px 1px #8f8f8f;
}

.button-5:hover {
  color: #080808;
  background-image: linear-gradient(0deg, #ff5e01 50%, #ffddca);
  box-shadow: 0 0 0 1px #0003, inset 0 -.25px 1px #0003, inset 0 1px 1px #ffbd96;
}

.nav-link-2 {
  color: #5d5d5d;
  padding: .5rem .75rem;
  font-size: 1rem;
  font-weight: 500;
}

.nav-link-2.w--current {
  color: #080808;
}

.navbar-2 {
  background-color: #0000;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.nav-button-wrapper.hide-desktop {
  display: none;
}

.nav-container {
  background-color: #f5f5f5;
  border: 4px solid #fff;
  border-radius: 3.125rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem .75rem .75rem 1.25rem;
  display: flex;
  box-shadow: 0 0 20px #00000012;
}

.button-text {
  color: #fff;
  font-size: 1rem;
  line-height: 1rem;
}

.navlink-nb1 {
  color: #333;
}

.nav_content {
  display: flex;
}

.nav_content.is-secondary {
  background-color: #f5f5f5;
  border-radius: 3.5rem;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .5rem .5rem 2rem;
}

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

.nav_buttons-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  font-size: .87rem;
  font-weight: 400;
  line-height: 1.42;
  display: flex;
}

.login-wrap.hide-mobile-landscape {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-nav {
  color: #f5f5f5;
  cursor: pointer;
  background-color: #1e1e1e;
  border: 2px solid #0000;
  border-radius: 3rem;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 3rem;
  padding: .5rem 1.5rem;
  font-size: 1rem;
  transition: border .2s, border-color .2s, transform .2s, border .2s, background-color .2s;
  display: flex;
}

.navbar-logo-link {
  color: gray;
  max-width: 5rem;
  position: relative;
}

.nav-links {
  letter-spacing: .02px;
  padding: .5rem 1.5rem;
  transition: opacity .2s, background-color .2s, transform .2s;
}

.navbar-logo {
  width: 100%;
}

.button_gradient {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  border-radius: 12px;
  position: absolute;
  inset: 0%;
}

.button_gradient.light-small-3 {
  width: 100%;
  height: 100%;
}

.button_inner {
  padding: 1.5rem 2rem;
  transition: box-shadow .2s;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 7px #ffffff47;
}

.button_inner:hover {
  box-shadow: inset 0 0 7px #fff9;
}

.button_inner.light-small-2 {
  width: 13rem;
  height: 5rem;
  margin-left: 0;
  padding: .5rem 1rem 1rem;
}

.button_gradient-glow {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.button_gradient-glow.light-small-7 {
  background-color: #00000054;
}

.navbar_hamburger-line {
  background-color: #000;
  width: 100%;
  height: 2px;
}

.navbar_hamburger {
  z-index: 101;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: none;
  position: relative;
}

.navbar_link-text._1 {
  pointer-events: none;
  font-size: 1.1rem;
}

.navbar_link-text._2 {
  pointer-events: none;
  font-size: 1.1rem;
  position: absolute;
  top: 100%;
}

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

.navbar_links-wrap {
  grid-column-gap: 3.9rem;
  grid-row-gap: 3.9rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #00000080;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  height: 5rem;
  padding: 0 .5rem 0 1.75rem;
  display: flex;
}

.navbar_logo {
  width: 20rem;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.button-6 {
  color: #fff;
  background-color: #000;
  border-radius: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  position: relative;
  overflow: clip;
}

.button-6:active {
  transform: translate(0, 2px);
  box-shadow: 0 4px 4px #0000004d;
}

.button-6.light-small {
  color: #000;
  background-color: #f5f5f5;
  border-radius: 1rem;
  width: 13rem;
  height: 4rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .875rem;
  display: flex;
}

.button_text {
  z-index: 5;
  position: relative;
}

.button_text.light-small-6 {
  padding-top: 10px;
  font-size: 1.5rem;
}

.navbar_hamburger-wrap {
  display: none;
}

.navbar_logo-wrap {
  width: 20rem;
  height: 13rem;
  margin-top: 1rem;
  margin-right: 1rem;
  position: relative;
  top: -.5rem;
}

.navbar_logo-wrap.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  width: 20rem;
  height: 7rem;
  margin-right: 0;
  padding-top: .5rem;
  display: block;
  position: relative;
}

.button_gradient-ball {
  filter: blur(20px);
  mix-blend-mode: overlay;
  border-radius: 50%;
  width: 50%;
  height: 50%;
}

.button_gradient-ball.ball-2 {
  background-image: linear-gradient(78deg, #a600ff, #2bff00);
  position: absolute;
  bottom: 0;
  left: 50%;
}

.button_gradient-ball.ball-2.light-small-9 {
  filter: blur(13px);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.button_gradient-ball.ball-1 {
  background-color: #fd3846;
  background-image: linear-gradient(to right, #fd3846, #ffd000);
  position: absolute;
  bottom: 0;
}

.button_gradient-ball.ball-1.light-small-8 {
  filter: blur(13px);
  background-color: #1e1e1e;
  background-image: none;
}

.navbar_links {
  grid-column-gap: 1.9rem;
  grid-row-gap: 1.9rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 40rem;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.navbar-3 {
  z-index: 99;
  width: 100%;
  padding-top: 1rem;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_link {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  position: relative;
  overflow: clip;
}

.button-3 {
  position: relative;
}

.arrow-wrapper-b3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  display: flex;
  position: absolute;
  inset: 32% auto auto 37%;
}

.button-3-2 {
  position: relative;
}

.button-8 {
  color: #333;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 3px #d3d3d3;
}

.button-8._1 {
  width: 100%;
}

.text-button-b8 {
  z-index: 1;
  letter-spacing: 0;
  position: relative;
}

.bg-mask-b8 {
  background-color: #333;
  width: 0;
  height: 200px;
  position: absolute;
  inset: auto;
  transform: rotate(37deg);
}

.text-button-b8-2 {
  z-index: 1;
  letter-spacing: 0;
  position: relative;
}

@media screen and (min-width: 1440px) {
  .main-wrapper {
    z-index: 2;
  }

  .container-medium {
    max-width: 70.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .services_title_wrap {
    padding-left: 20px;
  }

  .padding-global.is-navbar {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .arrow-block_services {
    justify-content: center;
    align-items: center;
    margin-right: 60px;
  }

  .button-9 {
    width: 15rem;
    height: 5rem;
  }

  .global-wrapper {
    max-width: 1440px;
  }

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

  .faq-item-block {
    min-width: 690px;
    max-width: 690px;
  }

  .faq-section.section-margin {
    z-index: 1;
    margin-top: -12px;
    margin-bottom: 0;
    position: relative;
  }

  .faq-item-wrapper {
    max-width: 690px;
  }

  .questions_wrap {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    background-color: #1e1e1e;
    border: 1px solid #1e1e1e;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-7 {
    color: #f5f5f5;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 60px;
    display: flex;
  }

  .arrow_faq {
    cursor: pointer;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .faq-icon.noselect {
    width: 5rem;
  }

  .column-wrapper {
    z-index: 2;
    position: relative;
  }

  .faq-h3.noselect {
    color: #f5f5f5;
    font-size: 20px;
  }

  .faq-circle {
    border-color: #1e1e1e;
    margin-right: 20px;
  }

  .paragraph {
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    display: flex;
  }

  .faq {
    background-color: #1e1e1e;
    border-color: #1e1e1e;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container_faq {
    z-index: 5;
  }

  .faq-content {
    grid-column-gap: 73px;
    grid-row-gap: 73px;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .faq-content.scroll {
    text-align: center;
  }

  .section_contact {
    margin-bottom: 40px;
  }

  .container-4 {
    background-color: #1e1e1e;
    background-image: linear-gradient(#0000, #0000);
    border-radius: 13%;
    width: 100%;
    height: 100%;
  }

  .form-button-wrapper {
    width: 9rem;
    height: 4rem;
  }

  .button-3.is-form {
    color: #1e1e1e;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    width: 100%;
    height: 100%;
    font-size: 30px;
  }

  .form-field-label {
    color: #f5f5f5;
    text-align: left;
    font-size: 20px;
  }

  .input-form {
    border-style: none;
    border-color: #000;
  }

  .contact-form-block {
    background-color: #1e1e1e;
    border-radius: 0;
    padding-top: 4rem;
  }

  .grid-2-columns.footer-top {
    background-color: #f5f5f5;
    border-top-style: none;
    border-bottom-style: none;
    width: 100%;
    height: 30%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .social-footer-image.invert {
    width: 30rem;
    height: 20rem;
    padding-bottom: 60px;
  }

  .footer-title.white {
    color: #1e1e1e;
  }

  .paragraph-small.color-neutal-400 {
    color: #1e1e1e82;
  }

  .social-circle {
    background-color: #f5f5f5;
  }

  .logo-footer {
    margin-left: 60px;
  }

  .input.footer {
    color: #000;
    font-size: 18px;
    line-height: 20px;
  }

  .cta-black-footer {
    background-color: #f5f5f5;
    padding-left: 45px;
    padding-right: 45px;
  }

  .social-icon-container.right.middle-mobile {
    justify-content: flex-end;
    align-items: flex-start;
    margin-right: 38px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 60px;
    text-decoration: none;
    display: block;
  }

  .section-details.padding-global {
    background-color: #1e1e1e;
    height: 100vh;
  }

  .heading-9.outline {
    color: #f5f5f5;
  }

  .mail {
    color: #1e1e1e;
    text-align: right;
    text-transform: none;
    padding-bottom: 0;
    font-size: 30px;
    -webkit-text-decoration: underline #1e1e1e;
    text-decoration: underline #1e1e1e;
  }

  .link-block {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: block;
  }

  .link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .link._2 {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .link._1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .tel {
    color: #1e1e1e;
    text-align: right;
    font-size: 30px;
    text-decoration: underline;
  }

  .image-3 {
    max-width: 8%;
    display: inline-block;
  }

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

  .navbar {
    z-index: 0;
    background-color: #f5f5f5;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
  }

  .nav-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .brand {
    padding-bottom: 20px;
    padding-right: 220px;
  }

  .nav-menu-2 {
    text-align: left;
    justify-content: center;
    align-items: center;
    display: block;
  }

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

  .nav_content {
    background-color: #f5f5f5;
    border-radius: 3.5rem;
    justify-content: space-between;
    align-items: center;
    padding: .5rem .5rem .5rem 2rem;
    font-size: .9rem;
    line-height: 1.42;
    display: flex;
  }

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

  .nav_buttons-wrap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .login-wrap.hide-mobile-landscape {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-nav {
    color: #f5f5f5;
    background-color: #1e1e1e;
    border: 2px solid #0000;
    border-radius: 3rem;
    justify-content: center;
    align-items: center;
    min-height: 3rem;
    padding: .5rem 1.5rem;
    font-size: 1rem;
    display: flex;
  }

  .navbar-logo-link {
    color: gray;
    width: 100%;
  }

  .nav-links {
    color: #1e1e1e;
    border-radius: 2.5rem;
    padding: .5rem 1.5rem;
    position: relative;
  }

  .button_gradient.light-small-3 {
    width: 15rem;
    display: block;
  }

  .button_inner.light-small-2 {
    width: 15rem;
    height: 5rem;
    margin-right: 0;
  }

  .navbar_link-text._1, .navbar_link-text._2 {
    font-size: 1.5rem;
  }

  .navbar_component {
    height: 9rem;
  }

  .navbar_links-wrap {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    background-color: #0000009c;
    border-radius: 5.3rem;
    height: 7rem;
  }

  .navbar_logo {
    width: 20rem;
  }

  .button-6.light-small {
    width: 15rem;
    height: 4rem;
    margin-right: 40px;
    display: flex;
  }

  .button_text.light-small-6 {
    margin-top: 10px;
    padding-top: 0;
    font-size: 1.5rem;
  }

  .navbar_logo-wrap {
    width: 20rem;
    height: 10rem;
  }

  .navbar_logo-wrap.w--current {
    height: 8rem;
  }

  .button_gradient-ball.ball-2.light-small-9 {
    background-image: none;
  }

  .button_gradient-ball.ball-1.light-small-8 {
    background-color: gray;
  }

  .navbar_links {
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
  }

  .navbar-3 {
    float: none;
    clear: none;
    position: fixed;
  }

  .button-3 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .button-3-2 {
    margin-top: 40px;
  }

  .button-8 {
    width: 100%;
    height: 4rem;
    overflow: hidden;
  }

  .text-button-b8 {
    text-align: center;
    font-family: Changa One, Arial, sans-serif;
    font-weight: 800;
  }

  .bg-mask-b8 {
    display: block;
    overflow: hidden;
  }

  .text-button-b8-2 {
    font-family: Changa One, Arial, sans-serif;
    font-size: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .heading_hero, .heading_hero._3 {
    font-size: 160px;
  }

  .arrow-icon-link.scroll-link-wrapper {
    width: 140px;
    height: 140px;
  }

  .grid-2-columns {
    grid-column-gap: 56px;
    grid-row-gap: 80px;
  }

  .button-primary {
    padding: 28px 72px;
    font-size: 22px;
    line-height: 24px;
  }

  .button-primary.form {
    margin-top: 50px;
  }

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

  .input {
    margin-bottom: 26px;
    padding-bottom: 24px;
    font-size: 22px;
    line-height: 24px;
  }

  .navbar_links-wrap {
    grid-column-gap: 15rem;
    grid-row-gap: 15rem;
    height: 9rem;
    padding-left: 0;
  }

  .button-6.light-small {
    margin-right: 0;
  }

  .navbar_logo-wrap.w--current {
    height: 10rem;
    margin-right: 4rem;
  }
}

@media screen and (max-width: 991px) {
  .hero_heading, .hero_background-text {
    -webkit-text-stroke-width: 0px;
    font-size: 2.75rem;
  }

  .arrow-icon-link.scroll-link-wrapper {
    display: none;
  }

  .brands_item-logo {
    height: 25%;
  }

  .brands_item-logo-wrap {
    width: 12rem;
  }

  .container-medium {
    max-width: none;
  }

  .block_about {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text, .text-2 {
    font-size: 2.8rem;
  }

  .button-11._1 {
    margin-top: 5%;
  }

  .container-wrapper, .snap-container {
    padding: 1.5rem;
  }

  .list-item-wrap_services, .top-grid_services {
    display: block;
  }

  .container_large {
    margin-left: 0;
  }

  .values-rang-e {
    width: 90%;
    margin-left: 40px;
  }

  .item-loader._1, .item-loader._2, .item-loader._3 {
    width: 30%;
  }

  .heading-5, .heading-5._2, .heading-5._3 {
    font-size: 1rem;
  }

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

  .experience_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .experience_timeline-step {
    grid-column-gap: 24px;
  }

  .faq-text {
    font-size: 4rem;
  }

  .faq-col-item {
    padding: 20px;
  }

  .content-wrap {
    margin-left: 160px;
  }

  .sidebar {
    width: 160px;
  }

  .faq-item-text {
    max-width: 636px;
  }

  .section-headlne-content-wrapper {
    width: 100%;
  }

  .global-padding {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .faq-item-block {
    width: 100%;
    max-width: 720px;
  }

  .faq-item-wrapper {
    width: 100%;
    max-width: 730px;
  }

  .faq-content-block {
    justify-content: center;
  }

  .faq-section-wrapper {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

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

  .faq-question-wrap {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .column {
    width: 100%;
  }

  .contact-form-block {
    border-radius: 2rem;
  }

  .button-primary {
    padding: 18px 44px;
  }

  .button-primary.form {
    margin-top: 20px;
  }

  .long-button-2 {
    font-size: .9rem;
  }

  .footer-column {
    width: 300px;
    padding-right: 0%;
  }

  .input {
    font-size: 18px;
    line-height: 20px;
  }

  .footer-columns {
    flex-flow: wrap;
    justify-content: space-between;
    padding-left: 0%;
    display: flex;
  }

  .bleh-img-link {
    width: 170px;
  }

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

  .navbar {
    background-color: #fff;
    border-style: none;
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
  }

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

  .image-5 {
    margin-top: 0;
  }

  .nav-menu-2 {
    background-color: #fff;
    height: 100vh;
  }

  .nav-link {
    justify-content: center;
    font-size: 3rem;
    display: flex;
  }

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

  .icon {
    color: #1d1d1d;
  }

  .menu-button-2 {
    padding: .5rem .5rem 0;
  }

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

  .nav-menu {
    background-color: #e5e5e5;
    padding: 1rem 1rem 2rem;
  }

  .button-5 {
    font-size: .875rem;
  }

  .menu-line {
    background-image: linear-gradient(0deg, #ff7221 50%, #ffddca);
    width: 1.5rem;
    height: 2px;
    margin-bottom: .5rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-link-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .navbar-2 {
    padding: 1rem;
  }

  .nav-button-wrapper.hide-tablet {
    display: none;
  }

  .nav-button-wrapper.hide-desktop {
    margin-top: .5rem;
    padding-left: .5rem;
    display: flex;
  }

  .nav-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav-menu-nb1 {
    background-color: #0000;
  }

  .button_inner.light-small-2 {
    width: 9rem;
    height: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar_hamburger {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    display: flex;
  }

  .navbar_link-text._1, .navbar_link-text._2 {
    font-size: 1rem;
  }

  .navbar_component {
    justify-content: center;
    align-items: center;
  }

  .navbar_links-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    opacity: 1;
    background-color: #0009;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: calc(100% - 5rem);
    padding: 2rem 2rem 2rem 0;
    display: flex;
    position: absolute;
    top: calc(100% + 1rem);
  }

  .navbar_logo {
    width: 100%;
    height: 100%;
  }

  .button-6.light-small {
    height: 4rem;
  }

  .button_text.light-small-6 {
    padding-top: 0;
    font-size: 1rem;
  }

  .navbar_hamburger-wrap {
    z-index: 101;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-left: auto;
    margin-right: -.3rem;
    display: flex;
    position: relative;
  }

  .navbar_logo-wrap {
    height: 5rem;
    margin-top: 0;
    margin-right: 0;
    top: auto;
  }

  .navbar_logo-wrap.w--current {
    width: 25rem;
    height: 9rem;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar_links {
    z-index: 101;
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: row;
    padding-right: 40px;
  }

  .navbar-3 {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero_heading, .hero_background-text {
    -webkit-text-stroke-width: 0px;
  }

  .heading_hero {
    font-size: 70px;
  }

  .heading_hero._2nd, .heading_hero._3rd {
    font-size: 100px;
  }

  .heading_hero._3 {
    font-size: 70px;
  }

  .brands_item-logo-wrap {
    width: 12rem;
  }

  .about_tittle {
    letter-spacing: .05em;
  }

  .heading-style-h4 {
    -webkit-text-stroke-width: 0px;
  }

  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-section-medium {
    padding-top: 0;
  }

  .label_line {
    width: 1.75rem;
  }

  .text, .text-2 {
    font-size: 2rem;
  }

  .button-11._1 {
    margin-top: 5%;
    margin-left: 5%;
  }

  .container-wrapper {
    padding: 0;
  }

  .top-grid_services {
    display: block;
  }

  .title-wrap_services {
    display: flex;
  }

  .heading-2 {
    font-size: 2.8rem;
    line-height: 2;
  }

  .subtitle_services {
    font-size: .84rem;
  }

  .scetion-header {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
    display: flex;
  }

  .values-rang-e {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 30rem;
    margin-left: 0;
    display: flex;
  }

  .experience_timeline-icon-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .experience_progress-bar-wrapper {
    left: 3.4rem;
  }

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

  .paragraph-size-2 {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 150%;
  }

  .experience_component {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .experience_content-left {
    text-align: center;
    position: relative;
    top: 0;
  }

  .home-semi-titles {
    font-size: 1.75rem;
  }

  .faq-text {
    font-size: 3rem;
  }

  .content-wrap {
    justify-content: flex-start;
    margin-left: 100px;
  }

  .sidebar {
    width: 100px;
  }

  .faq-item-text {
    max-width: 440px;
  }

  .global-wrapper {
    max-width: 100%;
  }

  .button-normal-white-wrapper-2 {
    display: inline-flex;
  }

  .global-padding {
    padding-left: 14px;
    padding-right: 14px;
  }

  .section-headline-text.text-3xl {
    font-size: 40px;
    font-weight: 400;
  }

  .section-headline-text.text-3xl.text-weight-semibold {
    font-weight: 600;
  }

  .faq-item-block {
    align-items: stretch;
    width: 100%;
    min-width: 0;
  }

  .faq-item-wrapper {
    max-width: 100%;
  }

  .section-headline-contact-button-block {
    display: none;
  }

  .faq-nav-block {
    margin-right: 5px;
  }

  .button-3 {
    padding: .25rem 1rem;
  }

  .grid-2-columns {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.footer-top {
    grid-row-gap: 30px;
    place-items: center start;
  }

  .social-footer-image.invert {
    width: 50rem;
    height: 20rem;
    margin-bottom: 100px;
  }

  .footer-copyright {
    font-size: .6rem;
  }

  .logo-footer {
    margin-left: 0;
  }

  .footer-columns {
    flex-direction: column;
  }

  .cta-black-footer {
    padding-left: 36px;
    padding-right: 36px;
  }

  .bleh-img-link {
    width: 140px;
  }

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

  .secondary-paragraph {
    width: 50%;
  }

  .heading-9.outline {
    font-size: 4rem;
  }

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

  .image-5 {
    margin-top: 0;
  }

  .nav-button-wrapper.hide-desktop {
    margin-top: .875rem;
  }

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

  .button_inner {
    padding: 1.25rem 1.75rem;
  }

  .button_inner.light-small-2 {
    height: 4rem;
  }

  .navbar_link-text._1, .navbar_link-text._2 {
    font-size: .7rem;
  }

  .navbar_links-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    opacity: 100;
    width: calc(100% - 3rem);
    height: 3rem;
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
    top: calc(100% + .5rem);
  }

  .button-6 {
    border-radius: 1.25rem;
  }

  .button-6.light-small {
    width: 8rem;
    height: 3rem;
  }

  .navbar_links {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .navbar-3 {
    background-color: #f8f7f3;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

@media screen and (max-width: 479px) {
  .hero_heading._1, .hero_heading._2 {
    font-size: 1.5rem;
  }

  .hero_background-text {
    white-space: normal;
    width: 80vw;
    max-width: 17rem;
  }

  .hero_heading_block._1rst {
    margin-left: -11px;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .heading_hero {
    padding-right: 0;
    font-size: 50px;
  }

  .heading_hero._2nd, .heading_hero._3rd {
    font-size: 80px;
  }

  .heading_hero._3 {
    font-size: 50px;
  }

  .padding-section-medium {
    padding-top: 0;
  }

  .button {
    width: 310px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .button-11._1 {
    margin-top: 10%;
    margin-left: 5%;
  }

  .button-2 {
    width: 310px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .container-wrapper {
    height: 98vh;
  }

  .snap-container.is-green {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .nw-link {
    border: 1px solid #fff;
    border-radius: 20px;
    flex-direction: column;
    margin-top: 8px;
    margin-bottom: 0;
    padding: 8px 12px;
    display: flex;
  }

  .padding-global_services {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .top-grid_services {
    width: 100%;
    display: block;
  }

  .content-block_services {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    justify-content: flex-start;
    align-items: flex-start;
    width: 19rem;
    height: 8rem;
    display: block;
  }

  .number_services {
    padding-bottom: 40px;
  }

  .title-wrap_services {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 3rem;
    display: flex;
  }

  .heading-2 {
    flex: 0 auto;
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
  }

  .heading-2.hover {
    overflow: visible;
  }

  .text-wrap_service {
    width: 100%;
  }

  .subtitle_services {
    padding-left: .25rem;
    padding-right: .25rem;
    font-size: .6rem;
  }

  .values-rang-e {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    margin-right: 10px;
  }

  .item-loader._1, .item-loader._2 {
    width: 100%;
  }

  .item-loader._3 {
    width: 40%;
  }

  .value-item._1, .value-item._2, .value-item._3 {
    width: 100%;
  }

  .value-circle-lottie._1, .value-circle-lottie._2, .value-circle-lottie._3 {
    width: 17rem;
    height: 20rem;
  }

  .value-item-content {
    width: 5rem;
    margin-bottom: 0;
  }

  .value-icon, .image, .image-2 {
    width: 100%;
  }

  .experience_progress-bar-wrapper {
    height: 90%;
    left: 50%;
    transform: translate(-50%);
  }

  .experience_timeline-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-direction: column;
    display: flex;
    position: relative;
  }

  .heading-xbig-lvl {
    font-size: 2rem;
  }

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

  .paragraph-size-2 {
    font-size: 1rem;
    line-height: 1.5;
  }

  .experience_component {
    grid-template-columns: 1fr;
  }

  .experience_text-wrapper {
    margin-left: 20px;
  }

  .experience_timeline-left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: .5rem;
  }

  .experience_timeline-right {
    padding-bottom: 0;
    padding-left: 0;
  }

  .experience_timeline-step {
    z-index: 1;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: center;
    background-color: #1e1e1e;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
    position: relative;
  }

  .content-wrap {
    margin-left: 0;
  }

  .sidebar {
    display: none;
  }

  .faq-item-text {
    max-width: 268px;
  }

  .global-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .global-padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-item-block, .faq-item-wrapper {
    width: 100%;
  }

  .faq-item-header-text {
    width: 86%;
  }

  .faq-circle {
    margin-bottom: 9px;
  }

  .paragraph {
    margin-left: 15px;
  }

  .faq {
    flex-direction: column;
    align-items: flex-start;
    min-width: auto;
    padding-left: 15px;
  }

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

  .button-3 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .button-3.is-form {
    text-align: center;
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .input-form.is-text-area {
    border-radius: 1rem;
    min-height: 15rem;
  }

  .contact-form-block {
    border-radius: 1rem;
    padding: 1rem;
  }

  .form-field-2col {
    grid-template-columns: 1fr;
  }

  .social-footer-image.invert {
    width: 20rem;
    max-width: 50rem;
    height: 30rem;
    margin-left: -50px;
  }

  .long-button-wrap {
    width: 260px;
  }

  .footer-column-header {
    font-size: 1rem;
  }

  .paragraph-small {
    font-size: .95rem;
  }

  .footer-copyright {
    padding-top: 23px;
  }

  .logo-footer {
    width: 190px;
  }

  .footer-columns {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-copyright-section {
    padding-top: 15%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .bleh-img-link {
    inset: auto 0% 0% auto;
  }

  .social-icon-container.right.middle-mobile {
    flex-wrap: wrap;
    justify-content: center;
  }

  .section-details.padding-global {
    height: 150vh;
  }

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

  .secondary-paragraph {
    width: auto;
    margin-top: 2.5rem;
    position: static;
  }

  .heading-9.outline {
    font-size: 3rem;
  }

  .navbar {
    position: relative;
  }

  .nav-wrapper {
    justify-content: space-between;
    align-items: center;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
  }

  .brand {
    padding-left: 0;
  }

  .brand.w--current {
    align-items: center;
    display: flex;
  }

  .image-5 {
    margin-top: 0;
  }

  .nav-link {
    font-size: 2rem;
  }

  .nav-menu {
    padding-top: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .button-5 {
    text-align: center;
    padding: .75rem 1.125rem;
    font-size: .875rem;
  }

  .nav-logo-wrapper.w--current {
    padding-left: 0;
  }

  .nav-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button_inner.light-small-2 {
    margin-right: 0;
  }

  .navbar_link-text._1, .navbar_link-text._2 {
    font-size: .6rem;
  }

  .navbar_links-wrap {
    width: 100%;
    height: 4rem;
    margin-right: 0;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .navbar_logo {
    width: 100%;
    height: 4rem;
    margin-top: 0;
  }

  .button-6.light-small {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 4rem;
    height: 3rem;
  }

  .button_text.light-small-6 {
    letter-spacing: 0;
    font-size: .8rem;
    line-height: 15px;
  }

  .navbar_logo-wrap {
    width: 100%;
    height: 3rem;
    margin-top: 0;
    margin-right: 0;
  }

  .navbar_logo-wrap.w--current {
    width: 30rem;
    height: 4rem;
  }

  .navbar_links {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    width: 50rem;
    padding-right: 10px;
  }

  .navbar-3 {
    width: 100%;
    margin-left: -24px;
    margin-right: 0;
    padding-right: 0;
  }

  .navbar_link {
    font-size: .7rem;
  }
}

#w-node-_57452099-ee5a-86b1-a14e-65717910ddcb-0564d01e {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_85d4fb46-cf86-dfa7-d6ce-9600bb656577-0564d01e {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-_6766a3ee-c80b-d262-52c4-60e0bb519f4a-0564d01e {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-a5594ce4-8a58-cb09-1fab-fb4bf716aaad-0564d01e {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_3d980d26-068f-2429-67f8-87f20b43e37d-0564d01e {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_3d980d26-068f-2429-67f8-87f20b43e385-0564d01e {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-_3d980d26-068f-2429-67f8-87f20b43e388-0564d01e {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_3d980d26-068f-2429-67f8-87f20b43e38c-0564d01e {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_549cc487-09ff-d467-cae6-31db3be2ff8c-0564d01e {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_549cc487-09ff-d467-cae6-31db3be2ff94-0564d01e {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-_549cc487-09ff-d467-cae6-31db3be2ff97-0564d01e {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_549cc487-09ff-d467-cae6-31db3be2ff9b-0564d01e {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_7e5abfc6-3a08-898a-fbc1-eb639af40d86-0564d01e, #w-node-cc565d1d-53d1-2e92-15e6-c68b3ab94c5e-0564d01e {
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-cc565d1d-53d1-2e92-15e6-c68b3ab94c5e-0564d01e {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_57452099-ee5a-86b1-a14e-65717910ddcb-0564d01e {
    place-self: center;
  }
}


@font-face {
  font-family: 'Changa One';
  src: url('../fonts/Changa_One.zip') format('undefined');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Changaone';
  src: url('../fonts/ChangaOne-Regular.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Changaone';
  src: url('../fonts/ChangaOne-Regular.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Changaone';
  src: url('../fonts/ChangaOne-Regular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Changaone';
  src: url('../fonts/ChangaOne-Regular.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Changaone';
  src: url('../fonts/ChangaOne-Regular.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Changaone';
  src: url('../fonts/ChangaOne-Regular.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Changaone';
  src: url('../fonts/ChangaOne-Regular.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Changaone';
  src: url('../fonts/ChangaOne-Regular.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Changaone';
  src: url('../fonts/ChangaOne-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Changaone';
  src: url('../fonts/ChangaOne-Italic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}