:root {
  --old-lace: #f4f0e3;
  --black: #292929;
  --blue: #2e36cb;
  --gold: #ffcb30;
  --pink: #fbbebb;
  --medium-blue: #2a31b7;
}

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

body {
  background-color: var(--old-lace);
  color: var(--black);
  font-family: Helveticaneue Roman, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 400;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1;
}

p {
  margin-bottom: 10px;
  font-size: 1.3em;
  line-height: 1.4;
}

a {
  color: var(--black);
  text-decoration: none;
}

.styleguide-parent {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  align-items: center;
  padding: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-lg {
  color: #fff;
  font-size: 5em;
}

.heading-md {
  z-index: 2;
  color: #fff;
  font-family: Changa One, Impact, sans-serif;
  font-size: 3.5em;
  font-weight: 400;
}

.heading-md.hidden {
  display: none;
}

.heading-sm {
  z-index: 1;
  font-size: 2.5em;
  position: relative;
}

.heading-sm.mar-left {
  margin-left: 2em;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.heading-sm.caps.text-blue, .heading-sm.caps.text-white, .heading-sm.caps.text-pink {
  color: #fff;
  font-size: 2.5rem;
}

.heading-xsm {
  z-index: 1;
  font-size: 1.5em;
  position: relative;
}

.heading-xsm.text-white {
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  display: block;
}

.text-white {
  color: #fff;
}

.caps {
  color: #f05731;
  text-align: center;
  text-transform: uppercase;
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 6vw;
}

.caps.roate {
  white-space: nowrap;
  transform: rotate(-90deg);
}

.caps.roate-r {
  white-space: nowrap;
  transform: rotate(90deg);
}

.caps.areas-section {
  text-align: center;
  padding-bottom: 64px;
  font-family: Changa One, Impact, sans-serif;
}

.caps.small {
  font-size: 1.5vw;
}

.bg-white {
  background-color: #fff;
}

.bg-blue {
  background-color: var(--blue);
}

.bg-yellow {
  background-color: var(--gold);
}

.bg-cream {
  background-color: var(--old-lace);
}

.bg-pink {
  background-color: var(--pink);
}

.bg-black {
  background-color: var(--black);
}

.super-text {
  white-space: nowrap;
  font-size: 9em;
}

.super-text.one {
  margin-left: 590px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.super-text.two {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.super-text.ab {
  color: var(--old-lace);
  display: none;
}

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

.flex-cc-h.menu {
  position: relative;
}

.flex-cc-v {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.parent {
  z-index: 1;
  position: relative;
}

.div-hide {
  position: relative;
  overflow: hidden;
}

.div-hide.pad-left {
  padding-left: 4px;
}

.div-hide.pad-right {
  padding-right: 4px;
}

.ab {
  position: absolute;
}

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

.flex-cr-h {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.p-lg {
  font-family: Montserrat, sans-serif;
  font-size: 1.8em;
}

.bold {
  font-family: Helvetica Neue Bold, sans-serif;
  font-weight: 700;
}

.intro-parent {
  z-index: 99999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.panel {
  background-image: url('../images/Hero-Background-Orange-City-Flying-Superhero-2.webp');
  background-position: 0 0;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.panel.two {
  background-image: url('../images/Background-img-2.webp');
}

.panel._1 {
  background-image: url('../images/Background-img-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.panel._2 {
  background-image: url('../images/Background-img-2.webp');
  background-position: 100%;
  background-repeat: no-repeat;
}

.logo-parent {
  align-items: center;
  display: flex;
  position: absolute;
}

.logo-parent.rel {
  position: relative;
}

.logo-parent.push {
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.logo-parent.ab-btm {
  bottom: 40px;
}

.intro-logo {
  width: 24em;
}

.intro-logo.sm {
  width: 16em;
}

.intro-logo._1 {
  width: 5em;
}

.intro-logo.sm2 {
  width: 18em;
}

.border-line-h {
  background-color: #fff;
  width: 1px;
  height: 1.5em;
}

.border-line-h.black {
  background-color: var(--black);
}

.btn-parent {
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.2em 2em 1em;
  transition: background-color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-parent.ab-btm {
  position: absolute;
  bottom: 4em;
}

.btn-parent.ab-btm.bg-yellow {
  z-index: 4;
  background-color: #f05731;
}

.btn-parent.bg-yellow {
  background-color: #f05731;
}

.nav {
  z-index: 9999;
  align-items: center;
  width: 100%;
  height: 12vh;
  padding: 16px 30px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.container-lg {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.nav-logo {
  width: 3.5em;
}

.nav-logo.one {
  width: 16em;
}

.nav-parent {
  z-index: 999;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-parent {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 12%;
}

.container-m {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20vh;
  position: relative;
  overflow: hidden;
}

.container-m._2, .container-m._2.services {
  overflow: visible;
}

.container-m._2.services.mobile {
  padding-top: 8vh;
}

.container-m._2.lesspt {
  padding-top: 0;
}

.img-parent {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-parent.hero-img {
  height: 45em;
  margin-top: 14em;
}

.img-parent.ab {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.img-parent.card {
  justify-content: flex-start;
  width: 45vw;
  height: 55vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.img-child {
  width: 100%;
  height: 100%;
  position: relative;
}

.img-child.img-1 {
  background-image: url('../images/thumbnail-orlando.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-child.img-2 {
  background-image: url('../images/SELL-IMG.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-child.img-3 {
  background-image: url('../images/BUY-IMG.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-child.img-4 {
  background-image: url('../images/JOIN-IMG.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-child.img-5 {
  background-image: url('../images/steve-jobs-card-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-child.img-6 {
  background-image: url('../images/menu-img-01-2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-child.img-7 {
  background-image: url('../images/menu-img-02-2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-child.img-8 {
  background-image: url('../images/menu-img-03-2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-child.img-9 {
  background-image: url('../images/menu-img-04-2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-child.img-10 {
  background-image: url('../images/menu-img-05-2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-child.img-11 {
  background-image: url('../images/profile-img-00.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-child.img-12 {
  background-image: url('../images/Stanley-Kubrick-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-child.img-13 {
  background-image: url('../images/Steve-jobs-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-child.img-14 {
  background-image: url('../images/Paul-Rand-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-child.img-15 {
  background-image: url('../images/Asset-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-child.img-16 {
  background-image: url('../images/Asset-5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-child.img-17 {
  background-image: url('../images/Asset-6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-child.img-18 {
  background-image: url('../images/Asset-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-child.img-19 {
  z-index: 1;
  background-image: url('../images/profile-img-03-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.img-child.img-20 {
  z-index: 1;
  background-image: url('../images/Asset-7.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.img-child.img-21 {
  z-index: 1;
  background-image: url('../images/Asset-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.img-child.img-22 {
  background-image: url('../images/Asset-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.circle-parent-one {
  z-index: 10;
  width: 16em;
  height: 16em;
  position: absolute;
  top: 28em;
  left: 2em;
}

.circle-child {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.circle-child.bg-cream-shade {
  background-color: #292929;
  border: 2px #f05731;
}

.circle-child.bg-cream-shade.no-bg {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
}

.circle-parent-two {
  z-index: 10;
  width: 13em;
  height: 13em;
  position: absolute;
  top: 19em;
  right: 10em;
}

.circle-parent-three {
  z-index: 10;
  width: 10em;
  height: 10em;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 8em;
}

.bg-cream-shade {
  background-color: #e9e2cc;
}

.burger-menu-parent {
  z-index: 999;
  background-color: var(--old-lace);
  cursor: pointer;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-right: 10px;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.burger-menu-parent.open {
  background-color: rgba(15, 77, 101, .21);
  display: none;
}

.burger-line-top, .burger-line-middle {
  background-color: var(--black);
  width: 100%;
  height: 2px;
  margin-bottom: 4px;
}

.burger-line-bottom {
  background-color: var(--black);
  width: 100%;
  height: 2px;
}

.arrow-one {
  width: 4em;
  position: relative;
}

.italic {
  text-transform: none;
  font-style: italic;
}

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

.play-btn-parent {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.text-ring {
  opacity: 0;
  filter: brightness(200%);
  width: 15em;
  display: block;
}

.play-btn {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70%;
  display: flex;
  position: absolute;
}

.play-icon {
  filter: saturate(0%);
  width: 2.5em;
  padding-right: .5em;
}

._wf-logo {
  z-index: 10;
  width: 12em;
  position: absolute;
  top: auto;
  bottom: 2em;
  left: 2em;
  right: auto;
}

.content-section {
  padding-top: 10em;
  padding-bottom: 10em;
}

.grid-2-col-right {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  padding-bottom: 10vh;
}

.tab-parent {
  width: 100%;
}

.tab-top {
  align-items: flex-end;
  width: 100%;
  height: 12em;
  padding-bottom: 2em;
  display: flex;
  position: relative;
}

.tab-btn-parent {
  flex-direction: row;
  width: 100%;
  padding-bottom: 1.5em;
  display: flex;
  position: relative;
}

.tab-btn-child {
  cursor: pointer;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-txt {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 1.3em;
}

.btn-txt.one, .btn-txt.two {
  font-family: Changa One, Impact, sans-serif;
  font-size: 2em;
}

.btn-txt.three {
  font-family: Changa One, Impact, sans-serif;
  font-size: 2em;
  position: static;
}

.border-line-btm {
  z-index: -1;
  background-color: #d3c5b7;
  width: 100%;
  height: 3px;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.border-line-btm.thin {
  height: 1px;
}

.border-line-btm.thin.top {
  position: absolute;
}

.border-line-btm.white {
  background-color: #fff;
}

.tab-active {
  background-color: var(--black);
  width: 33%;
  height: 3px;
  position: absolute;
  bottom: 0;
}

.card-whipe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.card-whipe.bg-yellow {
  background-color: #f7c695;
}

.card-whipe.bg-white {
  background-color: #fff;
}

.card-whipe.bg-cream-shade {
  background-color: #0e4e68;
  background-image: url('../images/are-bg.png');
  background-position: 0 0;
  background-size: auto;
}

.card-whipe.bg-cream-shade.top {
  z-index: 3;
}

.card-whipe.bg-blue, .card-whipe.bg-yellow-shade {
  background-color: #f05731;
}

.card-whipe.bg-blue-shade {
  background-color: #f05731;
  border: 1px #000;
}

.tab-btm {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 45em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab-slide-parent {
  z-index: 0;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 180em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.tab-slide-child {
  z-index: 1;
  background-color: var(--black);
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
  position: relative;
}

.tab-title-parent {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.tab-txt-wrap {
  height: 40px;
}

.tab-panel {
  z-index: 2;
  background-color: var(--blue);
  align-items: center;
  width: 50%;
  padding: 4em 4em 3em;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.tab-content-parent {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.tab-panel-btn {
  background-color: var(--blue);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  display: flex;
  position: absolute;
  left: -4em;
}

.tab-line-top {
  background-color: #fff;
  width: 2px;
  height: 50px;
  margin-right: 8px;
}

.tab-panel-child {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 2.4em;
  display: flex;
  position: relative;
}

.scroll-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 14em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.list-parent {
  z-index: 20;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
  position: relative;
}

.list-parent._2 {
  z-index: 19;
}

.list-parent._3 {
  z-index: 18;
}

.list-parent._4 {
  z-index: 17;
}

.num-txt {
  z-index: 2;
  white-space: nowrap;
  font-family: Helvetica Neue Bold, sans-serif;
  font-size: 3em;
  font-weight: 700;
  display: none;
  position: relative;
}

.num-txt-ap {
  z-index: 2;
  white-space: nowrap;
  font-family: Helvetica Neue Bold, sans-serif;
  font-size: 3em;
  font-weight: 700;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.tag {
  z-index: 12;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .7em 1em .5em;
  display: flex;
  position: relative;
}

.list-img-parent {
  z-index: 10;
  transform-origin: 0 100%;
  width: 20vw;
  height: 45vh;
  padding: 2.5em;
  position: absolute;
  right: 25%;
  overflow: hidden;
}

.text-blue {
  color: var(--blue);
}

.num-txt-lg {
  z-index: 1;
  font-family: Helvetica Neue Bold, sans-serif;
  font-size: 10em;
  font-weight: 700;
  position: absolute;
  top: auto;
  bottom: -6%;
  left: auto;
  right: .1em;
}

.text-pink {
  color: var(--pink);
}

.scroll-inner {
  width: 180vw;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
}

.scroll-parent {
  justify-content: center;
  align-items: center;
  width: 42vw;
  margin-left: 1.5vw;
  margin-right: 1.5vw;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: perspective(1000px);
}

.scroll-parent.bg-blue {
  background-image: url('../images/img-1.png');
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: cover;
}

.scroll-parent.bg-pink {
  background-image: url('../images/img-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.scroll-parent.bg-yellow-shade {
  background-image: url('../images/img-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.scroll-section-mouse {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  margin-top: 5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.name-mark {
  z-index: 1;
  color: #fff;
  font-size: 2.5em;
  position: relative;
}

.ring-one {
  z-index: 10;
  border: 5px solid var(--black);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  display: flex;
  position: relative;
}

.ring-two {
  border: 5px solid var(--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20em;
  height: 20em;
  display: flex;
  position: absolute;
}

.ring-three {
  border: 5px solid var(--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30em;
  height: 30em;
  display: flex;
  position: absolute;
}

.ring-four {
  border: 5px solid var(--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40em;
  height: 40em;
  display: flex;
  position: absolute;
}

.content-footer {
  justify-content: center;
  padding-top: 18em;
  padding-bottom: 18em;
  display: flex;
  position: relative;
}

.inline {
  display: inline-block;
  position: relative;
}

.flame-parent {
  position: absolute;
}

.flame {
  width: 1.5em;
}

.btn-txt-ap {
  color: #fff;
  font-size: 1.3em;
  position: absolute;
}

._w-logo {
  width: 4.4em;
}

.span-text {
  display: inline-block;
}

.outro-parent {
  z-index: 99999;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.btn-txt-sm {
  z-index: 1;
  color: #fff;
  position: relative;
}

.btn-txt-sm-ap {
  z-index: 1;
  color: #fff;
  position: absolute;
}

.bg-yellow-shade {
  background-color: #e9b92c;
}

.card-whipe-r {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.arrow-one-ap {
  width: 4em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.cover-div {
  z-index: 10;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.tab-line-btm {
  background-color: #fff;
  width: 2px;
  height: 50px;
  margin-right: 8px;
}

.name-mark-ap {
  color: #fff;
  font-size: 2.5em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.scroll-card-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.scroll-card-img.img-2 {
  background-image: url('../images/img-3.jpg');
  background-position: 50% 32%;
  background-repeat: no-repeat;
  background-size: cover;
}

.scroll-card-img.img-3 {
  background-image: url('../images/img-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.e-icon {
  width: 8em;
  position: absolute;
}

.pad-left {
  padding-left: 10px;
}

.pad-right {
  padding-right: 10px;
}

.body-change {
  background-color: #fffcf9;
}

.side-title-left {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 120px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.side-title-right {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 120px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.info-bar {
  z-index: 11;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main.no-hide {
  align-items: flex-start;
  overflow: visible;
}

.fade {
  opacity: .5;
}

._3d-parent {
  z-index: 5;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

._3d-child {
  z-index: 2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
}

._3d-grand-child {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 55em;
  height: 12em;
  padding-top: 9px;
  display: flex;
  overflow: hidden;
}

._3d-grand-child.top {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: rotateX(90deg)rotateY(0)rotateZ(0)translate3d(0, 6em, -6em);
}

._3d-grand-child.middle {
  z-index: 1;
  background-color: var(--pink);
  transform-style: preserve-3d;
  background-image: url('../images/noise-min_1noise-min.png');
  background-position: 50%;
  background-size: auto;
  position: relative;
  transform: translate3d(0, 0, 12em);
}

._3d-grand-child.bottom {
  background-color: var(--blue);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: rotateX(-90deg)rotateY(0)rotateZ(0)translate3d(0, -6em, -6em);
}

._3d-text {
  color: var(--blue);
  white-space: nowrap;
  font-family: Sharpgroteskbook25, sans-serif;
  font-size: 9vw;
}

._3d-text.white {
  color: var(--old-lace);
}

._3d-img-child {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 40em;
  height: 40em;
  display: flex;
  position: absolute;
}

.circle-inner {
  background-color: var(--old-lace);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circle-inner-ap {
  z-index: 1;
  border-radius: 100%;
  width: 80%;
  height: 70%;
  position: absolute;
}

._3d-img {
  width: 100%;
  height: 100%;
  position: absolute;
}

._3d-img.img-1 {
  background-image: url('../images/Paul-Rand-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1000%;
}

._3d-img.img-2 {
  background-image: url('../images/Steve-jobs-1.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1000%;
}

._3d-img.img-3 {
  background-image: url('../images/Stanley-Kubrick-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1000%;
}

.dot {
  background-color: var(--black);
  border-radius: 100px;
  width: 2em;
  height: 2em;
}

.next-parent {
  width: 18em;
  height: 6em;
  position: absolute;
  bottom: 3em;
  right: 0;
}

.next-child {
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
  position: absolute;
}

.thumb {
  z-index: 2;
  width: 5.5em;
  min-width: 5.5px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.thumb-img {
  width: 100%;
  height: 100%;
  position: absolute;
}

.thumb-img.img-1 {
  background-image: url('../images/menu-img-03-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.thumb-img.img-2 {
  background-image: url('../images/menu-img-01-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.thumb-img.img-3 {
  background-image: url('../images/menu-img-04-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.thumb-img.img-4 {
  background-image: url('../images/menu-img-02-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.thumb-img.img-6 {
  background-image: url('../images/menu-img-05-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-parent {
  flex: 1;
}

.text-next {
  z-index: 2;
  text-align: center;
  position: relative;
}

.prev-child {
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
  position: absolute;
}

.tab-title {
  color: var(--old-lace);
  font-size: 40px;
  line-height: 40px;
}

.wrapper {
  overflow: hidden;
}

.section-wrapper {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.click-card-parent {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  margin-bottom: 3em;
  display: flex;
}

.click-card-child {
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 100%;
  display: flex;
  position: relative;
}

.course-title-parent {
  z-index: 6;
  flex-direction: column;
  width: 100%;
  padding-top: 7px;
  position: absolute;
  top: auto;
  bottom: -6em;
  left: auto;
  right: auto;
}

.course-title-child {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 1em;
  display: flex;
}

.course-title {
  color: var(--old-lace);
  font-family: Sharpgroteskbook25, sans-serif;
  font-size: 3.5em;
  line-height: 1;
}

.shape {
  background-color: var(--pink);
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: -1em;
  left: 1em;
  right: auto;
}

.cursor-parent {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.cursor-child {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.plus-parent {
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  position: absolute;
}

.plus-1 {
  background-color: #fff;
  width: 2px;
  height: 100%;
  position: absolute;
}

.plus-2 {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
}

.cursor-dot {
  border: 2px solid var(--old-lace);
  border-radius: 100px;
  width: 2em;
  height: 2em;
}

.enter-page-parent {
  justify-content: center;
  width: 100%;
  height: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.scroll-marker {
  width: 100%;
  height: 1px;
  position: absolute;
}

.enter-img-parent {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65vh;
  margin-top: 10%;
  margin-bottom: 10%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.close-btn-child {
  z-index: 4;
  background-color: var(--blue);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.close-btn-child.shade {
  background-color: var(--medium-blue);
}

.close-btn-child.shade.video-modal {
  background-color: #f05731;
}

.close-btn-parent {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.close-btn-parent.ab-tr {
  top: 30px;
  bottom: auto;
  left: auto;
  right: 30px;
}

.course-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.course-img.one {
  background-image: url('../images/steve-jobs-hero-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-c-block {
  z-index: 0;
  background-color: var(--medium-blue);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.btn-c-block.shade {
  background-color: #f05731;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.detail {
  margin-bottom: 2em;
  line-height: 1.2;
}

.spacer-2em {
  width: 100%;
  height: 2em;
}

.spacer-8em {
  width: 100%;
  height: 8em;
}

.close-parent {
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  display: flex;
  position: relative;
}

.bar-l {
  background-color: var(--old-lace);
  width: 50%;
  height: 2px;
  transform: rotate(-45deg);
}

.bar-r {
  background-color: var(--old-lace);
  width: 50%;
  height: 2px;
  position: absolute;
  transform: rotate(45deg);
}

.btt {
  color: #fff;
  text-decoration: underline;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.btt.rel-m {
  display: none;
}

.menu-parent {
  z-index: 9998;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.menu-panel {
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.menu-link-parent {
  border-bottom: 2px none var(--medium-blue);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 16.6667%;
  padding-top: 5px;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  position: relative;
}

.menu-link-parent.w--current {
  border: 1px #000;
}

.arrow-menu {
  z-index: 1;
  width: 4%;
  position: relative;
}

.bg-blue-shade {
  background-color: var(--medium-blue);
}

.parent-full {
  z-index: 1;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 16.6667%;
  padding-top: 10px;
  padding-left: 3em;
  display: flex;
  position: relative;
  transform: translate(0%);
}

.menu-text {
  z-index: 1;
  color: #fff;
  font-size: 2em;
  position: relative;
}

.menu-text-dark {
  z-index: 1;
  color: var(--black);
  font-size: 2em;
  position: relative;
}

.menu-text-dark-ab {
  z-index: 1;
  color: var(--black);
  font-size: 2em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.menu-link-parent-yellow {
  z-index: 1;
  background-color: var(--gold);
  cursor: pointer;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 16.6667%;
  display: flex;
  position: relative;
}

.menu-img-parent {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -100%;
  overflow: hidden;
}

.menu-panel-left {
  z-index: 1;
  perspective: 1000px;
  background-color: #f05731;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.about-parent {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 83.3333%;
  padding: 100px 80px 80px;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.s-parent {
  justify-content: space-between;
}

.s-link {
  border: 1px solid #000;
  border-radius: 30px;
  margin-right: 6px;
  padding: 12px 15px 10px;
  font-size: 12px;
  display: inline-block;
}

.sticky-container {
  width: 100%;
  height: 800vh;
}

.sticky-parent {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.img-child-v {
  align-items: center;
  width: 300vw;
  height: 100%;
  display: flex;
  position: relative;
}

.card-parent {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-hide-ab {
  z-index: 1;
  position: absolute;
  overflow: hidden;
}

.div-hide-ab.no-hide {
  overflow: visible;
}

.heading-xl {
  font-size: 8em;
}

.num-txt-xl {
  color: var(--blue);
  font-size: 24em;
}

.num-txt-xl-ap {
  color: var(--blue);
  font-size: 24em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.num-txt-xl-ap.two {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.circle-lg {
  background-color: var(--gold);
  border-radius: 100%;
  width: 4000px;
  height: 4000px;
  position: absolute;
}

.bar-left {
  z-index: 1;
  background-color: #2e36cb;
  width: 10px;
  height: 10em;
  position: absolute;
  left: 0;
}

.bar-right {
  z-index: 1;
  background-color: #2e36cb;
  width: 10px;
  height: 10em;
  position: absolute;
  right: 0;
}

.ball {
  z-index: 2;
  background-color: #2e36cb;
  border-radius: 100%;
  width: 3em;
  height: 3em;
  position: absolute;
}

.parent-ab {
  display: flex;
  position: absolute;
}

.bar-mid {
  background-color: var(--blue);
  width: 3px;
  height: 7em;
  position: relative;
}

.panel-parent {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.sub-text {
  color: var(--old-lace);
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Sharpgroteskbook25, sans-serif;
  font-size: 9vw;
  line-height: .9;
}

.container-s {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-cream {
  color: var(--old-lace);
}

.spacer-4em {
  width: 100%;
  height: 4em;
}

._w-logo-lg {
  width: 8em;
}

.menu-link-wrap {
  background-color: #0f4d65;
  flex: none;
  height: 100vh;
  position: relative;
}

.grid-parent {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.grid-child {
  width: 260vh;
  height: 340vh;
  position: absolute;
  transform: rotate(-10deg);
}

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

.div-bottom {
  z-index: 10;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
  overflow: hidden;
}

.div-top {
  z-index: 10;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 20px;
  right: auto;
}

.text-card-caps {
  color: var(--old-lace);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  font-weight: 700;
}

.lower-i {
  text-transform: none;
  font-style: italic;
}

.heading-xsm-grid {
  z-index: 1;
  color: var(--old-lace);
  padding-right: 20px;
  font-size: 18px;
  line-height: 1.3;
  position: relative;
}

.btn-parent-s {
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.2em 2em 1em;
  transition: background-color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.number-toggle {
  z-index: 10;
  background-color: var(--black);
  border-radius: 100px;
  padding: .8em 1em .6em;
  display: none;
  position: fixed;
  bottom: 60px;
}

.num-txt-sm {
  z-index: 2;
  color: var(--old-lace);
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Helvetica Neue Regular, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.container-full {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.img-parent-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-parent-link.hof {
  width: 40%;
  height: 50%;
}

.underline {
  color: var(--old-lace);
  margin-left: 5px;
  font-family: Helvetica Neue Bold, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.video-parent {
  z-index: 9999;
  background-color: #2b2b2b;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.embed {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  transform: scale(.8);
}

.black-overlay {
  z-index: 2;
  background-color: rgba(0, 0, 0, .7);
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
}

.heading {
  font-family: Changa One, Impact, sans-serif;
  font-size: 5em;
  font-weight: 700;
}

.heading.outside {
  display: none;
}

.text-span, .text-span-2 {
  color: #f05731;
}

.images-wrapper {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  width: 0;
  height: 0;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.squad-member-img {
  width: 8rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.squad-member-img._1 {
  width: 65vw;
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  top: 29%;
  bottom: 0%;
  left: -18%;
  right: auto;
  transform: rotate(-24deg);
}

.squad-member-img._2 {
  z-index: -2;
  width: 40vw;
  max-width: none;
  height: auto;
  display: block;
  top: auto;
  bottom: 9%;
  left: 6%;
  right: auto;
  transform: rotate(24deg);
}

.squad-member-img._3 {
  width: 50vw;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 29%;
  bottom: auto;
  left: 67%;
  right: auto;
}

.squad-member-img._4 {
  z-index: 0;
  width: 50vw;
  max-width: none;
  height: auto;
  display: block;
  top: 20%;
  bottom: 1%;
  left: 52%;
}

.squad-member-img._5 {
  left: 29%;
}

.squad-member-img._6 {
  width: auto;
  height: 75vh;
  top: 48%;
  bottom: auto;
  left: -6%;
  right: auto;
}

.squad-member-img._6.genie {
  height: 118vh;
  display: block;
  top: 41%;
  left: -39%;
}

.squad-member-img._6.sarah {
  z-index: 2;
  width: 100vw;
  height: auto;
  display: block;
  top: 21%;
  left: 40%;
}

.squad-member-img._6.cloud {
  z-index: 0;
  top: -12%;
  left: 38%;
}

.squad-member-img._7 {
  z-index: -3;
  width: 56vw;
  max-width: none;
  height: auto;
  display: block;
  top: -13%;
  left: -14%;
}

.squad-member-img._8 {
  z-index: -2;
  width: 30vw;
  max-width: none;
  height: auto;
  display: none;
  top: -2%;
  left: auto;
  right: 13%;
}

.squad-member-img._9 {
  z-index: -3;
  width: 50vw;
  max-width: none;
  height: auto;
  display: block;
  left: 64%;
}

.strong-woman-img {
  transform-style: preserve-3d;
  max-width: none;
  margin-bottom: 64px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.floating-lottie {
  width: 70vw;
  position: absolute;
  top: -14%;
  bottom: auto;
  left: auto;
  right: -28%;
}

.floating-lottie.inside {
  top: 0%;
}

.floating-lottie.hide {
  display: none;
}

.section {
  height: 280vh;
  position: relative;
}

.onhover-block {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(138, 53, 22, .5);
  grid-template-rows: .5fr .5fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.media-description {
  color: #fff;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 1.6em;
  font-weight: 500;
}

.engagement-metric {
  align-items: center;
  padding-right: 48px;
  display: flex;
}

.engagement-metric.right {
  padding-left: 48px;
  padding-right: 0;
}

.likes-num {
  color: #fff;
  text-align: right;
  padding-left: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}

.text-span-3 {
  color: #292929;
  font-size: 6vw;
}

.lottie-animation {
  width: 50%;
  position: absolute;
  top: auto;
  bottom: -45%;
  left: 9%;
  right: auto;
}

.nav-links {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.text-block {
  color: #0e4e68;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.img-character {
  z-index: 5;
  background-image: url('../images/The-A-Lister-Solo.png');
  background-position: 0 0;
  background-size: cover;
  width: 180%;
  height: 100%;
  position: absolute;
}

.img-character._2 {
  background-image: url('../images/The-Dream-Maker-Solo.png');
  bottom: -7%;
}

.img-character._3 {
  background-image: url('../images/markraumaker626-AVATAR-logo-The-Real-Estate-Rebel4.png');
}

.img-character._4 {
  background-image: url('../images/Genie-Solo.png');
}

.img-character._5 {
  background-image: url('../images/markraumaker626-avatar-logo-The-Real-Estate-Barista2.png');
}

.img-character._6 {
  background-image: url('../images/Solo.png');
}

.img-character._7 {
  background-image: url('../images/Solo-2.png');
  width: 180%;
}

.img-character._8 {
  background-image: url('../images/Solo-3.png');
}

.img-character._9 {
  background-image: url('../images/markraumaker626-avatar-logo-The-Tiny-Closer4.png');
}

.img-character._10 {
  background-image: url('../images/Straight-Shooter-Solo.png');
}

.img-character._12 {
  background-image: url('../images/Royal-Realtor-Solo.png');
}

.img-character._13 {
  background-image: url('../images/Solo-1.png');
}

.img-character._14 {
  background-image: url('../images/markraumaker626-avatar-logo-The-Real-Estate-Barista2.png');
}

.img-character._15 {
  background-image: url('../images/Agent-S-Solo.png');
}

.body-team {
  background-color: rgba(0, 0, 0, 0);
}

.nav-bg {
  background-color: #f4f0e3;
  width: 100vw;
  height: 12vh;
  position: fixed;
  top: 0;
}

.text-span-4, .text-span-5 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.lottie-animation-2 {
  width: 100vw;
  position: absolute;
  top: -33%;
  left: 0%;
}

.image-2 {
  width: 30em;
}

.genie-lottie {
  position: absolute;
  top: 39%;
  left: -32%;
}

.lottie-animation-3 {
  z-index: 1;
  width: 80vw;
  margin-top: -8vh;
  margin-left: -30vw;
  margin-right: -35vw;
  position: static;
  top: 28%;
  bottom: auto;
  left: 29%;
  right: auto;
}

.bg-circle {
  z-index: -1;
  background-color: #292929;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block {
  position: static;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 12px;
  }

  h1 {
    font-size: 6vw;
  }

  h2 {
    font-size: 4vw;
  }

  h3 {
    font-size: 3vw;
  }

  h4 {
    font-size: 2vw;
  }

  p {
    margin-bottom: 0;
    font-size: 15px;
  }

  .heading-lg {
    font-size: 6vw;
  }

  .heading-md {
    font-size: 4vw;
  }

  .heading-sm {
    font-size: 3vw;
  }

  .heading-xsm {
    font-size: 2vw;
  }

  .super-text {
    font-size: 12vw;
  }

  .p-lg {
    font-size: 20px;
  }

  .intro-parent {
    width: 100vw;
    display: flex;
    overflow: hidden;
  }

  .panel._1 {
    background-position: 100%;
  }

  .panel._2 {
    background-position: 0%;
  }

  .intro-logo {
    width: 12em;
  }

  .btn-parent.ab-btm.bg-yellow {
    padding: 2em 4em;
  }

  .nav {
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .hero-parent {
    padding-top: 140px;
  }

  .container-m {
    overflow: hidden;
  }

  .container-m.t-m {
    width: 90%;
  }

  .img-parent.hero-img {
    height: 400px;
    margin-top: 140px;
  }

  .circle-parent-one {
    width: 14em;
    height: 14em;
  }

  .circle-parent-two {
    width: 11em;
    height: 11em;
  }

  .circle-parent-three {
    width: 8em;
    height: 8em;
  }

  .arrow-one {
    width: 5em;
  }

  .content-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .grid-2-col-right {
    grid-template-columns: 4fr 4fr;
  }

  .btn-txt {
    font-size: 16px;
  }

  .tab-panel {
    padding: 40px;
  }

  .scroll-section {
    padding-top: 140px;
  }

  .list-img-parent {
    width: 32vw;
    right: 21%;
  }

  .scroll-inner {
    padding-right: 10px;
  }

  .scroll-section-mouse {
    align-items: flex-start;
    height: 60vh;
    padding-left: 15px;
    overflow: auto;
  }

  .content-footer {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .btn-txt-sm {
    font-size: 1.6rem;
  }

  .btn-txt-sm.schedule {
    font-size: 1.2rem;
  }

  .btn-txt-sm-ap {
    font-size: 1.6rem;
  }

  .btn-txt-sm-ap.schedule {
    font-size: 1.2rem;
  }

  .arrow-one-ap {
    width: 5em;
  }

  .side-title-left, .side-title-right {
    width: 80px;
    font-size: 16px;
  }

  .info-bar {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._3d-grand-child {
    width: 50em;
    height: 10em;
  }

  ._3d-grand-child.top {
    transform: rotateX(90deg)rotateY(0)rotateZ(0)translate3d(0, 7em, -5em);
  }

  ._3d-grand-child.bottom {
    transform: rotateX(-90deg)rotateY(0)rotateZ(0)translate3d(0, -7em, -5em);
  }

  ._3d-text {
    font-size: 90px;
  }

  .next-parent {
    display: none;
  }

  .link-parent {
    font-size: 16px;
  }

  .click-card-parent {
    height: 70vh;
  }

  .click-card-child {
    width: 40vw;
  }

  .cursor-parent {
    display: none;
  }

  .arrow-menu {
    width: 6%;
  }

  .about-parent {
    padding: 80px 40px 60px;
  }

  .s-parent {
    flex-direction: column;
    display: flex;
  }

  .s-link {
    margin-bottom: 10px;
  }

  .heading-xl {
    font-size: 9vw;
  }

  .bar-mid {
    height: 5em;
  }

  .sub-text {
    font-size: 11vw;
  }

  .no-span {
    display: inline;
  }

  .info {
    font-size: 16px;
  }

  .grid-parent.main {
    align-items: flex-start;
    padding-top: 130px;
    overflow: visible;
  }

  .grid-child {
    width: 90%;
    height: 4000px;
    transform: rotate(0);
  }

  .grid-full {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .number-toggle {
    padding: 10px 12px 8px;
  }

  .images-wrapper {
    position: static;
  }

  .squad-member-img._1 {
    top: 62%;
  }

  .squad-member-img._2 {
    width: 50vw;
    bottom: 18%;
    left: -3%;
  }

  .squad-member-img._3 {
    width: 60vw;
    top: 57%;
    left: 58%;
  }

  .squad-member-img._4 {
    z-index: 0;
    width: 60vw;
    top: 36%;
    left: 47%;
  }

  .squad-member-img._6 {
    left: -30%;
  }

  .squad-member-img._6.genie {
    left: -69%;
  }

  .squad-member-img._6.sarah {
    z-index: 1;
    width: 120vw;
    top: 50%;
    left: 25%;
  }

  .squad-member-img._6.cloud {
    width: 100vw;
    height: auto;
    top: -4%;
    left: 14%;
  }

  .squad-member-img._7 {
    top: 10%;
  }

  .squad-member-img._8 {
    width: 40vw;
    top: 3%;
    right: 10%;
  }

  .squad-member-img._9 {
    width: 60vw;
    top: 26%;
  }

  .floating-lottie {
    width: 100%;
    top: 14%;
    right: -24%;
  }

  .section {
    width: 100vw;
    height: 300vh;
  }

  .nav-links {
    display: none;
  }

  .lottie-animation-3 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .div-block {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 7vw;
  }

  h2 {
    font-size: 5vw;
  }

  h3 {
    font-size: 4vw;
  }

  h4 {
    font-size: 3vw;
  }

  .styleguide-parent {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-lg {
    font-size: 8vw;
  }

  .heading-md {
    font-size: 6vw;
  }

  .heading-sm {
    font-size: 4vw;
  }

  .heading-sm.mar-left {
    margin-top: 4px;
  }

  .heading-xsm {
    font-size: 3vw;
  }

  .super-text {
    font-size: 14vw;
  }

  .intro-parent {
    display: flex;
  }

  .logo-parent.push {
    margin-bottom: 100px;
  }

  .intro-logo {
    width: 11em;
  }

  .btn-parent.ab-btm {
    bottom: 100px;
  }

  .btn-parent.ab-btm.bg-yellow {
    padding-left: 3em;
    padding-right: 3em;
  }

  .container-m {
    overflow: hidden;
  }

  .img-parent.hero-img {
    height: 450px;
  }

  .img-child.img-1 {
    background-image: url('../images/hero-mobile.jpg');
  }

  .circle-parent-one {
    width: 12em;
    height: 12em;
    top: 13em;
    left: -2em;
  }

  .circle-parent-two {
    width: 10em;
    height: 10em;
    top: 18em;
    right: 5em;
  }

  .content-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tab-btn-parent {
    overflow: auto;
  }

  .tab-btn-child {
    min-width: 200px;
  }

  .border-line-btm.thin {
    width: 800px;
  }

  .tab-active {
    width: 200px;
  }

  .tab-panel {
    width: 90%;
  }

  .tab-line-top {
    height: 30px;
  }

  .scroll-section {
    padding-top: 80px;
  }

  .list-img-parent {
    display: none;
  }

  .scroll-inner {
    width: 250vw;
  }

  .scroll-parent {
    width: 60vw;
  }

  .scroll-section-mouse {
    margin-top: 0;
  }

  .content-footer {
    padding-top: 140px;
  }

  .btn-txt-sm, .btn-txt-sm-ap {
    font-size: 1.2rem;
  }

  .tab-line-btm {
    height: 30px;
  }

  .side-title-left, .side-title-right {
    display: none;
  }

  .info-bar {
    height: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .main.no-hide {
    padding-top: 0;
  }

  ._3d-grand-child {
    width: 44em;
    height: 9em;
  }

  ._3d-grand-child.top {
    transform: rotateX(90deg)rotateY(0)rotateZ(0)translate3d(0, 8em, -4.5em);
  }

  ._3d-grand-child.bottom {
    transform: rotateX(-90deg)rotateY(0)rotateZ(0)translate3d(0, -8em, -4.5em);
  }

  ._3d-text {
    font-size: 80px;
  }

  ._3d-img-child {
    width: 35em;
    height: 35em;
  }

  .circle-inner-ap {
    height: 72%;
  }

  .tab-title {
    font-size: 6vw;
  }

  .click-card-parent {
    height: 55vh;
  }

  .click-card-child {
    width: 45vw;
  }

  .enter-img-parent {
    margin-top: 80px;
  }

  .menu-parent {
    height: 100vh;
  }

  .menu-panel.bg-cream-shade {
    display: none;
  }

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

  .arrow-menu {
    width: 4%;
  }

  .menu-panel-left {
    width: 100%;
  }

  .heading-xl {
    font-size: 10vw;
  }

  .num-txt-xl, .num-txt-xl-ap {
    font-size: 20em;
  }

  .circle-lg {
    display: none;
  }

  .parent-ab {
    align-items: center;
  }

  .container-s {
    width: 80%;
  }

  .logo-menu {
    width: 120px;
  }

  .grid-child {
    height: 6000px;
    transform: rotate(0);
  }

  .grid-full {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .heading-xsm-grid {
    font-size: 3vw;
  }

  .underline {
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 7.3vw;
  }

  h2 {
    font-size: 8vw;
  }

  h3 {
    font-size: 6vw;
  }

  h4 {
    font-size: 4vw;
  }

  .heading-lg {
    font-size: 12vw;
  }

  .heading-md {
    font-size: 7vw;
  }

  .heading-sm {
    font-size: 6vw;
  }

  .heading-sm.mar-left {
    margin-left: 15px;
  }

  .heading-xsm {
    font-size: 4vw;
  }

  .caps {
    margin-left: auto;
    margin-right: auto;
    font-size: 12vw;
  }

  .caps.areas-section {
    padding-bottom: 32px;
    font-size: 12vw;
  }

  .caps.small {
    font-size: 4vw;
  }

  .super-text {
    font-size: 16vw;
  }

  .super-text.one {
    margin-left: 40vw;
    padding-bottom: 8px;
    font-size: 12vw;
  }

  .super-text.two {
    font-size: 12vw;
  }

  .p-lg {
    font-size: 18px;
  }

  .intro-parent {
    width: auto;
    display: flex;
  }

  .panel._1, .panel._2 {
    width: 50vw;
  }

  .logo-parent.push {
    top: 40%;
  }

  .logo-parent.ab-btm {
    margin-left: 10px;
  }

  .intro-logo.sm2 {
    width: 12em;
  }

  .btn-parent.ab-btm {
    bottom: 150px;
  }

  .btn-parent.bg-yellow {
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-lg {
    width: 92%;
  }

  .nav-logo.one {
    width: 10em;
  }

  .hero-parent {
    padding-top: 0;
    top: 12%;
    overflow: hidden;
  }

  .container-m {
    width: 100%;
    padding-top: 30vh;
    overflow: visible;
  }

  .container-m._2 {
    justify-content: center;
    align-items: center;
    padding-top: 238px;
    display: flex;
    position: relative;
  }

  .container-m._2.services {
    overflow: visible;
  }

  .container-m._2.services.mobile {
    flex-direction: column;
    align-items: center;
    padding-top: 5vh;
  }

  .container-m._2.lesspt {
    padding-top: 28vh;
  }

  .container-m.second {
    padding-top: 15vh;
  }

  .img-parent.hero-img {
    height: 520px;
    margin-top: 100px;
  }

  .img-child.img-1 {
    background-image: url('../images/thumbnail-orlando.jpg');
  }

  .img-child.img-17, .img-child.img-18, .img-child.img-19, .img-child.img-20, .img-child.img-21 {
    background-position: 0%;
  }

  .circle-parent-one {
    width: 10em;
    height: 10em;
    top: 20em;
    left: -1em;
  }

  .circle-parent-two {
    width: 8em;
    height: 8em;
    top: 20em;
    right: 1em;
  }

  .circle-parent-three {
    width: 6em;
    height: 6em;
    right: 2em;
  }

  .arrow-one {
    width: 3em;
  }

  .content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-2-col-right {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5rem;
    padding-bottom: 2vh;
  }

  .tab-btn-parent {
    overflow: auto;
  }

  .btn-txt.one, .btn-txt.two, .btn-txt.three {
    font-size: 1.6em;
  }

  .tab-panel {
    padding: 30px;
  }

  .tag.bg-yellow {
    margin-right: 1em;
    padding: 1.2em;
    font-size: 10px;
  }

  .list-img-parent {
    width: 60vw;
    height: 60vw;
    display: block;
  }

  .list-img-parent.top {
    z-index: 20;
  }

  .scroll-inner {
    width: 350vw;
  }

  .scroll-parent {
    width: 85vw;
  }

  .scroll-section-mouse {
    overflow: auto;
  }

  .inline.full {
    width: 100%;
  }

  .btn-txt-sm {
    white-space: nowrap;
    font-size: 1.2rem;
  }

  .btn-txt-sm.schedule {
    font-size: .7rem;
  }

  .btn-txt-sm-ap {
    font-size: .6rem;
    display: none;
  }

  .arrow-one-ap {
    width: 3em;
  }

  .main {
    padding-bottom: 100px;
  }

  ._3d-grand-child {
    width: 27em;
    height: 7em;
  }

  ._3d-grand-child.top {
    transform: rotateX(90deg)rotateY(0)rotateZ(0)translate3d(0, 8.5em, -3.5em);
  }

  ._3d-grand-child.bottom {
    transform: rotateX(-90deg)rotateY(0)rotateZ(0)translate3d(0, -8.5em, -3.5em);
  }

  ._3d-text {
    font-size: 55px;
  }

  ._3d-img-child {
    width: 26em;
    height: 26em;
  }

  .circle-inner-ap {
    height: 75%;
  }

  .tab-title {
    font-size: 7vw;
  }

  .section-wrapper {
    height: 80vh;
  }

  .click-card-parent {
    height: 48vh;
    margin-bottom: 0;
  }

  .click-card-child {
    width: 70vw;
    margin-left: -10px;
  }

  .enter-img-parent {
    margin-bottom: 60px;
  }

  .sticky {
    margin-bottom: 30px;
    position: relative;
    top: 0;
  }

  .btt.rel-m {
    margin-top: 40px;
    display: inline-block;
    position: relative;
  }

  .arrow-menu {
    width: 6%;
  }

  .parent-full {
    padding-left: 20px;
  }

  .about-parent {
    padding: 40px 20px;
  }

  .s-link {
    padding-top: 10px;
    padding-bottom: 8px;
  }

  .heading-xl {
    font-size: 12vw;
  }

  .num-txt-xl, .num-txt-xl-ap {
    font-size: 16em;
  }

  .bar-mid {
    height: 3em;
  }

  .sub-text {
    font-size: 11.5vw;
  }

  .hide-m {
    display: none;
  }

  .grid-child {
    height: 4000px;
  }

  .grid-full {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-bottom {
    bottom: 14px;
    left: 14px;
  }

  .div-top {
    top: 14px;
    left: 14px;
  }

  .heading-xsm-grid {
    font-size: 4vw;
  }

  .underline {
    margin-left: 6px;
  }

  .heading {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 3em;
    position: -webkit-sticky;
    position: sticky;
    top: 64%;
  }

  .heading.hide {
    display: none;
  }

  .heading.outside {
    font-size: 12vw;
    display: block;
    position: static;
    top: 30%;
  }

  .squad-member-img._1 {
    width: 100vw;
    top: 69%;
    left: 1%;
  }

  .squad-member-img._2 {
    z-index: 1;
    width: 100vw;
    bottom: 5%;
    left: -36%;
  }

  .squad-member-img._3 {
    width: 80vw;
    top: 65%;
    left: 42%;
  }

  .squad-member-img._4 {
    width: 100vw;
    top: 42%;
    bottom: auto;
    left: 32%;
  }

  .squad-member-img._6 {
    z-index: 2;
    height: 65vh;
    top: 58%;
    left: -81%;
  }

  .squad-member-img._6.genie {
    z-index: 0;
    width: 150vw;
    height: auto;
    top: 42%;
    left: -68%;
  }

  .squad-member-img._6.sarah {
    width: 200vw;
    top: 65%;
    left: -22%;
  }

  .squad-member-img._6.cloud {
    width: 120vw;
    top: 7%;
    left: -6%;
  }

  .squad-member-img._7 {
    width: 70vw;
    top: 0%;
  }

  .squad-member-img._8 {
    width: 60vw;
    right: 16%;
  }

  .squad-member-img._9 {
    width: 60vw;
    top: 2%;
    left: 55%;
  }

  .strong-woman-img {
    width: 40vw;
  }

  .floating-lottie {
    width: 160vw;
    margin-left: -32vw;
    position: -webkit-sticky;
    position: sticky;
    top: 10%;
    right: auto;
  }

  .floating-lottie.inside {
    display: none;
  }

  .floating-lottie.hide {
    display: block;
    position: static;
    top: 3%;
  }

  .section {
    height: 300vh;
  }

  .media-description {
    font-size: 1.2em;
  }

  .engagement-metric {
    padding-right: 0;
  }

  .engagement-metric.right {
    padding-left: 0;
  }

  .likes-num {
    font-size: 1.4rem;
  }

  .text-span-3 {
    font-size: 12vw;
  }

  .lottie-animation {
    width: 100%;
    top: 5%;
    bottom: auto;
    left: 37%;
  }

  .image {
    width: 50%;
  }

  .lottie-animation-3 {
    z-index: 0;
    justify-content: center;
    align-items: center;
    width: 200vw;
    height: auto;
    margin-top: 6vh;
    display: block;
    position: absolute;
    top: -12%;
    left: -49.3vw;
  }

  .div-block {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .mobile-div-only {
    grid-row-gap: 2rem;
    flex-direction: column;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 2vh;
  }
}

#w-node-a96451b6-8fe4-3598-5ab4-cb7ff6abd0c3-a2c8d70f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7aca7cf7-4a74-17b4-be79-101707c2c151-a2c8d70f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_62827ea5-2628-a009-2765-195cc42c0300-a2c8d70f {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-c5b88fed-04b8-f4bf-8deb-267082252754-a2c8d70f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1e8b5001-a302-f5a2-4854-22d48a108aba-a2c8d70f {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-fef716b8-63d3-6f0b-9d45-d02a6e6fb971-a2c8d70f {
  grid-area: 3 / 5 / 4 / 6;
}

#w-node-_0ef6f65d-aba5-3d04-9103-937ccbbf2427-a2c8d70f {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_5c1ec1ba-669a-ba3d-8466-cbfbcaf3b560-a2c8d70f {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_6418729a-c5e1-997b-48f0-3dd284993876-a2c8d70f {
  align-self: center;
}

#w-node-d6ad75ab-6290-ff21-e16f-01b87bc09444-a2c8d70f {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-d6ad75ab-6290-ff21-e16f-01b87bc09448-a2c8d70f {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-d6ad75ab-6290-ff21-e16f-01b87bc0944c-a2c8d70f {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_714a7b89-9da7-a311-78e6-c0da9e343b95-a2c8d70f {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-c432cccd-c400-f050-62e0-19a02d5d88ab-a2c8d70f {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_967b6e01-2cbe-d491-d8aa-73dc898eeef6-a2c8d70f {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-d23f7223-5ba1-12f2-5f7d-e364684e21b5-a2c8d70f {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-d23f7223-5ba1-12f2-5f7d-e364684e21b9-a2c8d70f {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-d23f7223-5ba1-12f2-5f7d-e364684e21bd-a2c8d70f {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_9bef0a3d-3db6-bf7b-231e-891d9a36f656-a2c8d70f {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_9bef0a3d-3db6-bf7b-231e-891d9a36f65a-a2c8d70f {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_9bef0a3d-3db6-bf7b-231e-891d9a36f65e-a2c8d70f {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-ddb4fa4e-b5a3-acd8-62d8-fd32909a1224-a2c8d714 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eaf4d96f-9de5-ef93-2b98-a3c9b9c95be1-a2c8d716, #w-node-_38b9fe8c-9bbd-cd20-bb55-8a9254772a3b-a2c8d716, #w-node-f7bb483d-b4a8-c85a-7c08-071b2fb0d667-a2c8d716, #w-node-b4c58e46-2105-2db6-fe03-7ebb7e953a6c-a2c8d716, #w-node-cc113da9-a38a-22c6-ca8a-f24e7ce91dc3-a2c8d716, #w-node-_7643d121-a53e-2745-e91d-560fa1a4a0f7-a2c8d716, #w-node-_194a9cd9-b855-8034-7f38-d65b3ce93a77-a2c8d716, #w-node-da662b15-b598-cc3c-7ee3-3edb1194d048-a2c8d716, #w-node-b31a7399-4a86-85c3-1024-99cc05ebab61-a2c8d716, #w-node-_9cf22b55-5756-0122-a690-a6a159a44820-a2c8d716, #w-node-_5fa7899c-a823-26fe-7f05-457169fcca70-a2c8d716, #w-node-b4650503-f987-fdbb-d0cf-60ab51393208-a2c8d716, #w-node-_6fa18a3d-a36f-af97-c753-9438b19b544e-a2c8d716, #w-node-f66c0d74-c590-d224-f626-20653b28d382-a2c8d716, #w-node-_4fc76adc-0b39-076c-d832-025c2b015be7-a2c8d716, #w-node-_429c7e72-0b0a-8928-ad13-e7023017cc54-a2c8d716, #w-node-e9b28674-c57d-0647-22ad-25154e2bced5-a2c8d716, #w-node-_883999c0-3dc9-ce76-95a5-c9ea63e58788-a2c8d716, #w-node-_1594a857-7377-aea9-84f3-0e7760f087d3-a2c8d716, #w-node-_3ecc22b4-6a88-2b9b-27f5-e5f412b916c6-a2c8d716, #w-node-_694bb439-88ce-d87b-c162-9cb0ea44a4b4-a2c8d716, #w-node-d11d8313-3b5b-6960-4737-4b55ddaa4c59-a2c8d716, #w-node-dd8b21d3-7af3-73d0-b5a9-5b22ff36df33-a2c8d716, #w-node-_5dd05584-e779-d62c-b7e3-a9d286658075-a2c8d716, #w-node-_88a4bd65-fc2d-c9a0-a063-b20e57cbfaba-a2c8d716, #w-node-_8f83859d-1226-58b1-23f2-2cdfa8c81b39-a2c8d716, #w-node-b09e5edf-da9b-f9ef-53ea-ec762a0b6214-a2c8d716, #w-node-_09ad9d84-c5df-d680-1c20-4abdba06b258-a2c8d716, #w-node-aba0e070-af73-0f41-8630-0c56ce93ba54-a2c8d716, #w-node-bf5bd6f9-5d68-31c4-3474-deb9f03a41f6-a2c8d716, #w-node-de2d6452-b81f-8bad-d672-2a0309886447-a2c8d716, #w-node-_9b4e9a6d-e7ae-387c-2fc0-e028fc534bef-a2c8d716, #w-node-_300d53ba-3a6a-da69-1836-cb74c7f5388b-a2c8d716, #w-node-_6785e47d-73f5-8b6a-96a8-66d6675d282c-a2c8d716, #w-node-a615ab5b-f1c6-1fbf-f6a1-18798f09ab11-a2c8d716 {
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_0ef6f65d-aba5-3d04-9103-937ccbbf2427-a2c8d70f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6418729a-c5e1-997b-48f0-3dd284993876-a2c8d70f {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_88a4bd65-fc2d-c9a0-a063-b20e57cbfaba-a2c8d716 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8f83859d-1226-58b1-23f2-2cdfa8c81b39-a2c8d716 {
    grid-area: 1 / 2 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0ef6f65d-aba5-3d04-9103-937ccbbf2427-a2c8d70f, #w-node-_5c1ec1ba-669a-ba3d-8466-cbfbcaf3b560-a2c8d70f, #w-node-_6418729a-c5e1-997b-48f0-3dd284993876-a2c8d70f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0ef6f65d-aba5-3d04-9103-937ccbbf2427-a2c8d70f, #w-node-_6418729a-c5e1-997b-48f0-3dd284993876-a2c8d70f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d6ad75ab-6290-ff21-e16f-01b87bc09448-a2c8d70f {
    justify-self: center;
  }

  #w-node-d6ad75ab-6290-ff21-e16f-01b87bc0944c-a2c8d70f {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_447626a4-4b20-9925-0e40-0ac1537cea3f-a2c8d713, #w-node-_8c9e06de-b4c1-2d70-7c55-df1198591c11-a2c8d713, #w-node-ddb4fa4e-b5a3-acd8-62d8-fd32909a1224-a2c8d714, #w-node-ddb4fa4e-b5a3-acd8-62d8-fd32909a1236-a2c8d714 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Helvetica Neue Bold';
  src: url('../fonts/HelveticaNeue-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Regular';
  src: url('../fonts/Helvetica-Neue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharpgroteskbook25';
  src: url('../fonts/SharpGroteskBook25.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue Roman';
  src: url('../fonts/HelveticaNeue-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}