@font-face {
  font-family: Db sans cond;
  src: url('../fonts/DB-Sans-Cond-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --light-blue: #92bac6;
  --white-smoke: #f0f0f0;
  --grey: grey;
  --silver: #cfbeb0;
  --green: #51e05e;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
  overflow: visible;
}

a {
  text-decoration: underline;
}

.section-header {
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  display: none;
}

.grid-header {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  display: grid;
}

.header-left {
  object-fit: cover;
  height: 100vh;
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
  position: static;
  overflow: visible;
}

.header-right {
  background-color: var(--light-blue);
  width: 100%;
  height: 100%;
  min-height: auto;
  padding: 2.8125rem 2.1875rem 2.1875rem;
}

.heading {
  letter-spacing: -.125rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Db sans cond, sans-serif;
  font-size: 6vw;
  font-weight: 600;
  line-height: 1.2;
}

.typed-words {
  color: #fff;
  letter-spacing: -.1875rem;
  font-family: Db sans cond, sans-serif;
  font-size: 3vw;
  font-weight: 600;
  line-height: 1.2;
}

.typed-words.body-copy {
  letter-spacing: -.1875px;
  justify-content: center;
  align-items: center;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  display: flex;
}

.section-sticky {
  width: 100vw;
  height: auto;
  padding-top: 2.3125rem;
  padding-bottom: 4.625rem;
  display: block;
}

.section-sticky.hide {
  display: none;
}

.image {
  object-fit: cover;
  object-position: 50% 50%;
  width: auto;
  min-width: 100%;
  max-width: none;
  height: auto;
  min-height: 100vh;
  max-height: 100vh;
  display: block;
  overflow: hidden;
}

.conntainer-small {
  max-width: 73.75rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.left-part {
  object-fit: fill;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: auto;
  min-width: 50%;
  margin-bottom: auto;
  padding: 0;
  display: block;
  position: relative;
  top: auto;
  overflow: visible;
}

.right-part {
  flex: 0 auto;
  min-width: 50%;
  padding: 2.8125rem 2.1875rem 0 0;
  position: sticky;
  top: 0;
}

.right-part.mu {
  align-self: center;
  padding: 2.875rem 0 2.875rem 2.875rem;
}

.section-track {
  background-color: #0000;
  height: 525vw;
  margin-top: 0;
  padding-top: 0;
  display: none;
  overflow: visible;
}

.headind-secondaire {
  letter-spacing: -.14rem;
  text-transform: uppercase;
  white-space: break-spaces;
  border-top: .0625rem #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Db sans cond, sans-serif;
  font-size: 4.9vw;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.headind-secondaire.drop {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
}

.headind-secondaire.md-3 {
  margin-bottom: 3rem;
}

.paragraph {
  margin-bottom: 1.875rem;
  font-family: Plantin, sans-serif;
  font-size: 1.4375rem;
  font-weight: 400;
  line-height: 1.1;
}

.paragraph.md-15 {
  margin-bottom: .9375rem;
}

.paragraph.md-3 {
  margin-bottom: 3rem;
}

.image-2 {
  object-fit: contain;
  max-width: 100%;
  height: auto;
  max-height: none;
}

.camera {
  background-color: var(--white-smoke);
  flex-direction: row;
  width: 100vw;
  height: auto;
  padding-top: 2.1875rem;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  position: sticky;
  top: 12.7vh;
  overflow: hidden;
}

.camera.grey {
  background-color: var(--grey);
  width: 100vw;
  padding-top: 0;
}

.frame {
  background-color: var(--white-smoke);
  align-items: stretch;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.item {
  background-color: var(--white-smoke);
  flex: none;
  justify-content: flex-start;
  width: 74vw;
  height: 75vh;
  padding: 0 1.5625rem 1.25rem;
  display: flex;
}

.item.vl {
  border-left: .0625rem solid #000;
  flex-direction: column;
}

.item.vl.grey.small {
  border-left-style: none;
  width: 110vw;
  height: 70vh;
  padding-left: 0;
  padding-right: 0;
}

.item.grey {
  background-color: var(--grey);
  object-fit: contain;
  width: 38vw;
  height: 100vh;
  display: block;
}

.time-line {
  background-color: #000;
  border: .1875rem solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 6.25rem;
  max-width: 95%;
  height: .0625rem;
  margin: 0 1.5625rem 1.5625rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.wrapper-text {
  object-fit: contain;
  border-left: .0625rem #000;
  border-right: .0625rem #000;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.titre-paragraphe {
  letter-spacing: -.25rem;
  font-family: Db sans cond, sans-serif;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1;
}

.titre-paragraphe.blanc {
  color: var(--white-smoke);
  font-family: Yeseva One, sans-serif;
}

.paragraph-2 {
  max-width: 50ch;
  font-family: Plantin, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
}

.paragraph-2.blanc {
  color: var(--white-smoke);
  padding-right: 2.1875rem;
}

.gros_titre {
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 3.625rem;
  font-weight: 700;
  line-height: 1.6;
}

.gros_titre.blanc {
  color: var(--white-smoke);
}

.button {
  color: #000;
  background-color: #0000;
  border: .0625rem solid #000;
  font-family: Plantin, sans-serif;
}

.button:hover {
  color: var(--white-smoke);
  background-color: #000;
}

.container-1180 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 73.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  z-index: 99;
  background-color: #0000;
  justify-content: space-around;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-button {
  cursor: pointer;
  padding: 1.1875rem;
  display: block;
  overflow: visible;
}

.wrapper-menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 2.1875rem 1.5625rem;
  display: flex;
  position: relative;
}

.line-menu {
  border: .0625rem solid #000;
  width: 3.125rem;
  margin-bottom: .625rem;
}

.menu {
  z-index: 5;
  justify-content: flex-end;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-right {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  padding: 2.8125rem 2.1875rem 2.1875rem;
  display: flex;
}

.titlle-menu {
  letter-spacing: -.125rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Db sans cond, sans-serif;
  font-size: 8vw;
  font-weight: 600;
  line-height: 1.2;
}

.menu-left {
  opacity: 1;
  background-color: #0000;
  height: 100vh;
  position: relative;
}

.text-block-2 {
  margin-bottom: 1rem;
  text-decoration: underline;
}

.list {
  margin-bottom: 2.3125rem;
  padding-left: 2.125rem;
  list-style-type: square;
}

.texte-puce {
  font-family: Plantin, sans-serif;
  font-size: 1.4375rem;
  font-weight: 400;
  line-height: 1;
}

.dropdown-toggle {
  width: auto;
  padding-left: 0;
  padding-right: 1.25rem;
  display: flex;
}

.dropdown-toggle.w--open {
  padding-bottom: 0;
}

.dropdown {
  border-top: .0625rem solid #000;
  margin-bottom: 1.25rem;
  display: block;
}

.dropdown-list {
  background-color: #0000;
  margin-bottom: 1.25rem;
  position: relative;
}

.icon {
  margin-top: 1.25rem;
  font-size: 1.875rem;
  font-weight: 400;
}

.div-image {
  position: relative;
}

.grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
}

.div-block-9 {
  z-index: 2;
  background-image: linear-gradient(#92bac657, #92bac657);
  position: absolute;
  inset: 0%;
}

.section-track2 {
  background-color: #0000;
  height: 255vw;
  margin-top: 0;
  padding-top: 0;
  display: none;
  overflow: visible;
}

.line-dot {
  z-index: 10;
  border: .125rem solid var(--white-smoke);
  background-color: #0000;
  margin-top: .875rem;
  margin-bottom: .875rem;
  position: relative;
}

.frame-2 {
  background-color: var(--white-smoke);
  align-items: stretch;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.section {
  padding-top: 8.125rem;
  padding-bottom: 8.125rem;
  display: none;
}

.section.bg_beige {
  background-color: var(--silver);
}

.wrapper-article {
  border: .0625rem #000;
  border-top-style: solid;
}

.heading-5 {
  margin-top: .3125rem;
  margin-bottom: .75rem;
}

.gred-article {
  grid-template-rows: auto auto auto auto;
  margin-bottom: 2.1875rem;
}

.link {
  color: #000;
  font-family: Poppins, sans-serif;
  font-weight: 800;
  text-decoration: underline;
}

.paragraph-3 {
  text-align: left;
  font-family: Plantin, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.arrow {
  background-color: #020202;
  border: .125rem solid #000;
  width: 1.5625rem;
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: translate(.3125rem, .25rem)rotate(-30deg);
}

.arrow.up {
  background-color: #000;
  border-color: #000;
  width: 1.5625rem;
  transform: translate(.375rem, -.5rem)rotate(30deg);
}

.point {
  border: .375rem solid #000;
  border-radius: .5625rem;
  position: absolute;
  inset: auto auto -.375rem -1%;
}

.point.right {
  inset: auto 5% -.375rem auto;
}

.split-section {
  background-color: #999;
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
}

.split-wrapper {
  background-color: #fc2e2d;
  align-self: center;
  width: 50%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.1875rem;
  display: flex;
  position: relative;
}

.split-wrapper.right {
  width: 70%;
}

.footer {
  text-align: center;
  background-color: #2e2b2b;
  align-items: flex-start;
  padding-top: 4.625rem;
  padding-bottom: 4.625rem;
}

.footer-flex-container {
  color: var(--white-smoke);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
  display: flex;
}

.form {
  flex-wrap: nowrap;
  place-content: flex-end flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.filed-label {
  margin-bottom: .3125rem;
  font-family: Plantin, sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
}

.text-field {
  background-color: var(--white-smoke);
  border: .0625rem solid #000;
  border-radius: .3125rem;
  text-decoration: none;
  overflow: visible;
}

.div-block-12 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template: ". ."
                 "Area Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 1.875rem;
  display: grid;
}

.text-field-2 {
  background-color: var(--white-smoke);
  border: .0625rem solid #000;
  border-radius: .3125rem;
}

.form-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-block {
  flex: 0 auto;
  margin-bottom: 2.1875rem;
}

.text-field-3 {
  color: #000;
  background-color: #2d2b2b;
  border-radius: .3125rem;
  width: 24.0625rem;
  height: 2.8125rem;
  margin-bottom: 1.75rem;
}

.submit-button {
  border: .0625rem solid var(--white-smoke);
  background-color: #0000;
  border-radius: .3125rem;
}

.submit-button:hover {
  background-color: var(--white-smoke);
  color: #000;
}

.link-2 {
  border-style: none solid none none;
  border-width: .0625rem;
  border-color: var(--white-smoke);
  color: var(--white-smoke);
  padding-left: .9375rem;
  padding-right: .9375rem;
  font-family: Plantin, sans-serif;
  font-size: 1.25rem;
  text-decoration: none;
}

.link-2.left {
  border-left-style: solid;
  border-right-style: none;
}

.div-block-14 {
  margin-bottom: 3.25rem;
}

.text-block-4 {
  margin-bottom: 3.125rem;
}

.submit-button-2 {
  color: #000;
  background-color: #fff;
  border: .0625rem solid #000;
  border-radius: .25rem;
}

.submit-button-2:hover {
  color: var(--white-smoke);
  background-color: #000;
}

.link-block {
  color: #272727;
  text-decoration: none;
}

.link-block-2 {
  color: #000;
  text-decoration: none;
}

.image-hero {
  float: none;
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.global-styles, .html-embed {
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-6 {
  color: #fff;
  font-family: Db sans cond, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.b_t {
  letter-spacing: -2px;
  font-family: Db sans cond, sans-serif;
  font-size: 4rem;
  line-height: 1;
}

.b_t.white {
  color: var(--white-smoke);
}

.container-full {
  width: 100%;
  height: 100%;
}

.layout-2-flex-h {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 191vw;
  display: flex;
  position: absolute;
}

.div-image-hero {
  background-image: url('../images/Bi_Circle-p-1080.png');
  background-position: 0%;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.image-3 {
  object-fit: contain;
  width: 14.375rem;
  max-width: none;
  height: auto;
  max-height: 100%;
}

.div-image-slider {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 35px;
  display: flex;
}

.image-4 {
  object-fit: contain;
  flex: 1;
  align-self: center;
  width: 100%;
  height: 100%;
  display: block;
}

.containuer-small {
  align-self: center;
  align-items: center;
  display: flex;
}

.wrapper-formulaire {
  padding-right: 3rem;
}

.layer {
  z-index: 2;
  background-color: #ac7d7d08;
  background-image: url('../images/OSWALD-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0%;
}

.hero-scroller {
  background-color: red;
  height: 300vh;
  position: relative;
}

.section-4.is--full {
  background-color: #ffdb12;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section-4.is--top {
  mix-blend-mode: multiply;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: block;
}

.timeline {
  z-index: 100;
  width: 1em;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.timeline-position {
  background-color: #c092d1;
  width: 100%;
  height: 0;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.container {
  width: 100%;
  max-width: 100em;
}

.hero-title {
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: Barlow Condensed, sans-serif;
  font-size: 24vw;
  line-height: .8;
}

.p-xs-start {
  padding-top: 1em;
}

.teaser-container {
  max-width: 1920px;
  padding-left: 0;
  padding-right: 0;
}

.teaser-column {
  width: 90%;
  position: relative;
}

.teaser-column.text {
  width: 40%;
}

.teaser-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.teaser-img._4 {
  z-index: 1;
}

.teaser-img._3 {
  z-index: 2;
}

.teaser-img._2 {
  z-index: 3;
}

.teaser-img._1 {
  z-index: 4;
  width: 100vw;
  height: 100vh;
}

.teaser-img-tablet-down {
  display: none;
}

.title1 {
  color: #000;
  text-transform: uppercase;
  font-family: Yeseva One, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 27px;
}

.title1.bio {
  text-align: left;
}

.title1.bio.name {
  letter-spacing: 10px;
}

.p-teaser-img-wrap {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.teaser-copy {
  max-width: 650px;
  margin-top: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.teaser-grid {
  align-items: stretch;
  padding-top: 0;
  display: flex;
}

.teaser-copy-wrap {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-left: 35px;
  display: flex;
  overflow: hidden;
}

.copy-small {
  color: #000;
  font-family: Verdana, Geneva, sans-serif;
  font-size: .95em;
  line-height: 17px;
}

.copy-small.body-text {
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: .9em;
  line-height: 16px;
}

.copy-small.body-text.bio {
  text-align: left;
  transform: rotate(1deg);
}

.text-block-7 {
  z-index: 2;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.heading-6 {
  color: #f5a8a8;
}

.div-block-15 {
  z-index: -10;
  object-fit: contain;
  width: 400px;
  height: 100%;
  position: absolute;
}

.sub-title {
  font-family: Yeseva One, sans-serif;
  font-size: 160%;
  line-height: 1.1rem;
}

.body {
  z-index: -1;
  object-fit: contain;
  width: 30%;
  min-width: 350px;
  margin-left: 398px;
  position: absolute;
}

.body.introtext {
  opacity: 0;
  margin-top: -200px;
}

.bold-text {
  align-self: center;
  max-width: 450px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
}

.service-container {
  perspective: 1667px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 0 0;
  display: flex;
  transform: none;
}

.oswald {
  box-shadow: none;
  text-align: center;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: 1px #00000040;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.oswald:hover {
  background-color: #0000;
}

.oswald._1 {
  filter: grayscale();
  object-fit: contain;
  background-image: url('../images/OSWALD-1.png');
  flex-wrap: wrap;
  width: auto;
  height: 100%;
}

.oswald._2 {
  box-shadow: none;
  background-image: none;
  border-style: none;
  height: auto;
}

.oswald._3 {
  box-shadow: none;
  background-image: none;
  border-style: none;
  height: auto;
  padding-top: 33px;
  transform: none;
}

.oswald.link {
  width: auto;
}

.image-5 {
  object-fit: contain;
}

.meet-the-artist {
  background-color: #ffdb12;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-top: 2.3125rem;
  padding-bottom: 4.625rem;
  display: flex;
}

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

.text-block.header {
  color: #fff;
  text-transform: none;
  margin-top: 24px;
  margin-bottom: 34px;
  font-family: Yeseva One, sans-serif;
  font-size: 60px;
}

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

.header {
  line-height: 44px;
}

.image-6 {
  object-fit: contain;
  transform: rotate(-7deg);
}

.image-7 {
  position: absolute;
  transform: rotate(-7deg);
}

.image-7.had {
  transform: rotate(5deg);
}

.image-7.nel {
  transform: rotate(3deg);
}

.section-5 {
  background-color: #ffee35;
  height: 100vh;
}

.page-gradient_contain {
  z-index: -1;
  width: 100%;
  height: auto;
  font-size: 1vw;
  display: block;
  position: fixed;
  inset: 0%;
}

.page-gradient_img {
  z-index: 1;
  width: 68em;
  max-width: none;
  margin-bottom: -18.5em;
  margin-right: -11em;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.nav__link-text {
  color: #000;
  -webkit-text-stroke-color: #000;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.4em;
}

.nav__link {
  color: #eeedf2;
  letter-spacing: .1em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  font-weight: 700;
  display: flex;
}

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

.nav__right {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

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

.section-6 {
  z-index: 1;
  width: 100%;
  position: relative;
}

.section-6.is--nav {
  z-index: 2000;
  position: fixed;
  inset: 0% 0% auto;
}

.section-6.is--nav-copy {
  z-index: 2000;
  position: fixed;
  inset: auto 0% 0%;
}

.section-6.is--nav-copy.footer {
  color: #0000;
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
}

.nav__menu {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.container-2 {
  width: 1920px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4em;
}

.container-2.is--nav {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  height: 4em;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-2.is--sticky {
  word-break: keep-all;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.container-2.is--sticky.story {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  padding: 0 2em;
}

.container-2.is--hero {
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  min-height: 100vh;
  padding-top: 7.4em;
  display: flex;
  position: relative;
  overflow: visible;
}

.container-2.is--text-wrap {
  padding-bottom: 0;
  overflow: hidden;
}

.container-2.is--footer {
  background-color: #181818;
  padding-top: 1em;
  padding-bottom: 0;
}

.footer_p {
  color: #fff;
  text-transform: uppercase;
  font-family: Plantin, sans-serif;
  font-weight: 400;
}

.footer_p.main {
  display: none;
}

.video_contain {
  z-index: 1;
  width: 100%;
  height: 150%;
  min-height: 150%;
}

.footer_contain {
  border-top: 1.5px solid #eeedf242;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.8em;
  padding-bottom: 2.8em;
  font-size: .8em;
  display: flex;
}

.hero__button-icon {
  color: #000;
  background-color: #000;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  height: 4.3em;
  display: flex;
}

.hero__h-contain {
  position: relative;
}

.footer_link {
  margin-left: 1.1em;
  position: relative;
}

.bad-influence {
  z-index: 10;
  color: #000;
  margin-top: 7%;
  font-family: Oswald, sans-serif;
  font-size: 21vw;
  display: inline-block;
  position: relative;
}

.bad-influence.b {
  z-index: 0;
}

.hero__button {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 3em;
  display: flex;
  overflow: hidden;
}

.locomotive-scroll {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 30vh;
  margin-top: 66px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero__button-t-contain {
  border: 1px solid #0003;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
  padding: 10px 0;
  text-decoration: none;
  display: flex;
}

.hero__button-text {
  color: #000;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  height: 1.2em;
  margin-bottom: 0;
  margin-left: 2em;
  margin-right: 2em;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: underline;
}

.side-text_contain {
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.sticky_heading {
  padding-bottom: 1.7em;
}

.hero__left {
  z-index: 20;
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.section-7 {
  z-index: 1;
  word-break: keep-all;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section-7.is--hero {
  z-index: 4;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  overflow: visible;
}

.hero_outline {
  color: #f88cd4;
}

.grid-2 {
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  word-break: keep-all;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.hero__button-arrow {
  filter: brightness(0%) invert();
  width: 2.6em;
  margin-left: 2.9em;
  margin-right: 2.9em;
}

.side-text_line {
  background-color: #eeedf2;
  width: 7em;
  min-width: 7em;
  height: 2px;
  margin-left: .8em;
  margin-right: .8em;
}

.sticky_image {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 26em;
  margin-top: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.sticky_content {
  color: #000;
  white-space: normal;
  word-break: normal;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 8em;
  font-family: Plantin, sans-serif;
  display: flex;
}

.side-text_wrap {
  white-space: nowrap;
  border-bottom: 1.4px solid #eeedf23d;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 1.9em;
  display: flex;
}

.side-text_wrap.is--alt {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-7, .heading-8, .heading-9, .heading-10 {
  text-transform: uppercase;
  font-family: Yeseva One, sans-serif;
  font-size: 40px;
}

.bold-text-2 {
  letter-spacing: -1px;
  align-items: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  display: flex;
}

.paragraph-4 {
  font-family: Plantin, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.image-8 {
  object-fit: contain;
}

.body-2 {
  color: #fff;
  background-color: #ffa400;
  background-image: url('../images/giphy.gif');
  background-position: 80%;
  background-repeat: repeat;
  background-size: 320px;
  border: 20px solid #fff;
  height: 100vh;
  overflow: hidden;
}

.body-2.charachters {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.image-9 {
  object-fit: contain;
  margin-top: 340px;
}

.paragraph-5 {
  word-break: normal;
  font-family: Plantin, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 1;
}

.pw {
  white-space: normal;
  word-break: keep-all;
  font-weight: 400;
}

.bold-text-3 {
  font-family: Plantin, sans-serif;
}

.bold-text-4 {
  text-align: left;
  word-break: keep-all;
  font-weight: 400;
  line-height: 1.1em;
}

.number {
  color: #fff;
  margin-bottom: 30px;
  font-size: 1.6em;
}

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

.s-scroll-bg-img.is-1 {
  z-index: 1;
  background-image: linear-gradient(#ffdf2700 51%, #ffdf2754), url('../images/MASCOTS.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  height: 90%;
  position: absolute;
  inset: 0%;
}

.s-scroll-bg-img.is-1.charachters {
  background-image: url('../images/NEL3.png');
  background-position: 100% 20%;
  background-size: cover;
}

.transition-block {
  z-index: 999;
  background-color: #000;
  display: none;
  position: absolute;
  inset: 0%;
}

.content-top {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 31px 100px 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.content-heading-wrapper {
  display: flex;
  overflow: visible;
}

.content-heading-wrapper.world {
  margin-bottom: 0;
}

.image-10 {
  width: 75px;
  display: none;
}

.content-top-right {
  max-width: 400px;
  font-size: 14px;
  line-height: 2em;
}

.dev-letter {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 6px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 11.6em;
  font-weight: 700;
  line-height: 1.3em;
  position: relative;
}

.content-bottom {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 31px 0 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0% 3vw;
}

.content-bottom.top {
  align-items: center;
  width: 60vw;
  margin-bottom: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
  inset: 0 0% auto;
}

.content-bottom.top.world {
  margin-bottom: 20px;
}

.s-scroll {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.s-scroll.world {
  background-color: #f1f1f1;
  height: 60vh;
  display: none;
}

.s-scroll.charachters {
  background-color: #0000;
  height: 30vh;
  display: block;
}

.map-pin-tooltip {
  background-color: #fff;
  border: 2px #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -45px;
  padding: 0 10px;
  display: flex;
  position: absolute;
  top: 7px;
  left: -56px;
  right: -56px;
  box-shadow: 1px 1px 10px 2px #00000040;
}

.map-pin-tooltip.north-america {
  z-index: 100;
  z-index: 500;
  z-index: 500;
  border-radius: 12px;
  width: 260px;
  margin-top: 19px;
  display: block;
}

.map-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #020101;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: 700px;
  height: 700px;
  margin: 330px auto 0;
  display: grid;
  position: relative;
}

.map-image {
  filter: none;
  width: 700px;
  min-width: 700px;
  height: auto;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.map-pin {
  filter: hue-rotate(225deg);
  background-color: #0000;
  background-image: url('../images/interface.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 50px;
  transition: all .2s;
  position: absolute;
  top: 127px;
  left: 90px;
}

.map-pin:hover {
  filter: hue-rotate(200deg);
  transform: translate(0, -3px);
}

.map-pin.latin-america {
  top: 180px;
}

.map-pin.latin-america._2 {
  z-index: 1;
  background-image: url('../images/4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  top: 380px;
  left: 206px;
}

.map-pin.latin-america._1 {
  filter: none;
  background-image: url('../images/4.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  top: 363px;
  left: 95px;
}

.map-pin.southern-africa {
  filter: none;
  background-image: url('../images/6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  top: 536px;
  left: 346px;
}

.map-pin.west-africa {
  filter: none;
  background-image: url('../images/FK_.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 170px;
  top: 242px;
  left: 322px;
}

.map-pin.sensitive-nations {
  z-index: 1;
  top: 168px;
  left: 534px;
}

.map-pin.sensitive-nations.sensitive-3 {
  z-index: 2;
  filter: none;
  background-image: url('../images/5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  top: 344px;
  left: 533px;
}

.map-pin.sensitive-nations.sensitive-2 {
  top: 144px;
  left: 600px;
}

.map-pin.francophone {
  top: 239px;
  left: 430px;
}

.map-pin.eastern-europe {
  filter: none;
  background-image: url('../images/Tower.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  top: 99px;
  left: 341px;
}

.map-pin.lusophone {
  top: 339px;
  left: 267px;
}

.map-pin.carribian {
  top: 192px;
  left: 178px;
}

.map-pin.western-europe {
  filter: none;
  background-image: url('../images/Hinter.png');
  width: 110px;
  height: 50px;
  top: 38.1vh;
  left: 11vw;
}

.map-pin.africa-lusophone {
  z-index: 1;
  top: 269px;
  left: 478px;
}

.map-pin.east-africa {
  z-index: 2;
  top: 296px;
  left: 522px;
}

.map-pin.sector5 {
  filter: none;
  background-image: url('../images/5.png');
  width: 100px;
  height: 50px;
  top: 7vh;
  left: 42vw;
}

.map-pin.xx {
  filter: none;
  background-image: url('../images/Hinter.png');
  width: 110px;
  height: 50px;
  top: 38vh;
  left: 11vw;
}

.map-pin.sector-5 {
  z-index: 0;
  filter: none;
  background-image: url('../images/5.png');
  width: 100px;
  height: 50px;
  top: 48.9%;
  left: 65.2%;
}

.map-pin.sector-5-copy {
  filter: none;
  background-image: url('../images/5.png');
  width: 110px;
  height: 50px;
  top: 9vh;
  left: 43vw;
}

.map-pin.frost {
  z-index: 4;
  filter: none;
  background-image: url('../images/FK_.png');
  width: 110px;
  height: 50px;
  top: 35.9%;
  left: 48.6%;
}

.map-pin.sector-4 {
  z-index: 3;
  filter: none;
  background-image: url('../images/4.png');
  width: 100px;
  height: 50px;
  top: 50%;
  left: 24%;
}

.map-pin.sector-6 {
  z-index: 2;
  filter: none;
  background-image: url('../images/6.png');
  width: 100px;
  height: 50px;
  top: 72.2%;
  left: 47.5%;
}

.map-pin.tower {
  z-index: 100;
  opacity: 0;
  filter: none;
  background-image: url('../images/Tower.png');
  width: 150px;
  height: 50px;
  top: .9vh;
  left: 17vw;
}

.map-pin.hinterland {
  z-index: 19;
  filter: none;
  background-image: url('../images/Hinter.png');
  width: 100px;
  inset: 30.2% 0% 0% 33.6%;
}

.map-pin.twr {
  z-index: 20;
  filter: none;
  background-image: url('../images/Tower.png');
  width: 150px;
  height: 33px;
  top: 22%;
  left: 50.1%;
}

.map-pin.tower {
  z-index: 100;
  filter: none;
  background-image: url('../images/Tower.png');
  width: 150px;
  height: 50px;
  top: 28.6vh;
  left: 29vw;
}

.map-pin.misfit {
  z-index: 10;
  background-image: url('../images/GOMLogo.png');
  background-position: 0 0;
  background-size: auto;
  width: 100px;
  top: 63.9vh;
  left: 27.2vw;
}

.map-wrapper {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 60vw;
  min-width: auto;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: -267px;
}

.country {
  color: #000;
  text-align: left;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Plantin, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.div-block-16 {
  background-color: #ffdf27;
  background-image: url('../images/H6logo.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 0;
  flex: 0 auto;
  align-self: flex-start;
  width: 30vw;
  height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.bold-text-5 {
  position: sticky;
}

.div-block-17 {
  width: 70vw;
}

.hero-heading-span-ws__hero--004 {
  font-style: italic;
}

.section-ws__hero--004 {
  color: #02331d;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  display: flex;
}

.button-ws__hero--004 {
  color: #02331d;
  background-color: #dcfe11;
  border-radius: 50rem;
  padding: .9rem 1.3rem;
  font-size: 1rem;
  line-height: 1em;
  transition: background-color .25s cubic-bezier(.165, .84, .44, 1);
}

.button-ws__hero--004:hover {
  background-color: #d0f011;
}

.html-embed-ws__hero--004 {
  display: none;
}

.nav-brand-ws__hero--004 {
  font-size: 1.25rem;
}

.hero-heading-ws__hero--004 {
  text-align: left;
  letter-spacing: -.056em;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plantin, sans-serif;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1em;
}

.container-ws__hero--004 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}

.container-ws__hero--004.container-nav-ws__hero--004 {
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.container-ws__hero--004.container-nav-bottom-ws__hero--004 {
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.container-ws__hero--004.container-center-ws__hero--004 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nav-link-ws__hero--004 {
  color: #02331d;
  text-decoration: none;
}

.nav-item-ws__hero--004 {
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-item-ws__hero--004.nav-item-mid-ws__hero--004 {
  justify-content: center;
}

.nav-item-ws__hero--004.nav-item-right-ws__hero--004 {
  justify-content: flex-end;
  display: flex;
}

.dev-letter-2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 7.9em;
  font-weight: 700;
  line-height: 1em;
}

.dev-letter-2.artist {
  font-size: 7.3em;
}

.name {
  letter-spacing: 10px;
}

.bold-text-7 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -8px);
}

.bold-text-7._8 {
  transform: rotate(0);
}

.careers-text-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  overflow: hidden;
}

.testimonials-content {
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
}

.tcc-button-review {
  cursor: pointer;
  position: absolute;
  left: 5%;
  overflow: hidden;
}

.works-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.line {
  background-color: #ffffff26;
  width: 100%;
  height: 1px;
}

.line.relative-2 {
  z-index: 2;
  position: relative;
}

.footer-bottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sticky_content-2 {
  color: #000;
  white-space: normal;
  word-break: normal;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 8em;
  display: flex;
}

.section-8 {
  display: none;
}

.footer-name-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  object-fit: fill;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: 70px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.pages {
  grid-column-gap: 170px;
  grid-row-gap: 170px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  overflow: visible;
}

.pages-wrapper {
  grid-column-gap: 60px;
  border-bottom: 1px solid #ffffff26;
  align-items: center;
  display: flex;
  position: relative;
}

.pages-wrapper._3 {
  left: -558px;
}

.pages-wrapper._2 {
  position: relative;
  left: -36%;
}

.testimonials {
  flex-direction: column;
  display: flex;
}

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

.hero-content {
  margin-top: -163px;
  padding-top: 0;
  position: relative;
}

.footer-wrapper {
  border: 0 solid #292929;
  border-top: 1px #292929;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  display: flex;
}

.footer-icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.blog {
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.careers {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

._360px {
  color: #000;
  max-width: 360px;
  font-weight: 400;
}

.tcc-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  padding-top: 30px;
  display: flex;
}

.pages-image-content {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.tcc-text {
  color: #fff6;
}

.tcc-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 200px;
  display: flex;
}

.heading-11 {
  text-transform: uppercase;
  font-size: 40px;
}

._670px {
  max-width: 670px;
}

._670px.all-caps {
  color: #000;
  text-transform: uppercase;
}

.careers-content {
  border: 0 solid #fff3;
  border-top: 1px dotted #ffffff26;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.bold-text-8 {
  -webkit-text-stroke-color: #000;
  font-size: 1.4em;
  font-weight: 700;
  text-decoration: underline;
}

.footer-location {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.hero-text-wrapper {
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.paragraph-20px {
  color: #fff;
  letter-spacing: -.1px;
  font-size: 20px;
  line-height: 150%;
}

.paragraph-20px.all-caps {
  text-transform: uppercase;
}

.footer_p-2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.footer_p-2.main {
  display: none;
}

.page-wrapper {
  flex-wrap: nowrap;
  height: 100%;
  display: flex;
  position: sticky;
  overflow: visible;
}

.footer-form {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 360px;
  display: flex;
}

._730px {
  max-width: 730px;
}

._730px.all-caps {
  text-transform: uppercase;
}

.form-block-2 {
  width: 100%;
  margin-bottom: 0;
}

.tc-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  flex: 0 auto;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  display: grid;
}

.image-11 {
  object-fit: contain;
  margin-top: 340px;
}

.works {
  grid-row-gap: 30px;
  flex-direction: column;
  display: none;
  overflow: visible;
}

.th-heading {
  white-space: nowrap;
  font-family: Yeseva One, sans-serif;
  font-size: 80px;
  position: relative;
  left: -82px;
}

.button-circle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  border-radius: 100%;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 10px;
  height: 10px;
  margin-top: -2px;
  padding-top: 0;
  display: flex;
}

.mask-line {
  width: 100%;
  overflow: hidden;
}

.form-content {
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tc-lottie {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 60px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  inset: 0% auto auto -3%;
}

.about {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.paragraph-16px {
  color: #000;
  letter-spacing: -.1px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.paragraph-16px.medium {
  font-weight: 500;
}

.tcc-text-absolute {
  color: #fff;
  letter-spacing: -.1px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  position: absolute;
}

.ff-header {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-right: .0500031px;
  display: flex;
}

.collection-list-wrapper {
  width: 100%;
}

.careers-position {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 355px;
  display: flex;
  overflow: hidden;
}

.about-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.next-project-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border: 0 solid #fff3;
  border-bottom: 1px #ffffff26;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.about-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-top: 70px;
  display: flex;
}

.footer-cta {
  grid-column-gap: 35.5px;
  grid-row-gap: 35.5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 650px;
  margin-top: 35px;
  display: flex;
}

.paragraph-14px-all-caps {
  color: #fff;
  letter-spacing: -.1px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
}

.paragraph-14px-all-caps.opacity-50 {
  opacity: .5;
}

.paragraph-14px-all-caps.opacity-50._540px {
  max-width: 540px;
}

.hero {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-image {
  z-index: 3;
  mix-blend-mode: difference;
  object-fit: fill;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.blog-header {
  border: 0 solid #fff3;
  border-bottom: 1px #fff3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1480px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.blog-header.blog-about {
  grid-column-gap: 50px;
  align-items: flex-end;
}

.pages-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 87px;
  padding-right: 87px;
  display: flex;
  position: relative;
}

.form-3 {
  border-bottom: 1px solid #fff3;
  align-items: center;
  display: flex;
}

.pages-link {
  grid-column-gap: 60px;
  color: #14161e;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.tc-text-wrapper {
  grid-column-gap: 84px;
  grid-row-gap: 84px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.collection-item {
  width: 100%;
}

.button-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff;
  border-radius: 9999px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 0 #212121;
}

.testimonilas-heading-wrapper {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.careers-category {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: #14161e;
  border-radius: 9px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 15px 18px;
  display: flex;
}

.pages-image {
  width: 418px;
  height: 419px;
  display: none;
  position: absolute;
}

.footer-2 {
  height: auto;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.testimonials-heading-content {
  grid-column-gap: 30px;
  border-top: 1px solid #fff3;
  border-bottom: 1px solid #fff3;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.paragraph-6 {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.collection-list {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.tc-card {
  background-color: #0c0f1a;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.submit-button-3 {
  background-color: #3898ec00;
  background-image: url('../images/Vectors-Wrapper.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 16px;
}

.container-3 {
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 40px 0;
}

.container-3.header-padding {
  grid-row-gap: 50px;
  flex-direction: column;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.container-3.c-footer {
  padding-bottom: 0;
}

.tcc-line {
  background-color: #ffffff26;
  width: 100%;
  height: 1px;
}

.tcc-text-wrapper {
  border: 0 solid #fff3;
  border-bottom: 1px #fff3;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 400px;
  padding-bottom: 0;
  display: flex;
}

.footer-header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.collection-list-blog {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.ff-text-wrapper {
  grid-column-gap: 7.18px;
  grid-row-gap: 7.18px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.careers-button {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: #fff0;
  border: 1px solid #fff3;
  border-radius: 9px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 15px 18px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.careers-button:hover {
  background-color: #fff;
}

.text-field-4 {
  background-color: #fff0;
  border: 1px #000;
  margin-bottom: 0;
  padding-left: 0;
}

.text-field-4:focus {
  color: #fff;
}

.footer-content {
  grid-column-gap: 148px;
  grid-row-gap: 148px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-text {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.footer-text.small {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.paragraph-14px {
  color: #000;
  letter-spacing: -.1px;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
}

.paragraph-14px.form-color {
  color: #797a7a;
}

.paragraph-14px.footer-color {
  color: #fff;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-family: Yeseva One, sans-serif;
  transition: opacity .4s;
}

.paragraph-14px.text-menu {
  margin-bottom: 0;
  text-decoration: none;
}

.paragraph-14px.text-menu.hero {
  padding-left: 30px;
  font-size: 17px;
}

.paragraph-14px.text-menu.white {
  color: #fff;
  text-decoration: none;
}

.paragraph-14px.text-menu.twitter {
  color: #fff;
  letter-spacing: 1px;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}

.paragraph-14px.footer-color {
  color: #fff;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  transition: opacity .4s;
}

.paragraph-14px.all-caps {
  text-transform: uppercase;
}

.paragraph-14px.white {
  color: #fff;
  -webkit-text-stroke-color: #000;
}

.paragraph-14px.white.hidden {
  color: #000;
}

.hero-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  top: 0;
}

.careers-heading {
  grid-column-gap: 10px;
  grid-row-gap: 30px;
  border: 0 solid #fff3;
  border-top: 1px #fff3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.navbar-logo {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

.navbar-content {
  z-index: 10;
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.navbar-content.hidden-footer {
  position: absolute;
  inset: auto 0% 0%;
}

.navbar-content.footer {
  background-color: #0000;
  background-image: url('../images/otherly64f3bee4f762b61424c815c6_Otherly-trim2.png');
  background-position: 0 0;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.navbar-circle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ffdf27;
  border: 1px solid #0003;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5px 10px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.navbar-circle:hover {
  opacity: .5;
}

.navbar-circle.w--current {
  background-color: #fff;
}

.navbar-circle.white {
  color: #fff;
  border-color: #fff3;
}

.navbar-circle.black {
  background-color: #000000b5;
  border-color: #fff3;
}

.navbar-circle.black.link {
  clear: right;
  position: static;
  inset: 0% 0% 0% auto;
}

.navbar-circle.black.hidden {
  background-color: #fff;
  margin-bottom: 9px;
}

.navbar-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  background-color: #ffdf27;
  border: 1px solid #0003;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-menu:hover {
  opacity: .5;
}

.navbar-menu.w--current {
  background-color: #fff;
}

.navbar-menu.white {
  border-color: #fff3;
}

.navbar-menu.black {
  background-color: #141414;
  border-color: #acacac33;
}

.navbar-menu.twitter {
  background-color: #000;
}

.navbar-menu.current {
  background-color: #fff;
}

.menu-close {
  color: #010206;
  letter-spacing: -.1px;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  display: none;
  position: absolute;
}

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

.navbar-inner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nel {
  z-index: 1;
  width: 16vw;
  min-height: 40vh;
  position: absolute;
}

.image-12 {
  align-self: flex-end;
  width: 30vw;
  margin-top: 16vw;
  position: absolute;
  inset: 0% -10% 0% auto;
}

.timeline-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.team-inner {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

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

.faq-content {
  width: 50%;
}

.paragraph-12px {
  color: #fff;
  font-size: 12px;
  line-height: 130%;
}

.paragraph-12px.medium.opacity-50 {
  opacity: .5;
}

.accordion-item {
  opacity: 1;
  border: 1px #999797;
  border-bottom: 1px solid #000;
  margin-bottom: 0;
  padding: 0;
}

.mr-image {
  width: auto;
  max-width: 351px;
  height: 238px;
  margin-bottom: 30px;
}

.ts-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #010206;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 83px;
  padding: 24px 6px;
  display: flex;
}

.line-faq {
  background-color: #fff6;
  width: 100%;
  height: 1px;
}

.faq-card {
  grid-column-gap: 25px;
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.ts-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.relative {
  position: relative;
}

.faq-card-button {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  display: flex;
}

.navbar-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-header {
  background-image: url('../images/MASCOTS.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
  position: relative;
}

.accordion-item-content {
  justify-content: flex-end;
  margin-top: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.accordion-item-trigger-about {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.ah-content {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 69px;
  display: flex;
  overflow: visible;
}

.ts-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.team-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  max-width: 735px;
  margin-top: -133px;
  margin-right: -90px;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.team-wrapper.right {
  justify-content: flex-end;
  position: relative;
}

.timeline-image-1 {
  object-fit: cover;
  width: 220px;
  height: 213px;
  position: absolute;
  inset: -56% -54% auto auto;
}

.menu-heading-mask {
  color: #fff;
  margin-top: -20px;
  margin-bottom: 0;
  padding-bottom: 0;
  text-decoration: none;
  overflow: hidden;
}

.difference {
  mix-blend-mode: difference;
}

.difference.relative-2 {
  z-index: 2;
  position: relative;
}

.mr-header {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.menu-link {
  color: #fff;
  letter-spacing: -.1px;
  font-size: 20px;
  line-height: 150%;
  transition: opacity .4s;
}

.menu-link:hover {
  opacity: .5;
}

.timeline-last {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 417px;
  height: 103px;
  margin-top: 150px;
  padding: 10px 40px 10px 10px;
  display: flex;
  position: relative;
  left: -27%;
  transform: rotate(6.9deg);
}

.section-9 {
  display: block;
}

.team-content {
  grid-column-gap: 109px;
  grid-row-gap: 109px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding: 0 40px;
  display: flex;
}

.team-content.map {
  margin-top: 56px;
  padding-top: 0;
}

.footer-link-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5px 0;
  display: flex;
}

.faq {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.menu-left-2 {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.timeline-image-3 {
  width: 249px;
  height: 289px;
  position: relative;
  top: -94px;
  left: 35px;
}

.ah-text-wrapper {
  grid-column-gap: 50px;
  color: #fff;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.faq-paragraph {
  color: #ffffff80;
  max-width: 500px;
  margin-bottom: 0;
  padding-top: 30px;
}

.navbar-icon-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12.6px;
  display: flex;
}

.timeline-image-2 {
  width: 152px;
  height: 152px;
  position: absolute;
  inset: 158px 0% 0% 111px;
}

.timeline-image-4 {
  object-fit: cover;
  width: 220px;
  height: 213px;
  position: absolute;
  inset: -57% auto auto 37%;
}

.menu-2 {
  z-index: 10;
  grid-column-gap: 100px;
  opacity: 1;
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-color: #010206cc;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 124px;
  padding-bottom: 50px;
  display: none;
  position: absolute;
}

.about-heading {
  color: #000;
  font-family: Yeseva One, sans-serif;
  font-size: 64px;
  font-weight: 700;
}

.about-heading.difference {
  color: #000;
  mix-blend-mode: normal;
  font-size: 66px;
}

.about-heading.h {
  color: #000;
  padding-left: 15px;
  font-size: 68px;
}

.about-heading.x {
  color: #fff;
  padding-left: 40px;
  font-size: 40px;
}

._50 {
  width: 50%;
}

._50.ah {
  object-fit: contain;
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 1.2em;
  line-height: 1.5rem;
}

.menu-heading {
  font-size: 100px;
  line-height: 81%;
  transition: opacity .4s;
  position: relative;
}

.menu-heading:hover {
  opacity: .5;
}

.ah-heading-wrapper {
  grid-column-gap: 20px;
  mix-blend-mode: normal;
  align-items: center;
  display: flex;
  overflow: visible;
}

.mr-image-content {
  object-fit: contain;
  height: 100%;
}

.timeline-image-5 {
  width: 267px;
  height: 267px;
  position: absolute;
  inset: -77% 0% auto 6%;
}

.timeline-content.align-right {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.footer-cta-2 {
  grid-column-gap: 35.5px;
  grid-row-gap: 35.5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 650px;
  display: flex;
}

.navbar-link {
  color: #fff;
  letter-spacing: -.1px;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  transition: opacity .4s;
}

.navbar-link:hover {
  opacity: .5;
}

.footer-links-content {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  position: relative;
}

.footer-links-content.charachters {
  margin-top: 88px;
  position: static;
}

.navbar-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #fff3;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 31px;
  padding: 5px 10px;
  transition: all .4s;
  display: flex;
}

.navbar-icon:hover {
  padding-left: 20px;
  padding-right: 20px;
}

.footer-link {
  color: #caccca;
  font-size: 14px;
  transition: opacity .4s;
}

.footer-link:hover {
  opacity: .5;
}

.navbar-2 {
  z-index: 11;
  position: relative;
}

.ts-text-12px {
  color: #010206;
  text-align: justify;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 110%;
  transform: rotate(0);
}

.mask {
  overflow: visible;
}

.form-4 {
  border-bottom: 1px solid #fff3;
  align-items: center;
  display: flex;
}

.mr-links {
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.menu-right-2 {
  opacity: 1;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  max-width: 512px;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff;
  border-radius: 9999px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 0 #212121;
}

.timeline-middle {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 430px;
  height: 103px;
  margin-top: 125px;
  padding: 10px 70px 10px 10px;
  display: flex;
  position: relative;
  left: 8%;
  transform: rotate(-7.96deg);
}

.team-members {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._900px {
  max-width: 900px;
}

.submit-button-4 {
  background-color: #3898ec00;
  background-image: url('../images/Vectors-Wrapper.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 16px;
}

.timeline-start {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 571.475px;
  height: 103px;
  margin-bottom: 164px;
  padding: 10px 70px 10px 10px;
  display: flex;
  position: relative;
  left: 15%;
  transform: rotate(-1.65deg);
}

.ah-heading {
  align-self: flex-start;
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.mr-bottom {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.social-link {
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.social-link:hover {
  opacity: .5;
}

.ts-text-32px {
  color: #010206;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}

.socials {
  grid-column-gap: 4.43518px;
  grid-row-gap: 4.43518px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-card-category {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.ah-image {
  align-self: flex-start;
  width: 70px;
  height: 60px;
  margin-top: 11px;
  position: relative;
  inset: auto auto 0% 0;
}

.ah-image.axe {
  width: 70vw;
  height: auto;
  margin-top: -446px;
  margin-left: -101px;
  padding-left: 0;
}

.container-nav {
  z-index: 11;
  grid-row-gap: 20px;
  border: 1px #fff3;
  border-left: 0 solid #fff3;
  border-right: 0 solid #fff3;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px 0;
  display: flex;
  position: relative;
}

.text-field-5 {
  background-color: #fff0;
  border: 1px #000;
  margin-bottom: 0;
  padding-left: 0;
}

.text-field-5:focus {
  color: #fff;
}

.menu-container {
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: center;
  max-width: 1560px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.timeline-wrapper {
  flex-direction: column;
  max-width: 320px;
  display: flex;
  position: relative;
}

.timeline-wrapper._4 {
  margin-top: 200px;
  left: -23%;
}

.timeline-wrapper._3 {
  flex-direction: row;
  margin-top: 30px;
  top: 137px;
  left: -40%;
}

.timeline-wrapper._5 {
  margin-top: 50px;
  left: 26%;
}

.timeline-wrapper._2 {
  left: 108px;
}

.timeline-wrapper._1 {
  left: -296px;
}

.accordion-wrapper {
  border-top: 1px solid #fff3;
  border-bottom: 1px #fff3;
  padding-top: 30px;
  padding-bottom: 0;
}

.footer-text-2 {
  color: #000;
  font-size: 30px;
}

.team {
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.text-span {
  font-family: Yeseva One, sans-serif;
  font-size: 21px;
}

.main {
  height: 100vh;
  line-height: 24px;
}

.ball2shadow {
  background-image: radial-gradient(circle at 100% 70%, #056d8f26, #008cbb03 33%);
  position: absolute;
  inset: 0%;
}

.ball2 {
  z-index: 3;
  border-radius: 50%;
  width: 26vh;
  height: 26vh;
  position: absolute;
  inset: 9vh auto auto 1vh;
  overflow: hidden;
  box-shadow: -1px 0 10vh #0000000d;
}

.ball4shadow {
  opacity: .76;
  filter: blur(20px);
  background-color: #024777cc;
  border-radius: 50%;
  width: 50%;
  height: 60%;
  position: absolute;
  inset: -25% 0% auto 60%;
  transform: rotate(-45deg);
}

.div-block {
  background-image: linear-gradient(#0988b133, #ffffff29);
  border-radius: 50%;
  display: none;
  position: absolute;
  inset: 0%;
  box-shadow: inset -28px -28px 5vh #5bf3faad;
}

.ball1shadow {
  opacity: .68;
  filter: blur(15px);
  background-color: #024777cc;
  border-radius: 50%;
  width: 15%;
  height: 30%;
  position: absolute;
  inset: 20% auto auto 0%;
  transform: rotate(18deg);
}

.ball7shadow {
  opacity: .42;
  filter: blur(10px);
  background-color: #024777cc;
  border-radius: 50%;
  width: 30%;
  height: 30%;
  position: absolute;
  inset: 39% auto auto 20%;
  transform: rotate(-6deg);
}

.hero-txt {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  height: auto;
  margin-top: 0;
  padding-left: 4em;
  display: flex;
}

.ball-first-color {
  background-image: linear-gradient(#000 4% 97%);
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.logo-wrap {
  align-items: center;
  margin-bottom: 0;
  padding-left: 5px;
  display: flex;
}

.ball6shadow {
  opacity: .5;
  filter: blur(20px);
  background-color: #024777cc;
  border-radius: 50%;
  width: 30%;
  height: 40%;
  position: absolute;
  inset: 15% auto auto 0%;
  transform: rotate(20deg);
}

.ball-second-color {
  background-image: radial-gradient(circle at 20% 20%, #0291bdbd, #2bedf5f2);
  border-radius: 50%;
  display: block;
  position: absolute;
  inset: 0%;
}

.ball-shine {
  opacity: .4;
  filter: blur(15px);
  border-top: 15px solid #69eebb;
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: absolute;
  inset: 20% auto auto 20%;
  transform: rotate(-85deg);
}

.heading-12 {
  color: #000;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-bottom: 60px;
  font-family: Poppins, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 18px;
}

.ball-wrap {
  z-index: -1;
  width: 70vh;
  height: 70vh;
  position: absolute;
  inset: 0% 10vw 0% auto;
}

.ball1 {
  z-index: 2;
  border-radius: 50%;
  width: 35vh;
  height: 35vh;
  position: absolute;
  inset: 14.5vh auto auto 23vh;
  overflow: hidden;
  box-shadow: 1px 1px 10vh #0000000d;
}

.ball4 {
  z-index: 1;
  border-radius: 50%;
  width: 28vh;
  height: 28vh;
  position: absolute;
  inset: 40.5vh auto auto 9.5vh;
  overflow: hidden;
  box-shadow: 1px 1px 10vh #0000000d;
}

.ball7 {
  z-index: 1;
  border-radius: 50%;
  width: 7vh;
  height: 7vh;
  position: absolute;
  inset: 25vh auto auto 58vh;
  overflow: hidden;
  box-shadow: 1px 1px 6vh #0000000d;
}

.ball5 {
  z-index: 3;
  border-radius: 50%;
  width: 17vh;
  height: 17vh;
  position: absolute;
  inset: 42.5vh auto auto 41vh;
  overflow: hidden;
  box-shadow: 1px 1px 10vh #0000000d;
}

.ball-third-color {
  background-image: linear-gradient(#0988b133, #ffffff29);
  border-radius: 50%;
  position: absolute;
  inset: 0%;
  box-shadow: inset -1px -9px 8vh #5bf3fa;
}

.ball-third-color.mid {
  background-image: url('../images/JORAvatar.png'), linear-gradient(#00000057, #00000029);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  box-shadow: inset -4px -10px 4vh #575126;
}

.ball-third-color.small {
  background-image: url('../images/JORAvatar.png'), linear-gradient(#0988b163, #ffffff29);
  background-position: 50%, 0 0;
  background-size: contain, auto;
  box-shadow: inset -1px -26px 5vh -5px #3b3f29;
}

.ball-third-color.smallest {
  background-image: url('../images/JORAvatar.png'), linear-gradient(#0988b19c, #ffffff29);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  box-shadow: inset -1px -11px 5vh #2a2b17;
}

.ball-third-color.big {
  background-image: url('../images/JORAvatar.png');
  background-position: 50%;
  background-size: cover;
  display: block;
  box-shadow: inset -20px -23px 6vh #45462e;
}

.logo-ball {
  background-color: #73f5a9;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-left: -5px;
  box-shadow: 1px 1px 10px #cbf8dd;
}

.logo-ball._3 {
  width: 50px;
  height: 50px;
  margin-left: -6px;
  box-shadow: 1px 1px 15px #cbf8dd;
}

.logo-ball._1 {
  opacity: .6;
  width: 38px;
  height: 38px;
}

.logo-ball._2 {
  opacity: .8;
  width: 45px;
  height: 45px;
}

.ball3shadow {
  opacity: .8;
  filter: blur(20px);
  background-color: #024777cc;
  border-radius: 50%;
  width: 60%;
  height: 50%;
  position: absolute;
  inset: 68% auto 0% -11%;
  transform: rotate(29deg);
}

.ball6 {
  z-index: 1;
  border-radius: 50%;
  width: 14vh;
  height: 14vh;
  position: absolute;
  inset: 33vh auto auto 55vh;
  overflow: hidden;
  box-shadow: 1px 1px 8vh #0000000d;
}

.paragraph-7 {
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.ball1shadow2 {
  opacity: .83;
  filter: blur(15px);
  background-color: #024777cc;
  border-radius: 50%;
  width: 11%;
  height: 27%;
  position: absolute;
  inset: auto 32% 1% auto;
  transform: rotate(58deg);
}

.ball3 {
  z-index: 1;
  border-radius: 50%;
  width: 23vh;
  height: 23vh;
  position: absolute;
  inset: .5vh auto auto 43.5vh;
  overflow: hidden;
  box-shadow: 1px 1px 10vh #0000000d;
}

.image-13 {
  display: block;
  position: relative;
  inset: auto 0% 0% auto;
}

.hide {
  display: none;
}

.tape-container {
  width: 100%;
  height: 21vw;
  position: absolute;
  top: auto;
  bottom: -171.7vh;
  overflow: hidden;
}

.tape-container.charachter {
  position: relative;
  inset: auto 0% 0%;
}

.tape-1 {
  z-index: 2;
  width: 150vw;
  max-width: 260%;
  position: relative;
  top: 8.2vw;
  left: -1.3vw;
  transform: rotate(3.3deg);
}

.tape-2 {
  filter: hue-rotate(344deg);
  width: 150vw;
  max-width: 260%;
  display: block;
  position: relative;
  top: -.2vw;
  left: -1vw;
  transform: rotate(-4.1deg);
}

.bottom-fold {
  backface-visibility: hidden;
  transform-origin: 50% 0;
  width: 100%;
  height: 50%;
}

.sticky-div {
  perspective: 1500px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: block;
  position: sticky;
  top: 25vh;
}

.country-2 {
  color: #000;
  text-align: left;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 18px;
}

.section-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 300vh;
  display: none;
}

.top-fold {
  backface-visibility: hidden;
  transform-origin: 50% 100%;
  width: 100%;
  height: 33.33%;
  position: relative;
}

.div-block-18 {
  width: 70vw;
}

.bottom-folds {
  backface-visibility: hidden;
  transform-origin: 50% 0;
  width: 100%;
  height: 66.66%;
  position: relative;
}

.middle-fold {
  backface-visibility: hidden;
  transform-origin: 50% 0;
  width: 100%;
  height: 50%;
}

.trifold {
  flex-direction: column;
  justify-content: flex-start;
  width: 60vw;
  height: 79.5vw;
  display: flex;
  position: relative;
}

.image-14 {
  padding-bottom: 0;
}

.image-15 {
  float: right;
}

.paragraph-8 {
  width: 40vw;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.paragraph-9 {
  text-align: left;
  font-family: Poppins, sans-serif;
}

.paragraph-14px-2 {
  color: #fff;
  letter-spacing: -.1px;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
}

.paragraph-16px-2 {
  color: #000;
  letter-spacing: -.1px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.7vh;
  line-height: 150%;
}

.container-4 {
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 40px;
}

.paragraph-14px-3 {
  color: #fff;
  letter-spacing: -.1px;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
}

.container-5 {
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 40px;
}

.demo-btn-close-inner-wrapper {
  background-color: #4d16dd;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.html-embed-2 {
  align-self: auto;
  position: absolute;
  inset: auto 40px auto auto;
}

.demo-close-div {
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-16 {
  margin-left: 15px;
  margin-right: 15px;
}

.button-4 {
  color: #f4f3ef;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(139deg, #4d16ddb3, #ff02ffe6);
  border-radius: 3px;
  margin-left: 35px;
  margin-right: 15px;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.button-4.bottom {
  background-image: linear-gradient(139deg, #4d16ddb3, #ff02ffe6);
  margin-left: 20px;
  display: none;
}

.demo-left-arrow-wrapper {
  z-index: 5;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.demo-btn-close-arrow {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 10px;
  height: 10px;
  margin-top: 6px;
  transform: rotate(45deg);
}

.demo-arrow-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

.demo-banner-bottom-wrapper {
  flex-flow: column;
  place-content: flex-end center;
  align-items: center;
  display: flex;
}

.browser-dot {
  background-color: #fc615d;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  margin-right: 3px;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.demo-btn-close-wrapper {
  z-index: 6;
  cursor: pointer;
  border: 2px solid #4d16dd;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  bottom: 40px;
  right: 35px;
}

.demo-right-arrow-wrapper {
  z-index: 5;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.demo-banner-bottom {
  z-index: 20;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 40px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.demo-bottom-buttons {
  z-index: 6;
  justify-content: space-between;
  align-items: center;
  display: block;
  position: fixed;
  inset: auto auto 20px 35px;
}

.browser-demo {
  z-index: auto;
  background-color: #1a1a1a;
  background-image: none;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  flex-wrap: nowrap;
  place-content: flex-end center;
  align-items: center;
  width: 800px;
  height: 400px;
  display: none;
  position: relative;
  overflow: hidden;
}

.close-line {
  background-color: #180c37;
  width: 20px;
  height: 2px;
  position: absolute;
}

.close-line.rotate {
  background-color: #180c37;
  transform: rotate(90deg);
}

._147-hero-text {
  color: #fff;
  text-transform: uppercase;
  font-family: Yeseva One, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 1;
}

.resize-text {
  display: none;
}

.interaction-heading {
  color: #180c37;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}

.footer-link-block {
  border: 3px solid #180c371a;
  border-radius: 100px;
  padding: 15px 30px;
  text-decoration: none;
}

.demo-arrow-wrapper {
  cursor: pointer;
  background-color: #4d16dd;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.demo-arrow-wrapper.next {
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 10px;
}

.section-12 {
  background-color: #191919;
  justify-content: center;
  align-items: center;
  width: auto;
  display: none;
}

.d-50-circle-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 30px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
  transform: rotate(45deg);
}

.browser-top {
  z-index: 1;
  background-color: #e2e2e2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  align-items: center;
  height: 30px;
  padding-left: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.demo-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.demo-wrapper {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  inset: 0%;
}

.bottom-buttons-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-6 {
  width: 100%;
  max-width: 1560px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 40px 0;
  position: static;
}

.container-6.c-footer {
  padding-bottom: 0;
}

.sa-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  display: none;
  position: relative;
}

.paragraph-18px {
  color: #fff;
  letter-spacing: -.1px;
  font-size: 18px;
  line-height: 150%;
}

.paragraph-18px.medium.underline {
  color: #000;
  order: 0;
  margin-top: 0;
  padding-left: 0;
  font-family: Yeseva One, sans-serif;
}

.sa-inner {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-14px-4 {
  color: #fff;
  letter-spacing: -.1px;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
}

.sa-text-wraooer {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 313px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
}

._150px {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 150px;
  display: flex;
}

.sa-content {
  grid-column-gap: 100px;
  border: 0 solid #fff3;
  border-top: 1px #fff3;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.sa-content.animated {
  justify-content: center;
  align-items: flex-start;
  width: 60vw;
  margin-top: -107vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: auto 0% 0%;
}

.sa-text-underline {
  margin-top: 59px;
  padding-right: 48px;
}

.bold-text-9 {
  color: #000;
  -webkit-text-stroke-color: #000;
  font-family: Yeseva One, sans-serif;
}

.bold-text-9.sub {
  font-size: 3.5vh;
  line-height: 0%;
}

.image-17 {
  order: -1;
  align-self: flex-end;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  position: relative;
  left: 3vw;
}

.image-18 {
  padding-top: 5vw;
  padding-left: 5vw;
  position: absolute;
  transform: rotate(5deg);
}

.relative-3 {
  z-index: 2;
  position: relative;
}

.relative-4 {
  position: relative;
}

.footer-name-image-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
  top: auto;
}

.team-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 735px;
  display: flex;
  overflow: hidden;
}

.submit-button-5 {
  background-color: #3898ec00;
  background-image: url('../images/Vectors-Wrapper.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 16px;
}

.paragraph-14px-5 {
  color: #fff;
  letter-spacing: -.1px;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
}

.paragraph-14px-5.form-color {
  color: #797a7a;
}

.paragraph-14px-5.footer-color {
  color: #caccca;
  transition: opacity .4s;
}

.paragraph-14px-5.all-caps {
  text-transform: uppercase;
}

.team-content-2 {
  grid-column-gap: 109px;
  grid-row-gap: 109px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding: 100px 40px;
  display: flex;
}

.navbar-circle-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #fff3;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5px 10px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.navbar-circle-2:hover {
  opacity: .5;
}

.navbar-circle-2.w--current {
  background-color: #fff;
}

.timeline-image-6 {
  width: 249px;
  height: 289px;
  position: relative;
  top: -94px;
  left: 35px;
}

.footer-icon-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 30.0178px;
  height: 27.6374px;
  display: flex;
}

.timeline-image-7 {
  width: 152px;
  height: 152px;
  position: absolute;
  inset: 158px 0% 0% 111px;
}

.timeline-image-8 {
  object-fit: cover;
  width: 220px;
  height: 213px;
  position: absolute;
  inset: -57% auto auto 37%;
}

.paragraph-16px-3 {
  color: #fff;
  letter-spacing: -.1px;
  font-size: 16px;
  line-height: 150%;
}

.about-heading-2 {
  color: #fff;
  font-family: Yeseva One, sans-serif;
  font-size: 70px;
  font-weight: 700;
}

.about-heading-2.difference {
  mix-blend-mode: difference;
}

.ah-heading-wrapper-2 {
  grid-column-gap: 20px;
  mix-blend-mode: difference;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.timeline-image-9 {
  width: 267px;
  height: 267px;
  position: absolute;
  inset: -77% 0% auto 6%;
}

.footer-cta-3 {
  grid-column-gap: 35.5px;
  grid-row-gap: 35.5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 650px;
  display: flex;
}

.navbar-3 {
  z-index: 11;
  position: relative;
}

.form-5 {
  border-bottom: 1px solid #fff3;
  align-items: center;
  display: flex;
}

.navbar-menu-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  border: 1px solid #fff3;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-menu-2:hover {
  opacity: .5;
}

.section-14 {
  min-height: 100vh;
}

.navbar-logo-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 30.0178px;
  height: 27.6374px;
  display: flex;
}

.ah-heading-2 {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.ah-heading-2.hidden {
  padding-top: 51px;
  overflow: visible;
}

.ah-heading-2.hidden.mobile {
  z-index: 2;
  position: relative;
}

.about-header-2 {
  object-fit: contain;
  background-image: none;
  background-position: 0 0;
  height: 100%;
  min-height: 100vh;
  display: flex;
  position: static;
}

.ah-image-2 {
  width: 110px;
  height: 102px;
}

.hidden-mask {
  z-index: -1;
  object-fit: fill;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-19 {
  height: 220px;
}

.submit-button-6 {
  background-color: #3898ec00;
  background-image: url('../images/Vectors-Wrapper.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 16px;
}

.paragraph-14px-6 {
  color: #fff;
  letter-spacing: -.1px;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
}

.paragraph-14px-6.form-color {
  color: #797a7a;
}

.paragraph-14px-6.footer-color {
  color: #caccca;
  transition: opacity .4s;
}

.footer-icon-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 30.0178px;
  height: 27.6374px;
  display: flex;
}

.footer-cta-4 {
  grid-column-gap: 35.5px;
  grid-row-gap: 35.5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 650px;
  display: flex;
}

.form-6 {
  border-bottom: 1px solid #fff3;
  align-items: center;
  display: flex;
}

.container-7 {
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 40px;
}

.container-7.c-footer {
  height: 200px;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.container-7.c-footer.v2 {
  position: static;
}

.container-7.c-footer.story, .container-7.c-footer.v1 {
  position: relative;
}

.image-19 {
  display: block;
  position: sticky;
  inset: 0% auto 0% 0%;
}

.div-block-20 {
  position: absolute;
}

.misfit {
  font-family: Barlow Condensed, sans-serif;
  font-size: 88px;
}

.button-with-arrow {
  z-index: 10;
  opacity: .8;
  cursor: pointer;
  background-color: #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  padding-left: 19px;
  padding-right: 19px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-with-arrow:active {
  opacity: 1;
}

.text-cta {
  z-index: 1;
  color: #000;
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.blob {
  background-color: #fff;
  border-radius: 99999px;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: auto auto auto 6px;
}

.block-arrow {
  background-color: #0000;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 110px;
  height: 50px;
  margin-left: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.null-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.arrow-stem {
  background-color: #000;
  width: 100px;
  height: 2px;
}

.arrow-tip {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  width: 10px;
  height: 10px;
  margin-left: -10.5px;
  transform: rotate(-45deg);
}

.text-span-2 {
  color: #f40205;
  font-weight: 600;
}

.div-block-21 {
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
}

.header-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-top: 25vh;
  display: flex;
  position: relative;
}

.source {
  z-index: 11;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  position: absolute;
  inset: auto auto 20px 40px;
}

.animation {
  z-index: 0;
  background-image: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header-3, .header-4, .header-4-copy {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-top: 25vh;
  display: flex;
  position: relative;
}

.header-5 {
  z-index: -1;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-top: 25vh;
  display: flex;
  position: relative;
}

.image-20 {
  display: none;
}

.section-15 {
  display: flex;
}

.section-16 {
  height: auto;
}

.had {
  transform: rotate(5deg);
}

.image-21 {
  transform: rotate(3deg);
}

.quick-stack {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  padding-top: 0;
}

.text-block-8 {
  color: #000;
  font-family: Yeseva One, sans-serif;
  font-size: 1.2rem;
  display: flex;
}

.bounce {
  background-color: #0000;
  border-radius: 3px;
  width: auto;
  height: 32px;
}

.div-block-22 {
  margin-bottom: 182px;
}

.div-block-23 {
  height: 11vh;
}

.section__main-container {
  perspective: 2000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70vw;
  height: 100%;
  display: flex;
  position: relative;
}

.card-container__photo-container {
  z-index: 2;
  transform-origin: 0%;
  background-color: #fff;
  background-image: url('../images/maptexture.png');
  background-position: 50%;
  background-size: contain;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotate(0);
  box-shadow: -3px 0 40px 20px #00000012;
}

.shadow {
  transform-origin: 0%;
  background-image: linear-gradient(to right, #0000001a, #fff0 75%);
  width: 5px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.section-17 {
  perspective: 2000px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding: 0;
  display: flex;
  position: relative;
}

.section-17.section--foldable-card {
  perspective: 1000px;
  background-color: #ffdf27;
  height: auto;
  min-height: 100vh;
  margin-top: 20vh;
  padding: 0;
  font-size: 1vw;
  position: static;
  top: 25vh;
}

.section-17.section--foldable-card.broken {
  display: none;
}

.section-17.section--foldable-card {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  perspective: 1000px;
  background-color: #949494;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  margin-top: 0;
  padding: 0 80px 9px;
  font-size: 1vw;
  display: none;
  position: relative;
  overflow: auto;
}

.main-container__card-container {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 30vw;
  position: relative;
}

.country-3 {
  z-index: 100;
  color: #000;
  text-align: left;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 18px;
  position: relative;
}

.photo-container__back-image {
  backface-visibility: hidden;
  object-fit: contain;
  transform-style: preserve-3d;
  background-color: #000;
  background-image: url('../images/cat.png'), url('../images/WELCOME-TO--THE-WORLD-OF.png'), url('../images/mapL.png'), url('../images/maptexture.png');
  background-position: 0 0, 5% 100%, 100%, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto 20%, 80%, contain, contain;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0%;
  right: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-container--details {
  background-color: #000;
  background-image: url('../images/MapR.png'), url('../images/maptexture.png');
  background-position: 0%, 0 0;
  background-repeat: no-repeat, repeat-y;
  background-size: contain, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 35vw;
  min-width: 200px;
  height: 45vw;
  min-height: 200px;
  padding: 20px;
  display: flex;
  position: relative;
  inset: 0%;
  box-shadow: 3px 0 40px 20px #00000012;
}

.photo-container__front-image {
  backface-visibility: hidden;
  object-fit: contain;
  object-position: 50% 0%;
  background-color: #000;
  background-image: url('../images/Screenshot-2023-09-05-at-21.24.20.png');
  background-size: auto;
  width: 100%;
  height: 100%;
  margin: auto;
}

.photo-container__front-image.cover {
  z-index: 10;
  background-color: #3a3a3a;
  background-image: url('../images/Layer-10.png'), url('../images/maptexture.png');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 50%, contain;
  height: 110%;
  padding-top: 16px;
  padding-left: 14px;
  padding-right: 16px;
  position: relative;
}

.div-block-24 {
  object-fit: scale-down;
  background-color: #0000;
  flex: 0 auto;
  order: 0;
  width: 30vw;
  height: 100%;
  margin-top: 0;
  margin-right: 0;
  padding-left: 20px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-22 {
  height: auto;
  padding-top: 0;
}

.harry {
  z-index: 1;
  width: 42vw;
  position: absolute;
  inset: auto -5% 0% auto;
}

.image-23 {
  float: none;
  align-self: flex-start;
  height: auto;
  margin-top: 0;
  margin-left: 2vw;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
}

.div-block-25 {
  background-image: url('../images/Asset-1waste.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: -27px;
  padding: 5vh 10px;
}

.div-block-26 {
  background-image: url('../images/Asset-2waste.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  order: 1;
  width: 100%;
  margin-top: -19px;
  margin-bottom: 12px;
  padding: 5vh 10px;
}

.image-24 {
  order: -1;
  height: auto;
  position: relative;
  left: 2vw;
}

.section__main-container-2 {
  perspective: 2000px;
  background-image: none;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 70vw;
  max-width: 1350px;
  height: 80vh;
  min-height: 500px;
  padding-left: 79px;
  display: flex;
  position: relative;
}

.card-container__photo-container-2 {
  z-index: 2;
  transform-origin: 0%;
  background-color: #fff;
  width: 35vw;
  min-height: 500px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotate(0);
  box-shadow: -3px 0 40px 20px #00000012;
}

.main-container__card-container-2 {
  background-image: url('../images/MapR.png'), url('../images/maptexture.png');
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  width: 35vw;
  height: 80vh;
  min-height: 500px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.country-4 {
  z-index: 100;
  color: #000;
  text-align: left;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 18px;
  position: relative;
}

.photo-container__back-image-2 {
  backface-visibility: hidden;
  object-fit: contain;
  transform-style: preserve-3d;
  background-color: #000;
  background-image: url('../images/mapL.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 35vw;
  height: 100%;
  min-height: 500px;
  position: absolute;
  bottom: 0%;
  right: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-container--details-2 {
  background-color: #000;
  background-image: url('../images/MapR.png'), url('../images/maptexture.png');
  background-position: 0%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100% 100%, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 35vw;
  min-width: 200px;
  height: 80vh;
  min-height: 500px;
  padding: 20px;
  display: flex;
  position: relative;
  inset: 0%;
  box-shadow: 3px 0 40px 20px #00000012;
}

.photo-container__front-image-2 {
  backface-visibility: hidden;
  object-fit: contain;
  object-position: 50% 0%;
  background-color: #000;
  background-image: url('../images/Screenshot-2023-09-05-at-21.24.20_1.png');
  background-size: auto;
  width: 100%;
  height: 100%;
  margin: auto;
}

.photo-container__front-image-2.cover {
  z-index: 10;
  background-color: #0000;
  background-image: url('../images/maptexture.png');
  background-position: 0 0;
  background-size: auto;
  position: relative;
}

.cell {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
}

.cell-2 {
  flex-wrap: wrap;
  place-content: center flex-end;
}

.quick-stack-2 {
  background-color: #000;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.text-span-3 {
  color: #fff;
  letter-spacing: 6px;
  font-family: Yeseva One, sans-serif;
  font-size: 35px;
}

.link-block-3 {
  z-index: 10;
  background-image: url('../images/GOMLogo.png');
  background-position: 0 0;
  background-size: auto;
  width: 150px;
  height: 90px;
  position: absolute;
  inset: auto 10vw 10vh auto;
}

.image-25 {
  z-index: 10;
  position: absolute;
  inset: auto 5.6% 3.9% auto;
  transform: rotate(-16deg);
}

.section-18 {
  background-image: linear-gradient(3deg, #000, #0000), url('../images/shubham-dhage-QhzCpzYSfqw-unsplash-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  overflow: auto;
}

.body-3 {
  background-image: linear-gradient(to top, #000, #0000), url('../images/shubham-dhage-QhzCpzYSfqw-unsplash-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: auto;
}

.body-3.charachters {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.map-v2 {
  background-image: linear-gradient(#00000017, #00000017), url('../images/maptexture.png'), url('../images/Whitemaptexture.png');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, contain, auto;
  height: auto;
  padding-top: 42px;
  padding-bottom: 70px;
}

.columns {
  height: 100%;
}

.div-block-27 {
  align-items: center;
  display: flex;
  position: sticky;
}

.image-26 {
  align-self: center;
  height: 80%;
}

.column {
  background-color: #000;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.flex-block {
  background-color: #ffdf27;
  background-image: linear-gradient(#d4d4d473, #d4d4d473), url('../images/Whitemaptexture.png');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  justify-content: flex-start;
  min-height: 100vh;
  padding-top: 44px;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.image-27 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.div-block-28 {
  background-image: url('../images/Asset-2waste.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin: -9px 20px 63px;
  padding: 59px 19px 0 20px;
}

.div-block-28.right {
  background-image: url('../images/Asset-1speech2.svg');
  background-position: 50% 100%;
  margin-top: 62px;
  padding-top: 28px;
  padding-bottom: 55px;
}

.image-28 {
  margin-top: 35px;
  display: none;
  transform: rotate(16deg);
}

.image-29 {
  align-self: flex-end;
  width: 130px;
  transform: rotate(-10deg);
}

.image-30 {
  float: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-31 {
  float: none;
  margin-top: -69px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-3 {
  margin-left: auto;
  margin-right: auto;
  padding-right: 45px;
  position: static;
}

.column-4 {
  padding-left: 0;
}

.image-32 {
  display: none;
}

.text-span-4 {
  color: #df0004;
}

.section-19 {
  background-color: #161616;
  min-height: 300px;
  line-height: 50%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: visible;
}

.quick-stack-3 {
  text-align: center;
  width: 100%;
  max-width: 900px;
  height: 30vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 7% 0% 0%;
}

.text-block-9 {
  color: var(--grey);
  text-transform: uppercase;
  flex: 0 auto;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
  top: 0%;
}

.text-block-9.webtoon {
  font-size: 1.9rem;
}

.text-block-9.small {
  color: var(--grey);
  text-align: center;
  order: 0;
  padding-top: 5px;
  font-size: 10px;
}

.text-block-9.small:hover {
  color: var(--white-smoke);
}

.text-block-9.wto {
  color: var(--light-blue);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .5px;
  line-height: .7rem;
  text-decoration: none;
}

.text-block-9.middle {
  color: var(--grey);
  margin-top: 10px;
  padding-top: 0;
  font-size: 1.9rem;
}

.div-block-29 {
  z-index: 0;
  background-image: url('../images/BI_2.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: 73%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto 0% auto -25%;
}

.div-block-29.charchter-2 {
  z-index: 0;
  background-image: url('../images/BI_002.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 auto;
  width: auto;
  height: 65vh;
  font-size: 1rem;
  display: block;
  position: absolute;
  inset: auto 0% auto 25%;
  overflow: visible;
}

.heading-13 {
  clear: both;
  color: #fff;
  text-align: center;
  border: 1px #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0% 0% auto;
}

.div-block-30 {
  width: auto;
  position: absolute;
  bottom: 30vh;
}

.image-33 {
  z-index: 10;
  float: none;
  clear: both;
  text-align: center;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 30vw;
  max-width: 350px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: -45% 0% 0%;
  overflow: visible;
  box-shadow: 0 2px 5px #0003;
}

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

.cell-4.webtoon {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15%;
  display: flex;
}

.cell-5, .cell-6 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 15%;
}

.bold-text-10 {
  width: auto;
  font-weight: 500;
  position: relative;
}

.image-34 {
  float: none;
  clear: both;
  object-fit: contain;
  width: 120px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  inset: auto 0% 0% auto;
}

.image-35 {
  margin-top: 10px;
}

.text-block-10 {
  color: #fff;
}

.bold-text-11 {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 42px;
  position: relative;
  top: 8px;
}

.section-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #ffa400;
  background-image: url('../images/2618302_436a4.gif'), url('../images/giphy.gif');
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 220px, auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  height: 60vh;
  min-height: 470px;
  display: flex;
  overflow: hidden;
}

.section-21 {
  background-color: #1a1a1a;
  height: 40vh;
  position: absolute;
  inset: auto 0% 0%;
}

.flex-block-2 {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #610000;
  background-color: #000;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.text-span-5 {
  color: var(--white-smoke);
  font-size: 1.8rem;
}

.bold-text-12 {
  color: var(--green);
  letter-spacing: 2px;
  font-family: Ubuntu Sans, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 20px;
  text-decoration: none;
}

.bold-text-12.green {
  color: var(--white-smoke);
}

.quick-stack-4 {
  background-color: #000;
  width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.cell-7 {
  color: green;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
}

.quick-stack-5 {
  padding-top: 0;
}

.quick-stack-6 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-self: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.image-36 {
  height: 35px;
  margin-left: auto;
  margin-right: auto;
}

.image-37 {
  height: 25px;
  padding-left: 5px;
}

.cell-8 {
  text-align: left;
  justify-content: center;
  align-items: flex-end;
}

.link-block-5 {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.cell-9, .cell-10 {
  justify-content: center;
  align-items: center;
}

.text-block-11 {
  padding-top: 10px;
}

.image-38 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.image-39 {
  vertical-align: middle;
  width: 200px;
  display: inline-block;
}

.bold-text-13.mobile-hide {
  display: none;
}

.bold-text-14, .link-block-6, .link-block-7 {
  text-decoration: none;
}

.text-span-6 {
  color: var(--green);
}

.image-40 {
  margin-top: -169px;
  position: absolute;
  top: -23.7031px;
}

.text-span-7 {
  color: var(--white-smoke);
  width: auto;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3rem;
  position: static;
}

.text-span-8 {
  font-size: 1.7rem;
}

.text-span-9 {
  color: var(--green);
  text-decoration: none;
}

.image-41 {
  object-fit: contain;
  margin-top: 0;
  padding-top: 0;
}

.text-span-10 {
  color: var(--white-smoke);
}

html.w-mod-js [data-ix="new-interaction"], html.w-mod-js [data-ix="new-interaction-4"], html.w-mod-js [data-ix="new-interaction-2"], html.w-mod-js [data-ix="new-interaction-6"], html.w-mod-js [data-ix="new-interaction-5"], html.w-mod-js [data-ix="new-interaction-3"] {
  opacity: 0;
}

html.w-mod-js [data-ix="new-interaction-7"], html.w-mod-js [data-ix="new-interaction-8"] {
  opacity: 0;
  transform: scale(.75);
}

@media screen and (max-width: 991px) {
  .left-part {
    padding-left: 3.1875rem;
  }

  .headind-secondaire.drop {
    font-size: 3.5rem;
  }

  .section.bg_beige {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .hero-title {
    min-width: 600px;
  }

  .teaser-column {
    width: 100%;
  }

  .teaser-img {
    position: relative;
    inset: auto;
  }

  .teaser-img-tablet-down {
    display: block;
  }

  .title1 {
    font-size: 3em;
  }

  .p-teaser-img-wrap {
    display: none;
  }

  .teaser-copy {
    margin-top: 1.5em;
    margin-bottom: 5em;
  }

  .teaser-grid {
    flex-direction: column;
  }

  .teaser-copy-wrap {
    flex-direction: column;
    width: 100vw;
    height: auto;
  }

  .sub-title {
    font-size: 3vw;
    position: relative;
  }

  .service-container {
    flex-wrap: wrap;
  }

  .oswald {
    width: 40%;
    margin-bottom: 30px;
  }

  .oswald._1 {
    flex-wrap: nowrap;
    justify-content: center;
  }

  .image-7.nel {
    width: auto;
  }

  .container-2 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .hero__button {
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .bold-text-4 {
    font-size: 19px;
    line-height: 9px;
  }

  .s-scroll-bg-img.is-1 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .section-p {
    text-align: center;
  }

  .content-top {
    flex-direction: column;
    align-items: center;
  }

  .content-heading-wrapper {
    margin-bottom: 25px;
    display: flex;
    position: relative;
  }

  .image-10 {
    margin-bottom: 25px;
  }

  .dev-letter {
    font-size: 8em;
  }

  .content-bottom {
    flex-direction: column;
    align-items: center;
    bottom: -10%;
    left: 0;
  }

  .map-pin-tooltip.north-america {
    display: none;
  }

  .map-image {
    min-width: 85%;
    max-width: 0;
    height: auto;
  }

  .map-pin {
    width: 35px;
    height: 50px;
    top: 166px;
    left: 134px;
  }

  .map-pin.latin-america {
    top: 203px;
    left: 112px;
  }

  .map-pin.latin-america._2 {
    z-index: 3;
    top: 326px;
    left: 193px;
  }

  .map-pin.latin-america._1 {
    z-index: 1;
    top: 406px;
    left: 173px;
  }

  .map-pin.southern-africa {
    z-index: 5;
    top: 547px;
    left: 366px;
  }

  .map-pin.west-africa {
    z-index: 1;
    top: 285px;
    left: 362px;
  }

  .map-pin.sensitive-nations {
    top: 182px;
    left: 404px;
  }

  .map-pin.sensitive-nations.sensitive-3 {
    top: 375px;
    left: 551px;
  }

  .map-pin.sensitive-nations.sensitive-2 {
    top: 182px;
    left: 453px;
  }

  .map-pin.francophone {
    z-index: 2;
    left: 330px;
  }

  .map-pin.eastern-europe {
    top: 133px;
    left: 377px;
  }

  .map-pin.lusophone {
    z-index: 2;
    top: 291px;
    left: 226px;
  }

  .map-pin.carribian {
    top: 203px;
    left: 165px;
  }

  .map-pin.western-europe {
    z-index: 0;
    top: 31.6vw;
    left: 18vw;
  }

  .map-pin.africa-lusophone {
    z-index: 3;
    top: 260px;
    left: 363px;
  }

  .map-pin.east-africa {
    z-index: 4;
    top: 273px;
    left: 395px;
  }

  .map-pin.sector5, .map-pin.xx {
    z-index: 0;
    top: 204px;
    left: 186px;
  }

  .map-pin.sector-5 {
    z-index: 17;
    top: 46.2%;
    left: 64.9%;
  }

  .map-pin.sector-5-copy {
    z-index: 0;
    top: 204px;
    left: 186px;
  }

  .map-pin.frost {
    z-index: 18;
    width: 120px;
    top: 34.9%;
    left: 47.6%;
  }

  .map-pin.sector-4 {
    z-index: 16;
    width: 80px;
    top: 52.9%;
    left: 27.5%;
  }

  .map-pin.sector-6 {
    z-index: 15;
    width: 90px;
    top: 73.7%;
    left: 49.2%;
  }

  .map-pin.hinterland {
    top: 27.8%;
    left: 33.8%;
  }

  .map-pin.twr {
    top: 21%;
    left: 49.4%;
  }

  .map-pin.tower {
    z-index: 0;
    top: 20.5vw;
    left: 39.4vw;
  }

  .map-wrapper {
    min-width: 768px;
    max-width: 0;
  }

  .bold-text-5 {
    font-size: 27px;
  }

  .html-embed-ws__hero--004 {
    font-size: 8px;
  }

  .hero-heading-ws__hero--004 {
    font-size: 10px;
    line-height: 21px;
  }

  .container-ws__hero--004 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav-item-ws__hero--004.nav-item-mid-ws__hero--004 {
    display: none;
  }

  .nav-item-ws__hero--004.nav-item-mid-ws__hero--004.nav-item-mid-bottom-ws__hero--004 {
    display: flex;
  }

  .dev-letter-2 {
    font-size: 5em;
  }

  .bold-text-6 {
    font-size: 27px;
  }

  .testimonials-content {
    grid-row-gap: 100px;
    flex-direction: column;
  }

  .tcc-button-review {
    inset: auto auto auto 20px;
  }

  .footer-bottom {
    justify-content: flex-end;
  }

  .pages {
    grid-row-gap: 150px;
  }

  .hero-content {
    margin-top: -92px;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
  }

  .hero-text-wrapper {
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

  .th-heading {
    font-size: 170px;
    left: -54px;
  }

  .paragraph-16px {
    font-size: 15px;
  }

  .careers-position {
    grid-column-gap: 50px;
    width: auto;
  }

  .next-project-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-content {
    width: 100%;
  }

  .footer-cta {
    margin-top: 40px;
    margin-bottom: 80px;
  }

  .blog-header.blog-about {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .tc-text-wrapper {
    grid-row-gap: 50px;
  }

  .pages-image {
    width: 350px;
    height: 350px;
    display: none;
  }

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

  .container-3.c-footer {
    padding-left: 0;
  }

  .collection-list-blog {
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-text {
    padding-right: 10%;
    font-size: 20px;
    line-height: 30px;
  }

  .footer-text.small {
    font-family: Poppins, sans-serif;
  }

  .paragraph-14px {
    font-size: 12px;
  }

  .paragraph-14px.text-menu.twitter {
    color: #fff;
    letter-spacing: 1px;
  }

  .navbar-logo {
    z-index: 10;
    position: relative;
  }

  .navbar-menu.twitter {
    color: #fff;
    overflow: visible;
  }

  .nel {
    width: 18vw;
    min-height: 43vh;
  }

  .image-12 {
    inset: 0% 0% 0% 78%;
  }

  .timeline-2 {
    grid-row-gap: 50px;
  }

  .team-inner {
    height: auto;
  }

  .faq-card-button {
    flex-wrap: nowrap;
    width: 50%;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .accordion-item-trigger-about {
    flex-direction: row;
  }

  .ah-content {
    margin-top: 0;
  }

  .team-wrapper {
    width: 100%;
    margin-top: -75px;
  }

  .mr-header {
    display: none;
  }

  .timeline-last {
    margin-top: 101px;
    left: -11%;
  }

  .team-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .ah-text-wrapper {
    width: 100%;
  }

  .about-heading {
    color: #000;
    font-size: 54px;
  }

  .about-heading.difference {
    margin-top: 10px;
  }

  .about-heading.h {
    padding-left: 0;
  }

  ._50.ah {
    line-height: 1.7rem;
  }

  .timeline-content {
    width: 100%;
  }

  .footer-cta-2 {
    margin-top: 40px;
  }

  .menu-right-2 {
    justify-content: flex-end;
    width: 100%;
    max-width: none;
    height: auto;
  }

  .team-members {
    grid-template-columns: 1fr 1fr;
  }

  .faq-card-category.underline {
    flex: none;
  }

  .ah-image {
    width: 80px;
    margin-top: 3px;
    padding-right: 11px;
  }

  .ah-image.axe {
    width: 60vw;
    margin-top: -356px;
    margin-left: -76px;
    top: 0;
    left: -11px;
  }

  .container-nav {
    border-top-style: none;
  }

  .menu-container {
    grid-row-gap: 100px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .timeline-wrapper._5 {
    margin-top: 196px;
    left: 9%;
  }

  .timeline-wrapper._1 {
    left: -27%;
  }

  .main {
    flex-direction: column;
    align-items: center;
    height: auto;
    min-height: 100vh;
    display: flex;
  }

  .hero-txt {
    width: 90vw;
    height: auto;
    padding-left: 0;
  }

  .ball-wrap {
    opacity: 1;
    width: 90vw;
    height: 50vw;
    margin-bottom: 130px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: relative;
    top: -17.3vh;
    right: 0;
  }

  .trifold {
    width: 80vw;
    height: 106vw;
  }

  .html-embed-2 {
    margin-top: 20px;
    position: relative;
    right: 0;
  }

  .button-4 {
    margin-right: 0;
  }

  .button-4.bottom {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .demo-left-arrow-wrapper {
    position: fixed;
  }

  .demo-banner-bottom-wrapper {
    flex-direction: column;
    align-items: center;
    width: auto;
  }

  .demo-btn-close-wrapper {
    position: static;
  }

  .demo-right-arrow-wrapper {
    position: fixed;
  }

  .demo-banner-bottom {
    align-items: flex-start;
    position: fixed;
  }

  .browser-demo {
    flex-direction: column;
    justify-content: center;
    width: 700px;
    height: 500px;
    margin-bottom: 100px;
  }

  .resize-text {
    color: #ce3434;
    text-align: center;
    background-color: #0000;
    width: auto;
    max-width: 480px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.2;
  }

  .footer-link-block {
    margin-bottom: 0;
  }

  .section-12 {
    clear: both;
    overflow: visible;
  }

  .d-50-circle-wrapper-2 {
    margin-top: 0;
  }

  .demo-container {
    clear: both;
    flex-direction: row;
    justify-content: center;
    height: auto;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
  }

  .demo-wrapper {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-end;
    min-height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0%;
  }

  .bottom-buttons-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .container-6 {
    filter: blur();
  }

  .sa-content.animated {
    margin-top: -70vh;
  }

  .image-17 {
    height: 27vh;
  }

  .footer-name-image-2 {
    align-items: flex-end;
  }

  .team-content-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-heading-2 {
    font-size: 97px;
    line-height: 51px;
  }

  .footer-cta-3 {
    margin-top: 40px;
  }

  .ah-image-2 {
    padding-top: 5px;
  }

  .footer-cta-4 {
    margin-top: 40px;
  }

  .container-7.c-footer {
    align-items: flex-end;
    display: flex;
  }

  .button-with-arrow {
    order: 1;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .div-block-21 {
    margin-top: 251px;
  }

  .image-20 {
    align-self: flex-end;
    margin-top: -97px;
    display: block;
  }

  .quick-stack {
    z-index: 10;
    position: relative;
  }

  .section__main-container {
    align-self: auto;
  }

  .section-17 {
    padding: 60px;
  }

  .section-17.section--foldable-card {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-container__card-container {
    align-self: center;
    height: 40vh;
    margin-right: 0;
  }

  .card-container--details {
    width: 35em;
    height: 35em;
  }

  .photo-container__front-image.cover {
    background-image: url('../images/maptexture.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .div-block-24 {
    clear: none;
    order: 1;
    width: 80vw;
    display: block;
    position: static;
  }

  .image-22 {
    margin-top: 31px;
  }

  .harry {
    width: 50vw;
    min-height: 43vh;
  }

  .div-block-25 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 30px;
    display: block;
  }

  .div-block-26 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 30px;
  }

  .image-24 {
    margin-left: -33px;
    margin-right: -87px;
    top: 24px;
    left: 8.4vw;
  }

  .section__main-container-2 {
    background-image: none;
    background-size: auto;
    width: 45vw;
    height: auto;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    position: static;
  }

  .card-container__photo-container-2 {
    min-height: auto;
  }

  .main-container__card-container-2 {
    background-size: 100% 100%, auto;
    width: 40vw;
    height: auto;
    min-height: auto;
  }

  .photo-container__back-image-2 {
    background-repeat: no-repeat;
    min-height: auto;
  }

  .card-container--details-2 {
    background-size: 100% 100%, cover;
    width: 45em;
    height: 60em;
    min-height: auto;
  }

  .photo-container__front-image-2.cover {
    background-image: url('../images/maptexture.png');
    background-position: 0%;
    background-size: cover;
  }

  .cell-2 {
    justify-content: center;
  }

  .quick-stack-2 {
    grid-column-gap: 5px;
    grid-row-gap: 12px;
    margin-top: 40px;
    position: static;
  }

  .image-25 {
    right: 3.8%;
  }

  .body-3 {
    object-fit: cover;
    height: auto;
    overflow: visible;
  }

  .div-block-27 {
    flex-direction: row;
    align-items: stretch;
    width: auto;
    height: auto;
  }

  .image-26 {
    height: auto;
    display: block;
  }

  .image-32 {
    display: none;
  }

  .quick-stack-3 {
    padding-top: 50px;
  }

  .text-block-9 {
    font-size: 1.1rem;
  }

  .text-block-9.wto {
    text-align: center;
    line-height: 1.2rem;
  }

  .div-block-29 {
    top: -78px;
    left: -32%;
  }

  .div-block-29.charchter-2 {
    top: 3px;
    left: 39%;
  }

  .cell-4.webtoon, .cell-5, .cell-6 {
    padding-top: 0%;
  }

  .bold-text-11 {
    font-size: 34px;
  }

  .quick-stack-4 {
    padding-top: 23px;
  }

  .image-38 {
    align-self: flex-start;
  }

  .image-40 {
    top: 10.2969px;
  }
}

@media screen and (max-width: 767px) {
  .left-part {
    padding-left: 1rem;
    position: static;
  }

  .right-part {
    text-align: left;
    padding-left: 1rem;
  }

  .headind-secondaire.drop {
    font-size: 2.5rem;
  }

  .split-wrapper {
    width: auto;
  }

  .footer {
    padding: 2.5rem 1.25rem;
  }

  .layout-2-flex-h {
    flex-direction: column;
  }

  .layout-2-fh {
    flex-direction: column;
    display: flex;
  }

  .hero-scroller {
    height: 100vh;
  }

  .hero-title {
    min-width: 580px;
  }

  .teaser-container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .title1 {
    font-size: 2.6em;
  }

  .teaser-copy {
    padding-right: 0%;
  }

  .sub-title {
    font-size: 5vw;
    line-height: 5vw;
  }

  .service-container {
    flex-flow: column;
    margin-bottom: 20px;
    display: block;
  }

  .oswald {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    transition-property: none;
  }

  .nav__menu {
    display: none;
  }

  .container-2 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .container-2.is--nav {
    height: 4.9em;
  }

  .container-2.is--sticky {
    padding-top: 0;
  }

  .container-2.is--hero {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-top: 26.4em;
  }

  .hero__h-contain {
    font-size: .8em;
  }

  .hero__button {
    height: 50px;
  }

  .section-7.is--hero {
    background-size: auto 80%;
  }

  .grid-2 {
    display: block;
  }

  .sticky_image {
    display: none;
  }

  .sticky_content {
    padding-top: 0;
  }

  .body-2 {
    border-width: 15px;
  }

  .content-heading-wrapper.world {
    padding-top: 42px;
  }

  .dev-letter {
    font-size: 8em;
  }

  .content-bottom.top {
    align-items: stretch;
    width: 90vw;
    margin-bottom: 201px;
  }

  .map-image {
    width: 540px;
    min-width: 100%;
  }

  .map-pin {
    width: 25px;
    height: 40px;
    top: 198px;
    left: 40px;
  }

  .map-pin.latin-america {
    top: 224px;
    left: 38px;
  }

  .map-pin.latin-america._2 {
    top: 317px;
    left: 99px;
  }

  .map-pin.latin-america._1 {
    left: 88px;
  }

  .map-pin.southern-africa {
    top: 302px;
    left: 228px;
  }

  .map-pin.west-africa {
    top: 230px;
    left: 185px;
  }

  .map-pin.sensitive-nations {
    top: 218px;
    left: 259px;
  }

  .map-pin.sensitive-nations.sensitive-3 {
    top: 223px;
    left: 316px;
  }

  .map-pin.sensitive-nations.sensitive-2 {
    top: 206px;
    left: 291px;
  }

  .map-pin.francophone {
    top: 245px;
    left: 204px;
  }

  .map-pin.eastern-europe {
    top: 181px;
    left: 227px;
  }

  .map-pin.lusophone {
    z-index: 2;
    top: 286px;
    left: 123px;
  }

  .map-pin.carribian {
    top: 226px;
    left: 83px;
  }

  .map-pin.western-europe {
    width: 100px;
    top: 33.1vw;
    left: 85px;
  }

  .map-pin.africa-lusophone {
    top: 262px;
    left: 229px;
  }

  .map-pin.east-africa {
    top: 274px;
    left: 246px;
  }

  .map-pin.sector5, .map-pin.xx {
    top: 186px;
    left: 191px;
  }

  .map-pin.sector-5 {
    width: 75px;
    top: 41.8%;
    left: 64.6%;
  }

  .map-pin.sector-5-copy {
    top: 186px;
    left: 191px;
  }

  .map-pin.frost {
    top: 32.5%;
    left: 46.1%;
  }

  .map-pin.sector-4 {
    width: 90px;
    top: 42.1%;
    left: 21.2%;
  }

  .map-pin.sector-6 {
    top: 63.6%;
    left: 45.2%;
  }

  .map-pin.hinterland {
    top: 25.4%;
    left: 22.5%;
  }

  .map-pin.twr {
    top: 18.7%;
    left: 47.6%;
  }

  .map-pin.tower {
    width: 130px;
    top: 20.5vw;
    left: 42.5vw;
  }

  .map-wrapper {
    width: 570px;
    min-width: 480px;
    max-width: 767px;
  }

  .hero-heading-ws__hero--004 {
    font-size: 2.75px;
  }

  .container-ws__hero--004 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .nav-item-ws__hero--004.nav-item-mid-ws__hero--004 {
    display: none;
  }

  .dev-letter-2 {
    font-size: 4em;
  }

  .careers-text-wrapper {
    grid-row-gap: 25px;
    flex-direction: column;
    padding-bottom: 10px;
  }

  .sticky_content-2 {
    padding-top: 0;
  }

  .pages {
    grid-row-gap: 125px;
  }

  .pages-wrapper {
    grid-column-gap: 40px;
  }

  .hero-content {
    margin-top: -74px;
  }

  .footer-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .paragraph-20px.mobile {
    display: none;
    overflow: visible;
  }

  .page-wrapper {
    overflow: visible;
  }

  .footer-form {
    grid-row-gap: 50px;
  }

  .th-heading {
    font-size: 120px;
    left: -32px;
  }

  .next-project-wrapper {
    grid-column-gap: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero {
    height: auto;
  }

  .pages-link {
    grid-column-gap: 40px;
  }

  .careers-category {
    display: none;
  }

  .pages-image {
    width: 300px;
    height: 300px;
  }

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

  .footer-2 {
    position: relative;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-text {
    padding-right: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
  }

  .paragraph-14px.text-menu {
    font-size: 12px;
  }

  .hero-image {
    height: auto;
  }

  .nel {
    width: 25vw;
    min-height: auto;
  }

  .image-12 {
    display: none;
  }

  .timeline-2 {
    grid-row-gap: 75px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .faq-content {
    width: 100%;
  }

  .faq-card {
    grid-row-gap: 25px;
    flex-direction: column;
    align-items: flex-start;
  }

  .faq-card-button {
    grid-column-gap: 100px;
    width: 100%;
  }

  .navbar-links {
    display: none;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .ah-content {
    margin-top: 75px;
  }

  .team-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .timeline-image-1 {
    width: 180px;
    height: 180px;
    right: -28%;
  }

  .timeline-last {
    margin-top: 75px;
    left: auto;
  }

  .team-content {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .timeline-image-3 {
    width: 200px;
    height: 240px;
    left: 62px;
  }

  .about-heading {
    color: #000;
    width: 115%;
    height: 40px;
    font-size: 10vw;
  }

  .about-heading.difference, .about-heading.h {
    font-size: 10vw;
  }

  ._50.ah {
    font-size: 1em;
    line-height: 1.3rem;
  }

  .menu-heading {
    font-size: 15vw;
  }

  .footer-links-content {
    grid-column-gap: 50px;
    flex-wrap: wrap;
  }

  .timeline-middle, .timeline-start {
    left: auto;
  }

  .ah-heading {
    width: 80%;
  }

  .ah-image {
    object-fit: contain;
    width: 130px;
    height: 63px;
  }

  .ah-image.axe {
    align-self: center;
    width: 100vw;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    top: 0;
    left: 0;
  }

  .container-nav {
    border-top-style: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .timeline-wrapper._1 {
    left: -125px;
  }

  .footer-text-2 {
    font-size: 40px;
  }

  .hero-txt {
    padding-left: 0;
  }

  .ball-wrap {
    z-index: -1;
  }

  .trifold {
    width: 90vw;
    height: 119vw;
  }

  .container-4, .container-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .demo-close-div {
    margin-left: 20px;
  }

  .demo-banner-bottom {
    align-items: flex-end;
  }

  .browser-demo {
    flex-flow: column;
    justify-content: center;
    width: 400px;
    height: 500px;
    margin-bottom: 100px;
    margin-left: 110px;
    margin-right: 110px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .resize-text {
    color: #333;
    line-height: 1.5;
    display: none;
  }

  .demo-container {
    background-image: linear-gradient(#0000, #0000);
    background-attachment: scroll;
    align-items: center;
    min-height: 100vh;
    display: flex;
  }

  .demo-wrapper {
    min-height: 100vh;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-6 {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    inset: 0%;
  }

  .sa-wrapper {
    margin-top: 101px;
    margin-bottom: 50px;
  }

  .sa-content {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .sa-content.animated {
    width: 90vw;
    margin-top: -80vh;
  }

  .image-18 {
    width: 24vw;
    max-width: 70%;
    padding-top: 6vw;
  }

  .team-wrapper-2 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .team-content-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .timeline-image-6 {
    width: 200px;
    height: 240px;
    left: 62px;
  }

  .about-heading-2 {
    font-size: 12vw;
  }

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

  .footer-text-3 {
    font-size: 40px;
  }

  .about-header-2 {
    position: static;
  }

  .ah-image-2 {
    object-fit: contain;
    width: 130px;
    height: 130px;
  }

  .hidden-mask {
    z-index: 0;
    filter: brightness(85%);
  }

  .footer-text-4 {
    font-size: 40px;
  }

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

  .container-7.c-footer {
    align-items: flex-end;
    display: flex;
  }

  .misfit {
    z-index: 2;
    position: relative;
  }

  .button-with-arrow {
    margin-top: 0;
    position: static;
  }

  .text-cta {
    z-index: 20;
  }

  .blob {
    display: none;
  }

  .div-block-21 {
    margin-top: 68px;
  }

  .quick-stack {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .card-container__photo-container {
    transform-origin: 50% 0;
    transform: rotate(0);
  }

  .section-17.section--foldable-card {
    padding: 40px;
  }

  .photo-container__back-image {
    transform: rotateX(180deg)rotateY(0)rotateZ(0);
  }

  .card-container--details {
    width: 60em;
    height: 60em;
  }

  .harry {
    width: 61vw;
  }

  .div-block-25 {
    background-image: url('../images/Asset-1waste.svg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
  }

  .div-block-26 {
    background-image: url('../images/Asset-2waste.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
  }

  .image-24 {
    margin-top: -31px;
    margin-left: 1px;
  }

  .section__main-container-2 {
    width: 75vw;
    height: 45em;
  }

  .card-container__photo-container-2 {
    transform-origin: 50% 0;
    width: 75vw;
    transform: rotate(0);
  }

  .main-container__card-container-2 {
    width: 75vw;
  }

  .photo-container__back-image-2 {
    background-image: url('../images/top.png');
    background-position: 50% 100%;
    background-size: contain;
    width: 75vw;
    transform: rotateX(180deg)rotateY(0)rotateZ(0);
  }

  .card-container--details-2 {
    background-image: url('../images/bottom.png'), url('../images/maptexture.png');
    background-position: 50% 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, cover;
    width: 75em;
    height: 45em;
  }

  .quick-stack-2 {
    padding-top: 135px;
    position: static;
  }

  .image-25 {
    bottom: -9.2%;
    right: 9%;
  }

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

  .aside {
    position: relative;
    top: -79px;
  }

  .section-18 {
    background-image: linear-gradient(315deg, #0009, #0000), url('../images/shubham-dhage-QhzCpzYSfqw-unsplash-1.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .body-3 {
    object-fit: fill;
    overflow: scroll;
  }

  .cell-3 {
    flex-direction: row;
  }

  .image-32 {
    display: none;
  }

  .text-block-9 {
    font-size: .9rem;
  }

  .div-block-29 {
    background-position: 50%;
    background-size: contain;
    height: 71%;
    left: -56%;
  }

  .div-block-29.charchter-2 {
    background-position: 50% 100%;
    background-size: cover;
    inset: auto 0% 32vh 38%;
  }

  .image-33 {
    width: 45vw;
    max-width: 250px;
    margin-bottom: 15px;
  }

  .bold-text-10 {
    font-size: .9rem;
  }

  .image-34 {
    width: 110px;
  }

  .bold-text-11 {
    font-size: 25px;
  }

  .image-40 {
    width: 50%;
    margin-top: -147px;
    top: 1.2969px;
    overflow: visible;
  }
}

@media screen and (max-width: 479px) {
  .conntainer-small {
    flex-direction: column;
  }

  .left-part {
    min-width: auto;
  }

  .right-part {
    min-width: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .right-part.mu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .item {
    width: 90vw;
  }

  .item.vl.grey.small {
    flex-direction: column;
    flex: 0 auto;
    width: 90vw;
  }

  .item.grey {
    flex-direction: row;
    flex: 1;
    width: 90vw;
    min-width: 90vw;
  }

  .gros_titre {
    font-size: 2.5rem;
  }

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

  .split-section {
    flex-direction: column;
  }

  .split-wrapper {
    width: auto;
  }

  .footer {
    text-align: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .text-field-3 {
    width: auto;
  }

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

  .sub-title {
    margin-bottom: 80px;
    font-size: 6vw;
    line-height: 5vw;
  }

  .service-container {
    padding-left: 0;
    padding-right: 0;
  }

  .page-gradient_contain {
    font-size: 1em;
  }

  .container-2.is--nav {
    padding-left: 0;
  }

  .container-2.is--hero {
    padding-top: 16.7em;
  }

  .hero__button {
    font-size: 10px;
  }

  .locomotive-scroll {
    display: block;
  }

  .locomotive-scroll.hide {
    display: none;
  }

  .hero__left {
    width: 91%;
  }

  .section-7.is--hero {
    background-position: 100%;
    background-size: auto 75%;
  }

  .side-text, .sticky_content {
    font-size: 1.4em;
  }

  .body-2 {
    background-color: #ffdf27;
    height: auto;
  }

  .number {
    margin-bottom: 0;
  }

  .transition-block {
    display: none;
  }

  .content-top {
    padding: 40px;
  }

  .content-heading-wrapper.world {
    padding-top: 0;
  }

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

  .dev-letter {
    font-size: 5.9em;
  }

  .content-bottom {
    padding: 40px;
  }

  .content-bottom.top {
    margin-bottom: 182px;
    padding-bottom: 60px;
    padding-left: 0;
    top: 9.8vh;
  }

  .s-scroll {
    height: 80vh;
  }

  .map-pin-tooltip {
    padding-left: 5px;
    padding-right: 5px;
    left: -50px;
    right: -50px;
  }

  .map-pin-tooltip.north-america {
    display: none;
  }

  .map-image {
    min-width: 320px;
    max-width: 320px;
  }

  .map-pin {
    width: 20px;
    height: 35px;
    top: 211px;
    left: 33px;
  }

  .map-pin.latin-america {
    top: 232px;
  }

  .map-pin.latin-america._2 {
    top: 294px;
    left: 65px;
  }

  .map-pin.latin-america._1 {
    top: 265px;
    left: 57px;
  }

  .map-pin.southern-africa {
    top: 282px;
    left: 151px;
  }

  .map-pin.west-africa {
    left: 115px;
  }

  .map-pin.sensitive-nations {
    top: 230px;
    left: 173px;
  }

  .map-pin.sensitive-nations.sensitive-3 {
    top: 230px;
    left: 209px;
  }

  .map-pin.sensitive-nations.sensitive-2 {
    top: 222px;
    left: 191px;
  }

  .map-pin.francophone {
    top: 240px;
    left: 130px;
  }

  .map-pin.eastern-europe {
    top: 204px;
    left: 143px;
  }

  .map-pin.lusophone {
    top: 274px;
    left: 82px;
  }

  .map-pin.carribian {
    top: 231px;
    left: 24px;
  }

  .map-pin.western-europe {
    top: 209px;
    left: 121px;
  }

  .map-pin.africa-lusophone {
    top: 253px;
    left: 151px;
  }

  .map-pin.east-africa {
    top: 265px;
    left: 166px;
  }

  .map-pin.tower, .map-pin.sector5, .map-pin.xx {
    top: 209px;
    left: 121px;
  }

  .map-pin.sector-5 {
    width: 65px;
    top: 50.6%;
    left: 73.3%;
  }

  .map-pin.sector-5-copy {
    top: 209px;
    left: 121px;
  }

  .map-pin.frost {
    width: 89px;
    top: 39.6%;
    left: 45%;
  }

  .map-pin.sector-4 {
    width: 60px;
    top: 50.7%;
    left: 15.5%;
  }

  .map-pin.sector-6 {
    width: 66px;
    top: 68.1%;
    left: 48.5%;
  }

  .map-pin.hinterland {
    top: 36.1%;
    left: 20.6%;
  }

  .map-pin.twr {
    width: 100px;
    top: 27.7%;
    left: 48%;
  }

  .map-pin.tower {
    top: 209px;
    left: 121px;
  }

  .map-wrapper {
    min-width: 320px;
    max-width: 479px;
  }

  .country {
    padding-right: 18px;
    font-size: 12px;
  }

  .hero-heading-ws__hero--004 {
    font-size: 1.75rem;
  }

  .container-ws__hero--004 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav-item-ws__hero--004 {
    display: none;
  }

  .nav-item-ws__hero--004.nav-item-right-ws__hero--004 {
    justify-content: center;
  }

  .dev-letter-2 {
    font-size: 4.1em;
  }

  .works-content {
    padding-top: 40px;
  }

  .footer-bottom {
    position: static;
  }

  .footer-bottom.mobile {
    order: 1;
  }

  .sticky_content-2 {
    font-size: 1.4em;
  }

  .footer-name-image {
    width: 100%;
  }

  .pages {
    grid-row-gap: 100px;
  }

  .pages-wrapper {
    grid-column-gap: 30px;
  }

  .hero-content {
    margin-top: -63px;
  }

  .footer-wrapper {
    grid-row-gap: 25px;
  }

  .careers-content {
    grid-column-gap: 25px;
  }

  .footer-location {
    margin-left: -3px;
  }

  .page-wrapper {
    height: 100%;
    display: block;
    overflow: visible;
  }

  .tc-inner {
    grid-template-columns: 1fr;
  }

  .th-heading {
    font-size: 90px;
  }

  .next-project-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .about-content {
    flex-direction: column;
  }

  .blog-header {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .pages-link {
    grid-column-gap: 30px;
  }

  .pages-image {
    width: 150px;
    height: 150px;
  }

  .pages-heading {
    font-size: 80px;
  }

  .footer-2 {
    position: absolute;
    inset: auto 0% 0%;
  }

  .footer-2.charachters {
    position: relative;
  }

  .container-3.c-footer {
    padding-top: 0;
    padding-right: 0;
  }

  .tcc-text-wrapper {
    grid-column-gap: 15px;
    align-items: flex-end;
  }

  .footer-header {
    justify-content: flex-end;
  }

  .collection-list-blog {
    grid-template-columns: 1fr;
  }

  .footer-content {
    justify-content: flex-end;
  }

  .footer-text {
    font-size: 4vw;
    line-height: 7vw;
  }

  .footer-text.small {
    font-family: Poppins, sans-serif;
    font-size: 19px;
  }

  .paragraph-14px, .paragraph-14px.text-menu {
    font-size: 10px;
  }

  .hero-image {
    height: 300px;
  }

  .navbar-logo {
    clear: right;
    padding-left: 10px;
    display: block;
    position: relative;
  }

  .navbar-content.hidden-footer {
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 22px;
  }

  .navbar-circle {
    display: block;
  }

  .navbar-circle.black.white {
    background-color: #fff;
  }

  .navbar-menu {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nel {
    width: 26vw;
    min-height: 2vh;
    left: -3.9vw;
  }

  .timeline-2 {
    grid-row-gap: 75px;
  }

  .faq-card-button {
    grid-row-gap: 25px;
    flex-direction: column;
    align-items: flex-start;
  }

  .about-header {
    background-image: radial-gradient(circle, #0000, #010206 0%, #00000012 46%), url('../images/shubham-dhage-QhzCpzYSfqw-unsplash-1.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 560px 490px;
  }

  .timeline-image-1 {
    width: 150px;
    height: 150px;
    right: -5%;
  }

  .timeline-last {
    height: auto;
  }

  .team-content {
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: -192px;
    padding-bottom: 0;
  }

  .ah-text-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .timeline-image-2 {
    top: 108px;
    left: 33px;
  }

  .timeline-image-4 {
    width: 180px;
    height: 180px;
    left: 45%;
  }

  .about-heading {
    height: 60px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 13px;
    font-size: 14vw;
  }

  .about-heading.difference {
    height: 59px;
    margin-top: 0;
    font-size: 14vw;
  }

  .about-heading.h {
    font-size: 14vw;
  }

  ._50.ah {
    width: 100%;
    margin-bottom: 0;
    font-size: 3vw;
    line-height: 4vw;
  }

  .menu-heading {
    font-size: 15vw;
  }

  .footer-links-content {
    flex-direction: row;
  }

  .navbar-icon {
    display: none;
  }

  .ts-text-12px {
    font-size: 10px;
  }

  .timeline-middle {
    height: auto;
    margin-top: 150px;
    padding-right: 10px;
  }

  .team-members {
    grid-template-columns: 1fr;
  }

  .timeline-start {
    height: auto;
    padding-right: 10px;
  }

  .ah-heading {
    width: 100%;
  }

  .ts-text-32px {
    font-size: 20px;
  }

  .ah-image {
    width: 120px;
    height: 60px;
  }

  .ah-image.axe {
    width: 110vw;
    margin-top: 0;
    margin-bottom: -100px;
    padding-bottom: 0;
    position: relative;
    top: -170px;
  }

  .container-nav, .menu-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .timeline-wrapper._4 {
    left: auto;
  }

  .timeline-wrapper._3 {
    left: -99px;
  }

  .timeline-wrapper._2, .timeline-wrapper._1 {
    margin-bottom: 50px;
    left: auto;
  }

  .footer-text-2 {
    font-size: 8vw;
  }

  .hero-txt {
    padding-left: 0;
  }

  .country-2 {
    padding-right: 18px;
    font-size: 12px;
  }

  .demo-close-div {
    align-items: flex-end;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 10px;
    position: relative;
  }

  .image-16 {
    margin-left: 0;
    margin-right: 0;
  }

  .button-4, .button-4.bottom {
    font-size: 14px;
  }

  .demo-left-arrow-wrapper {
    width: 50px;
  }

  .demo-arrow-text {
    display: none;
  }

  .demo-banner-bottom-wrapper {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }

  .demo-btn-close-wrapper {
    flex: none;
    align-items: center;
  }

  .demo-right-arrow-wrapper {
    width: 50px;
  }

  .demo-banner-bottom {
    align-items: flex-start;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .demo-bottom-buttons {
    flex-direction: column;
    align-items: flex-end;
    bottom: 20px;
    left: 20px;
  }

  .browser-demo {
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .interaction-heading {
    margin-bottom: 0;
    font-size: 14px;
  }

  .footer-link-block {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .demo-arrow-wrapper {
    justify-content: center;
    margin-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .demo-arrow-wrapper.next {
    justify-content: center;
  }

  .d-50-circle-wrapper-2 {
    margin-bottom: 0;
  }

  .demo-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 180px;
    margin-right: 0;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-6 {
    height: auto;
    min-height: 100vh;
  }

  .sa-wrapper {
    flex-direction: column;
  }

  .sa-inner {
    grid-row-gap: 30px;
  }

  .image-17 {
    margin-left: -16px;
  }

  .footer-name-image-2 {
    width: 100%;
    margin-top: auto;
    margin-bottom: 0;
  }

  .navbar-circle-2 {
    display: none;
  }

  .timeline-image-7 {
    top: 108px;
    left: 33px;
  }

  .timeline-image-8 {
    width: 180px;
    height: 180px;
    left: 45%;
  }

  .about-heading-2 {
    margin-top: 0;
    font-size: 14vw;
  }

  .ah-heading-wrapper-2 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .footer-text-3 {
    font-size: 8vw;
  }

  .ah-heading-2.hidden {
    padding-top: 18px;
  }

  .ah-heading-2.hidden.mobile {
    margin-top: 100px;
  }

  .about-header-2 {
    background-image: radial-gradient(circle, #010206, #000103ba 72%, #00000012 90%), url('../images/shubham-dhage-QhzCpzYSfqw-unsplash-1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    position: static;
  }

  .ah-image-2 {
    object-fit: contain;
    width: 72px;
    height: 65px;
  }

  .hidden-mask {
    height: 70%;
    margin-top: 30%;
  }

  .footer-text-4 {
    font-size: 8vw;
  }

  .container-7.c-footer {
    align-items: flex-end;
    height: 110px;
    display: flex;
  }

  .container-7.c-footer.story {
    height: 200px;
  }

  .div-block-20 {
    opacity: 1;
  }

  .misfit {
    font-size: 20vw;
  }

  .button-with-arrow {
    align-items: flex-start;
    margin-top: 0;
  }

  .text-cta {
    z-index: 10;
    border: 1px solid #000;
    align-self: flex-start;
    padding: 10px;
    font-size: 16px;
  }

  .block-arrow {
    width: 70px;
    display: none;
  }

  .div-block-21 {
    width: 90vw;
    margin-top: 40px;
    margin-bottom: 17px;
    padding-bottom: 0;
  }

  .card-container__photo-container {
    transform: rotate(0);
  }

  .section-17 {
    padding: 30px 15px;
  }

  .section-17.section--foldable-card {
    height: 120vh;
    padding: 5px;
  }

  .main-container__card-container {
    margin-top: 0;
    margin-bottom: auto;
  }

  .country-3 {
    padding-right: 18px;
    font-size: 12px;
  }

  .card-container--details {
    width: 80em;
    min-width: 230px;
    height: 80em;
    min-height: 230px;
  }

  .harry {
    width: 59vw;
    min-height: 2vh;
    inset: auto -18% 0% auto;
  }

  .image-23 {
    margin-top: 3px;
    margin-bottom: 32px;
    padding-top: 0;
  }

  .div-block-25 {
    padding-bottom: 19px;
    padding-left: 16px;
    padding-right: 15px;
  }

  .div-block-26 {
    padding-left: 15px;
    padding-right: 14px;
  }

  .image-24 {
    margin-top: -16px;
    margin-left: -31px;
  }

  .card-container__photo-container-2 {
    transform: rotate(0);
  }

  .main-container__card-container-2 {
    margin-top: 0;
    margin-bottom: auto;
  }

  .country-4 {
    padding-right: 18px;
    font-size: 12px;
  }

  .card-container--details-2 {
    width: 75em;
    min-width: 230px;
    height: 50em;
    min-height: 230px;
  }

  .image-25 {
    bottom: 2%;
  }

  .body-3 {
    background-color: #ffdf27;
  }

  .image-26.mobile.hidden {
    display: none;
  }

  .div-block-28 {
    background-position: 50% 0;
  }

  .image-30 {
    width: 80%;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-32 {
    display: block;
  }

  .quick-stack-3 {
    clear: right;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    inset: auto 0% 0%;
  }

  .text-block-9 {
    clear: none;
    order: -1;
    align-self: flex-start;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: .7rem;
    line-height: .8rem;
    position: relative;
  }

  .text-block-9.small {
    color: var(--grey);
  }

  .text-block-9.mobile-hide {
    display: none;
  }

  .text-block-9.mobile {
    text-align: center;
    margin-top: 70px;
  }

  .text-block-9.mobile.hide {
    margin-top: 60px;
    display: block;
    position: absolute;
  }

  .text-block-9.wto {
    text-align: left;
    font-size: 0;
  }

  .text-block-9.middle {
    width: 60%;
    line-height: 1rem;
  }

  .div-block-29 {
    inset: auto 0% 35% -94%;
  }

  .div-block-29.charchter-2 {
    background-position: 50% 100%;
    background-size: contain;
    height: 99vh;
    bottom: 36.3vh;
    left: 19%;
    right: -20%;
  }

  .div-block-30 {
    bottom: 35.5vh;
  }

  .image-33 {
    width: 59vw;
    margin-bottom: 25px;
  }

  .cell-4.webtoon {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0%;
    display: block;
  }

  .cell-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0%;
    padding-bottom: 0;
    display: flex;
  }

  .cell-6 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0%;
    display: flex;
  }

  .bold-text-10 {
    float: right;
    clear: both;
    text-align: center;
    white-space: nowrap;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: .7rem;
    line-height: 1rem;
    display: block;
    position: static;
  }

  .bold-text-10.mobile-hide {
    display: none;
  }

  .image-34 {
    order: 1;
    align-self: center;
    width: 60px;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    display: block;
    position: static;
  }

  .image-34.mobile-hide {
    display: none;
  }

  .bold-text-11 {
    flex-flow: row-reverse;
    justify-content: center;
    align-items: center;
    margin-top: -8px;
    padding-top: 0;
    padding-left: 11px;
    font-size: 30px;
    display: block;
    position: static;
  }

  .section-21 {
    height: 38vh;
    inset: auto 0% 0%;
  }

  .text-span-5 {
    position: relative;
    bottom: -15px;
  }

  .bold-text-12 {
    font-size: 22px;
    line-height: 12px;
  }

  .quick-stack-4 {
    padding-top: 10px;
    padding-bottom: 15px;
    padding-right: 30px;
  }

  .quick-stack-6 {
    margin-top: 22px;
    padding-left: 0;
  }

  .cell-8 {
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .cell-9 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .cell-10 {
    justify-content: center;
    align-items: center;
  }

  .text-block-11 {
    font-size: 7rem;
    line-height: .5rem;
  }

  .image-38 {
    display: block;
  }

  .image-39 {
    clear: none;
    vertical-align: top;
    order: 0;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: static;
  }

  .image-39.mobile-hide {
    display: none;
  }

  .cell-11 {
    display: block;
  }

  .bold-text-13 {
    color: var(--white-smoke);
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .bold-text-13.mobile-hide {
    font-size: 1.9rem;
    display: block;
  }

  .image-40 {
    min-width: 195px;
    margin-top: -154px;
    margin-left: auto;
    margin-right: auto;
    inset: 1% 0% auto;
  }

  .image-41 {
    margin-top: 11px;
  }
}

#w-node-_100d5b75-d901-7d63-4b8e-a8f2a5b25f8f-6e9df1d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9e203d6d-423d-3cef-abdc-b2911a127d45-6e9df1d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr 1fr;
}

#w-node-cab01775-d435-ca48-df1d-c8299c5920bd-6e9df1d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e72b127f-f84a-82e8-2258-a6a3b11ba250-6e9df1da {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_100d5b75-d901-7d63-4b8e-a8f2a5b25f8f-6e9df1d6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 2.25fr 1fr;
  }

  #w-node-e72b127f-f84a-82e8-2258-a6a3b11ba250-6e9df1da {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr .25fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_100d5b75-d901-7d63-4b8e-a8f2a5b25f8f-6e9df1d6 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 2.5fr 1.25fr;
  }

  #w-node-e72b127f-f84a-82e8-2258-a6a3b11ba250-6e9df1da {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1.5fr .5fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_100d5b75-d901-7d63-4b8e-a8f2a5b25f8f-6e9df1d6 {
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr .5fr;
  }

  #w-node-_100d5b75-d901-7d63-4b8e-a8f2a5b25f90-6e9df1d6 {
    order: -9999;
  }

  #w-node-_9e203d6d-423d-3cef-abdc-b2911a127d45-6e9df1d6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1.5fr;
  }
}


@font-face {
  font-family: 'Db sans cond';
  src: url('../fonts/DB-Sans-Cond-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plantin';
  src: url('../fonts/Plantin.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}