:root {
  --black: black;
  --white: white;
  --dark-grey: #a8a8a8;
}

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@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 {
  background-color: var(--black);
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  border: 2px solid #fff;
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 10px 20px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 1.25rem;
  margin-bottom: .25rem;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}

p {
  margin-bottom: 1rem;
  padding: 10px 20px;
  font-size: 1.05rem;
  line-height: 1.6;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 1.05rem;
}

li {
  margin-bottom: .5rem;
  font-size: 1.05rem;
}

.heading-2 {
  letter-spacing: -2px;
  font-size: 5.5rem;
  line-height: 1.15;
}

.heading-2.text-weight-regular {
  margin-bottom: -40px;
  font-family: Playfair Display, sans-serif;
}

.heading-2.text-weight-semibold {
  text-align: center;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 4.5rem;
}

.container {
  width: 100%;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.container.navbar {
  max-width: 1200px;
}

.container.unwanted {
  display: none;
}

.padding-global {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

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

.text-box {
  max-width: 27rem;
}

.text-box.large {
  max-width: 60rem;
}

.hero-style-guide-content {
  grid-row-gap: 1.5rem;
  color: #f3f3f3;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-size-regular {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  padding: 0;
  font-size: .96rem;
  font-weight: 500;
  line-height: 1.5;
}

.text-size-regular.text-weight-bold.all-caps {
  color: var(--black);
  background-color: #fff;
  border-radius: 12px;
  padding: 1rem 2rem;
  transition: all .3s;
}

.text-size-regular.text-weight-bold.all-caps:hover {
  opacity: .85;
  transform: scale(1.04);
}

.text-size-regular.read-more {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .8rem;
}

.text-size-regular.footer-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: .8rem;
}

.hero-template {
  margin-top: 10vh;
}

.hero-style-guide-wrapper {
  background-image: url('../images/noise.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  width: 100%;
  margin-top: 1rem;
  padding: 12rem 3rem 3rem;
  overflow: hidden;
}

.button-text {
  flex-direction: column;
  display: flex;
  position: relative;
}

.text-size-tiny {
  font-size: .875rem;
}

.section-style-guide {
  margin-top: 5.75rem;
}

.style-guide-header {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 4.5rem;
  display: flex;
}

.text-size-medium {
  font-size: 1.5rem;
  font-weight: 300;
}

.text-size-medium.text-weight-medium.button-success {
  text-transform: none;
  font-size: 1.1rem;
}

.text-size-medium.error-text {
  color: #ec3c3c;
  text-align: center;
  font-size: 1.1rem;
}

.button {
  grid-row-gap: .25rem;
  background-color: var(--white);
  color: var(--black);
  border-radius: .6rem;
  flex-direction: column;
  align-items: center;
  width: 184.859px;
  height: 55.0391px;
  padding: 1rem 2rem;
  font-size: 1rem;
  text-decoration: none;
  transition: all .6s;
  display: flex;
  overflow: hidden;
}

.button:hover {
  color: var(--black);
  background-color: #e7e7e7;
  align-items: center;
  transform: scale(1.08);
}

.button.secondary {
  color: var(--white);
  background-color: #0000;
  border: 1.5px solid #4b4b4b;
}

.button.submit {
  text-transform: uppercase;
  align-items: center;
  font-weight: 700;
}

.button.hiring {
  border: 2px solid var(--white);
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: .4rem;
  height: auto;
  padding-top: .7rem;
  padding-bottom: .7rem;
  font-size: .9rem;
  font-weight: 600;
  transition-duration: .4s;
}

.button.hiring:hover {
  background-color: var(--black);
  color: var(--white);
  transform: scale(1.02);
}

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

.button-text-absolute {
  position: absolute;
  bottom: -2rem;
}

.heading-4 {
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 4.25rem;
  font-weight: 600;
  line-height: 1.15;
}

.heading-4.companies-section {
  margin-top: 6vh;
}

.class-name-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 6rem;
  display: flex;
}

.class-name-wrapper.margin-bottom-0 {
  margin-bottom: 0;
}

.color-palette-text {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.text-size-small {
  font-size: .875rem;
  font-weight: 300;
}

.text-size-small.all-caps.text-weight-medium.middle {
  letter-spacing: 4px;
  font-family: Playfair Display, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.text-size-small.all-caps.text-weight-medium.middle.bigger {
  font-size: 1.5rem;
}

.text-weight-light {
  font-weight: 300;
}

.text-size-xsmall {
  font-size: 1rem;
}

.text-size-xsmall.text-style-caps {
  text-transform: uppercase;
}

.style-gudie-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-gudie-content.grid {
  grid-column-gap: 3rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 2rem;
  display: grid;
}

.color-palette {
  border-radius: 1rem;
  width: 100%;
  height: 10rem;
}

.color-palette.black {
  background-color: var(--black);
  border: 1px solid #303030;
}

.color-palette.white {
  background-color: var(--white);
  border: 1px solid #bbb;
}

.color-palette-card {
  grid-row-gap: 2rem;
  border: 1px solid #5050504d;
  border-radius: 1rem;
  flex-direction: column;
  padding: .5rem .5rem 2rem;
  display: flex;
}

.text-size-huge {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.2;
}

.heading-1 {
  letter-spacing: -2px;
  font-size: 14vw;
  line-height: 1.05;
}

.heading-1.all-caps.text-weight-semibold {
  letter-spacing: 2px;
  font-family: Inter, sans-serif;
  font-size: 16vh;
}

.heading-1.all-caps.text-weight-semibold.hero {
  opacity: 1;
  color: #ebebeb;
  letter-spacing: 18px;
  mix-blend-mode: normal;
  font-family: Playfair Display, sans-serif;
  font-size: 16vh;
  font-weight: 500;
}

.heading-1.all-caps.about-hero {
  font-size: 10vw;
  display: inline;
}

.heading-1.text-weight-medium {
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
}

.text-weight-regular {
  font-weight: 400;
}

.text-weight-regular.text-size-xlarge {
  font-family: Playfair Display, sans-serif;
}

.text-weight-regular.heading-2.small {
  font-size: 4.7rem;
}

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

.typography-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 30rem;
  display: flex;
}

.style-guide-menu {
  grid-row-gap: 1.5rem;
  color: #121212;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-5 {
  font-size: 4vw;
  line-height: 1.3;
}

.heading-5.team-member {
  font-size: 2vw;
}

.text-size-xlarge {
  font-size: 2.8rem;
  line-height: 1.2;
}

.text-size-xlarge.text-weight-medium {
  border-style: none;
  margin-bottom: 0;
  padding: 0;
}

.text-size-xlarge.text-weight-medium.slider {
  min-height: auto;
}

.text-size-xlarge.line-height-150 {
  line-height: 1.5;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-medium.text-size-medium.blog {
  letter-spacing: 1px;
  font-family: Playfair Display, sans-serif;
  font-size: 3rem;
  font-weight: 400;
}

.style-guide-content {
  margin-bottom: 10rem;
}

.style-guide-menu-links {
  grid-row-gap: 1.5rem;
  opacity: .5;
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.style-guide-menu-links:hover, .style-guide-menu-links.w--current {
  opacity: 1;
}

.sticky-menu {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 4rem;
}

.heading-6 {
  font-size: 3.5vw;
  line-height: 1.2;
}

.heading-6.text-weight-medium {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Playfair Display, sans-serif;
  font-size: 2vw;
}

.heading-6.text-weight-medium.animated {
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.heading-6.text-weight-medium.opacity, .heading-6.text-weight-regular.opacity {
  opacity: .1;
}

.heading-6.text-weight-regular.animated {
  position: absolute;
  inset: 0%;
}

.text-size-large {
  font-size: 2.6rem;
  line-height: 1.5;
}

.text-size-large.slider-text {
  font-size: 1.9rem;
}

.text-size-large.text-weight-light {
  width: 1100px;
  padding-left: 0;
  padding-right: 0;
  font-size: 2rem;
}

.style-guide-menu-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
}

.heading-3 {
  letter-spacing: -2px;
  font-size: 4.5rem;
  line-height: 1.15;
}

.heading-3.text-weight-regular {
  text-transform: none;
  font-family: Playfair Display, sans-serif;
  font-size: 5rem;
}

.heading-3.text-weight-light.center {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.heading-3.text-weight-light.big-numbers {
  grid-column-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.style-tag {
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #ffffff4d;
  border-radius: 10rem;
  padding: .625rem 1.5rem;
  font-weight: 500;
}

.typography-content {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.style-guide-component {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  margin-bottom: 10rem;
}

.divider-line {
  background-color: #ffffff4d;
  height: 1px;
}

.home-about-component {
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40.1rem;
  margin-bottom: 6rem;
  display: flex;
}

.home-about-component.home-3 {
  grid-row-gap: 12vh;
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.home-about-component.small {
  margin-top: 24.4rem;
}

.home-about-component.margin-top {
  max-width: 110rem;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: difference;
  background-color: #0000;
  background-clip: border-box;
  margin-top: 1rem;
  position: absolute;
  inset: 0% 0% auto;
}

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

.nav-menu {
  white-space: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.nav-menu.mobile-top, .nav-menu.lol {
  display: flex;
}

.nav-brand {
  color: var(--white);
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  transition: color .4s, transform .4s;
  display: flex;
}

.nav-brand:hover {
  color: var(--dark-grey);
  transform: translate(0, -.2rem);
}

.nav-link {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 500;
  transition: color .4s, transform .4s;
}

.nav-link:hover {
  color: var(--dark-grey);
  transform: translate(0, -.3rem);
}

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

.nav-link.w--current:hover {
  transform: none;
}

.nav-link.mobile {
  display: none;
}

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

.all-caps.text-weight-bold.text-size-xhuge {
  font-size: 8rem;
  line-height: 1.1;
}

.all-caps.text-size-regular.hompage {
  letter-spacing: 2px;
}

.home-hero {
  background-image: url('../images/noise.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  position: relative;
  overflow: visible;
}

.home-hero.home-2 {
  min-height: 100dvh;
  overflow: hidden;
}

.home-hero.home-3 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  overflow: visible;
}

.home-hero-component {
  z-index: 8;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 50dvh;
  padding-top: 25vh;
  padding-bottom: 7vw;
  display: flex;
  position: relative;
}

.home-hero-component.home-3 {
  grid-row-gap: 0rem;
  filter: none;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(to top, #000, #000000a8 16%, #0000 41%), url('../images/iman-back.webp');
  background-position: 0 0, 50% 26%;
  background-size: auto, cover;
  background-clip: border-box;
  align-items: center;
  min-height: 93vh;
  padding-top: 8vh;
  padding-bottom: 5%;
}

.max-width-80ch {
  max-width: 80ch;
}

.max-width-80ch.center-align {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: -48px;
  display: flex;
}

.home-hero-images-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
  position: relative;
  inset: auto 0% -20%;
  overflow: visible;
}

.home-hero-images-wrap.home-2 {
  height: 40vh;
  position: absolute;
  bottom: -20vw;
  overflow: visible;
}

.home-hero-images-wrap.contact {
  margin-bottom: -6vw;
  position: absolute;
}

.home-hero-images {
  border-radius: .75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 27%;
  height: 40vh;
  min-height: 38rem;
  margin-left: -6%;
  margin-right: -6%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 6px 6px 15px #00000057;
}

.home-hero-images._01 {
  z-index: 7;
  transform: translate(0, 29%)rotate(-12.61deg);
}

.home-hero-images._01.home-2 {
  height: 50vh;
  transform: translate(0, 20%);
}

.home-hero-images._02 {
  z-index: 6;
  transition: none;
  transform: translate(0, 15%)rotate(-10.94deg);
}

.home-hero-images._02.home-2 {
  height: 50vh;
  transform: translate(0, 10%);
}

.home-hero-images._03 {
  z-index: 5;
  transform: translate(0, 5%)rotate(-5.53deg);
}

.home-hero-images._03.home-2 {
  height: 50vh;
  transform: translate(0, 1%);
}

.home-hero-images._04 {
  z-index: 4;
  transform: rotate(0);
}

.home-hero-images._04.home-2 {
  height: 50vh;
  transform: translate(0, -8%)rotate(0);
}

.home-hero-images._05 {
  z-index: 3;
  transform: translate(0, 5%)rotate(7deg);
}

.home-hero-images._05.home-2 {
  height: 50vh;
  transform: translate(0, 1%);
}

.home-hero-images._06 {
  z-index: 2;
  transform: translate(0, 15%)rotate(13deg);
}

.home-hero-images._06.home-2 {
  height: 50vh;
  transform: translate(0, 10%);
}

.home-hero-images._07 {
  z-index: 1;
  transform: translate(0, 29%)rotate(16deg);
}

.home-hero-images._07.home-2 {
  height: 50vh;
  transform: translate(0, 20%);
}

.image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 102%;
  max-width: none;
  height: 102%;
}

.image.large {
  height: 200%;
}

.image.top-align {
  object-position: 50% 0%;
}

.text-animation {
  position: relative;
}

.text-animation.center {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 160ch;
  display: flex;
}

.text-animation.center.large {
  max-width: 200ch;
}

.reveal-01 {
  display: inline;
}

.logos-section {
  width: 100%;
  overflow: hidden;
}

.ticker {
  grid-column-gap: 5.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 8rem;
  margin-bottom: 8rem;
  display: flex;
}

.logos-wrapper {
  grid-column-gap: 5rem;
  align-items: center;
  display: flex;
}

.logos-image {
  opacity: .3;
  filter: invert();
  width: 7rem;
  max-width: none;
  transition: opacity .3s;
}

.logos-image:hover {
  opacity: 1;
}

.projects {
  overflow: hidden;
}

.home-projects-component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 110rem;
  margin-top: 12rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-projects-component.vertical-magin {
  margin-top: 0;
  padding-top: 11vh;
  padding-bottom: 15vh;
}

.collection-list {
  grid-column-gap: 3rem;
  grid-row-gap: 10vh;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.projects-card {
  grid-row-gap: 1.5rem;
  color: var(--white);
  flex-direction: column;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.projects-card.small {
  align-items: flex-start;
}

.projects-card-image {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects-card-image.small {
  height: 47vh;
}

.project-cards-details {
  grid-row-gap: 4px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.project-cards-details.left-align {
  text-align: left;
  align-items: flex-start;
}

.opacity-80 {
  opacity: .8;
}

.cta-component {
  color: var(--white);
  background-color: #000;
  background-image: url('../images/noise.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 1.5rem;
  justify-content: space-between;
  max-width: 110rem;
  margin: 2rem auto;
  padding: 8rem 6rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: perspective(2000px);
}

.cta-component.more-text {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.cta-component.more-text.no-bottom-margin {
  margin-bottom: 0;
}

.cta-content {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 52%;
  display: flex;
}

.cta-content.slider {
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 3.5rem;
  padding-right: 2rem;
}

.cta-button {
  margin-top: 1.5rem;
}

.cta-card-wrapper {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 2rem;
  padding-left: 8vw;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.cta-card {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 40vw;
  min-width: 25vw;
  height: 100%;
  display: flex;
  overflow: hidden;
  box-shadow: 8px 8px 8px #0000004f;
}

.cta-card._02 {
  z-index: 3;
  position: relative;
  transform: rotate(10deg);
}

.cta-card._01 {
  z-index: 3;
  margin-right: -13.4rem;
  position: relative;
  transform: translate(0, 7rem)rotate(-4deg);
}

.testimonial-message {
  text-align: center;
  margin-bottom: 2rem;
}

.hidden {
  display: none;
}

.star-icon {
  width: 1.5rem;
  height: 1.5rem;
  transition: transform .4s cubic-bezier(.165, .84, .44, 1);
}

.star-icon:hover {
  transform: translate(0, -3px);
}

.testimonial-stars {
  grid-column-gap: .25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-slider {
  background-color: #0000;
  width: 100%;
  max-width: 83rem;
  height: auto;
  margin-top: 2rem;
}

.testimonial-component {
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 3rem;
  display: flex;
}

.testimonial-name {
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 1rem;
  width: 5rem;
  height: 5rem;
}

.testimonial-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.services-component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 110rem;
  margin: 4rem auto 9rem;
  display: grid;
}

.service-card {
  grid-row-gap: 2.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.service-image {
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-content {
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.footer {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  overflow: hidden;
}

.footer-email {
  grid-column-gap: 1.5rem;
  opacity: .5;
  color: #f4f4f4;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.footer-email:hover {
  grid-column-gap: 1.6rem;
  opacity: .6;
  transform: translate(0, -2px);
}

.footer-heading {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #f4f4f4;
  text-decoration: none;
  transition: transform .3s, opacity .2s;
}

.footer-link:hover {
  opacity: .5;
  transform: translate(0, -3px);
}

.footer-links-wrapper {
  grid-column-gap: 1rem;
  display: flex;
}

.footer-bottom {
  margin-top: 2rem;
}

.footer-bottom-wrapper {
  justify-content: space-between;
  margin-top: 4rem;
  display: flex;
}

.footer-content-wrapper {
  z-index: 3;
  position: relative;
}

.footer-button {
  margin-top: 3.25rem;
  display: flex;
}

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

.copy-icon {
  width: 1rem;
}

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

.footer-component {
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 4rem;
  position: relative;
}

.powered {
  z-index: 99;
}

.credits {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
  display: flex;
}

.credits-wrapper {
  color: #f3f3f3;
  text-decoration: none;
}

.opacity-50 {
  opacity: .5;
}

.card-component {
  background-color: var(--black);
  color: var(--white);
  background-image: url('../images/noise.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 1.5rem;
  justify-content: space-between;
  margin-top: 8rem;
  margin-bottom: 8rem;
  padding: 5rem 3.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-component.small {
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8.6rem;
  padding-bottom: 8.6rem;
}

.card-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 49%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.card-image-wrapper.slider {
  flex-direction: column;
  height: 100%;
  min-height: auto;
  overflow: hidden;
}

.display-none {
  display: none;
}

.slider {
  background-color: var(--black);
  background-image: url('../images/noise.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 1.5rem;
  min-height: 60vh;
  overflow: hidden;
}

.left-arrow {
  background-color: #0000003d;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4rem;
  margin-bottom: 4rem;
  margin-left: 3.5rem;
  display: flex;
  inset: auto auto 0% 0%;
}

.right-arrow {
  background-color: #0000003d;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4rem;
  margin-bottom: 4rem;
  margin-left: 9rem;
  display: flex;
  inset: auto auto 0% 0%;
}

.slider-heading {
  text-align: center;
  max-width: 90ch;
}

.slider-component {
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: center;
  max-width: 120rem;
  margin: 12rem auto;
  display: flex;
}

.slide-wrapper {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.home-projects-image-wrapper {
  z-index: 1;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.menu-arrow-icon {
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.project-arrow {
  z-index: 9;
  box-shadow: none;
  background-color: #fff;
  border-radius: 50%;
  padding: 1rem;
  position: absolute;
  inset: 2rem 2rem auto auto;
}

.projects-image {
  z-index: 3;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 101%;
  position: relative;
}

.project-info {
  z-index: 2;
  grid-row-gap: 1rem;
  color: #121212;
  background-color: #fff;
  border-radius: .5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 22rem;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.home-project {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  min-height: 70vh;
  max-height: 90vh;
  padding: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.project-bullet {
  background-color: #121212;
  border-radius: 50%;
  width: .6rem;
  height: .6rem;
  position: absolute;
  inset: .5rem .5rem auto auto;
}

.home-projects-heading {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.home-projects-heading.home-1 {
  text-align: center;
  max-width: 120ch;
  margin-bottom: 8rem;
  margin-left: auto;
  margin-right: auto;
}

.home-projects-heading.vertical {
  text-align: center;
  flex-direction: column;
  max-width: 110ch;
  margin-bottom: 8.4rem;
  margin-left: auto;
  margin-right: auto;
}

.home-projects-heading.home-2 {
  text-align: center;
  max-width: 120ch;
  margin-bottom: 8rem;
  margin-left: auto;
  margin-right: auto;
}

.mask-frame {
  z-index: 4;
  opacity: 0;
  background-color: #121212;
  border-radius: 0;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.home-projects-component-2 {
  grid-row-gap: 4rem;
  flex-direction: column;
  max-width: 120rem;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.home-projects-component-2.margin-top {
  padding-top: 25vh;
}

.home-projects-component-2.margin-top.hero {
  padding-top: 0;
}

.projects-home-list {
  grid-column-gap: 16px;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.projects-home-list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 70vh;
  display: flex;
  overflow: hidden;
}

.experience-component {
  grid-row-gap: 9.25rem;
  flex-direction: column;
  justify-content: center;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25vh;
  padding-bottom: 25vh;
  display: flex;
}

.experience-component.margin-small {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.experience-component.center-align {
  grid-row-gap: 5rem;
  text-align: center;
  align-items: center;
}

.experience-top {
  max-width: 110ch;
}

.experience-top.full-width {
  max-width: none;
}

.experience-middle {
  grid-column-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.experience-middle.right-align {
  justify-content: flex-end;
}

.experience-bottom {
  grid-column-gap: 8rem;
  align-items: flex-start;
  display: flex;
}

.experience-paragraph {
  opacity: .5;
  width: 70%;
}

.experience-paragraph.large {
  width: 65%;
}

.experience-card {
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.experience-card.center-align {
  align-items: center;
}

.animation-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding-bottom: 2rem;
  display: grid;
}

.animation-wrapper {
  height: 300vh;
}

.grid-image {
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.animation-wrap {
  width: 100%;
  height: 100dvh;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: sticky;
  top: 2rem;
  overflow: hidden;
}

.blog-component {
  grid-row-gap: 7.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 12rem;
  padding-bottom: 12rem;
  display: flex;
}

.blog-top {
  text-align: center;
  max-width: 80ch;
}

.blog-collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.blog-card {
  grid-row-gap: 1rem;
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: transform .4s, opacity .4s;
  display: flex;
}

.blog-card:hover {
  opacity: .8;
  transform: translate(0, -1rem);
}

.blog-card-image {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-card-content {
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-about-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 80%;
  max-width: 90rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.home-about-logos {
  filter: invert();
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-about-logo {
  width: 9.7rem;
}

.proof-component {
  grid-row-gap: 6rem;
  flex-direction: column;
  align-items: center;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10.9rem;
  padding-bottom: 10.9rem;
  display: flex;
}

.proof-component.small {
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.proof-component.margin-top {
  margin-top: 0;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.proof-component.margin-top.companies {
  grid-row-gap: 3rem;
}

.heading {
  text-align: center;
  max-width: 90ch;
}

.proof-grid {
  grid-column-gap: 5.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.proof-card {
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-projects-component-3 {
  flex-direction: column;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10rem;
  padding-bottom: 18rem;
  display: flex;
}

.home-projects-wrapper {
  grid-row-gap: 2rem;
  color: var(--white);
  flex-direction: column;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  position: relative;
}

.home-projects-wrapper:hover {
  grid-row-gap: 5rem;
}

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

.home-projects-content {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.home-projects-number {
  opacity: .8;
  padding: .625rem 1rem;
}

.home-project-name {
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.collection-item-2 {
  flex-direction: column;
  display: flex;
}

.collection-list-2 {
  grid-row-gap: 6rem;
  flex-direction: column;
  display: flex;
}

.home-projects-left-content {
  grid-column-gap: 1.5rem;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.arrow {
  width: 1.5rem;
  height: 1.5rem;
}

.home-projects-image {
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30vw;
  max-width: 35rem;
  height: 30vw;
  max-height: 35rem;
  display: flex;
  position: absolute;
  inset: -5.5vw 16% 0% auto;
  overflow: hidden;
  box-shadow: 10px 10px 10px 1px #0000004f;
}

.home-marquee {
  z-index: 10;
  grid-column-gap: 1vw;
  background-color: var(--black);
  background-image: none;
  background-size: auto;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  flex-direction: row;
  width: 100%;
  padding-top: 2.9rem;
  padding-bottom: 2.9rem;
  display: none;
  position: relative;
  overflow: hidden;
}

.home-marquee-wrapper {
  grid-column-gap: 1vw;
  flex-direction: row;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.home-marquee-image {
  border-radius: 1rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 30vw;
  display: flex;
  overflow: hidden;
}

.home-hero-content {
  z-index: 3;
  mix-blend-mode: difference;
  position: relative;
}

.home-grid-images-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  margin-bottom: 10vh;
  padding-left: 5.2rem;
  padding-right: 5.2rem;
  position: absolute;
  inset: 0%;
}

.home-grid-images {
  border-radius: 1.9rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 26vw;
  height: 26vw;
  display: flex;
  overflow: hidden;
  transform: rotate(0);
  box-shadow: 4px 7px 13px #0000005e;
}

.home-grid-images._01 {
  transform: translate(-2vw, 7vh)rotate(-10deg);
}

.home-grid-images._02 {
  transform: translate(0)rotate(0);
}

.home-grid-images._03 {
  transform: translate(1vw, 7vh)rotate(13deg);
}

.home-grid-images._04 {
  transform: translate(-7vw, 1vh)rotate(-12deg);
}

.home-grid-images._05 {
  transform: translate(-1vw, 10vh)rotate(-10deg);
}

.home-grid-images._06 {
  transform: translate(7vw, 12vh)rotate(13deg);
}

.home-grid-images._07 {
  z-index: -1;
  position: relative;
  transform: translate(10vw, -9vh)rotate(16deg);
}

.about-hero {
  position: relative;
}

.about-hero.relative {
  border-bottom-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
  overflow: hidden;
}

.about-hero.relative.about-2 {
  border-radius: 0;
  margin-bottom: 5rem;
}

.about-hero-component {
  margin-top: 20vh;
  margin-bottom: 6.8rem;
}

.about-hero-heading {
  position: relative;
}

.about-hero-subheading {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  width: 80%;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.world-lottie {
  width: 28vw;
  position: absolute;
  inset: auto 26.6vw -5.5vw auto;
}

.about-team-component {
  grid-row-gap: 5rem;
  flex-direction: column;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
}

.max-width-100ch {
  max-width: 100ch;
}

.collection-list-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-member-card {
  background-color: #000;
  background-image: url('../images/noise.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.team-member-image {
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 25vw;
  margin-top: .5rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-bottom-overlay {
  background-image: linear-gradient(to top, #030302de, #03030200);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.team-member-content {
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  margin: 1.5rem 1.5rem 2rem;
  display: flex;
}

.team-member-job {
  background-color: var(--black);
  color: #fffc;
  border-radius: 1rem;
  padding: .5rem 1rem;
  display: flex;
}

.main-wrapper {
  flex-direction: column;
  overflow: hidden;
}

.about-testimonial-component {
  grid-column-gap: 5rem;
  justify-content: space-between;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
}

.about-testimonial-left {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 70ch;
  display: flex;
}

.about-testimonial-right {
  align-items: flex-end;
  width: 60%;
  display: flex;
}

.testimonial-button {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  margin-top: 2.8rem;
  display: flex;
}

.max-width-70ch {
  max-width: 70ch;
}

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

.slider-left-arrow {
  background-color: #fff;
  border-radius: 1.5rem 0 0 1.5rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding-left: .5rem;
  display: flex;
  inset: auto 3rem 0% auto;
}

.about-testimonial-slide {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.quote {
  width: 1.5rem;
  height: 1.5rem;
}

.testimonial-slider-image {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  margin-top: .9rem;
  margin-bottom: .9rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-info {
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.testimonial-info-wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.about-testimonial-wrapper {
  background-color: var(--black);
  background-image: url('../images/noise.png');
  background-position: 50%;
  background-size: auto;
  border-radius: 2rem;
  max-width: 120rem;
  margin-bottom: 10.9rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
  overflow: hidden;
}

.slider-arrow {
  width: 1rem;
}

.slider-right-arrow {
  background-color: #fff;
  border-radius: 0 1.5rem 1.5rem 0;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding-right: .5rem;
  display: flex;
  inset: auto 0 0% auto;
}

.about-hero-component-2 {
  z-index: 6;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 100svh;
  padding-left: 8vw;
  display: flex;
  position: relative;
}

.about-button-wrapper {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-hero-background {
  z-index: 1;
  grid-column-gap: 1rem;
  opacity: .15;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 110%;
  height: 110%;
  display: flex;
  position: absolute;
  inset: -5% 0% 0% -5%;
}

.about-hero-image {
  border-radius: 1rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 33dvh;
  display: flex;
  overflow: hidden;
}

.noise-overlay {
  z-index: 4;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/noise.png');
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-images-left, .about-images-middle, .about-images-right {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.stackcomponent {
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: stretch;
  max-width: 120rem;
  margin: 12rem auto 10rem;
  display: flex;
}

.stack-heading {
  justify-content: space-between;
  align-items: center;
  margin-left: 6rem;
  display: flex;
  position: sticky;
  top: 5vh;
}

.process-image {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 101%;
  display: flex;
  position: relative;
}

.process-info {
  z-index: 2;
  color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 80ch;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-stack {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 60vh;
  padding: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card-stack.first {
  position: sticky;
  top: 16.2vh;
}

.card-stack.second {
  position: sticky;
  top: 24.4vh;
}

.card-stack.third {
  position: sticky;
  top: 32.4vh;
}

.card-stack.fourth {
  position: sticky;
  top: 34vh;
}

.card-stack-wrapper {
  grid-row-gap: 30vh;
  flex-direction: column;
  display: flex;
}

.about-hero-component-3 {
  grid-row-gap: 7rem;
  flex-direction: column;
  padding-top: 25vh;
  display: flex;
}

.text-size-xhuge {
  font-size: 12vw;
  line-height: 1;
}

.about-hero-top {
  max-width: 110ch;
}

.about-hero-top.full-width {
  max-width: none;
}

.about-hero-bottom {
  grid-column-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-hero-bottom.right-align {
  justify-content: flex-end;
}

.about-hero-paragraph {
  width: 60%;
}

.about-hero-image-component {
  border-radius: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 150vh;
  margin-top: 10rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-cards-components {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 110rem;
  margin: 15rem auto;
  display: grid;
}

.about-card-bottom {
  background-color: var(--black);
  color: var(--white);
  background-image: url('../images/noise.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 1.5rem;
  justify-content: space-between;
  padding: 8rem 6rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-card {
  background-color: var(--black);
  background-image: url('../images/bg-card-1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  min-height: 40vh;
  padding: 2.5rem;
  transition: opacity .4s;
  display: flex;
}

.about-card:hover {
  opacity: .55;
}

.about-card.second {
  background-image: url('../images/bg-card-2.jpg');
}

.about-card.third {
  background-image: url('../images/bg-card-3.jpg');
}

.noise-wrapper {
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  border-bottom-right-radius: 3rem;
  border-bottom-left-radius: 3rem;
  overflow: hidden;
}

.contact-hero-wrap {
  height: 100dvh;
  position: relative;
  overflow: hidden;
}

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

.contact-footer {
  opacity: .8;
  margin-top: 2rem;
}

.text-color-grey {
  color: #cdcdcd;
}

.contact-social-links {
  filter: invert();
  transition: transform .2s, opacity .2s;
}

.contact-social-links:hover {
  opacity: .6;
  transform: translate(0, -3px);
}

.text-field {
  background-color: var(--black);
  border: 1px solid #fff3;
  border-radius: .3rem;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 1rem;
  font-size: 1rem;
  transition: border-color .3s;
}

.text-field:hover, .text-field:focus {
  border-color: var(--white);
}

.contact-grid-component {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  max-width: 110rem;
  min-height: 100dvh;
  margin-bottom: 10rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20dvh;
}

.contact-social-icon {
  width: 1.3rem;
  height: 1.3rem;
}

.contact-form {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.contact-form.left-align {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
}

.contact-form.margin {
  max-width: 61rem;
  margin: 0 auto;
}

.contact-form.center-align {
  text-align: center;
  align-items: center;
  margin-bottom: 4rem;
}

.error-message {
  background-color: #ec3c3c00;
  border-radius: .7rem;
  margin-top: 0;
  padding: 1rem 1.1rem 1.5rem;
}

.success-message {
  text-align: center;
  background-color: #0b0b0b;
  border-radius: .6rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.contact-social-wrapper {
  grid-column-gap: 2rem;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.message-field {
  background-color: var(--black);
  border: 1px solid #fff3;
  border-radius: .3rem;
  min-height: 8rem;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
}

.message-field:hover, .message-field:focus {
  border-color: var(--white);
}

.contact-content-wrapepr {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.contact-images-wrapper {
  flex-direction: column;
  justify-content: space-between;
  margin-left: -6vw;
  padding-top: 12rem;
  padding-bottom: 10rem;
  display: flex;
  overflow: hidden;
}

.contact-images-wrapper.right {
  margin-left: 0;
}

.contact-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  padding-top: 15vh;
  padding-bottom: 10rem;
}

.contact-image {
  object-fit: cover;
  border-radius: 1rem;
  width: 22rem;
  max-width: none;
  height: 13rem;
}

.contact-image.right-top {
  position: relative;
  top: -7.4rem;
  right: -12.9vw;
}

.contact-image.bottom-right {
  position: relative;
  top: -6.3rem;
  right: -10.3vw;
}

.contact-image.bottom {
  margin-left: -3.8vw;
}

.contact-hero-section {
  position: relative;
}

.contact-hero-section.relative {
  overflow: hidden;
}

.contact-component {
  z-index: 6;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.email {
  grid-column-gap: 1.5rem;
  color: #f4f4f4;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.email:hover {
  grid-column-gap: 1.6rem;
  opacity: .6;
  transform: translate(0, -2px);
}

.projects-heading {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.projects-heading.max-width-100ch.vertical {
  flex-direction: column;
  max-width: 140ch;
  margin-bottom: 3.5rem;
}

.lottie {
  width: 32rem;
  height: 32rem;
  position: absolute;
  inset: -9rem -7.9rem 0% auto;
}

.lottie.static {
  margin-top: -10rem;
  margin-bottom: -7.7rem;
  position: static;
}

.next-project-line {
  opacity: .17;
  background-color: #6c6c6c;
  flex: 1;
  height: 1px;
  margin-top: .5rem;
}

.next-project {
  grid-row-gap: 2rem;
  flex-direction: column;
  margin-top: 8rem;
  display: flex;
}

.next-project-link {
  border-radius: .6rem;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  min-height: 35rem;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-info-2 {
  z-index: 2;
  grid-row-gap: 1.75rem;
  color: #121212;
  background-color: #fff;
  border-radius: .5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 20rem;
  padding: 1.5rem 1rem 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.project-collection-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.project-collection-list.horizontal {
  grid-template-columns: 1fr;
}

.project-collection-list._2-columns {
  flex-direction: column;
  justify-content: space-between;
}

.next-project-heading {
  grid-column-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-content-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 0;
  display: flex;
}

.about-the-project {
  grid-row-gap: .5rem;
  flex-direction: column;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.project-image {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.rich-text h2 {
  margin-bottom: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.rich-text p {
  margin-bottom: 1.3rem;
}

.rich-text h4 {
  margin-bottom: 1rem;
}

.rich-text h1 {
  margin-bottom: 2rem;
}

.rich-text h3 {
  margin-bottom: 1rem;
}

.project-image-wrapper {
  border-radius: .6rem;
  height: 70vh;
  overflow: hidden;
}

.projects-cms-heading {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 22vh;
  display: flex;
}

.size-full {
  flex: 1;
}

.projects-main-image {
  border-radius: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  margin-top: 6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects-info {
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.expertises-cms {
  grid-column-gap: 4rem;
  opacity: .8;
  font-weight: 300;
  display: flex;
}

.max-width-130ch {
  max-width: 130ch;
}

.blog-post-heading {
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 25vh;
  padding-bottom: 7.2rem;
  display: flex;
}

.blog-post-title {
  max-width: 130ch;
}

.blog-post-image {
  border-radius: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-post-heading-wrap {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.blog-post {
  max-width: 79rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 0;
}

.blog {
  overflow: hidden;
}

.style-guide-component-2 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  margin-bottom: 10rem;
}

.style-guide-component-2.margim-top {
  margin-top: 5.3rem;
}

.style-guide-text {
  font-size: 2.75rem;
  line-height: 1.55;
}

.license-component {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 6.2rem;
  margin-bottom: 7.7rem;
}

.license-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.license-images-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

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

.license-image-link {
  width: 100%;
  height: 10rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 39rem;
  display: flex;
}

.password {
  opacity: .37;
  filter: invert();
  width: 10rem;
  margin-left: auto;
  margin-right: auto;
}

.password-wrap {
  flex-direction: column;
  margin-top: 2.9rem;
  margin-bottom: 2.9rem;
  display: flex;
}

.symbol {
  filter: invert();
  width: 10rem;
}

.error-404 {
  margin-bottom: 0;
}

.max-width-50ch {
  max-width: 60ch;
}

.about-images-left-wrap, .about-images-middle-wrap, .about-images-right-wrap {
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.noise-transition {
  z-index: 1;
  background-image: linear-gradient(to top, var(--black), #0000 15%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  border-right: 1px solid #e7e7e7;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  place-content: end space-between;
  align-items: center;
  height: 100%;
  padding: 2.5rem 2.5rem 2rem;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.navbar-menu-lottie {
  width: 2rem;
  height: 2rem;
}

.margin-top {
  margin-top: 22vh;
}

.text-span-2 {
  padding-left: 7vw;
}

.home-card-grid {
  grid-column-gap: 1vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.home-card {
  background-color: #111;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.homapage-heading {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-2-homepage {
  letter-spacing: -2px;
  font-size: 5.5rem;
  line-height: 1.15;
}

.heading-2-homepage.text-weight-medium.all-caps {
  font-size: 6vw;
}

.homepage-button {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.homepage-header-marquee {
  grid-column-gap: 1rem;
  align-items: center;
  width: 30rem;
  display: flex;
  overflow: hidden;
}

.circle {
  background-color: var(--white);
  border-radius: 50%;
  flex: none;
  width: .5rem;
  height: .5rem;
}

.homepage-marquee-wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.no-wrap {
  white-space: nowrap;
}

.home-card-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 20rem;
  display: flex;
  overflow: hidden;
}

.home-card-content {
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding-left: 3.1rem;
  padding-right: 3.1rem;
  display: flex;
}

.badge {
  background-color: #333;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .5rem .8rem;
  display: flex;
}

.badge.black {
  grid-column-gap: .5rem;
  color: var(--white);
  background-color: #1a1a1a;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.badge-text {
  color: #1e5e73;
}

.badge-text.text-weight-semibold {
  color: var(--white);
}

.badge-text.text-weight-semibold.text-color-white {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.homepage-card-text {
  font-size: 2.45vw;
  font-weight: 600;
  line-height: 1.3;
}

.homepage-card-text.large {
  font-size: 2.5vw;
  line-height: 1.2;
}

.homepage-card-text.medium {
  padding-left: 1vw;
  padding-right: 1vw;
  font-size: 2.5vw;
}

.homepage-pages {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

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

.homepage-heading {
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
  display: flex;
}

.pages-card {
  border: 1px solid #000;
  border-radius: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  height: 60vh;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pages-card-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block {
  z-index: 1;
}

.pages-card-overlay {
  background-image: linear-gradient(#fff0, #000c);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.pages-card-badge {
  z-index: 3;
  background-color: var(--white);
  color: var(--black);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  padding: .5rem .8rem;
  display: flex;
  position: relative;
}

.pages-title {
  justify-content: center;
  align-items: center;
  margin-top: 8.2rem;
  margin-bottom: 2rem;
  display: flex;
}

.lottie-animation {
  opacity: .67;
  mix-blend-mode: normal;
  align-self: flex-start;
  width: 100px;
}

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

.lottie-file-middle {
  justify-content: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.full-width-centered-button {
  justify-content: center;
  width: 100%;
  display: flex;
}

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

.companies-logo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  width: 90%;
  margin-bottom: 20px;
  display: grid;
}

.companies-logo.bottom-2 {
  grid-template-columns: 1fr 1fr;
  width: 60%;
}

.company-logo {
  object-fit: contain;
  max-width: 75%;
}

.company-links {
  justify-content: center;
  display: flex;
}

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

.bold-text {
  font-family: Playfair Display, sans-serif;
  font-weight: 600;
}

.logo-angled {
  width: 300px;
  position: absolute;
  inset: 11% 15% 0% auto;
  transform: rotate(-15deg);
}

.logo-angled.long {
  width: 500px;
  top: 33%;
  right: 2%;
}

.logo-angled.long.iag {
  width: 360px;
  top: 18%;
  right: 7%;
}

.white-line {
  background-color: #fff;
  width: 1px;
  height: 20vh;
}

.break-line {
  justify-content: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.break-line.second {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.featured-block {
  margin-top: 10px;
}

.teacher-info {
  align-items: center;
  margin-bottom: 20px;
  display: none;
}

.heading-module {
  border-style: none;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 0;
}

.module-details {
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 40px;
  line-height: 140%;
}

.featured-item {
  color: #202146;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
  display: flex;
}

.featured-item:hover {
  outline-offset: 0px;
  color: #5c4ebd;
  background-color: #ffffff0a;
  border: 1px #fff;
  border-radius: 8px;
  outline: 2px solid #ffffff1a;
  transform: scale(1.06);
}

.container-14 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1110px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.module-1-card {
  outline-offset: -1px;
  border-radius: 20px;
  outline: 1px solid #ffffff12;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.stick-wrapper {
  position: sticky;
  top: 140px;
}

.module {
  padding-bottom: 40px;
  padding-left: 0;
}

.ipad-button {
  display: none;
}

.link-block-2 {
  outline-offset: -1px;
  color: #006fff;
  background-color: #1e2531;
  border: 2px #fff;
  border-radius: 16px;
  outline: 1px #ffffff1f;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  padding: 20px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
  display: flex;
}

.link-block-2:hover {
  color: #fff;
  background-color: #fff;
  background-image: none;
  transform: scale(1.03);
}

.link-block-2.agency-nav:hover {
  background-color: #006fff;
  background-image: linear-gradient(to right, #006fff, #408ff7);
}

.feature-image {
  outline-offset: -1px;
  border-radius: 8px;
  outline: 1px solid #fafafa1c;
  margin-right: 20px;
  box-shadow: 0 22px 34px #00000029;
}

.teacher-image {
  outline-offset: -2px;
  border: 1px #ffffffc4;
  border-radius: 9px;
  outline: 2px solid #ffffff36;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.testimonial-author {
  margin-bottom: 2px;
  font-size: 1rem;
}

.gradient-background {
  z-index: 2147483647;
  background-image: radial-gradient(circle at 50% 140%, #006eff, #040a15 87%);
  border-radius: 15px;
  position: sticky;
  top: 100px;
}

.blog-h2 {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 32px;
}

.blog-hero-image {
  outline-offset: -1px;
  border-radius: 15px;
  outline: 1px solid #ffffff14;
  margin-top: 30px;
  margin-bottom: 80px;
  position: relative;
  box-shadow: 0 22px 34px #0000000f;
}

.icon-course-select {
  color: #fff;
  margin: 0 0 2px 5.1641px;
  position: static;
  transform: rotate(-90deg);
}

.subscription {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  outline-offset: -1px;
  background-color: #ffffff08;
  border: 2px #ffffff21;
  border-radius: 15px;
  outline: 1px solid #ffffff1c;
  margin-bottom: 40px;
  padding: 100px 20px 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 14px #0000000f;
}

.content-right {
  position: sticky;
}

.text-block-71 {
  font-size: 1.1rem;
  font-weight: 400;
}

.blog-grid {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.title-small {
  color: #fff;
  margin-bottom: 4px;
  font-weight: 400;
}

.rich-text-block {
  color: #c7cbd1;
  padding-bottom: 20px;
}

.content-left_blog {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -20px;
  display: block;
}

.paragraph-detials-large {
  color: #b7bbc5;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 30px;
}

.blog-section-2 {
  padding: 40px 3% 0;
}

.image-16 {
  max-width: 80%;
  position: absolute;
  inset: 30px auto auto 20px;
}

.blog-h1 {
  margin-bottom: 20px;
  font-size: 2.2rem;
}

.title-large {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.iman-logo {
  color: var(--white);
  text-align: center;
  letter-spacing: 5px;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.link-block-3 {
  display: flex;
}

.link-block-3.w--current {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  text-decoration: none;
}

.logo-at-top {
  width: 200px;
}

.link-block-at-top.w--current {
  padding-top: 0;
  padding-bottom: 0;
}

.typeform-wrapper {
  min-width: 1000px;
  max-width: 1280px;
  margin-top: 3rem;
}

.button-2 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-navbar3-button {
  margin-left: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar3_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar3_menu-button {
  padding: 0;
}

.navbar3_dropdown-toggle {
  grid-column-gap: .5rem;
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar3_logo {
  max-width: 240px;
}

.navbar3_menu {
  justify-content: flex-start;
  align-items: center;
  margin-left: -1rem;
  display: flex;
  position: static;
}

.navbar3_logo-link-menu {
  padding-left: 0;
  display: none;
}

.navbar3_menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.navbar3_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  padding: 8px;
  position: absolute;
}

.navbar3_dropdown-link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  padding: .5rem 1rem;
}

.navbar3_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar3_logo-link {
  padding-left: 0;
}

.navbar3_menu-background {
  display: none;
  position: static;
}

.navbar3_link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
}

.navbar3_link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.hiring-navbar {
  border-bottom: 2px solid var(--white);
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar3_tablet-menu-button {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  background-color: #000;
  margin-left: 1rem;
  padding: .5rem 1.5rem;
  display: none;
}

.blog-post-header3_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.career07_icon-wrapper {
  flex: none;
  margin-right: .5rem;
}

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

.margin-bottom.margin-small {
  margin: 0 0 2rem;
}

.margin-bottom.margin-xhuge, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-huge, .margin-bottom.margin-custom3, .margin-bottom.margin-xsmall, .margin-bottom.margin-tiny, .margin-bottom.margin-custom1, .margin-bottom.margin-0, .margin-bottom.margin-custom2, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-xlarge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.blog-post-header3_social-link {
  cursor: pointer;
  background-color: #fcfcfd;
  border-radius: 20px;
  padding: .25rem;
  transition: transform .2s;
}

.blog-post-header3_social-link:hover {
  transform: scale(1.1);
}

.blog-post-header3_image {
  aspect-ratio: 3 / 2.5;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-post-header3_author-wrapper {
  align-items: center;
  margin-bottom: 2rem;
}

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

.hide {
  margin-right: 10px;
  display: none;
}

.blog-post-header {
  border-bottom: 2px solid var(--white);
  margin-top: 0;
}

.insight-post_share-link {
  color: #fff;
  background-color: #f8fafc;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  display: flex;
}

.blog-post-header3_image-wrapper {
  outline-offset: 0px;
  border: 1px solid #000;
  border-radius: 20px;
  outline: 3px #f8fafc30;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.insight-post_share-icon {
  color: #000;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
}

.blog-post-header3_title-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-direction: column;
  display: flex;
}

.text-weight-medium-2 {
  font-weight: 500;
}

.career07_job-details-wrapper {
  display: flex;
}

.breadcrumb-link {
  color: #f8fafc;
  text-decoration: none;
}

.breadcrumb-link.w--current {
  font-weight: 600;
}

.container-large {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

.blog-post-header3_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

.career07_detail-wrapper {
  color: var(--white);
  flex: 0 auto;
  align-items: center;
  margin-right: 1.5rem;
  transition: filter .2s;
  display: flex;
  overflow: visible;
}

.career07_detail-wrapper:hover {
  filter: grayscale(55%);
}

.career09_icon {
  color: #929292;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.hiring-post-info-button {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.padding-global-2 {
  padding-left: 7%;
  padding-right: 7%;
}

.blog-post-header3_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.blog-post-header3_component {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.icon-embed-xsmall {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.icon-height-custom1 {
  height: 1.25rem;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

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

.padding-xlarge {
  padding: 4rem;
}

.button-3 {
  transform: scale3d(1none, 1none, 1none);
  color: #202939;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #f8fafc;
  border: 1px solid #f8fafc;
  border-radius: .6rem;
  padding: .75rem 1.5rem;
  font-weight: 400;
  text-decoration: none;
}

.button-3.is-alternate {
  color: #f8fafc;
  background-color: #202939;
  border-color: #fff;
}

.button-3.is-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #f8fafc;
  background-color: #0000;
  border-style: none;
  align-items: center;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-3.is-link.is-alternate {
  color: #202939;
  background-color: #0000;
}

.button-3.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-3.is-link.is-blue {
  color: #155eef;
  background-color: #0000;
}

.button-3.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button-3.is-small {
  padding: .5rem 1.25rem;
}

.button-3.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button-3.is-tertiary {
  color: #f8fafc;
  background-color: #0000;
  border-color: #0000;
}

.button-3.is-secondary {
  color: #f8fafc;
  background-color: #0000;
}

.button-3.is-secondary.is-alternate {
  color: #202939;
  background-color: #0000;
  border-color: #202939;
}

.button-3.is-secondary.is-blue {
  color: #155eef;
  background-color: #0000;
  border-color: #155eef;
}

.button-3.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
}

.button-3.is-icon:hover {
  transform: scale(1.03);
}

.button-3.is-blue {
  color: #f8fafc;
  background-color: #155eef;
  border-color: #155eef;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.padding-0 {
  padding: 0;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.background-color-alternative {
  background-color: #4b5565;
}

.background-color-secondary {
  background-color: #fcfcfd;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

.margin-xlarge {
  margin: 4rem;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.padding-vertical, .padding-vertical.padding-tiny, .padding-vertical.padding-xhuge, .padding-vertical.padding-large, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-medium, .padding-vertical.padding-custom1, .padding-vertical.padding-xlarge, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxlarge, .padding-vertical.padding-xsmall, .padding-vertical.padding-custom3, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.text-weight-semibold-2 {
  font-weight: 600;
}

.rl-styleguide_color-sample-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: row;
}

.padding-xxlarge {
  padding: 5rem;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.padding-left, .padding-left.padding-xxlarge, .padding-left.padding-custom3, .padding-left.padding-xsmall, .padding-left.padding-small, .padding-left.padding-0, .padding-left.padding-custom1, .padding-left.padding-medium, .padding-left.padding-xhuge, .padding-left.padding-large, .padding-left.padding-xxsmall, .padding-left.padding-huge, .padding-left.padding-tiny, .padding-left.padding-xlarge, .padding-left.padding-xxhuge, .padding-left.padding-custom2 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.text-color-graymodern900 {
  color: #121926;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.margin-top-auto {
  margin-top: auto;
}

.rl-styleguide_heading {
  z-index: 4;
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.text-weight-light-2 {
  font-weight: 300;
}

.text-color-secondary {
  color: #202939;
}

.text-color-primary {
  color: #f8fafc;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.margin-xsmall {
  margin: 1rem;
}

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

.max-width-xlarge {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 64rem;
  display: flex;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.icon-height-large {
  height: 5rem;
}

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

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #202939;
  background-color: #fcfcfd;
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.text-rich-text {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  display: flex;
}

.margin-right, .margin-right.margin-custom2, .margin-right.margin-medium, .margin-right.margin-0, .margin-right.margin-small, .margin-right.margin-xxhuge, .margin-right.margin-xxlarge, .margin-right.margin-large, .margin-right.margin-xxsmall, .margin-right.margin-huge, .margin-right.margin-xhuge, .margin-right.margin-tiny, .margin-right.margin-custom3, .margin-right.margin-custom1, .margin-right.margin-xlarge, .margin-right.margin-xsmall {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.padding-small {
  padding: 1.5rem;
}

.text-color-bluedark500 {
  color: #2970ff;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.form_radio-icon {
  cursor: pointer;
  border: 1px solid #364152;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-styleguide_color-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #be4aa51a;
}

.pointer-events-none {
  pointer-events: none;
}

.link-wrapper-gradient {
  background-color: #fff;
  background-image: linear-gradient(135deg, #155eef, #00b7ff 50%, #155eef);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.icon-height-xsmall {
  height: 1.5rem;
}

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

.text-color-bluedark900 {
  color: #00359e;
}

.form_message-error {
  color: #b42318;
  background-color: #b42318;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.margin-vertical, .margin-vertical.margin-xxlarge, .margin-vertical.margin-0, .margin-vertical.margin-custom2, .margin-vertical.margin-xhuge, .margin-vertical.margin-medium, .margin-vertical.margin-custom3, .margin-vertical.margin-xxsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-large, .margin-vertical.margin-xsmall, .margin-vertical.margin-xxhuge, .margin-vertical.margin-small, .margin-vertical.margin-xlarge, .margin-vertical.margin-tiny, .margin-vertical.margin-huge {
  margin-left: 0;
  margin-right: 0;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-color-bluedark300 {
  color: #84adff;
}

.margin-tiny {
  margin: .25rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.form_radio-label {
  margin-bottom: 0;
}

.rl-styleguide_color {
  padding-bottom: 8rem;
}

.rl-styleguide_color.is-graymodern700 {
  background-color: #364152;
}

.rl-styleguide_color.is-graymodern50 {
  background-color: #f8fafc;
}

.rl-styleguide_color.is-graymodern100 {
  background-color: #eef2f6;
}

.rl-styleguide_color.is-graymodern200 {
  background-color: #e3e8ef;
}

.rl-styleguide_color.is-bluedark500 {
  background-color: #2970ff;
}

.rl-styleguide_color.is-bluedark50 {
  background-color: #eff4ff;
}

.rl-styleguide_color.is-graymodern900 {
  background-color: #121926;
}

.rl-styleguide_color.is-bluedark800 {
  background-color: #0040c1;
}

.rl-styleguide_color.is-graymodern300 {
  background-color: #cdd5df;
}

.rl-styleguide_color.is-bluedark400 {
  background-color: #528bff;
}

.rl-styleguide_color.cyan {
  color: #000;
  background-color: #00b7ff;
}

.rl-styleguide_color.is-bluedark700 {
  background-color: #004eeb;
}

.rl-styleguide_color.is-graymodern25 {
  background-color: #fcfcfd;
}

.rl-styleguide_color.is-graymodern600 {
  background-color: #4b5565;
}

.rl-styleguide_color.is-bluedark25 {
  background-color: #f5f8ff;
}

.rl-styleguide_color.is-bluedark200 {
  background-color: #b2ccff;
}

.rl-styleguide_color.is-bluedark600 {
  background-color: #155eef;
}

.rl-styleguide_color.is-graymodern800 {
  background-color: #202939;
}

.rl-styleguide_color.is-graymodern400 {
  background-color: #9aa4b2;
}

.rl-styleguide_color.is-graymodern500 {
  background-color: #697586;
}

.rl-styleguide_color.is-bluedark300 {
  background-color: #84adff;
}

.rl-styleguide_color.is-bluedark100 {
  background-color: #d1e0ff;
}

.rl-styleguide_color.is-bluedark900 {
  background-color: #00359e;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.text-style-muted {
  opacity: .6;
}

.background-color-black {
  background-color: #000;
}

.text-color-graymodern200 {
  color: #e3e8ef;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.padding-tiny {
  padding: .25rem;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #0000005c;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #00000026;
}

.text-weight-xbold {
  font-weight: 800;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #f8fafc;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.text-color-graymodern700 {
  color: #364152;
}

.text-style-quote {
  border-left: .1875rem solid #f8fafc;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(#202939, #202939);
  border-radius: .6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

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

.form_message-success-wrapper {
  padding: 0;
}

.text-color-bluedark700 {
  color: #004eeb;
}

.text-align-right {
  text-align: right;
}

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

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.margin-top-2, .margin-top-2.margin-xxhuge, .margin-top-2.margin-0, .margin-top-2.margin-medium, .margin-top-2.margin-custom1, .margin-top-2.margin-custom3, .margin-top-2.margin-xlarge, .margin-top-2.margin-large, .margin-top-2.margin-custom2, .margin-top-2.margin-xhuge, .margin-top-2.margin-small, .margin-top-2.margin-xsmall, .margin-top-2.margin-tiny, .margin-top-2.margin-xxsmall, .margin-top-2.margin-huge, .margin-top-2.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

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

.text-color-graymodern300 {
  color: #cdd5df;
}

.pointer-events-auto {
  pointer-events: auto;
}

.margin-xxhuge {
  margin: 10rem;
}

.text-color-graymodern400 {
  color: #9aa4b2;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.text-color-graymodern600 {
  color: #4b5565;
}

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

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.text-color-bluedark50 {
  color: #eff4ff;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.margin-0 {
  margin: 0;
}

.text-color-bluedark400 {
  color: #528bff;
}

.text-weight-bold-2 {
  font-weight: 700;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-size-regular-2 {
  font-size: 1rem;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.background-color-tertiary {
  background-color: #202939;
}

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

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.form_field-wrapper {
  position: relative;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.text-color-graymodern25 {
  color: #fcfcfd;
}

.text-size-small-2 {
  font-size: .875rem;
}

.margin-xhuge {
  margin: 7rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.padding-large {
  padding: 3rem;
}

.padding-horizontal, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-small, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-huge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-custom1, .padding-horizontal.padding-custom3, .padding-horizontal.padding-0, .padding-horizontal.padding-tiny, .padding-horizontal.padding-xlarge, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-custom2 {
  padding-top: 0;
  padding-bottom: 0;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.text-size-tiny-2 {
  font-size: .75rem;
}

.text-color-bluedark600 {
  color: #155eef;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #00000040, 0 2px 4px -2px #00000040;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.text-size-large-2 {
  font-size: 1.25rem;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-color-graymodern500 {
  color: #697586;
}

.text-color-graymodern800 {
  color: #202939;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.overflow-auto {
  overflow: auto;
}

.form_checkbox-icon {
  cursor: pointer;
  border: 1px solid #364152;
  border-radius: 4px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.text-color-graymodern100 {
  color: #eef2f6;
}

.text-color-bluedark100 {
  color: #d1e0ff;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

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

.rl-styleguide_nav-link {
  color: #fcfcfd;
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  color: #155eef;
  background-color: #fff;
}

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

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.style-guide-logo-top {
  max-width: 30%;
}

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

.text-weight-normal {
  font-weight: 400;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_button-list.background-color-black {
  background-color: #f8fafc;
}

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

.icon-height-xxsmall {
  height: 1rem;
}

.rl-styleguide_spacing-all {
  display: none;
}

.form_input {
  color: #f8fafc;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-select-input {
  background-image: none;
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.background-color-primary {
  background-color: #05070a;
}

.icon-height-small {
  height: 2rem;
}

.text-color-bluedark200 {
  color: #b2ccff;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.form_message-success {
  color: #00b7ff;
  background-color: #155eef;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.padding-bottom, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xsmall, .padding-bottom.padding-custom3, .padding-bottom.padding-xxlarge, .padding-bottom.padding-0, .padding-bottom.padding-medium, .padding-bottom.padding-tiny, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom1, .padding-bottom.padding-large, .padding-bottom.padding-xxhuge, .padding-bottom.padding-huge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.margin-xxsmall {
  margin: .5rem;
}

.heading-8 {
  font-variation-settings: "wdth" 90, "wght" 700;
  font-size: 4rem;
  line-height: 4.2rem;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.rl-styleguide_label-2 {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #dee3f4;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.text-style-link {
  color: #155eef;
  text-decoration: underline;
}

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

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-huge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-large, .margin-horizontal.margin-custom3, .margin-horizontal.margin-small, .margin-horizontal.margin-0, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-tiny, .margin-horizontal.margin-xxhuge, .margin-horizontal.margin-custom2, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-xxlarge {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-left, .margin-left.margin-xxhuge, .margin-left.margin-tiny, .margin-left.margin-custom1, .margin-left.margin-xsmall, .margin-left.margin-xxsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xhuge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-medium, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-custom2, .margin-left.margin-small {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.margin-large {
  margin: 3rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000004d;
}

.icon-height-medium {
  height: 3rem;
}

.margin-medium {
  margin: 2rem;
}

.overflow-scroll {
  overflow: scroll;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #0003, 0 8px 8px -4px #00000003;
}

.text-style-italic-2 {
  font-style: italic;
}

.padding-right, .padding-right.padding-xxlarge, .padding-right.padding-xlarge, .padding-right.padding-large, .padding-right.padding-huge, .padding-right.padding-xxsmall, .padding-right.padding-xxhuge, .padding-right.padding-0, .padding-right.padding-medium, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-tiny, .padding-right.padding-custom2, .padding-right.padding-xhuge, .padding-right.padding-custom3, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.text-color-bluedark25 {
  color: #f5f8ff;
}

.icon-embed-xsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.padding-medium {
  padding: 2rem;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.rl-styleguide_nav {
  z-index: 1000;
  background-color: #202939;
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-small {
  margin: 1.5rem;
}

.text-color-alternate {
  color: #9aa4b2;
}

.padding-top, .padding-top.padding-medium, .padding-top.padding-large, .padding-top.padding-xxlarge, .padding-top.padding-xhuge, .padding-top.padding-tiny, .padding-top.padding-custom1, .padding-top.padding-xxhuge, .padding-top.padding-xlarge, .padding-top.padding-custom2, .padding-top.padding-xxsmall, .padding-top.padding-xsmall, .padding-top.padding-custom3, .padding-top.padding-small, .padding-top.padding-huge, .padding-top.padding-0 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-color-bluedark800 {
  color: #0040c1;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000040, 0 4px 6px -2px #0000000d;
}

.text-color-graymodern50 {
  color: #f8fafc;
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

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

.content12_metatag-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.content29_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.content29_author-wrapper {
  align-items: center;
  display: flex;
}

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

.content29_content {
  margin-bottom: 4rem;
}

.content29_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.content29_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.content29_divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.content29_tag-item {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.content29_tag-item.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.content29_author-image-wrapper {
  margin-right: 1rem;
}

.content29_social-link {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  border-radius: 20px;
  padding: .25rem;
}

.content29_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.content29_tag-list-wrapper {
  width: 50%;
}

.content29_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.career-video-wrapper {
  border: 1px solid #f8fafc29;
  border-radius: 20px;
  width: 600px;
  height: 350px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  overflow: hidden;
}

.what-youll-do-mega {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-top: 1px solid #ffffff4d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.hiring-component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gradient-circle {
  opacity: 1;
  filter: blur(200px);
  background-color: #006fff;
  border-radius: 1000%;
  width: 80%;
  height: 300px;
  position: absolute;
}

.gradient-circle.top {
  z-index: 1;
  filter: blur(150px);
  background-color: #006fff;
  inset: -50% 0% auto 6%;
  overflow: visible;
}

.hiring-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  margin-bottom: 4rem;
  display: flex;
}

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

.container-large-3 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.apply-now-gradient-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.icon-embed-custom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .6875rem;
  height: .6875rem;
  display: flex;
}

.what-youll-do-list {
  margin-top: -3rem;
  margin-bottom: 2rem;
}

.what-youll-do-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid #ffffff4d;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.title-subheadline-blue {
  color: #777;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 600;
}

.background-video {
  height: 100%;
}

.content31_apply-now {
  border: 2px solid var(--white);
  color: var(--black);
  padding: 2rem;
  position: sticky;
  top: 8rem;
}

.subheadline {
  border-style: solid solid none;
  border-width: 2px;
  border-color: var(--white);
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.subheadline.requirements {
  border-style: none;
  margin-top: 0;
}

.requirements-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  display: grid;
}

.requirements-wrapper {
  border: 2px solid var(--white);
}

.requirement {
  border-left-style: none;
  border-right-style: none;
}

.list {
  margin-top: 1rem;
}

.rich-text-double-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rich-text-image {
  border: 2px solid var(--white);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-wrapper {
  border-radius: 15px;
  margin-top: 1.25rem;
}

.image-wrapper.no-margin {
  margin-top: 0;
}

.monday-form-wrapper.align-center {
  background-image: linear-gradient(#000000c4, #000000c4);
  background-position: 0 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.larger-text {
  font-size: 2.2rem;
}

.margin-on-top {
  margin-top: 2rem;
}

.monday-button {
  background-color: var(--white);
  color: var(--black);
  padding: 12px 35px;
  font-size: 1.2rem;
  font-weight: 500;
}

@media screen and (min-width: 1440px) {
  .container.navbar {
    max-width: 1200px;
  }

  .text-size-medium {
    text-align: center;
    font-size: 1.1rem;
  }

  .text-size-medium.text-weight-regular {
    font-size: 1.2rem;
    font-weight: 500;
  }

  .text-size-small.all-caps.text-weight-medium.middle {
    font-size: 1.2rem;
  }

  .heading-1.all-caps.text-weight-semibold.hero {
    font-size: 14vh;
  }

  .home-about-component.small {
    margin-top: 16.8rem;
  }

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

  .home-hero-component {
    padding-top: 19vh;
  }

  .home-hero-component.home-3 {
    background-image: linear-gradient(to top, #000, #000000a8 16%, #0000 41%), url('../images/iman-back.webp');
    background-position: 0 0, 50% 32%;
  }

  .max-width-80ch.center-align {
    max-width: 1100px;
    margin-top: -100px;
    font-size: .9rem;
  }

  .home-hero-images-wrap.home-2 {
    bottom: -10.4vw;
  }

  .contact-social-links:hover {
    opacity: .6;
    transform: translate(0, -3px);
  }

  .contact-social-icon {
    width: 1.5rem;
    height: 1.4rem;
  }

  .contact-form.margin {
    max-width: 50rem;
  }

  .contact-form.margin.homepage-simple {
    margin-top: 4rem;
  }

  .contact-form.center-align {
    margin-bottom: 2rem;
  }

  .error-message {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .success-message {
    background-color: #141414;
  }

  .homepage-card-text {
    font-size: 2.5vw;
  }

  .companies-logo {
    opacity: .9;
    width: 80%;
  }

  .companies-logo.bottom-2 {
    width: 50%;
  }

  .company-logo {
    object-fit: contain;
  }

  .company-links {
    height: 90px;
  }

  .module-1-card {
    outline-offset: -4px;
    outline: 4px solid #ffffff1a;
  }

  .feature-image {
    outline-offset: -2px;
    outline: 2px solid #ffffff26;
  }
}

@media screen and (min-width: 1920px) {
  .stick-wrapper {
    top: 140px;
  }
}

@media screen and (max-width: 991px) {
  .heading-2 {
    font-size: 3.2rem;
  }

  .heading-2.text-weight-semibold {
    text-align: center;
  }

  .container.navbar {
    mix-blend-mode: normal;
    justify-content: space-between;
    max-width: 90vw;
    display: flex;
  }

  .hero-template {
    margin-top: 4vh;
  }

  .section-style-guide {
    margin-top: 4rem;
  }

  .button {
    text-align: center;
  }

  .heading-4.text-weight-medium.homepage {
    font-size: 3rem;
  }

  .text-size-small.all-caps.text-weight-medium {
    font-size: 1rem;
  }

  .text-size-small.all-caps.text-weight-medium.middle {
    color: var(--black);
    font-size: 1.2rem;
  }

  .text-size-small.all-caps.text-weight-medium.middle.bottom {
    color: var(--white);
  }

  .style-gudie-content.grid {
    grid-column-gap: 1rem;
  }

  .text-size-huge {
    font-size: 2.3rem;
  }

  .heading-1 {
    font-size: 6rem;
    line-height: 1.15;
  }

  .heading-1.all-caps.text-weight-semibold {
    font-size: 16vw;
  }

  .heading-1.all-caps.text-weight-semibold.hero {
    font-size: 8vh;
  }

  .heading-5 {
    font-size: 3rem;
  }

  .heading-5.team-member {
    font-size: 2rem;
  }

  .text-size-xlarge, .heading-6 {
    font-size: 2.5rem;
  }

  .heading-6.text-weight-medium {
    font-size: 3vw;
  }

  .text-size-large {
    font-size: 2.3rem;
    line-height: 1.4;
  }

  .heading-3 {
    font-size: 3.5rem;
  }

  .style-guide-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .home-about-component {
    margin-top: 20rem;
  }

  .home-about-component.home-3 {
    grid-row-gap: 3.25rem;
    margin-top: 2.9rem;
    margin-bottom: 2.9rem;
  }

  .home-about-component.margin-top {
    margin-top: 1.7rem;
  }

  .navbar {
    z-index: 999999;
    mix-blend-mode: normal;
    background-color: #0000;
    position: relative;
  }

  .navbar-component {
    opacity: 1;
    flex-direction: row;
    flex: 1;
    grid-template-columns: 1fr;
    justify-content: space-between;
    justify-items: start;
    display: flex;
    position: relative;
  }

  .nav-menu {
    opacity: 1;
    background-color: #1b1b1b;
    border-radius: 1.1rem;
    margin-top: 1rem;
    position: absolute;
  }

  .nav-menu.mobile-top {
    display: none;
  }

  .nav-brand {
    flex: 1;
    justify-content: flex-start;
  }

  .nav-link {
    text-align: left;
    text-transform: none;
    border-bottom: 1px solid #303030;
    padding: 1.3rem 1.9rem;
    font-size: 1.5rem;
    font-weight: 400;
  }

  .nav-link.last {
    border-bottom: 0 #42424200;
  }

  .nav-link.mobile {
    opacity: 1;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-family: Playfair Display, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    transition: color .4s, transform .4s;
    display: block;
  }

  .all-caps.text-weight-bold.text-size-xhuge {
    font-size: 6rem;
  }

  .home-hero-component.home-3 {
    background-image: linear-gradient(to top, #000, #000000a8 16%, #0000 41%), url('../images/iman-back.webp');
    background-position: 0 0, 50% 26%;
    background-size: auto, 1300px;
  }

  .home-hero-images {
    min-width: 44%;
    height: 40vh;
    min-height: auto;
  }

  .ticker {
    margin-top: 5.1rem;
    margin-bottom: 5.1rem;
  }

  .home-projects-component.vertical-magin {
    padding-top: 3vh;
    padding-bottom: 0;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .cta-component {
    background-color: #151515;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    margin-top: 2.3rem;
    margin-bottom: 2.3rem;
    padding: 4.8rem 0 0;
  }

  .cta-component.more-text {
    padding-bottom: 0;
  }

  .cta-component.more-text.no-bottom-margin {
    padding-top: 2rem;
  }

  .cta-content {
    text-align: center;
    align-items: stretch;
    width: 100%;
    margin-top: 17px;
    padding: 0 3.1rem 45px;
  }

  .cta-content.slider {
    padding-bottom: 9.4rem;
  }

  .cta-content.gadzhi {
    margin-top: -19px;
  }

  .cta-content.iag {
    margin-top: 26px;
  }

  .cta-content.circle-logo {
    margin-top: 60px;
  }

  .cta-card-wrapper {
    width: 100%;
    margin-bottom: 136px;
    padding-top: 0%;
    padding-left: 0;
    position: relative;
  }

  .cta-card._02, .cta-card._01 {
    width: 70%;
  }

  .testimonial-component {
    grid-row-gap: 2rem;
    padding-bottom: 5rem;
  }

  .services-component {
    grid-template-columns: 1fr;
  }

  .footer-link {
    align-self: center;
  }

  .footer-component {
    padding-top: 2rem;
  }

  .card-component.small {
    flex-direction: column;
    padding: 4.4rem 0 0;
  }

  .card-image-wrapper {
    width: 100%;
    margin-top: 3rem;
    position: relative;
  }

  .card-image-wrapper.slider {
    width: 100%;
    height: 32rem;
    margin-bottom: -1.5rem;
    position: relative;
  }

  .slider {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .left-arrow {
    background-color: var(--black);
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 32.3rem -5.1rem;
  }

  .right-arrow {
    background-color: var(--black);
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    bottom: 32.2rem;
    left: 0%;
    right: -5.3rem;
  }

  .slider-component {
    margin-bottom: 0;
  }

  .slide {
    height: auto;
  }

  .slide-wrapper {
    flex-direction: column;
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .home-project {
    min-height: auto;
    max-height: none;
  }

  .home-projects-heading.vertical {
    margin-bottom: 4rem;
  }

  .home-projects-component-2 {
    grid-row-gap: 2rem;
    padding-top: 3.5rem;
  }

  .home-projects-component-2.margin-top {
    padding-top: 7vh;
  }

  .projects-home-list {
    grid-row-gap: 1rem;
  }

  .projects-home-list-item {
    height: 60vh;
    min-height: auto;
    max-height: none;
  }

  .experience-component.margin-small {
    grid-row-gap: 4rem;
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }

  .experience-component.center-align {
    padding-top: 8.3rem;
    padding-bottom: 8.3rem;
  }

  .experience-top {
    max-width: 100%;
  }

  .experience-paragraph, .experience-paragraph.large {
    width: 100%;
  }

  .blog-collection-list {
    grid-template-columns: 1fr;
  }

  .proof-component.small {
    padding-top: 4.5rem;
    padding-bottom: 8rem;
  }

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

  .home-projects-component-3 {
    padding-bottom: 0;
  }

  .home-projects-wrapper {
    transition: none;
  }

  .home-projects-wrapper:hover {
    grid-row-gap: 2rem;
  }

  .home-projects-line {
    order: 3;
  }

  .home-projects-left-content {
    max-width: 90%;
  }

  .home-projects-arrow {
    justify-content: flex-end;
    width: 10%;
    display: flex;
  }

  .home-projects-image {
    order: 2;
    position: relative;
  }

  .home-projects-image.home-3 {
    width: 100%;
    max-width: none;
    height: 40vh;
    max-height: none;
    top: 0;
    right: 0%;
  }

  .home-marquee-image {
    width: 27rem;
    height: 29rem;
  }

  .about-hero-component {
    margin-top: 5.9rem;
  }

  .about-hero-subheading {
    width: 100%;
  }

  .world-lottie {
    right: 27.5vw;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .team-member-image {
    height: 50vh;
  }

  .main-wrapper {
    margin-top: -5.8rem;
  }

  .about-testimonial-component {
    grid-row-gap: 5rem;
    flex-direction: column;
    padding-top: 3rem;
    padding-bottom: 5rem;
  }

  .about-testimonial-left {
    width: 100%;
  }

  .about-testimonial-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .about-hero-component-2 {
    padding-left: 0;
  }

  .about-hero-background {
    width: 130%;
    left: -15%;
  }

  .about-hero-image {
    height: 33dvh;
    min-height: auto;
    overflow: hidden;
  }

  .about-images-left {
    flex-direction: column;
    align-items: center;
    width: 33%;
  }

  .about-images-middle, .about-images-right {
    width: 33%;
  }

  .stackcomponent {
    margin-top: 6.8rem;
  }

  .stack-heading {
    margin-left: 0;
  }

  .about-hero-component-3 {
    grid-row-gap: 2rem;
    padding-top: 18vh;
  }

  .text-size-xhuge {
    font-size: 5rem;
  }

  .text-size-xhuge.hero {
    font-size: 17vw;
  }

  .about-hero-paragraph {
    width: 100%;
  }

  .about-hero-image-component {
    margin-top: 5.2rem;
  }

  .about-cards-components {
    grid-template-columns: 1fr;
    margin-top: 5.7rem;
    margin-bottom: 2.8rem;
  }

  .about-card-bottom {
    flex-direction: column;
    padding-top: 3.2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .about-card {
    grid-row-gap: 5rem;
    min-height: auto;
  }

  .contact-footer {
    margin-top: 3rem;
  }

  .contact-grid-component {
    padding-top: 8dvh;
  }

  .contact-content-wrapepr {
    margin-bottom: 0;
  }

  .contact-images-wrapper {
    margin-left: -33vw;
  }

  .contact-grid {
    padding-top: 2vh;
  }

  .projects-heading.max-width-100ch.vertical {
    margin-bottom: .2rem;
  }

  .lottie.mobile {
    display: none;
  }

  .project-content-wrapper {
    width: 100%;
  }

  .projects-cms-heading {
    padding-top: 8vh;
  }

  .projects-main-image {
    margin-top: 3.8rem;
  }

  .blog-post-heading {
    padding-top: 9vh;
  }

  .style-guide-component-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .style-guide-text {
    font-size: 2rem;
  }

  .license-component {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-top: 5.3rem;
    margin-bottom: 6rem;
  }

  .license-images-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .about-images-left-wrap, .about-images-middle-wrap, .about-images-right-wrap {
    width: 100%;
  }

  .navbar-link {
    border-bottom: 1px solid #d2d2cf;
    min-height: 30vh;
  }

  .navbar-menu-lottie {
    filter: none;
  }

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

  .mask {
    height: auto;
  }

  .margin-top {
    margin-top: 9vh;
  }

  .home-card-grid {
    grid-template-columns: 1fr;
  }

  .heading-2-homepage {
    font-size: 3.2rem;
  }

  .heading-2-homepage.text-weight-medium.all-caps {
    font-size: 4.4rem;
  }

  .no-wrap {
    white-space: nowrap;
  }

  .homepage-card-text, .homepage-card-text.large {
    font-size: 4rem;
  }

  .homepage-card-text.medium {
    font-size: 3.9rem;
  }

  .homepage-pages {
    padding-top: 3.7rem;
  }

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

  .companies-logo {
    grid-template-rows: auto;
  }

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

  .logo-angled {
    width: 180px;
    top: 0%;
    right: auto;
    transform: none;
  }

  .logo-angled.long {
    width: 400px;
    right: auto;
  }

  .logo-angled.long.iag {
    width: 240px;
    right: auto;
    transform: none;
  }

  .teacher-info {
    justify-content: center;
  }

  .featured-item {
    flex-wrap: wrap;
  }

  .stick-wrapper {
    position: static;
  }

  .ipad-button {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .link-block-2.agency-nav.ipad {
    width: 50%;
    margin-top: 0;
  }

  .feature-image {
    margin-bottom: 10px;
  }

  .gradient-background {
    display: none;
    position: static;
  }

  .featured-articles {
    display: none;
  }

  .blog-grid {
    grid-column-gap: 22px;
    grid-template-columns: 1fr;
  }

  .content-left_blog {
    margin-top: -45px;
  }

  .blog-section-2 {
    padding-bottom: 60px;
  }

  .typeform-wrapper {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar3_container {
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navbar3_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

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

  .menu-icon3_line-middle {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar3_dropdown-toggle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    position: relative;
  }

  .menu-icon3_line-bottom {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar3_menu {
    z-index: 1;
    background-color: var(--\<unknown\|relume-variable-background-color-1\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-right: 1px solid #000;
    flex-direction: column;
    justify-content: center;
    width: 80vw;
    height: 100dvh;
    margin-left: 0;
    padding-bottom: 6.5rem;
    padding-left: 5vw;
    padding-right: 5vw;
    transition: height .5s;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
    overflow: auto;
  }

  .navbar3_logo-link-menu {
    float: none;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    display: flex;
    position: static;
  }

  .menu-icon3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar3_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: block;
    position: relative;
  }

  .navbar3_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar3_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar3_dropdown-link {
    padding: .75rem 0 .75rem 5%;
  }

  .navbar3_menu-background {
    z-index: 0;
    background-color: #00000080;
    width: 100vw;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .navbar3_link {
    padding: .75rem 0;
    font-size: 1.125rem;
    position: static;
  }

  .menu-icon3_line-top {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar3_tablet-menu-button {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

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

  .margin-bottom.margin-small {
    margin-bottom: 1.5rem;
  }

  .blog-post-header3_image {
    aspect-ratio: 2;
  }

  .blog-post-header {
    margin-top: 1rem;
  }

  .blog-post-header3_title-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .blog-post-header3_breadcrumb {
    margin-bottom: 1rem;
  }

  .blog-post-header3_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .button-3.is-icon.max-width-small.hide-tablet {
    display: none;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

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

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

  .spacer-huge {
    padding-top: 5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

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

  .margin-xxhuge {
    margin: 7.5rem;
  }

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

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

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

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

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

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

  .content29_content {
    margin-bottom: 3rem;
  }

  .career-video-wrapper {
    width: 90%;
    height: 300px;
  }

  .hiring-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .gradient-circle.top {
    display: block;
    overflow: visible;
  }

  .hiring-container {
    margin-bottom: -3rem;
  }

  .content31_apply-now {
    position: relative;
    top: 0;
  }

  .requirements-container {
    grid-template-columns: 1fr 1fr;
  }

  .rich-text-double-wrapper {
    grid-column-gap: 1.5rem;
    grid-template-columns: 1fr .75fr;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 3rem;
  }

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

  .hero-template {
    margin-top: 8vh;
  }

  .hero-style-guide-wrapper {
    padding-top: 8rem;
  }

  .style-guide-header {
    font-size: .875rem;
  }

  .text-size-medium {
    font-size: 1.2rem;
  }

  .heading-4 {
    font-size: 3.5rem;
  }

  .heading-4.text-weight-medium.homepage {
    font-size: 2rem;
    line-height: 1.3;
  }

  .style-gudie-content.grid {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .text-size-huge {
    font-size: 2rem;
    line-height: 1.3;
  }

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

  .heading-1.all-caps.about-hero {
    font-size: 11vw;
  }

  .text-weight-regular.heading-2.small {
    font-size: 3.7rem;
  }

  .style-guide-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-5 {
    font-size: 2.5rem;
    line-height: 1.15;
  }

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

  .heading-6 {
    line-height: 1.3;
  }

  .text-size-large {
    font-size: 1.5rem;
  }

  .style-guide-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .home-about-component.small {
    margin-top: 24.1rem;
  }

  .home-about-component.margin-top {
    margin-top: 1rem;
  }

  .all-caps.text-weight-bold.text-size-xhuge {
    font-size: 3rem;
  }

  .home-hero-images-wrap.contact {
    position: relative;
  }

  .cta-content {
    margin-top: 15px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .testimonial-component {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .credits {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 2rem;
  }

  .card-image-wrapper.slider {
    margin-bottom: -3.6rem;
  }

  .left-arrow {
    left: -4.3rem;
  }

  .right-arrow {
    right: -7.3rem;
  }

  .project-arrow {
    display: none;
  }

  .project-info {
    grid-row-gap: 1.25rem;
    text-align: left;
    padding-bottom: 1.5rem;
  }

  .home-projects-heading.home-2 {
    margin-bottom: 4.3rem;
  }

  .mask-frame {
    inset: 0%;
  }

  .home-projects-component-2.margin-top {
    padding-bottom: 0;
  }

  .projects-home-list-item {
    min-height: 20rem;
  }

  .experience-component.center-align {
    grid-row-gap: 3rem;
  }

  .experience-bottom {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blog-component {
    grid-row-gap: 3rem;
    padding-top: 4.3rem;
    padding-bottom: 5.3rem;
  }

  .about-hero-subheading {
    margin-top: 3.2rem;
  }

  .world-lottie {
    bottom: -4.8vw;
    left: 2.6vw;
    right: auto;
  }

  .about-testimonial-right, .slider-testimonial {
    width: 100%;
  }

  .stackcomponent {
    grid-row-gap: 2rem;
  }

  .process-info {
    grid-row-gap: 1.25rem;
    text-align: left;
    padding-bottom: 1.5rem;
  }

  .contact-hero-wrap {
    height: auto;
  }

  .form {
    align-items: stretch;
  }

  .contact-footer {
    margin-top: 2rem;
  }

  .contact-grid-component {
    grid-row-gap: 6rem;
    grid-template-columns: 1fr;
    margin-bottom: 5.8rem;
  }

  .contact-content-wrapepr {
    margin-bottom: .9rem;
  }

  .contact-images-wrapper {
    display: none;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    padding-bottom: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .project-info-2 {
    grid-row-gap: 1.25rem;
    text-align: left;
    padding-bottom: 1.5rem;
  }

  .about-the-project {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }

  .project-image-wrapper {
    height: 28rem;
  }

  .projects-cms-heading {
    grid-row-gap: 1rem;
  }

  .blog-post-heading {
    padding-bottom: 2.4rem;
  }

  .style-guide-component-2 {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .style-guide-text {
    font-size: 2rem;
    line-height: 1.15;
  }

  .license-component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    margin-top: 4.2rem;
    margin-bottom: 5.7rem;
  }

  .license-images-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .license-content {
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .utility-page-form {
    width: 100%;
  }

  .navbar-link {
    border-top: 1px solid #d2d2cf;
    border-bottom-style: none;
    min-height: auto;
    padding: 1.5rem;
  }

  .heading-2-homepage {
    font-size: 3rem;
  }

  .heading-2-homepage.text-weight-medium.all-caps {
    font-size: 3.6rem;
  }

  .homepage-header-marquee {
    width: 20rem;
  }

  .homepage-card-text, .homepage-card-text.large, .homepage-card-text.medium {
    font-size: 2.5rem;
  }

  .homepage-pages {
    padding-top: 1.3rem;
  }

  .blog-hero-image {
    margin-top: -100px;
  }

  .blog-grid {
    grid-row-gap: 62px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .typeform-wrapper {
    min-width: 440px;
    max-width: 620px;
  }

  .button-2.is-navbar3-button {
    padding: .25rem 1rem;
  }

  .navbar3_menu {
    width: 90vw;
    padding-bottom: 5rem;
  }

  .hiring-navbar {
    min-height: 4rem;
  }

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

  .blog-post-header3_author-wrapper {
    margin-bottom: 1rem;
  }

  .blog-post-header {
    margin-top: 2rem;
  }

  .padding-section-large-3 {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .blog-post-header3_breadcrumb {
    margin-bottom: 1rem;
  }

  .padding-global-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .blog-post-header3_component {
    grid-row-gap: 3rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

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

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .margin-xsmall {
    margin: .75rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

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

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .text-size-large-2 {
    font-size: 1.125rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

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

  .padding-xxhuge {
    padding: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

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

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

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

  .content12_metatag-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .content29_content {
    margin-bottom: 2rem;
  }

  .content29_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .hiring-component {
    grid-row-gap: 0rem;
  }

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

  .hiring-container {
    margin-bottom: 0;
  }

  .requirements-container {
    grid-template-columns: 1fr;
  }

  .rich-text-double-wrapper {
    grid-column-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .rich-text-image {
    aspect-ratio: 16 / 9;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 1.75rem;
  }

  .heading-2 {
    line-height: 1.1;
  }

  .heading-2.text-weight-semibold {
    margin-bottom: 0;
    font-size: 3rem;
  }

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

  .padding-global.title {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-style-guide-wrapper {
    padding-top: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button.hiring {
    width: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .heading-4 {
    font-size: 2.3rem;
    line-height: 1.3;
  }

  .heading-4.text-weight-bold.big-numbers {
    font-size: 4rem;
  }

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

  .heading-1 {
    font-size: 4rem;
  }

  .heading-1.all-caps.text-weight-semibold.hero {
    text-align: center;
    letter-spacing: 6px;
    margin-top: -25px;
    padding-left: 0;
    font-size: 10vw;
  }

  .heading-1.all-caps.about-hero {
    letter-spacing: 0;
  }

  .text-weight-regular.heading-2.small {
    font-size: 3rem;
  }

  .style-guide-menu {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr;
    width: 100%;
  }

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

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

  .text-size-xlarge.text-weight-medium.slider, .text-size-xlarge.text-weight-medium.about, .text-size-xlarge.line-height-150 {
    font-size: 1.5rem;
  }

  .text-weight-medium.heading-2 {
    line-height: 1.3;
  }

  .style-guide-content {
    margin-bottom: 6rem;
  }

  .sticky-menu {
    width: 100%;
  }

  .heading-6 {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .heading-6.text-weight-medium {
    font-size: 5vw;
  }

  .heading-6.process {
    font-size: 2.5rem;
  }

  .text-size-large.slider-text {
    font-size: 1rem;
  }

  .style-guide-menu-wrapper {
    width: 100%;
  }

  .heading-3 {
    letter-spacing: 0;
    font-size: 2.5rem;
  }

  .heading-3.text-weight-light {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-3.text-weight-light.big-numbers {
    font-size: 6rem;
  }

  .style-guide-component, .divider-line {
    width: 100%;
  }

  .home-about-component.small {
    margin-top: 14rem;
  }

  .home-about-component.margin-top {
    margin-top: .8rem;
    margin-bottom: 4.6rem;
  }

  .nav-menu {
    max-width: 90vw;
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

  .nav-link.last {
    display: none;
  }

  .home-hero-component.home-3 {
    background-image: linear-gradient(to top, #000, #0000 36%), url('../images/iman-back.webp');
    background-size: auto, 1000px;
    min-height: 80dvh;
    padding-top: 5vh;
  }

  .cta-component {
    padding-top: 3.4rem;
  }

  .cta-component.more-text {
    padding-bottom: 0;
  }

  .cta-component.more-text.no-bottom-margin {
    padding-top: 4rem;
  }

  .cta-content {
    margin-top: 50px;
    padding-bottom: 40px;
  }

  .cta-content.slider {
    padding-bottom: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta-content.gadzhi {
    margin-top: 0;
  }

  .cta-content.iag {
    margin-top: 49px;
  }

  .cta-card-wrapper {
    margin-top: -25px;
    margin-bottom: 82px;
    padding-top: 0%;
  }

  .cta-card._01 {
    margin-right: -7.6rem;
  }

  .testimonial-component {
    grid-row-gap: 1rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer-link {
    align-self: flex-start;
  }

  .footer-links-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 10px;
  }

  .footer-bottom {
    margin-top: 5rem;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    margin-top: 2rem;
  }

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

  .footer-component {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .credits {
    grid-row-gap: .5rem;
    padding-left: 0;
  }

  .card-component.small {
    margin-top: 4.1rem;
  }

  .slider {
    inset: auto 0% 0% auto;
  }

  .left-arrow {
    inset: auto auto 1% 5%;
  }

  .right-arrow {
    inset: auto 5% 1% auto;
  }

  .slider-component {
    margin-top: 4.3rem;
  }

  .project-info {
    grid-row-gap: .5rem;
  }

  .home-project {
    border-radius: 1rem;
    overflow: hidden;
  }

  .projects-home-list-item {
    border-radius: 1rem;
    height: 80vh;
    overflow: hidden;
  }

  .animation-component {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-bottom: .5rem;
  }

  .animation-wrap {
    padding-bottom: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
    top: .5rem;
  }

  .proof-component.small {
    padding-bottom: 5rem;
  }

  .proof-component.margin-top {
    margin-top: 0;
    padding-top: 2.2rem;
    padding-bottom: 0;
  }

  .proof-component.margin-top.companies {
    grid-row-gap: 2rem;
  }

  .home-projects-wrapper {
    flex-direction: column-reverse;
  }

  .home-grid-images-wrap {
    padding-top: 5vh;
    transform: scale(1.3);
  }

  .about-hero-component {
    margin-top: 3.6rem;
    margin-bottom: 0;
  }

  .world-lottie {
    bottom: -5.3vw;
  }

  .about-team-component {
    padding-top: 6.2rem;
    padding-bottom: 6.4rem;
  }

  .main-wrapper {
    margin-top: -6.8rem;
  }

  .about-testimonial-component {
    padding-bottom: 3rem;
  }

  .testimonial-button {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .about-testimonial-slide {
    padding-bottom: 5.2rem;
  }

  .about-testimonial-wrapper {
    margin-bottom: 4.3rem;
  }

  .about-hero-component-2 {
    text-align: center;
  }

  .about-button-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .process-info {
    padding-left: 0;
    padding-right: 0;
  }

  .card-stack {
    border-radius: 1rem;
    overflow: hidden;
  }

  .about-card {
    grid-row-gap: 1rem;
    background-image: linear-gradient(#0000004a, #0000004a), url('../images/bg-card-1.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    align-items: center;
  }

  .about-card.second {
    background-image: linear-gradient(#00000080, #00000080), url('../images/bg-card-2.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .about-card.third {
    background-image: linear-gradient(#00000080, #00000080), url('../images/bg-card-3.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .contact-form.center-align {
    margin-bottom: 2rem;
  }

  .contact-social-wrapper {
    margin-top: 1rem;
  }

  .contact-content-wrapepr {
    margin-bottom: 0;
  }

  .contact-grid {
    padding-bottom: 4rem;
  }

  .project-collection-list {
    grid-template-columns: 1fr;
  }

  .project-image-wrapper {
    height: 19rem;
  }

  .expertises-cms {
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-post-heading {
    padding-top: 5vh;
  }

  .style-guide-component-2 {
    width: 100%;
  }

  .style-guide-text {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .license-component {
    grid-row-gap: 1.75rem;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
  }

  .license-images-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .utility-page-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-span-2 {
    padding-left: 8vw;
  }

  .heading-2-homepage {
    line-height: 1.1;
  }

  .heading-2-homepage.text-weight-medium.all-caps {
    font-size: 3.2rem;
  }

  .homepage-button {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .homepage-header-marquee {
    width: 18rem;
  }

  .home-card-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .companies-logo {
    grid-template-rows: auto;
    width: 100%;
  }

  .companies-logo.bottom-2 {
    width: 70%;
  }

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

  .logo-angled {
    width: 120px;
    right: auto;
    transform: none;
  }

  .logo-angled.long {
    width: 240px;
    margin-top: 15px;
    right: auto;
  }

  .logo-angled.long.iag {
    width: 170px;
    margin-top: 15px;
    right: auto;
  }

  .heading-7 {
    text-align: center;
  }

  .white-line {
    height: 16vh;
  }

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

  .module-details {
    padding-right: 0;
  }

  .module-1-card {
    outline-offset: -3px;
    border-radius: 10px;
    outline: 3px #ffffff26;
  }

  .blog-hero-image {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    margin-top: 20px;
  }

  .text-block-71 {
    letter-spacing: .5px;
    font-size: 1rem;
  }

  .blog-section-2 {
    margin-top: 0;
  }

  .blog-h1 {
    font-size: 1.8rem;
  }

  .typeform-wrapper {
    min-width: 100%;
    max-width: 100%;
  }

  .navbar3_container {
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .margin-bottom.margin-small {
    margin-bottom: 1rem;
  }

  .blog-post-header3_image {
    aspect-ratio: 16 / 9;
  }

  .padding-section-large-3 {
    padding-bottom: 2rem;
  }

  .padding-global-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .blog-post-header3_share-wrapper {
    width: 100%;
  }

  .blog-post-header3_component {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h2 {
    font-size: 1.95rem;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

  .content29_tag-list {
    justify-content: flex-start;
  }

  .content29_author-wrapper {
    margin-bottom: 1rem;
  }

  .content29_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

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

  .content29_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .career-video-wrapper {
    width: 100%;
    height: 200px;
  }

  .gradient-circle.top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    opacity: 1;
    filter: blur(120px);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    overflow: visible;
  }

  .what-youll-do-item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }
}

#w-node-_7c624cb6-d87c-9f9c-668f-bbf738aa28f8-38aa28f4, #w-node-_7c624cb6-d87c-9f9c-668f-bbf738aa28ff-38aa28f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c624cb6-d87c-9f9c-668f-bbf738aa2902-38aa28f4 {
  justify-self: end;
}

#w-node-_6a29572c-8625-1994-11a9-99e7d1bd99c5-ab1e7799, #w-node-_1ef5b8c3-d89d-0d87-bb87-926a78b43fbb-ab1e7799, #w-node-_066d569f-dd34-de2d-4982-70f1e16ff365-ab1e7799, #w-node-edb1d1e8-fe56-2deb-8680-d3799c4732e5-ab1e7799, #w-node-edb1d1e8-fe56-2deb-8680-d3799c4732e7-ab1e7799, #w-node-edb1d1e8-fe56-2deb-8680-d3799c4732e9-ab1e7799 {
  justify-self: center;
}

#w-node-_6cc9920b-fabb-eae1-dadd-7c324f307fd2-ab1e7799, #w-node-_83e46208-c928-db10-804f-8d69c59eca26-ab1e7799, #w-node-c76a19b2-57d0-cb3c-bae9-c6ef209f6b36-ab1e7799, #w-node-_147f479b-ebb2-968d-5400-6f7af94fc06e-ab1e7799, #w-node-_87ec2e4f-784b-133f-71ca-26dd5f12a88e-ab1e7799, #w-node-cb9946e7-fd66-f333-cf6b-8dbb01e3db37-ab1e7799, #w-node-f5f555d3-ad4f-6b1b-fffb-127a1bc971a9-ab1e7799, #w-node-_323d477c-17a9-30f9-20fd-98ddee3ca5de-ab1e7799, #w-node-_1d46c036-170f-0203-6d5f-a836ebd647fd-b7d4bfa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6761b0-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6761b2-df0c210e {
  justify-self: center;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6761c1-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6761c2-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6761c6-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6761c7-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6761cb-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6761cc-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6761d0-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6761d1-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6761d5-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6761d6-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6761da-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6761db-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6761e5-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6761e6-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6761ea-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6761eb-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6761ef-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6761f0-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6761f4-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6761f5-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6761f9-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6761fa-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6761fe-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6761ff-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676209-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67620a-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67620e-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67620f-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676213-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676214-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676218-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676219-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676222-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676223-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67622c-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67622d-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67623f-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676240-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676244-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676245-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676249-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67624a-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67624e-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67624f-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676253-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676254-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67625e-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67625f-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676263-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676264-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676268-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676269-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67626d-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67626e-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676272-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676273-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676277-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676278-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676283-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676284-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676288-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676289-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67628d-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67628e-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676292-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676293-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676297-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676298-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67629c-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67629d-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6762a1-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6762a2-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6762a6-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6762a7-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6762ab-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6762ac-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6762b6-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6762b7-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6762bb-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6762bc-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6762c0-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6762c1-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6762c8-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6762c9-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67630a-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67630d-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67630e-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676311-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676312-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676315-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676319-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67631a-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67631d-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67631e-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676321-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67636b-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67637d-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67637e-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676383-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676384-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676388-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676389-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67638d-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67638e-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676392-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676393-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67639a-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67639b-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67639f-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6763a0-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6763a4-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6763a5-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6763a9-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6763aa-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6763ae-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6763af-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6763b3-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6763b4-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6763b8-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6763b9-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6763bd-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6763be-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6763c2-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6763c3-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6763c7-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6763c8-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6763cc-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6763cd-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6763d3-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6763d4-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6763d8-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6763d9-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6763dd-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6763de-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6763e2-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6763e3-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6763e7-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6763e8-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6763ec-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6763ed-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6763f1-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6763f2-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6763f6-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6763f7-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6763fb-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6763fc-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676400-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676401-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676405-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676406-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676415-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676418-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676419-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67641c-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67641d-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676420-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676421-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676425-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676428-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676429-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67642c-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67642d-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676430-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676438-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676439-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67643a-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67643c-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67643f-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676440-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676441-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676445-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676448-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676449-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67644a-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67644e-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676452-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676453-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676459-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67645c-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67645d-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67645e-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676462-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676465-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676466-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676467-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67646d-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676471-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676472-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676476-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676479-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67647e-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67647f-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676480-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676484-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676487-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676488-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676489-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67648f-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676492-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676493-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676494-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67649a-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67649d-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67649e-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67649f-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6764a7-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6764aa-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6764ab-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6764ac-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6764b4-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6764b9-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6764ba-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6764bb-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6764bf-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6764c2-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6764c3-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6764c4-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6764ca-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6764cd-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6764ce-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6764cf-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6764d5-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6764d8-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6764d9-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6764da-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6764e2-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6764e5-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6764e6-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6764e7-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6764f3-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6764f4-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6764f5-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6764f9-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6764fe-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6764ff-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676500-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676506-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67650b-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67650c-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67650d-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676513-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676518-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676519-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67651a-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676522-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676528-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676529-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67652f-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676534-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676535-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676536-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67653a-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67653d-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67653e-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67653f-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676545-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676548-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676549-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67654a-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676550-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676553-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676554-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676555-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67655d-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676560-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676561-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676562-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676568-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67656b-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67656c-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67656d-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676575-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676579-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67657a-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676580-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676588-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676589-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67658a-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67658b-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67658d-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676590-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676594-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676595-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676596-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67659f-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6765a0-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6765a1-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6765aa-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6765ab-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6765ac-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6765ad-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6765b3-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6765b4-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6765b5-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6765b6-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6765b8-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6765bc-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6765bd-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6765be-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6765bf-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6765c1-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67662f-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676633-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676634-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676636-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676638-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676639-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67663b-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67663d-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67663e-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676640-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676642-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676643-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676645-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676647-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676648-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67664a-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67664c-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67664d-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67664f-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676651-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676653-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676655-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676657-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676658-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67665a-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67665b-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67665d-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67665e-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676660-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676661-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676663-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676664-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676666-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676667-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676669-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67666a-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67666c-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676672-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676676-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676677-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676679-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67667b-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67667c-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67667e-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676680-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676681-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676683-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676685-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676686-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676688-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67668a-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67668b-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67668d-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67668f-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676690-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676692-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676694-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676695-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676697-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676699-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67669a-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67669c-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67669e-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67669f-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6766a1-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6766a3-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6766a4-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6766a6-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6766a8-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6766a9-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6766ab-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6766b0-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6766b4-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6766b6-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6766b9-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6766be-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6766c3-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6766c8-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6766cd-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6766d4-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6766d5-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6766d7-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6766d8-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6766da-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6766db-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6766dd-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6766de-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6766e0-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6766e1-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6766e3-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6766e4-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6766e6-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6766e7-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6766e9-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6766ea-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6766ec-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6766ed-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6766ef-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6766f0-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6766f2-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6766f3-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6766f5-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6766f6-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6766f8-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6766f9-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6766fb-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6766fc-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6766fe-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6766ff-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676701-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676702-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676704-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676705-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676707-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676708-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67670a-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67670b-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67670d-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67670e-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676710-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676711-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676713-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676714-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676716-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676717-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676719-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67671a-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67671c-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67671d-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67671f-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676720-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676722-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676723-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676725-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676726-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676728-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676729-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67672b-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67672c-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676731-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676735-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676737-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67673a-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67673f-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676744-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676749-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67674e-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676755-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676756-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676758-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676759-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67675b-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67675c-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67675e-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67675f-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676761-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676762-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676764-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676765-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676767-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676768-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67676a-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67676b-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67676d-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67676e-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676770-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676771-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676773-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676774-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676776-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676777-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676779-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67677a-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67677c-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67677d-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67677f-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676780-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676782-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676783-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676785-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676786-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676788-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676789-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67678b-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67678c-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67678e-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67678f-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676791-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676792-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676794-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676795-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc676797-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676798-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67679a-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67679b-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc67679d-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67679e-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6767a0-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6767a1-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6767a3-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6767a4-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6767a6-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6767a7-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6767a9-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6767aa-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6767ac-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6767ad-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6767b2-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6767b5-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6767b6-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6767b8-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6767b9-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6767bb-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6767bc-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6767be-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6767bf-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6767c1-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6767c2-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6767c4-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6767c5-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6767c7-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6767c8-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6767ca-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6767cb-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6767cd-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6767ce-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6767d0-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6767d1-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6767d3-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6767d4-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6767d6-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6767d7-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6767d9-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6767da-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6767dc-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6767dd-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6767df-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6767e0-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6767e2-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6767e3-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6767e5-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6767e6-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6767e8-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6767e9-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6767eb-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6767ec-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6767ee-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6767ef-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6767f1-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6767f2-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6767f4-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6767f5-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6768e7-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6768eb-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6768ec-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6768f0-df0c210e, #w-node-_68b3c05e-5fab-44b7-d033-5243bc6768f2-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6768f3-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6768f7-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6768f8-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6768fc-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc6768fd-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676901-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676902-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676906-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676907-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67690b-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67690c-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676910-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676911-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676915-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676916-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67691a-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67691b-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67691f-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676920-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676923-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676924-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676928-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676929-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67692d-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67692e-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676932-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676933-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676937-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676938-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67693c-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67693d-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676941-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676942-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676946-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676947-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67694b-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc67694c-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676950-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676951-df0c210e {
  justify-self: start;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676955-df0c210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68b3c05e-5fab-44b7-d033-5243bc676956-df0c210e {
  justify-self: start;
}

#w-node-_1d46c036-170f-0203-6d5f-a836ebd647fd-ddd63720, #w-node-_1d46c036-170f-0203-6d5f-a836ebd647fd-36f3bef3, #w-node-_04b610c0-1757-5f8c-753a-0714edba8afd-143c7a85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a29572c-8625-1994-11a9-99e7d1bd99c5-e12163d3, #w-node-_1ef5b8c3-d89d-0d87-bb87-926a78b43fbb-e12163d3, #w-node-_066d569f-dd34-de2d-4982-70f1e16ff365-e12163d3, #w-node-edb1d1e8-fe56-2deb-8680-d3799c4732e5-e12163d3, #w-node-edb1d1e8-fe56-2deb-8680-d3799c4732e7-e12163d3, #w-node-edb1d1e8-fe56-2deb-8680-d3799c4732e9-e12163d3 {
  justify-self: center;
}

#w-node-_6cc9920b-fabb-eae1-dadd-7c324f307fd2-e12163d3, #w-node-_83e46208-c928-db10-804f-8d69c59eca26-e12163d3, #w-node-c76a19b2-57d0-cb3c-bae9-c6ef209f6b36-e12163d3, #w-node-_147f479b-ebb2-968d-5400-6f7af94fc06e-e12163d3, #w-node-_87ec2e4f-784b-133f-71ca-26dd5f12a88e-e12163d3, #w-node-cb9946e7-fd66-f333-cf6b-8dbb01e3db37-e12163d3, #w-node-f5f555d3-ad4f-6b1b-fffb-127a1bc971a9-e12163d3, #w-node-_323d477c-17a9-30f9-20fd-98ddee3ca5de-e12163d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_7c624cb6-d87c-9f9c-668f-bbf738aa28f8-38aa28f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1ef5b8c3-d89d-0d87-bb87-926a78b43fbb-ab1e7799, #w-node-edb1d1e8-fe56-2deb-8680-d3799c4732e7-ab1e7799, #w-node-_1ef5b8c3-d89d-0d87-bb87-926a78b43fbb-e12163d3, #w-node-edb1d1e8-fe56-2deb-8680-d3799c4732e7-e12163d3 {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7af7cc1d-3b91-212e-7506-ae4aa75d5b1a-b7d4bfa8 {
    order: -9999;
  }

  #w-node-_5ffb3271-5fe8-0480-b8a1-5089f7003cd1-b7d4bfa8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7af7cc1d-3b91-212e-7506-ae4aa75d5b1a-ddd63720 {
    order: -9999;
  }

  #w-node-_5ffb3271-5fe8-0480-b8a1-5089f7003cd1-ddd63720 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7af7cc1d-3b91-212e-7506-ae4aa75d5b1a-36f3bef3 {
    order: -9999;
  }

  #w-node-_5ffb3271-5fe8-0480-b8a1-5089f7003cd1-36f3bef3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5ffb3271-5fe8-0480-b8a1-5089f7003cd1-b7d4bfa8, #w-node-_5ffb3271-5fe8-0480-b8a1-5089f7003cd1-ddd63720, #w-node-_5ffb3271-5fe8-0480-b8a1-5089f7003cd1-36f3bef3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


