.navbar-final {
  position: fixed;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 300;
  width: 100%;
  background-color: transparent;
}

.nav-container03 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo-image {
  max-width: 80%;
  padding-top: 10px;
}

.nav-item {
  margin-right: 30px;
  margin-left: 30px;
  padding: 10px 0px 5px;
  font-family: 'Gill sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.nav-item:hover {
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  border: 1px none #000;
  border-radius: 0px;
  outline-color: #3fbff3;
  outline-offset: -15px;
  outline-style: none;
  outline-width: 2px;
  color: #3fbff3;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.nav-item:visited {
  font-style: normal;
  font-weight: 500;
}

.nav-item.w--current {
  color: #2abaed;
  font-style: italic;
  text-decoration: underline;
}

.image-swosh {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slide03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  background-image: url('../images/Header_3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide03-tab {
  display: none;
  min-height: 100vh;
  background-image: url('../images/Header_3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  background-image: url('../images/Header_4.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  background-image: url('../images/Header_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.scroll-mouse {
  position: relative;
  left: -45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1-header {
  margin-bottom: 10px;
  color: #fff;
  font-size: 80px;
  line-height: 100px;
  text-align: center;
}

.h1-header.h5 {
  margin-top: auto;
  font-size: 14px;
  line-height: 20px;
}

.h1-header.slider {
  top: -24%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 72px;
}

.slide04-tab {
  display: none;
  min-height: 100vh;
  background-image: url('../images/Header_4.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.link-text {
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  direction: ltr;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

.link-text:hover {
  color: #fff;
}

.left-arrow {
  display: none;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-icon {
  padding-right: 0px;
  padding-left: 0px;
}

.right-arrow-2 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-movie {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 10%;
  z-index: 100;
  display: block;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-10 {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.image-2 {
  padding-top: 6px;
  padding-left: 0px;
}

.image-2:hover {
  padding-right: 0px;
  padding-left: 0px;
}

.container {
  position: relative;
  left: 0px;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 700px;
  min-width: 0px;
  margin: 80px auto;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.container.slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.slider-2 {
  min-height: 100vh;
}

.para-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.watch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.header-home {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/Header-Background.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  background-image: url('../images/Header_2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.see-story {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.see-story:hover {
  padding-left: 0px;
  color: #ff6500;
  -o-object-fit: fill;
  object-fit: fill;
}

.slider-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide01-tab {
  display: none;
  min-height: 100vh;
  background-image: url('../images/Header_1_768X1024-Copy-3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-nav {
  opacity: 1;
}

.slide02--tab {
  display: none;
  min-height: 100vh;
  background-image: url('../images/Header_2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  min-height: 80vh;
  min-width: auto;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header-text {
  min-width: auto;
  margin-right: auto;
  margin-left: 40px;
}

.header-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-width: auto;
  margin-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1-white {
  padding-bottom: 0px;
  font-family: 'Gill sans', sans-serif;
  color: #fff;
  font-size: 96px;
  line-height: 50px;
  text-align: center;
  letter-spacing: -2px;
}

.h1-blue {
  font-family: 'Gill sans', sans-serif;
  color: #29baed;
  font-size: 96px;
  text-align: right;
}

.h1-blue.italic {
  margin-top: 60px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-size: 160px;
  line-height: 100px;
  font-style: italic;
  letter-spacing: -5px;
  -o-object-fit: fill;
  object-fit: fill;
}

.explore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: auto;
}

.rocket-image {
  position: absolute;
  left: auto;
  right: 10%;
  z-index: 1;
  max-width: 80%;
  margin-top: -3px;
  margin-right: auto;
  margin-left: 0px;
}

.cloud {
  position: absolute;
  left: auto;
  top: auto;
  right: 4%;
  bottom: 38%;
}

.cloud--1 {
  position: absolute;
  left: 57%;
  top: 30%;
  right: auto;
  bottom: auto;
}

.social {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.social-link {
  position: static;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Gill sans', sans-serif;
  color: #b9b8b8;
  font-size: 16px;
  text-decoration: none;
}

.mouse-scroll {
  position: static;
  left: 0%;
  top: 240px;
  right: 0%;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 50px;
  min-width: 50px;
  padding-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mouse-and-social {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.dropdown-toggle {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.icon-3 {
  color: #fff;
}

.dropdownmega {
  border-radius: 15px;
  background-color: #e6e6e9;
}

.dropdownmega.w--open {
  left: -76px;
  top: 42px;
  right: auto;
  bottom: -137px;
  width: 420px;
  min-width: 0px;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 10px;
  background-color: transparent;
}

.dropmenu {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0px;
  border-radius: 10px;
  background-color: #1b2b6d;
}

.dropmenulink {
  width: 100%;
  padding: 20px 10px;
  border-radius: 0px;
}

.dropmenulink:hover {
  border-radius: 10px;
}

.dropimage {
  margin-left: 20px;
}

.droptext {
  display: inline-block;
  margin-left: 20px;
  padding-left: 0px;
  font-family: 'Gill sans', sans-serif;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  white-space: normal;
}

.droptext:hover {
  color: #2abaed;
}

.who-are-we {
  position: relative;
  top: 0px;
  z-index: 0;
  overflow: hidden;
  margin-top: -200px;
  background-color: #f4f9ff;
}

.about-section {
  width: 80%;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.column-for {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 60px;
}

.column-for._80 {
  width: 80%;
  padding-bottom: 0px;
}

.line {
  display: none;
  height: 2px;
  min-height: 3px;
  min-width: 180px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #000;
  background-color: #2abaed;
  -o-object-fit: fill;
  object-fit: fill;
}

.line.white {
  height: 1px;
  min-height: 2px;
  background-color: #f4f9ff;
}

.line.pad10 {
  padding-right: 10px;
}

.line.dark-blue {
  background-color: #29388c;
}

.column {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  padding-top: 150px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 0px none #000;
  border-left: 1px none #000;
}

.column.pad100 {
  min-height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-bottom: 100px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading.nopad {
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section-header {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: 'Gill sans', sans-serif;
  color: #2abaed;
  font-size: 64px;
  line-height: 64px;
  font-weight: 500;
}

.detailed-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.detailed-text.nopad1 {
  padding-left: 0px;
}

.text-block {
  width: 600px;
  margin-bottom: 40px;
  font-family: 'Space Grotesk', sans-serif;
  color: #29378c;
  font-size: 24px;
  line-height: 32px;
}

.text-block.big {
  font-size: 26px;
  line-height: 34px;
}

.text-block.big.white {
  color: #fff;
}

.text-block.small {
  margin-bottom: 20px;
  background-color: rgba(244, 249, 255, 0.59);
  font-size: 20px;
  cursor: none;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-block.padding {
  padding-top: 20px;
}

.links {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  color: #2abaed;
  font-size: 24px;
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
}

.links.blue {
  color: #15245f;
}

.links.white {
  color: #f4f9ff;
}

.image-87 {
  padding-left: 10px;
  -webkit-transition: all 500ms cubic-bezier(.55, .085, .68, .53);
  transition: all 500ms cubic-bezier(.55, .085, .68, .53);
  cursor: pointer;
}

.column-2 {
  position: static;
  min-height: 85vh;
  padding-top: 150px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #29378b;
  background-image: url('../images/line-backgroud.png');
  background-size: auto;
}

.column-2.sticky {
  position: static;
  top: 0px;
  overflow: hidden;
}

.image-holder {
  position: relative;
  left: 13%;
  top: auto;
  right: 0%;
  bottom: 2%;
  display: block;
  width: 350px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.image-88 {
  margin-right: auto;
  margin-left: auto;
}

.world {
  margin-right: auto;
  margin-left: auto;
}

.image-container {
  display: block;
  margin-top: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.headig-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-89 {
  position: absolute;
  left: auto;
  top: 113%;
  right: 26%;
  bottom: auto;
}

.serivice-scroll {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 300vh;
  height: auto;
  min-height: auto;
  padding-top: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.serivces-card {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 85%;
  height: auto;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding: 40px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #15245f;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.serivces-card.noborder {
  border-bottom-style: none;
}

.service-header {
  margin-bottom: 40px;
  font-family: 'Gill sans', sans-serif;
  color: #29378c;
  font-size: 54px;
  line-height: 60px;
  font-weight: 500;
}

.service-cion {
  padding-bottom: 40px;
}

.abtract-shape-1 {
  position: relative;
  left: 63px;
  top: -199px;
}

.slider {
  position: relative;
  width: 100vh;
  height: 50vw;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.bg-image-slide-1 {
  width: 100%;
  height: 100%;
  background-image: url('../images/Taj_Mahal.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-image-slide-3 {
  width: 100%;
  height: 100%;
  background-image: url('../images/Petra.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-nav-2 {
  left: 0%;
  top: -50px;
  right: 0%;
  bottom: auto;
  z-index: 999;
  font-size: 15px;
}

.right-arrow {
  display: none;
}

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

.slider-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask {
  width: 100vh;
}

.bg-image-slide-2 {
  width: 100%;
  height: 100%;
  background-image: url('../images/Machu_Picchu.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-section {
  position: relative;
  top: -270px;
  z-index: 0;
  overflow: hidden;
  height: 100vh;
  background-color: #f4f9ff;
}

.serivces-wrapper {
  position: relative;
  top: auto;
  width: 100vw;
  margin-right: auto;
  margin-left: auto;
}

.column-service {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  margin-top: 150px;
}

.column--service-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-right: 0px none #000;
  border-left: 1px none #000;
}

.column-service-2 {
  position: static;
  top: 0px;
  height: 90vh;
  min-height: 90vh;
  padding-top: 0px;
  clear: none;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #29378b;
  background-image: url('../images/line-backgroud.png');
  background-position: 0px 0px;
  background-size: auto;
}

.services-cards-full {
  height: 400vh;
}

.service-section-01 {
  display: block;
  height: auto;
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f4f9ff;
}

.section.is--vertical {
  min-height: 1500vh;
}

.image {
  width: 30em;
  height: 20em;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 40%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 4.2em;
  padding-top: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.wrapper {
  overflow: hidden;
  height: 100vh;
}

.wrapper.is--hor-text {
  width: 40%;
}

.wrapper.is--image {
  width: 40%;
  height: 100%;
  margin-left: auto;
  background-image: url('../images/chrissa-giannakoudi-0QRZkWhfcA4-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wrapper.is--parent-images {
  overflow: hidden;
  height: 20em;
}

.wrapper.is--children-images {
  position: relative;
  width: 30em;
  height: 60em;
  margin-top: -4.2em;
}

.text-wrapper-sticky {
  z-index: 999;
}

.flowweb {
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.flowweb:hover {
  padding-right: 9px;
  padding-left: 9px;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: -5px 5px 5px 1px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(0px, -11px);
  -ms-transform: translate(0px, -11px);
  transform: translate(0px, -11px);
}

.container-2.is--horiz-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-2.is--horiz-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.heading-turn {
  margin-bottom: 1.2em;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.heading-turn.link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.heading-turn.link:hover {
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.31);
  color: #000;
}

.image-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.horizontal-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding: 5.1em 9em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c5c5c5;
}

.horizontal-container.is--vertical {
  height: 200vh;
  padding-top: 24vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.service-image {
  margin-top: -110px;
  padding-top: 0px;
}

.container-wholw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vertical-slider {
  display: none;
  width: 100vw;
  height: 200vh;
}

.column--service {
  position: static;
  min-height: 100vh;
  padding-top: 100px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #29378b;
  background-image: url('../images/line-backgroud.png');
  background-position: 0px 0px;
  background-size: auto;
}

.column--service.sticky {
  position: static;
  top: 0px;
  overflow: hidden;
  min-height: auto;
  background-image: url('../images/line-backgroud.png');
  background-size: auto;
}

.contents {
  position: relative;
  height: 300vh;
}

.image-slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.how-it-works {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400vh;
  background-color: #29378c;
}

.how-it-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.paragraph {
  width: 100%;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.camera-1 {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 50vh;
  margin-right: 0px;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.camera {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 300vh;
  margin-left: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.numberstext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-size: 360px;
  line-height: 240px;
  white-space: normal;
}

.step-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.step-image {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}

.step-heading {
  padding-top: 20px;
}

.heading-2 {
  font-family: 'Gill sans', sans-serif;
  color: #f4f9ff;
  font-size: 54px;
  line-height: 54px;
}

.text-block-2 {
  display: inline;
  width: 600px;
  font-family: 'Space Grotesk', sans-serif;
  color: #f4f9ff;
  font-size: 22px;
  line-height: 32px;
}

.how-it-col {
  position: static;
  top: 0px;
  overflow: hidden;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.line--white {
  display: block;
  height: 2px;
  min-height: 3px;
  min-width: 240px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #000;
  background-color: #2abaed;
  -o-object-fit: fill;
  object-fit: fill;
}

.line--white.white {
  position: absolute;
  left: auto;
  top: 88px;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  height: 1px;
  min-height: 2px;
  min-width: auto;
  margin-left: 90px;
  background-color: rgba(244, 249, 255, 0.36);
}

.column-3 {
  position: static;
  top: auto;
  overflow: visible;
  height: 50vw;
}

.apply-now {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 40vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #29388c;
}

.strip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250vh;
  height: 15vh;
  min-width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.strip-inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250vw;
  height: 6vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f9ff;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.text-block-3 {
  display: inline;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Gill sans', sans-serif;
  color: #29388c;
  font-size: 18px;
  font-weight: 500;
}

.text-block-3.white {
  color: #fff;
}

.image-90 {
  padding-right: 10px;
  padding-left: 10px;
}

.circle {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 240px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #2abaed;
  cursor: pointer;
}

.link-2 {
  font-family: 'Gill sans', sans-serif;
}

.link-3 {
  font-family: 'Gill sans', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 26px;
  font-weight: 500;
  text-decoration: none;
}

.track {
  height: 200vw;
  background-color: #29388c;
}

.frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.step-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.column-4 {
  position: static;
  height: 50vw;
}

.horizontal-contet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300vh;
  margin-left: 0vw;
  padding-left: 100px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper-horizontal {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid rgba(42, 186, 237, 0.3);
  background-image: url('../images/Group-118.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.how-it-works-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  padding-top: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #29378c;
}

.one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.onne {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer {
  overflow: hidden;
}

.get-in-touch {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #29388c;
}

.circle-line {
  height: 60vh;
}

.footer-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.logo-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns {
  width: 90%;
  height: 35vh;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 0px;
}

.swipe-imag {
  position: absolute;
  left: 27%;
  top: 2%;
  right: auto;
  bottom: auto;
  display: block;
}

.get-it-text {
  position: absolute;
  bottom: 74.102px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.heading-3 {
  font-family: 'Gill sans', sans-serif;
}

.get-in {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: 22%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Gill sans', sans-serif;
  color: #f4f9ff;
  font-size: 130px;
  line-height: 100px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -5px;
}

.get-in:hover {
  color: #2abaed;
  font-size: 140px;
}

.back-to-top {
  text-decoration: none;
}

.social-link-footer {
  position: static;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 5px 10px 10px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Space Grotesk', sans-serif;
  color: #29388c;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.footer-headinng {
  position: static;
  font-family: 'Gill sans', sans-serif;
  color: #29388c;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

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

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
}

.fb-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.social-link-footer-copy {
  position: static;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 5px 10px 5px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Space Grotesk', sans-serif;
  color: #29388c;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.copy-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 100px auto 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-4 {
  position: static;
  font-family: 'Space Grotesk', sans-serif;
  color: #29388c;
}

.link-4 {
  color: #29388c;
  text-decoration: none;
}

.link-4.pad10 {
  padding-right: 10px;
  padding-left: 10px;
}

.detailed-text-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-explore {
  cursor: pointer;
}

.abtract-shape-2 {
  position: absolute;
  left: 42%;
  top: -13%;
}

.abtract-shape-1-copy {
  position: relative;
  left: 63px;
  top: -199px;
}

.abtract-shape-3 {
  position: absolute;
  left: 404px;
  top: -90px;
}

.top-image {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
}

.top-image:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.body {
  overflow: visible;
}

.image-container-copy {
  display: none;
  margin-top: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.how-mob {
  display: none;
}

.section-2 {
  height: 100vh;
}

.header-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cursor {
  position: absolute;
  left: 100px;
  top: 114px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #15245f;
  border-radius: 100%;
  cursor: none;
}

.innside-cursor {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #15245f;
}

.about-section-1 {
  height: 70vh;
  background-image: url('../images/About-bg2.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('../images/bg-01.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-section-2 {
  height: 70vh;
  background-image: url('../images/about-bg-3.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.other-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.who-are-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-header {
  padding-left: 20px;
}

.content-h1 {
  font-family: 'Gill sans', sans-serif;
  color: #2abaed;
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1px;
}

.about-heading {
  font-family: 'Gill sans', sans-serif;
  color: #f4f9ff;
  font-size: 120px;
  line-height: 120px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -2px;
}

.about-heading-cont {
  margin-left: 0px;
  padding-top: 10px;
  padding-left: 0px;
}

.line-header {
  display: block;
  height: 2px;
  min-height: 3px;
  min-width: 180px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #000;
  background-color: #2abaed;
  -o-object-fit: fill;
  object-fit: fill;
}

.line-header.white {
  height: 1px;
  min-height: 2px;
  background-color: #f4f9ff;
}

.line-header.pad10 {
  display: none;
  min-width: 240px;
  padding-right: 10px;
}

.line-header.small {
  min-width: 160px;
}

.line-header.small.white {
  margin-top: 42px;
}

.about-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 70vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-div-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-top: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-div-2 {
  width: 80%;
  height: 70vh;
  border-left: 0.5px solid #15245f;
}

.about-div-2.white-border {
  position: relative;
  border-style: none none none solid;
  border-width: 1px 1px 1px 0.5px;
  border-color: #f4f9ff #f4f9ff #f4f9ff #2abaed;
}

.about-heading-1 {
  margin-left: 20px;
}

.about-headers {
  font-family: 'Gill sans', sans-serif;
  color: #2abaed;
  font-size: 64px;
  line-height: 64px;
  font-weight: 500;
}

.about-detail {
  position: relative;
  padding-top: 100px;
}

.about-detail-1 {
  margin-left: 60px;
  padding-left: 20px;
}

.shape {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.shape.left {
  right: -13%;
  bottom: 4%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.shape.right {
  position: absolute;
}

.image-91 {
  padding-left: 20px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.image-91.rotate {
  -webkit-transform: rotateX(49deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(49deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-91.small {
  position: absolute;
  top: 379px;
  margin-left: 100px;
}

.header-image-other {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-section-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('../images/contact.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-5 {
  color: #29388c;
  text-decoration: none;
  cursor: pointer;
}

.link-6 {
  color: #29388c;
  text-decoration: none;
  cursor: pointer;
}

.link-7 {
  color: #29388c;
  text-decoration: none;
  cursor: pointer;
}

.contact-form-grid-2 {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-field-2 {
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.text-field-2:active {
  border-bottom-color: #ff6500;
}

.text-field-2:focus {
  border-bottom-color: #fff;
  background-color: transparent;
  color: #fff;
}

.label {
  margin-bottom: 10px;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-button {
  margin-top: 0px;
  background-color: transparent;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.image-92 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-product {
  overflow: hidden;
  height: 90vh;
  background-image: url('../images/product-home.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.header-stfu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 90vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-text-stfu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-image-stfu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  height: 30vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1-stfu {
  padding-left: 0px;
  font-family: 'Gill sans', sans-serif;
  color: #2abaed;
  font-size: 84px;
  line-height: 80px;
  font-weight: 500;
}

.header-stfu-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.stfu-header-texts {
  width: 100%;
  padding-left: 20px;
}

.text-block-5 {
  line-height: 30px;
}

.text-block-6 {
  font-family: 'Gill sans', sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.text-area-stfu {
  padding-top: 20px;
  font-family: 'Space Grotesk', sans-serif;
  color: #f4f9ff;
  font-size: 24px;
  line-height: 32px;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px none #f4f9ff;
}

.header-containner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.desktop-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  min-width: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link-image {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mob-nav {
  display: none;
  width: 100vw;
  height: 10vw;
}

.mob-nav-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.line-copy {
  display: none;
  height: 2px;
  min-height: 3px;
  min-width: 180px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #000;
  background-color: #2abaed;
  -o-object-fit: fill;
  object-fit: fill;
}

.line-copy.white {
  height: 1px;
  min-height: 2px;
  background-color: #f4f9ff;
}

.line-copy.pad10 {
  padding-right: 10px;
}

.line-copy.dark-blue {
  background-color: #29388c;
}

.h1-mobile-nav {
  padding-left: 0px;
  font-family: 'Gill sans', sans-serif;
  color: #2abaed;
  font-size: 72px;
  line-height: 64px;
  font-weight: 500;
}

.h1-mobile-sub-nav {
  padding-left: 0px;
  font-family: 'Gill sans', sans-serif;
  color: #2abaed;
  font-size: 72px;
  line-height: 64px;
  font-weight: 500;
}

.about-product {
  overflow: hidden;
  background-color: #f4f9ff;
}

.product-wrap {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.column-product-1 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  padding-top: 150px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 0px none #000;
  border-left: 1px none #000;
}

.column-product-1.pad100 {
  min-height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-product-1.no-top-pad {
  padding-top: 0px;
}

.column-product-2 {
  position: static;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 60px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #29378b;
  background-image: url('../images/line-backgroud.png');
  background-size: auto;
}

.column-product-2.sticky {
  position: static;
  top: 0px;
  overflow: hidden;
}

.column-product-2.extra-pad {
  padding-bottom: 200px;
}

.column-product-2.no-top-pad {
  padding-top: 0px;
}

.product-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.product-text {
  margin-top: 5vw;
  margin-left: 5vw;
}

.product-text.no-top {
  margin-top: 2vw;
}

.product-text-block {
  font-family: 'Space Grotesk', sans-serif;
  color: #29388c;
  font-size: 24px;
  line-height: 34px;
}

.product-text-block.line-hieght {
  line-height: 48px;
}

.column-product {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
}

.column-product._80 {
  width: 80%;
  padding-bottom: 0px;
}

.column-product.nopad {
  padding-bottom: 0px;
}

.product-header {
  padding-top: 20px;
}

.product-header-text {
  font-family: 'Gill sans', sans-serif;
  color: #2abaed;
  font-size: 64px;
  line-height: 64px;
  font-weight: 500;
}

.product-header-text.small {
  font-size: 48px;
  font-weight: 400;
}

.apply-now-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f9ff;
}

.strip-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250vh;
  height: 15vh;
  min-width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.strip-inside-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250vh;
  height: 6vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #29388c;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.next-product-section {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 40vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #29378c;
}

.next-product-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nex-product-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0.5px none #f4f9ff;
}

.ext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.next-product-headinng {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left: 1px none #f4f9ff;
}

.nnext-text {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: 'Gill sans', sans-serif;
  color: #2abaed;
  font-size: 36px;
  line-height: 72px;
  font-weight: 500;
}

.next-header-test {
  font-family: 'Space Grotesk', sans-serif;
  color: #f4f9ff;
  font-size: 42px;
  line-height: 40px;
}

.image-product-wrapper {
  position: absolute;
  left: auto;
  top: -47%;
  right: 10%;
  bottom: auto;
  z-index: 0;
  overflow: hidden;
}

.image-95 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.heading-4 {
  font-family: 'Space Grotesk', sans-serif;
  color: #f4f9ff;
  font-size: 64px;
  font-weight: 600;
  letter-spacing: -2px;
}

.header-containner-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.other-wrapper {
  width: 80%;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.html {
  font-family: 'Space Grotesk', sans-serif;
  color: #15245f;
}

.html-1 {
  font-family: 'Space Grotesk', sans-serif;
  color: #15245f;
}

.cookie {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 4000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #15245f;
  cursor: pointer;
}

.cookie-inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-7 {
  padding-left: 10px;
  font-family: 'Space Grotesk', sans-serif;
  color: #f4f9ff;
  font-size: 16px;
}

.link-8 {
  color: #f4f9ff;
}

.close-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.linne-close {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.linne-close.min45 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.linne-close-1 {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.linne-close-1.min45 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.field-label {
  font-family: 'Space Grotesk', sans-serif;
  color: #f4f9ff;
  font-size: 19px;
  font-weight: 500;
}

.text-field-3 {
  border-bottom: 3px solid #f4f9ff;
  background-color: transparent;
}

.text-block-8 {
  position: static;
  font-family: 'Space Grotesk', sans-serif;
  color: #f4f9ff;
  font-size: 18px;
}

.div-block {
  width: 100%;
}

.form {
  width: 100%;
}

.form-div {
  margin-top: 20px;
  margin-bottom: 60px;
}

.csr-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f4f9ff;
}

.csr-one {
  margin-top: 40px;
  margin-bottom: 60px;
}

.csr-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.csr-images {
  width: 80%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.h1-csr {
  padding-left: 0px;
  font-family: 'Gill sans', sans-serif;
  color: #15245f;
  font-size: 48px;
  line-height: 80px;
  font-weight: 500;
}

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

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

.csr-month {
  text-decoration: none;
}

.h4-csr {
  font-family: 'Space Grotesk', sans-serif;
  color: #29388c;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

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

.lightbox-link-2 {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .navbar-final {
    overflow: hidden;
    padding-bottom: 20px;
  }

  .nav-container03 {
    min-width: 768px;
  }

  .nav-menu-3 {
    z-index: 0;
    background-color: #000;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
    opacity: 1;
  }

  .icon-2 {
    background-color: rgba(255, 254, 254, 0);
    color: #fff;
    font-size: 36px;
  }

  .link-block {
    padding-left: 20px;
  }

  .image-swosh {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    overflow: hidden;
  }

  .slide03 {
    display: none;
  }

  .slide03-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-image: url('../images/Header_1_768X1024-Copy-2.png');
    background-position: 50% 20%;
    background-size: cover;
  }

  .slide04 {
    display: none;
  }

  .slide01 {
    display: none;
  }

  .scroll-mouse {
    left: -26px;
  }

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

  .h1-header.slider {
    font-size: 48px;
    line-height: 64px;
    text-align: center;
  }

  .slide04-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-image: url('../images/Header_1_768X1024-Copy-3.png');
    background-position: 50% 20%;
  }

  .image-86 {
    width: 24px;
  }

  .footer-social-icon {
    padding-right: 10px;
  }

  .container {
    left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.slider {
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .watch {
    position: relative;
    left: 20px;
  }

  .header-home {
    min-height: 60vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slide02 {
    display: none;
  }

  .slide01-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-image: url('../images/Header_1_768X1024.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide02--tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-image: url('../images/Header_1_768X1024-Copy.png');
    background-position: 50% 20%;
    background-size: cover;
  }

  .header {
    position: static;
    overflow: hidden;
    width: 100%;
    min-height: auto;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .header-image {
    overflow: hidden;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .h1-white {
    margin-top: 0px;
    font-size: 72px;
  }

  .h1-blue.italic {
    margin-top: 20px;
    font-size: 140px;
  }

  .explore {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .rocket-image {
    position: static;
    max-width: 80%;
    margin-left: auto;
  }

  .cloud {
    left: auto;
    top: auto;
    right: 14%;
    bottom: 28%;
  }

  .cloud--1 {
    left: 21%;
    top: 48%;
  }

  .mouse-and-social {
    position: static;
    left: 434px;
    top: -497px;
    right: auto;
    bottom: auto;
    display: none;
    width: auto;
  }

  .about-section {
    width: 90%;
  }

  .column-for._80 {
    width: 90%;
  }

  .column {
    padding-top: 200px;
  }

  .column.pad100 {
    padding-top: 0px;
  }

  .heading {
    padding-bottom: 20px;
  }

  .heading.nopad {
    padding-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .detailed-text {
    width: auto;
  }

  .text-block {
    font-size: 24px;
  }

  .text-block.big {
    width: auto;
  }

  .text-block.small {
    width: auto;
  }

  .link-block {
    padding-left: 0px;
  }

  .column-2 {
    min-height: 60vh;
    padding-top: 20px;
  }

  .image-container {
    display: none;
  }

  .headig-container {
    width: 100%;
  }

  .serivice-scroll {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .serivces-card {
    position: relative;
  }

  .service-header {
    font-size: 48px;
  }

  .service-cion {
    position: static;
  }

  .abtract-shape-1 {
    position: absolute;
    left: auto;
    top: -123px;
  }

  .how-it-works {
    display: none;
  }

  .how-it-container {
    width: 90%;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-2 {
    margin-top: 10px;
    font-size: 36px;
  }

  .text-block-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .how-it-works-copy {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns {
    position: relative;
    height: 60vh;
  }

  .get-in {
    font-size: 90px;
  }

  .get-in:hover {
    font-size: 110px;
  }

  .column-5 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 19%;
  }

  .copy-full {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .copy {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .detailed-text-copy {
    width: auto;
  }

  .abtract-shape-2 {
    position: absolute;
    left: 56%;
    top: -12%;
  }

  .abtract-shape-3 {
    position: absolute;
    left: 66%;
    top: -10%;
    max-width: 40%;
  }

  .body {
    overflow: hidden;
  }

  .image-container-copy {
    display: none;
  }

  .how-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .step-mob-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin: 40px auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mob-how-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mob-how-cont {
    width: 90%;
    padding-left: 20px;
  }

  .content-header {
    padding-left: 0px;
  }

  .content-h1 {
    font-size: 54px;
    line-height: 64px;
  }

  .about-heading {
    margin-top: 10px;
    font-size: 90px;
    line-height: 100px;
  }

  .about-div {
    width: 90%;
  }

  .about-headers {
    font-size: 54px;
    line-height: 68px;
  }

  .about-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .shape {
    right: 3%;
    bottom: -28%;
    padding-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .shape.left {
    right: -4%;
    bottom: -14%;
  }

  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .desktop-nav {
    z-index: 1000;
    display: none;
    min-width: 768px;
  }

  .home-header-container {
    width: 90%;
    padding-top: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .mob-nav {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 10vw;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
  }

  .mob-nav-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .mob-nav-drop {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    padding-top: 20px;
    background-color: #15245f;
    background-image: url('../images/line-bg-mob.png');
    background-position: 50% 0%;
    background-size: cover;
    background-attachment: fixed;
  }

  ._90-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90vw;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-btn {
    position: relative;
    z-index: 50;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mennu-line {
    display: block;
    width: 40px;
    height: 2px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    background-color: #f4f9ff;
  }

  .menu-line-1 {
    width: 5vw;
    height: 0.5vw;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border: 1px none #000;
    background-color: #f4f9ff;
  }

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

  .menu-left-align {
    position: relative;
    z-index: 45;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    padding-right: 0px;
    padding-bottom: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .logo-wrap {
    position: relative;
    z-index: 50;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._90-container-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90vw;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mob-links {
    text-decoration: none;
  }

  .h1-mobile-nav {
    display: inline;
    font-size: 36px;
  }

  .products-trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .products {
    cursor: pointer;
  }

  .image-94 {
    padding-left: 5px;
    -webkit-transform: translate(0px, -4px);
    -ms-transform: translate(0px, -4px);
    transform: translate(0px, -4px);
  }

  .sub-links {
    padding-left: 20px;
  }

  .h1-mobile-sub-nav {
    color: #f4f9ff;
    font-size: 24px;
    line-height: 42px;
  }

  .social-links-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .social-mob-nav {
    padding-top: 5px;
    padding-right: 10px;
    font-family: 'Space Grotesk', sans-serif;
    color: rgba(244, 249, 255, 0.5);
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
  }

  .social-mob-nav.fullop {
    color: rgba(244, 249, 255, 0.8);
  }

  .cont-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo-wrap-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-line-2 {
    width: 5vw;
    height: 0.5vw;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border: 1px none #000;
    background-color: #f4f9ff;
  }

  .menu-line-3 {
    width: 5vw;
    height: 0.5vw;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border: 1px none #000;
    background-color: #f4f9ff;
  }

  .mob-nav-sub-link {
    color: #f4f9ff;
    text-decoration: none;
  }

  .column-product-1 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .column-product-1.pad100 {
    padding-top: 0px;
  }

  .column-product-1.no-top-pad {
    padding-bottom: 20px;
  }

  .column-product-2 {
    min-height: 60vh;
    padding-top: 20px;
  }

  .column-product-2.no-top-pad {
    min-height: auto;
    padding-bottom: 20px;
  }

  .column-product-2.no-top-pad.extra-pad.tab {
    padding-bottom: 100px;
  }

  .column-product._80 {
    width: 90%;
  }

  .next-product-section {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .next-product-wrapper {
    width: 90%;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nex-product-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ext {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .next-product-headinng {
    padding-left: 0px;
  }

  .image-product-wrapper {
    top: -36%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .nav-container03 {
    min-width: auto;
  }

  .link-block {
    padding-left: 0px;
  }

  .image-swosh {
    position: static;
    left: auto;
    top: -33px;
    right: auto;
    bottom: auto;
  }

  .scroll-mouse {
    left: -22px;
  }

  .h1-header {
    font-size: 64px;
  }

  .h1-header.slider {
    font-size: 36px;
    line-height: 48px;
  }

  .left-arrow {
    top: 15%;
    width: 40px;
    height: 40px;
  }

  .image-86 {
    width: 20px;
  }

  .footer-social-icon {
    padding-left: 10px;
  }

  .right-arrow-2 {
    top: 15%;
    width: 40px;
    height: 40px;
  }

  .container {
    left: 15px;
    width: 100%;
  }

  .container.slider {
    left: auto;
    min-height: auto;
  }

  .slider-social {
    padding-left: 0px;
  }

  .slide02--tab {
    background-position: 50% 20%;
  }

  .header {
    min-width: auto;
  }

  .mouse-and-social {
    left: 332px;
    top: -364px;
  }

  .about-section {
    width: 90%;
    margin-top: 220px;
  }

  .column-for {
    padding-bottom: 40px;
  }

  .column-for._80 {
    width: 90%;
  }

  .column {
    padding-top: 60px;
  }

  .column.pad100 {
    position: static;
  }

  .heading.nopad {
    padding-bottom: 10px;
  }

  .section-header {
    font-size: 48px;
  }

  .detailed-text {
    position: relative;
    top: 14px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .detailed-text.nopad1 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .text-block {
    width: auto;
    font-size: 20px;
    line-height: 24px;
  }

  .serivice-scroll {
    display: none;
  }

  .serivces-card {
    margin-bottom: 0px;
  }

  .service-header {
    font-size: 32px;
    line-height: 40px;
  }

  .slider {
    width: 400px;
    height: 80vw;
    margin-right: auto;
    margin-left: auto;
  }

  .slide-nav-2 {
    left: auto;
    top: 0%;
    right: -100px;
    bottom: 0%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .slider-wrapper {
    width: 100vw;
    height: 400px;
    margin-top: 30px;
  }

  .mask {
    width: auto;
  }

  .service-section-01 {
    padding-top: 0px;
  }

  .column--service.sticky {
    min-height: 270vh;
  }

  .how-it-container {
    width: 90%;
  }

  .paragraph {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph.nopad {
    padding-right: 0px;
    text-align: center;
  }

  .how-it-works-copy {
    height: 160vh;
  }

  .circle-line {
    height: 40vh;
  }

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

  .columns {
    height: 95vh;
  }

  .swipe-imag {
    top: -14%;
  }

  .get-it-text {
    position: absolute;
    top: 36%;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }

  .get-in {
    position: static;
    bottom: 1%;
    font-size: 72px;
    letter-spacing: -2px;
    text-decoration: none;
  }

  .get-in:hover {
    font-size: 80px;
  }

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

  .social-link-footer {
    padding-right: 0px;
    text-align: center;
  }

  .column-5 {
    position: static;
  }

  .social-link-footer-copy {
    text-align: center;
  }

  .copy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .body {
    overflow: visible;
  }

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

  .about-section-2 {
    height: 80vh;
  }

  .other-heading {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .about-heading {
    font-size: 80px;
    line-height: 80px;
  }

  .about-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-div-1 {
    width: 100%;
  }

  .about-div-2 {
    position: relative;
  }

  .about-div-2.white-border {
    position: relative;
    width: 100%;
  }

  .about-detail {
    padding-top: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about-detail-1 {
    margin-left: 0px;
  }

  .shape {
    position: absolute;
    left: auto;
    top: auto;
    right: -27%;
    bottom: -6%;
  }

  .shape.left {
    left: auto;
    top: auto;
    right: 0%;
    bottom: -37%;
  }

  .header-product {
    height: 100vh;
  }

  .header-stfu {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-text-stfu {
    width: auto;
  }

  .header-image-stfu {
    width: 80%;
    margin-top: 40px;
  }

  .stfu-header-texts {
    padding-left: 0px;
  }

  .column-7 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-8 {
    padding-left: 0px;
  }

  .desktop-nav {
    min-width: auto;
  }

  .mob-nav {
    height: 16vw;
  }

  .image-93 {
    height: 100vh;
  }

  .column-product-1 {
    padding-top: 60px;
  }

  .column-product-1.pad100 {
    position: static;
  }

  .column-product {
    padding-bottom: 40px;
  }

  .column-product._80 {
    width: 90%;
  }

  .next-product-section {
    height: 40vh;
  }

  .next-product-wrapper {
    width: 90%;
  }

  .nex-product-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ext {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .next-product-headinng {
    padding-left: 0px;
  }

  .nnext-text {
    font-size: 48px;
  }

  .image-product-wrapper {
    top: -22%;
    width: 50%;
  }

  .image-95 {
    top: 59%;
    right: -27%;
  }
}

@media screen and (max-width: 479px) {
  .image-swosh {
    left: auto;
    top: -14px;
    right: auto;
    bottom: auto;
  }

  .scroll-mouse {
    left: -49px;
  }

  .h1-header {
    font-size: 48px;
    line-height: 72px;
    text-align: center;
  }

  .h1-header.h5 {
    font-size: 12px;
  }

  .h1-header.slider {
    font-size: 30px;
    line-height: 40px;
  }

  .left-arrow {
    top: 18%;
  }

  .right-arrow-2 {
    top: 18%;
  }

  .container {
    left: 0px;
    width: 100%;
    margin-left: 25px;
  }

  .container.slider {
    margin-left: auto;
  }

  .para-link {
    opacity: 0;
  }

  .watch {
    position: relative;
    left: 5px;
    top: auto;
    right: auto;
    bottom: auto;
    margin-left: 5px;
  }

  .slider-social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slide01-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .slide02--tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-size: cover;
  }

  .header-text {
    padding-top: 100px;
  }

  .header-image {
    width: 70%;
  }

  .h1-white {
    font-size: 56px;
  }

  .h1-blue.italic {
    font-size: 100px;
    line-height: 65px;
  }

  .rocket-image {
    top: 3px;
  }

  .cloud {
    right: -10%;
    bottom: 24%;
  }

  .cloud--1 {
    left: 1%;
  }

  .column {
    padding-top: 40px;
  }

  .heading.nopad {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-header {
    line-height: 54px;
    text-align: center;
  }

  .detailed-text {
    top: 19px;
  }

  .detailed-text.nopad1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block.big {
    font-size: 22px;
    line-height: 28px;
  }

  .text-block.small {
    font-size: 16px;
  }

  .headig-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .abtract-shape-1 {
    right: -183.148px;
  }

  .slider {
    height: 90vw;
  }

  .slider-wrapper {
    margin-top: 10px;
  }

  .paragraph {
    text-align: center;
  }

  .paragraph.nopad {
    padding-right: 0px;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 36px;
  }

  .circle {
    width: 180px;
    height: 180px;
  }

  .link-3 {
    font-size: 24px;
  }

  .how-it-works-copy {
    height: 200vh;
  }

  .swipe-imag {
    top: 0%;
    width: 100px;
  }

  .get-it-text {
    top: 37%;
  }

  .get-in {
    font-size: 48px;
    letter-spacing: -2px;
  }

  .get-in:hover {
    font-size: 56px;
  }

  .copy-full {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .link-4.pad10 {
    text-align: left;
  }

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

  .abtract-shape-2 {
    left: 311px;
  }

  .abtract-shape-3 {
    left: -269px;
    top: -117px;
  }

  .step-mob-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mob-how-image {
    width: 50%;
  }

  .about-section-2 {
    height: 90vh;
  }

  .other-heading {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-header {
    padding-left: 0px;
    text-align: center;
  }

  .content-h1 {
    font-size: 48px;
    line-height: 48px;
  }

  .about-heading {
    font-size: 60px;
    line-height: 64px;
  }

  .about-heading-cont {
    text-align: center;
  }

  .about-div-2 {
    width: 100%;
  }

  .about-headers {
    font-size: 48px;
  }

  .shape {
    left: auto;
    top: auto;
    right: 0%;
    bottom: -81%;
    display: none;
  }

  .shape.left {
    left: 18%;
    bottom: -126%;
    display: none;
  }

  .column-7 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-8 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .home-header-container {
    width: 100%;
    padding-top: 0px;
  }

  .mob-nav {
    height: 18vw;
  }

  .image-93 {
    height: 100vh;
  }

  .column-product-1 {
    padding-top: 40px;
  }

  .column-product-2.extra-pad {
    padding-bottom: 100px;
  }

  .column-product-2.no-top-pad {
    padding-bottom: 0px;
  }

  .product-image {
    width: auto;
    margin-left: 10px;
  }

  .product-text-block {
    font-size: 20px;
    line-height: 30px;
  }

  .product-text-block.line-hieght {
    font-size: 18px;
    line-height: 36px;
  }

  .column-product.no-pad {
    padding-bottom: 20px;
  }

  .product-header-text.small {
    font-size: 36px;
  }

  .apply-now-product {
    height: 40vh;
  }

  .next-product-section {
    height: 40vh;
  }

  .ext {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .next-product-headinng {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nnext-text {
    line-height: 54px;
    text-align: center;
  }

  .next-header-test {
    font-size: 32px;
    line-height: 36px;
  }

  .image-product-wrapper {
    top: -22%;
    width: 50%;
  }

  .image-95 {
    display: none;
  }

  .product-image-1.small {
    width: 45vw;
    height: 90vw;
    max-width: none;
  }

  .product-image-2.small {
    width: 45vw;
    height: 90vw;
    max-width: none;
  }

  .product-image-3.small {
    width: 45vw;
    height: 90vw;
    max-width: none;
  }
}

@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gillsans condensed';
  src: url('../fonts/GillSans-Condensed.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gillsans condensed';
  src: url('../fonts/GillSans-Condensed-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Heavy-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}