:root {
  --bg: #f2f2f5;
  --bold-text: #1a2b2b;
  --text-white: #f2f2f5;
  --acente: #f2c744;
  --light-gray: #d9e1e3;
  --dark-gray: #637775;
}

.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;
}

body {
  background-color: var(--bg);
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--bold-text);
  text-align: center;
  margin-top: 1vw;
  margin-bottom: 1vw;
  font-size: 3.6vw;
  font-weight: 700;
  line-height: 110%;
}

h2 {
  color: var(--bg);
  margin-top: 0;
  margin-bottom: 2vw;
  font-size: 2.2vw;
  font-weight: 700;
  line-height: 130%;
}

p {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 140%;
}

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

.hero {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.container {
  flex-flow: column;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  overflow: visible;
}

.hero-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 2vw;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-top: 2vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading {
  color: var(--text-white);
  font-size: 3.6vw;
  line-height: 130%;
}

.heading.side {
  text-align: left;
  margin-bottom: 2vw;
  font-size: 2.8vw;
}

.btn {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  background-color: var(--acente);
  color: var(--bold-text);
  border-radius: 20vw;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 10vw;
  margin: auto auto 0 0;
  padding: 1vw 0;
  font-size: 1.2vw;
  font-weight: 700;
  display: flex;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn:hover {
  background-color: #e0b632;
  transform: scale(1.05);
}

.btn.second {
  margin-bottom: 0;
  margin-right: 1vw;
}

.btn.down {
  margin-bottom: 0;
  margin-right: 3vw;
}

.btn.center {
  margin-left: auto;
}

.navbar {
  background-color: #030506;
  height: 12vh;
  display: flex;
}

.image-2 {
  height: auto;
  transform: rotate(-45deg);
}

._0 {
  display: block;
}

.text {
  color: var(--bg);
  font-size: 1vw;
}

.text._50 {
  color: var(--text-white);
  text-align: center;
  font-size: 1vw;
  line-height: 140%;
}

.text._50.side {
  text-align: left;
  margin-bottom: 1vw;
}

.circle-text {
  color: var(--bold-text);
  text-align: center;
  font-size: .8vw;
  font-weight: 700;
  line-height: 130%;
}

.circle-1 {
  z-index: -1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #d9e1e3;
  border-radius: 10vw;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 7vw;
  height: 7vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: absolute;
  top: 0%;
  left: 10.5%;
  box-shadow: 2px 2px 5px #0003;
}

.circle-2 {
  z-index: -1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #d9e1e3;
  border-radius: 10vw;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 7vw;
  height: 7vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: absolute;
  top: 0%;
  left: 20.5%;
}

.circle-3 {
  z-index: -1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #d9e1e3;
  border-radius: 10vw;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 7vw;
  height: 7vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: absolute;
  top: 0%;
  left: 30.5%;
}

.circle-4 {
  z-index: -1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #d9e1e3;
  border-radius: 10vw;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 7vw;
  height: 7vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: absolute;
  top: 0%;
  left: 40.5%;
}

.circle-5 {
  z-index: -1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #d9e1e3;
  border-radius: 10vw;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 7vw;
  height: 7vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: absolute;
  top: 0%;
  left: 50.5%;
}

.circle-6 {
  z-index: -1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #d9e1e3;
  border-radius: 10vw;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 7vw;
  height: 7vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: absolute;
  top: 0%;
  left: 60.5%;
}

.circle-7 {
  z-index: -1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #d9e1e3;
  border-radius: 10vw;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 7vw;
  height: 7vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: absolute;
  top: 0%;
  left: 70.5%;
}

.circle-8 {
  z-index: -1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #d9e1e3;
  border-radius: 10vw;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 7vw;
  height: 7vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: absolute;
  top: 0%;
  left: 80.5%;
}

.container-nav {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.left {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

.body {
  background-color: #f2f2f5;
}

.yellow {
  color: #f2c744;
}

.yellow._1vw {
  margin-bottom: 1vw;
}

.tiny {
  font-weight: 300;
}

.grow-slider {
  background-color: #ddd0;
  width: 100%;
  height: auto;
  margin-top: 1vw;
  overflow: hidden;
}

.second-section {
  background-color: var(--bg);
  padding-top: 8vw;
  padding-bottom: 8vw;
}

.second-grid {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.card {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  background-color: var(--bg);
  border-radius: .5vw;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.6fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  height: 20vw;
  min-height: 20vw;
  padding: 2vw;
  display: flex;
  position: relative;
  box-shadow: 0 0 7px #0003;
}

.numb-text {
  font-size: 4vw;
  font-weight: 700;
  line-height: 120%;
}

.card-left-text {
  color: var(--bold-text);
  text-align: left;
  white-space: normal;
  font-size: 1.2vw;
  line-height: 130%;
}

.card-left-text.dark {
  flex: 0 auto;
  margin-bottom: 0;
  font-size: 1vw;
  line-height: 130%;
}

.card-left-text.dark.bold {
  font-size: 1.2vw;
  font-weight: 700;
}

.card-left-text.dark.bold._50 {
  width: 50%;
}

.card-left-text.dark.bold.bottom {
  margin-top: 2vw;
}

.card-left-text.dark._90 {
  color: var(--bold-text);
  width: 90%;
}

.card-left-text.down {
  margin-top: auto;
}

.card-left-text.bold {
  font-weight: 700;
}

.card-left-text.light {
  color: var(--text-white);
}

.circle-numb {
  background-color: #d9e1e3;
  border-radius: 100vw;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 9vw;
  height: 9vw;
  padding: 1vw;
  display: flex;
}

.numb-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 7vw;
  display: flex;
}

.counter-text {
  font-size: 4vw;
  font-weight: 700;
  line-height: 120%;
}

.about-section {
  background-color: #d9e1e3;
  margin-top: 4vw;
  padding-top: 0;
}

.about-grid {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  background-color: #d9e1e3;
  border-radius: 2vw;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 3fr 3fr;
  padding-top: 4vw;
  padding-bottom: 0;
}

.vy-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.vy {
  z-index: 1;
  width: 72%;
  position: absolute;
  bottom: -2px;
  left: 6%;
}

.vy-about {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.dark {
  color: var(--bold-text);
  text-align: left;
  margin-bottom: 1vw;
  font-size: 2.2vw;
  line-height: 130%;
}

.dark.center {
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.3vw;
}

.dark.no-marg {
  margin-bottom: 0;
}

.about-numb-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex: none;
  margin-bottom: 0;
  display: flex;
}

.about-numb-wrap.last {
  margin-bottom: 0;
}

.numb-about {
  display: flex;
}

.numb-wrap-copy {
  justify-content: flex-end;
  align-items: center;
  width: 4vw;
  display: flex;
}

.numb-about-wrap {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 4.4vw;
  display: flex;
}

.number1, .number2 {
  font-size: 2.8vw;
  font-weight: 700;
  line-height: 120%;
}

.timeline-wrap {
  flex-flow: column;
  display: flex;
  position: relative;
}

.timeline-grid {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 2fr 18fr;
  height: auto;
  margin-top: 2vw;
  margin-bottom: 4vw;
}

.data-text {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-top: .1vw;
  font-size: 1vw;
  font-weight: 500;
}

.nubm-about-holder {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  margin-top: auto;
  margin-bottom: 2vw;
  display: flex;
}

.line {
  background-color: var(--bold-text);
  width: 1px;
  height: 53%;
  position: absolute;
  top: 36%;
  left: 10%;
}

.grow-section {
  background-image: linear-gradient(#000, #0000), url('../images/BG-03.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 8vw;
  padding-bottom: 8vw;
}

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

.slide {
  width: 26vw;
  margin-right: 1vw;
}

.slide-wrap {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  background-color: var(--bg);
  border-radius: .5vw;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  width: 26vw;
  height: 24vw;
  padding: 2vw;
  display: flex;
}

.card-heading {
  color: var(--text-white);
  white-space: normal;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 130%;
}

.card-heading.dark {
  color: var(--bold-text);
  margin-bottom: 0;
}

.card-heading.yellow {
  color: var(--acente);
}

.card-heading.yellow.marg {
  margin-top: 1vw;
}

.mask {
  width: 26vw;
  overflow: visible;
}

.extra-slide {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  white-space: nowrap;
  display: flex;
}

.all-elements {
  flex-flow: column;
  display: flex;
}

.background-video {
  z-index: -2;
  filter: drop-shadow(20px 2px 5px #000000b3);
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-top: 3.5vw;
  position: absolute;
}

.tone {
  z-index: -1;
  background-color: #0000005c;
  background-image: linear-gradient(0deg, #000, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
}

.paragraph {
  color: var(--text-white);
}

.paragraph.bold {
  text-align: center;
  font-size: 1.6vw;
  font-weight: 600;
}

.paragraph.bold.side {
  text-align: left;
  font-size: 1.4vw;
}

.icon-text-wrap {
  justify-content: space-between;
  display: flex;
}

.image-3 {
  width: 14%;
  height: 90%;
}

.section-ibp {
  background-color: #f2f2f5;
  padding-top: 8vw;
  padding-bottom: 8vw;
}

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

.wrap {
  grid-row-gap: 2vw;
  flex-flow: column;
  display: flex;
}

.heading-2 {
  line-height: 130%;
}

.dark-large {
  color: var(--bold-text);
  margin-bottom: 1vw;
  font-size: 3.6vw;
  line-height: 130%;
}

.dark-large.center {
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.3vw;
}

.paragraph-2 {
  width: 100%;
}

.paragraph-2.down {
  margin-top: auto;
  font-size: 1.2vw;
}

.white {
  opacity: 0;
  color: var(--text-white);
}

.white.center {
  opacity: 100;
  text-align: left;
}

.white.anim {
  opacity: 0;
}

.white.anim._2, .white.anim._1, .white.anim._4, .white.anim._5, .white.anim._3 {
  color: var(--bold-text);
}

.wrap-text {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.heading-3 {
  margin-bottom: 1vw;
}

.card-clear {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.6fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.extra-wrap {
  display: flex;
}

.line-goriz {
  background-color: var(--bold-text);
  width: 100%;
  height: 1px;
  margin-top: auto;
  display: flex;
}

.line-goriz.light {
  opacity: 1;
  background-color: #d9e1e3;
}

.line-goriz.light.opacity {
  opacity: .3;
}

.line-goriz.up {
  opacity: .5;
  max-height: 1px;
  margin-bottom: 1vw;
}

.plus {
  opacity: .6;
  color: var(--light-gray);
  font-size: 5vw;
  font-weight: 500;
  position: absolute;
  inset: 36% auto auto 6%;
}

._3-pillars {
  background-color: var(--bg);
  padding-top: 8vw;
  padding-bottom: 8vw;
  position: static;
}

.pillars-grid {
  z-index: 1;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  display: flex;
  position: relative;
}

.card-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pillar-card {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  display: flex;
}

.extra-pillar-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  background-color: var(--light-gray);
  border-radius: .5vw;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 20vw;
  padding: 2vw;
  transition: all .555s;
  display: flex;
  box-shadow: 0 0 7px #0003;
}

.paragraph-3 {
  width: 70%;
}

.center {
  text-align: center;
}

.text-block {
  font-size: 1vw;
}

.text-btn-wrap {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.pillar-card-text {
  flex-flow: column;
  margin-top: 1.8vw;
  display: flex;
}

.numb-text-wrap {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  justify-content: space-between;
  display: flex;
}

.numb-mini {
  color: var(--bold-text);
  width: 2.4vw;
  font-size: 1vw;
}

.numb-mini.light {
  color: var(--acente);
  width: 2.2vw;
}

.black {
  color: #000;
}

.extra-text {
  color: var(--bold-text);
  text-align: left;
  white-space: normal;
  width: 50%;
  margin-bottom: 2vw;
  margin-left: auto;
  font-size: 1vw;
  line-height: 130%;
}

.extra-text.dark {
  width: 90%;
  margin-bottom: 0;
  font-size: 1vw;
  line-height: 140%;
}

.extra-text.dark.bold {
  font-size: 1.2vw;
  font-weight: 700;
}

.gray {
  color: #637775;
}

.section-collab {
  padding-top: 4vw;
  padding-bottom: 8vw;
}

.collab-grid {
  grid-template-columns: 6fr 6fr 6fr;
}

.colab-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #d9e1e3;
  border-radius: .5vw;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  box-shadow: 0 0 7px #0003;
}

.collab-text-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: space-between;
  margin-top: 2vw;
  margin-bottom: 2vw;
  margin-left: 2vw;
  display: flex;
}

.collab-img {
  filter: saturate(0%);
  border-top-right-radius: .5vw;
  border-bottom-right-radius: .5vw;
  width: 100%;
  position: static;
  inset: 0% 0% 0% auto;
}

.collab-img.yellow-color {
  filter: hue-rotate(-21deg);
}

.btn-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-why-work {
  background-color: var(--dark-gray);
  text-align: right;
  padding-top: 8vw;
  padding-bottom: 8vw;
  overflow: hidden;
}

.why-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slider-why {
  cursor: grab;
  background-color: #ddd0;
  border-radius: .5vw;
  width: 66vw;
  height: auto;
  display: block;
  overflow: hidden;
}

.slide-nav-2 {
  display: none;
}

.icon {
  display: block;
}

.icon-2 {
  display: none;
}

.mask-why {
  border-radius: .5vw;
  flex: none;
  width: 26vw;
  overflow: visible;
}

.slide-why {
  width: 26vw;
  height: 20vw;
  margin-right: 1vw;
}

.slide-why-wrap {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  background-color: var(--bg);
  border-radius: .5vw;
  flex-flow: column;
  height: 30vw;
  padding: 2vw;
  display: flex;
  position: relative;
}

.right-arrow-2 {
  background-color: var(--dark-gray);
  border-radius: .5vw;
  justify-content: center;
  align-items: center;
  width: 4vw;
  height: 4vw;
  transition: all .555s;
  display: flex;
  inset: auto auto 0% 7%;
}

.left-arrow-2 {
  background-color: var(--dark-gray);
  border-radius: .5vw;
  justify-content: center;
  align-items: center;
  width: 4vw;
  height: 4vw;
  transition: all .555s;
  display: flex;
  top: auto;
  bottom: 0%;
  right: auto;
}

.image-4 {
  width: 18%;
  position: absolute;
  inset: auto auto 0% 17%;
}

.image-5 {
  object-fit: fill;
  width: 2.6vw;
}

.custom-slider {
  width: 56vw;
  height: auto;
  position: relative;
  overflow: hidden;
}

.slider-wrapper {
  width: 100%;
  display: flex;
}

.slide-w {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  background-color: var(--bg);
  border-radius: .5vw;
  flex-flow: column;
  flex: 1;
  width: 26vw;
  height: 34vw;
  margin-right: 1vw;
  padding: 2vw;
  display: flex;
}

.tone-second {
  z-index: 0;
  background-image: linear-gradient(0deg, #000 46%, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-4 {
  color: var(--bold-text);
  text-align: left;
}

.are-we {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#000 8%, #0000), url('../images/BG-02.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 8vw;
  padding-bottom: 8vw;
}

.center-short {
  text-align: center;
  flex-flow: column;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.center-short.padd-2vw {
  margin-bottom: 2vw;
}

.slider-ibp {
  cursor: grab;
  background-color: #ddd0;
  border-radius: .5vw;
  width: 66vw;
  height: 130%;
  display: block;
  overflow: hidden;
}

.section-ibp-sliider {
  background-color: var(--light-gray);
  text-align: right;
  padding-top: 8vw;
  padding-bottom: 12vw;
  overflow: hidden;
}

.ibp-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 26vw 63vw;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-wrap-horizont {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start start;
  display: flex;
}

.grid-are-we {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 2vw;
}

.faq-left-wrap {
  width: 26vw;
  padding: 2vw;
  transition: all .555s;
}

.faq-left-wrap._1, .faq-left-wrap._2, .faq-left-wrap._3 {
  padding-top: 2vw;
  padding-bottom: 2vw;
}

.faq-right-wrap {
  width: 53vw;
  padding: 2vw;
}

.faq-wrap {
  border-radius: .5vw;
  display: flex;
}

.understand-section {
  background-color: var(--light-gray);
  padding-top: 8vw;
  display: none;
}

.under-wrap {
  background-color: var(--dark-gray);
  border-radius: .5vw;
  flex-flow: column;
  padding: 2vw;
  display: flex;
  box-shadow: 0 0 7px #0003;
}

.under-grid {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
}

.under-left {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.submit-button {
  background-color: var(--acente);
  color: var(--bold-text);
  border-radius: 100vw;
  width: 10vw;
  height: 10vw;
  margin-left: auto;
  margin-right: 1vw;
  font-size: 1.2vw;
  font-weight: 700;
}

.text-field {
  border-radius: .5vw;
}

.form {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: row;
  display: flex;
}

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

.field-label {
  color: var(--text-white);
  font-size: 1.2vw;
}

.image-6 {
  border-radius: .5vw;
}

._50 {
  width: 50%;
}

.email-wrap {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.start-section {
  padding-bottom: 8vw;
}

.grid-start {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.start-left-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.start-card {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  background-color: #637775;
  border-radius: .5vw;
  flex-flow: column;
  padding: 2vw;
  display: flex;
  box-shadow: 0 0 7px #0003;
}

.paragraph-4 {
  width: 50%;
}

.start-text-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  align-items: flex-start;
  display: flex;
}

.call-section {
  background-color: #d9e1e3;
  padding-top: 8vw;
  padding-bottom: 8vw;
}

.call-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.call-text-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  margin-bottom: auto;
  padding-top: 5vw;
  display: flex;
  position: sticky;
}

.code {
  width: 100%;
}

.avatar-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  align-items: flex-end;
  display: flex;
}

.text-block-2 {
  flex: 1;
}

.call-card-text-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1vw;
  margin-bottom: 1vw;
  display: flex;
}

.left-card-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.image-7 {
  filter: hue-rotate(90deg);
  object-fit: contain;
  margin-right: 2vw;
  transform: rotate(-90deg);
}

.background-video-one {
  z-index: -2;
  filter: drop-shadow(20px 2px 5px #000000b3);
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-top: 3.5vw;
  position: absolute;
}

.hero-wrap-one {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 2vw;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  height: 80vh;
  margin-top: 8vw;
  margin-left: 0;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 8vw;
  display: flex;
}

.semi {
  font-weight: 600;
}

.sint-section {
  padding-bottom: 8vw;
  position: relative;
}

.larg-text {
  color: var(--bold-text);
  margin-top: 8vw;
  font-size: 3.9vw;
  font-weight: 700;
  line-height: 130%;
}

.extra-larg-text {
  color: var(--light-gray);
  font-size: 32vw;
  line-height: 100%;
  position: absolute;
  inset: 13% 9% auto auto;
}

.right-arrow-icon {
  transform: rotate(-45deg);
}

.left-arrow-icon {
  transform: rotate(135deg);
}

.light {
  color: var(--text-white);
}

.certif-section {
  padding-top: 8vw;
  padding-bottom: 8vw;
}

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

.slide-nav-3 {
  display: none;
}

.certif-slider {
  background-color: #ddd0;
  width: 100%;
  height: auto;
  margin-top: 1vw;
  overflow: hidden;
}

.slide-wrap-certif {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  background-color: var(--bg);
  border-radius: .5vw;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  width: 26vw;
  height: 28vw;
  padding: 2vw;
  display: flex;
}

.icon-text-wrap-certif {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: flex-start;
  display: flex;
}

.container-navbar {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  overflow: visible;
}

.nav-link {
  color: var(--bg);
  padding-left: 2vw;
  padding-right: 0;
  font-size: 1.2vw;
}

#w-node-_566ecd7f-d727-9428-1e96-809ea0fb144a-1a7218bb, #w-node-_0c3ada12-ca7e-d5ba-4cf3-77c528d780cb-1a7218bb, #w-node-_1abf36ac-d6b8-d01b-ab33-55e60a3b84b0-1a7218bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4d7152e-e43b-f9f3-3dbb-1923ee9b505e-1a7218bb {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ccab46f8-0785-d56f-33d0-5dd639972593-1a7218bb, #w-node-af6122fb-74c0-283e-3b20-65e42febcc34-1a7218bb, #w-node-a5ebf7a3-779c-98d9-1f9f-616692efdc7d-1a7218bb, #w-node-_3dad80f7-32d6-9506-347f-1e95ac336695-1a7218bb, #w-node-_690ce9e2-d675-2888-cded-74dbe6de553b-1a7218bb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_691ac69c-5e46-89f4-6aec-f034089f9c42-1a7218bb {
  align-self: stretch;
}

#w-node-_3d0fc58f-df60-e788-1e3c-3173b590a6a5-1a7218bb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


