:root {
  --black-text: #0c0f03;
  --text-gray: #4a4c44;
  --jemla-blue: #0065ce;
  --dark-blue: #092b68;
  --secondary-blue: #0f47ae;
  --white: white;
  --grey: #414042;
  --white--70: rgba(255, 255, 255, .7);
  --footer-interaction: #b1cdff;
  --light-grey: whitesmoke;
  --text-color: #4a4d45;
  --light-blue: #ecf4ff;
  --l-yellow: #f4f6e5;
  --jemla-purple: #833cc9;
  --gray: #aaa;
  --jemla-dark-purple: #430755;
  --lemon: #a9b83a;
  --lightblue: rgba(0, 101, 206, .3);
}

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

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

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

body {
  color: #333;
  background-color: #f5f5f5;
  font-family: Figtree, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--black-text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6em;
  font-weight: 700;
  line-height: 76px;
}

h2 {
  color: var(--black-text);
  text-transform: capitalize;
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 56px;
  font-weight: 700;
  line-height: 66px;
}

h3 {
  outline-offset: 0px;
  outline: 3px #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

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

p {
  color: var(--text-gray);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.body {
  font-family: Figtree, sans-serif;
}

._1280--width--80--pd {
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
}

._1280--width--80--pd._3em {
  max-width: 100em;
  padding-top: 5em;
  padding-bottom: 5em;
}

._1280--width--80--pd._3em.no-mb {
  padding-bottom: 0;
  display: none;
}

._1280--width--80--pd._3em.width-20 {
  max-width: 80em;
}

._1280--width--80--pd._8em {
  padding-top: 8em;
  padding-bottom: 8em;
}

._1280--width--80--pd._8em.lg-background {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 5em;
  padding-bottom: 5em;
}

._1280--width--80--pd._8em.width--20 {
  max-width: 80em;
}

._1280--width--80--pd._8em.hidden {
  display: none;
}

._1280--width--80--pd._5em {
  padding-top: 5em;
  padding-bottom: 5em;
}

._1280--width--80--pd._5em.relative {
  position: relative;
}

._1280--width--80--pd._5em.relative.flexbox {
  padding-top: 0;
  padding-bottom: 0;
}

._1280--width--80--pd._5em.relative.flexbox.center {
  text-align: left;
}

._1280--width--80--pd._5em.width--20 {
  max-width: 80em;
  position: relative;
}

.button--primary {
  color: #0065ce;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #0065ce;
  border-radius: 10px;
  padding: 1em 2em;
}

.button--primary:hover {
  background-color: var(--jemla-blue);
  color: #fff;
}

.section {
  padding: 41px;
}

.button--secondary {
  color: #fff;
  background-color: #0065ce;
  border: 1px solid #0065ce;
  border-radius: 10px;
  padding: 12px 24px;
}

.button--secondary:hover {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
}

.button--secondary.left {
  order: 0;
}

.button--secondary.hero {
  width: 15em;
  text-align: center;
  padding: 1em 2em 1rem;
}

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

.navbar {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.container {
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-2 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.nav-link {
  color: var(--text-gray);
  padding: 0 2em;
  font-size: 16px;
}

.nav-link:hover {
  color: var(--secondary-blue);
  font-weight: 500;
}

.nav-link.w--current {
  color: var(--black-text);
  font-weight: 700;
}

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

.carousel-component {
  background-color: var(--dark-blue);
}

.carousel {
  width: 100%;
  flex-direction: row;
  display: flex;
  overflow: hidden;
}

.logo-carousel-wrap {
  width: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  transform: perspective(1px);
}

.logo-carousel {
  width: 100%;
  grid-column-gap: 1rem;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.logo-carousel-item {
  flex: none;
  padding: 1rem;
}

.logo-link {
  height: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo-image {
  height: 100%;
  max-width: none;
}

.logo-carousel-clone {
  width: 100%;
  grid-column-gap: 1rem;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.text-block {
  color: var(--white);
  padding-left: 12px;
  font-size: 30px;
  font-weight: 700;
  line-height: 46px;
  text-decoration: none;
}

.footer {
  background-color: var(--grey);
}

.heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 30px;
}

.link {
  color: var(--white--70);
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
}

.link:hover {
  color: var(--footer-interaction);
}

.quick-stack {
  padding: 0;
}

.div-block-3 {
  border-bottom: .5px solid var(--white--70);
  padding-top: 5em;
  padding-bottom: 5em;
}

.text-block-2 {
  color: var(--white--70);
}

.text-block-3 {
  color: var(--white--70);
  font-size: 18px;
  line-height: 30px;
}

.div-block-4 {
  max-width: 349px;
}

.div-block-5 {
  margin-bottom: 24px;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-6 {
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  overflow: visible;
}

.text-block-4 {
  color: var(--white--70);
}

.div-block-7 {
  display: flex;
}

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

.button--tetiary {
  border: 1px solid var(--black-text);
  color: var(--black-text);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding: 12px 24px;
}

.button--tetiary:hover {
  border-color: var(--jemla-blue);
  background-color: var(--jemla-blue);
  color: #fff;
}

.paragraph {
  font-size: 1.3em;
  line-height: 150%;
}

.button--white {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--text-gray);
  border-radius: 10px;
  padding: 12px 24px;
}

.button--white:hover {
  border-color: var(--jemla-blue);
  background-color: var(--jemla-blue);
  color: #fff;
}

.div-block-8 {
  max-width: 1170px;
  background-color: var(--jemla-blue);
  background-image: url('../images/Mask-group-1.png');
  background-position: 0 0;
  background-size: cover;
  border: 1px #000;
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  position: relative;
}

.div-block-9 {
  max-width: 28em;
}

.div-block-9.team {
  max-width: 52em;
}

.heading-3 {
  color: var(--white);
  margin-bottom: 34px;
}

.image {
  position: absolute;
}

.div-block-10 {
  max-width: 34em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 3%;
}

.section-2 {
  margin-top: 100px;
}

.heading-4 {
  font-size: 4em;
  line-height: 120%;
}

.heading-5 {
  font-size: 5em;
  line-height: 120%;
}

.heading-6 {
  font-size: 2.5em;
  line-height: 120%;
}

.center {
  text-align: center;
  margin-bottom: 1em;
}

.center._40em {
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
}

.center._40em.top-head {
  padding-bottom: 2em;
}

.center._5em {
  padding-bottom: 5em;
}

.center.mx-width {
  width: auto;
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
}

.card {
  width: 35em;
}

.card.flexbox {
  padding: 2em;
  display: flex;
}

.card.flexbox.white {
  background-color: var(--white);
  border-radius: 12px;
}

.card.flexbox.white._5em {
  width: 30em;
  padding-left: 1em;
  padding-right: 1em;
}

.card.flexbox.white.no-v {
  width: 30em;
  height: 11.25em;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
}

.card.flexbox.white.no-v.update {
  display: block;
}

.card._20em {
  width: 23.125em;
  height: 12.25em;
  background-color: var(--white);
  border-radius: 12px;
  padding: 1.5em;
}

.card._20em.extended {
  height: 14.25em;
}

.card__content {
  width: auto;
  max-width: 22em;
}

.card__image {
  width: 4em;
  height: 4em;
  max-width: none;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  padding-right: 0;
  display: flex;
}

.lg-background {
  background-color: var(--light-grey);
}

.lg-background.hidden {
  display: none;
}

.flexbox {
  justify-content: center;
  display: flex;
}

.flexbox.center {
  align-items: center;
}

.flexbox.center.left {
  text-align: left;
  justify-content: flex-start;
}

.flexbox.center.left.mobile, .flexbox.regular, .flexbox.vertical.center {
  justify-content: flex-start;
}

.flexbox.vertical._1 {
  grid-column-gap: 3.6em;
  align-items: flex-start;
}

.flexbox._5em {
  padding-top: 5em;
  padding-bottom: 5em;
}

.flexbox.mg-2em {
  margin-bottom: 0;
  padding-bottom: 1.5em;
}

.flexbox.mg-2em.space {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
}

.flexbox.left {
  justify-content: flex-end;
}

.flexbox.no-sp {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2em;
}

.flexbox._10-em {
  margin-bottom: 10em;
}

.flexbox._10-em.s-a {
  justify-content: space-around;
  margin-top: 5em;
}

.flexbox.classic {
  justify-content: flex-start;
  padding-top: 2em;
  padding-bottom: 2em;
}

.grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid._2by2 {
  justify-items: center;
}

.grid._3by3 {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}

.div-block-11 {
  margin-top: 0;
}

.div-block-12, .div-block-13 {
  margin-bottom: 0;
}

.card__header {
  width: auto;
  align-items: center;
  padding-bottom: 1em;
  display: flex;
}

.card__header.flexbox {
  padding: 2em;
  display: flex;
}

.card__header.flexbox.white {
  background-color: var(--white);
  border-radius: 12px;
}

.card__header.flexbox.white._5em {
  width: 30em;
  padding-left: 1em;
  padding-right: 1em;
}

.card__header._20em {
  width: 20em;
  padding: 2em 1em;
}

.heading-7 {
  max-width: 10em;
}

.card__header--text {
  max-width: 11em;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.impact--section {
  max-width: 100em;
  background-color: var(--jemla-blue);
  border-radius: 12px;
  padding: 0;
}

.white {
  color: var(--white);
  margin-bottom: 2em;
}

.white.no-mg {
  margin-bottom: 0;
  padding-bottom: 6px;
  font-size: 2.5em;
}

.white.no-mb, .white.small.new {
  margin-bottom: 0;
}

.impact__section--text {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.impact__section--text.first {
  justify-content: center;
  padding: 5em 0;
}

.impact__section--text.first.new {
  margin-left: auto;
  margin-right: auto;
}

.testimonial__card {
  max-width: 25em;
  background-color: var(--white);
  border-radius: 12px;
  padding: 2em;
}

.black {
  color: var(--black-text);
  text-align: left;
  margin-top: .5em;
  padding-bottom: .5em;
}

.testimonial__card-copy {
  max-width: 28em;
  padding: 2em;
}

.testimonial__card--text {
  padding-top: 2em;
  padding-bottom: 2em;
}

.text-block-5 {
  color: var(--text-color);
  font-size: 16px;
  line-height: 26px;
}

.author__image {
  margin-right: 0;
}

.author__details {
  margin-left: 2em;
}

.testimonial__section {
  padding-top: 0;
  padding-bottom: 5em;
}

.heading-8 {
  font-weight: 500;
}

.heading-9 {
  max-width: 10em;
  text-align: left;
}

.partner__section._5em {
  padding-top: 5em;
  padding-bottom: 5em;
}

.partner__card {
  width: 16em;
  height: auto;
  max-width: none;
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 5em 2em;
  display: flex;
}

.partner__card.short {
  padding-top: 4em;
  padding-bottom: 4em;
}

.partner__card.short.kazana {
  padding-top: 3.6em;
  padding-bottom: 3.6em;
}

.partner__card.short.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 1px 4px -1px rgba(0, 0, 0, .06);
}

.partner__card.short.shadow-md.kazana-card {
  padding-top: 3.45em;
  padding-bottom: 3.45em;
}

.div-block-14 {
  width: 100%;
  border-radius: 12px;
}

.div-block-14.relative {
  z-index: -1;
  position: relative;
  top: -6.4em;
}

.div-block-14.splash {
  overflow: hidden;
}

.image-2 {
  border-radius: 12px;
}

.image-2.is--splash {
  width: 50%;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-15 {
  max-width: 50%;
  padding-right: 3em;
}

.div-block-16 {
  max-width: 45%;
  align-self: flex-end;
}

._1em {
  padding-bottom: 1em;
}

._1em.is--story {
  margin-top: .35em;
  margin-bottom: .35em;
  padding-bottom: 0;
}

.careers__card {
  padding: 2.6em;
}

.careers__card.flexbox {
  background-color: var(--white);
  border-radius: 12px;
  margin-bottom: 5em;
  padding: 4em;
}

.careers__card--content {
  max-width: 50em;
}

.paragraph-2 {
  padding-bottom: 3em;
  font-size: 16px;
  line-height: 26px;
}

.filter--box {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 30px;
  padding: .5em 1em;
}

.filter--box.l-blue {
  background-color: var(--light-blue);
}

.filter--box.l-blue.first {
  margin-right: 1em;
}

.filter--box.l-yellow {
  background-color: var(--l-yellow);
}

.div-block-17 {
  border-radius: 12px;
  padding-top: 5em;
  padding-bottom: 5em;
}

.div-block-17.hidden {
  display: none;
}

.heading-10 {
  margin-bottom: .5em;
}

.div-block-18 {
  max-width: 35em;
  padding-top: .6em;
}

.flexbox--vertical {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.flexbox--vertical.center {
  align-items: center;
}

.flexbox--vertical.center.left {
  text-align: left;
  justify-content: flex-start;
}

.flexbox--vertical.center.perks__card {
  max-width: 16em;
  padding-bottom: 5em;
}

.flexbox--vertical.center.perks__card.new-space {
  padding-right: 2.25em;
}

.flexbox--vertical.center.perks__card.new-space-2 {
  padding-left: 2.25em;
}

.flexbox--vertical.regular {
  justify-content: flex-start;
}

.heading-11 {
  padding-top: 1.5em;
  padding-bottom: 1em;
}

.heading-12 {
  margin-bottom: 1em;
}

._100--container {
  width: 100%;
  display: none;
}

.text-block-6 {
  width: 30em;
  text-align: left;
}

.paragraph-4 {
  padding-top: 1em;
  padding-bottom: 2em;
}

.heading-13 {
  max-width: 10em;
  margin-top: 0;
}

._55--width {
  width: 55%;
  max-width: 35.625em;
}

._35--width {
  width: 35%;
}

._35--width.black {
  background-color: var(--jemla-blue);
  border-radius: 20px;
  padding: 2em;
}

._35--width.black.flex {
  height: 40.125em;
  max-width: 28.75em;
  background-image: url('../images/Group-19782.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.input--field__text {
  height: 3.5em;
  outline-offset: 0px;
  border-radius: 10px;
  outline: 3px #333;
  margin-bottom: 0;
  padding: 1.25em;
}

.input--field__text:focus {
  border: 1px solid var(--jemla-blue);
  outline-offset: 0px;
  outline: 3px #333;
}

.div-block-20 {
  width: 48%;
  max-width: none;
}

.field-label {
  margin-bottom: 1em;
  font-weight: 600;
}

._16-text {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 16px;
  line-height: 26px;
}

._16-text.white {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 1.5em;
}

._16-text.white.left {
  padding-bottom: 2em;
  font-size: 14px;
  line-height: 24px;
}

._16-text._w-50 {
  max-width: 25em;
}

.field-label-2 {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 0;
  padding-bottom: 0;
}

.textarea {
  height: auto;
  min-height: 12.5em;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 1.25em;
}

.div-block-21 {
  padding-bottom: 3em;
}

._24-text {
  font-size: 1px;
  line-height: 34px;
}

._24-text.white {
  margin-bottom: 1em;
  font-size: 28px;
}

.div-block-22 {
  margin-right: 1em;
}

.social--media__icons {
  align-items: center;
  display: flex;
}

.link-block {
  width: 100%;
  max-width: none;
  margin-right: 2em;
}

.tabs {
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 3em;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tabs-menu {
  width: 50%;
  max-height: 40em;
  flex-direction: column;
  align-items: stretch;
  margin-right: 5em;
  padding-right: 5em;
  display: flex;
  overflow: auto;
}

.tabs-content {
  width: 45%;
  height: 40em;
  min-height: auto;
  background-color: var(--jemla-purple);
  background-image: url('../images/Frame-19720.png');
  background-position: -2px 0;
  background-size: cover;
  border-radius: 12px;
  margin-left: 0;
  margin-right: 0;
  padding: 5em 2em 2em;
}

.tab--content {
  width: 100%;
  height: 100%;
  color: var(--white);
}

.div-block-23 {
  display: flex;
}

._50--width {
  width: 40%;
  margin-bottom: .2em;
  margin-right: 1.8em;
  padding-right: 0;
}

._50--width.hide {
  width: 50%;
  margin-right: 0;
}

._50--width.hide.mg {
  color: var(--black-text);
  margin-left: 2em;
}

.tab--header {
  border: 2px solid var(--gray);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2em;
  padding: 1em 1em 1em 1.5em;
  display: flex;
}

.tab--header.w--current {
  max-height: none;
  border: 2px solid var(--jemla-dark-purple);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  padding: 1em 1em 1em 1.5em;
}

.tab--header.faq {
  flex-direction: column;
  display: block;
}

.div-block-24 {
  max-width: 68.25em;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.div-block-25 {
  max-width: 40em;
  padding-top: 5em;
  padding-bottom: 5em;
}

.div-block-26 {
  z-index: -1;
  width: 33%;
  height: 100%;
  background-color: var(--secondary-blue);
  padding: 10.4em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-26.hide {
  width: 29%;
}

.div-block-26.section {
  width: 36%;
  height: 100%;
  display: block;
  top: auto;
  bottom: 0;
  right: 0%;
}

.div-block-26.section.hide, .div-block-26.mobile {
  width: 29%;
}

.div-block-27 {
  width: 100em;
  align-self: flex-end;
}

.paragraph-5 {
  padding-top: 2em;
  padding-bottom: 3em;
  font-size: 18px;
}

.heading-15 {
  color: var(--text-color);
  font-size: 5.5em;
}

.cf-home-hero_lightbox {
  width: 100%;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-home-hero_lightbox-image {
  width: 100%;
  object-fit: cover;
}

.lightbox-play-icon {
  z-index: 2;
  width: 64px;
  height: 64px;
  color: #fff;
  position: absolute;
}

.video-overlay-layer {
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  flex: 0 auto;
  align-self: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-5 {
  width: 100%;
  max-width: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-28 {
  width: 14em;
  height: 17.1em;
  background-image: url('../images/Group-284634-1.png');
  background-position: 0 0;
  background-size: contain;
  display: none;
  position: relative;
  overflow: hidden;
}

.div-block-29 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-30 {
  background-image: url('../images/Zewdie-1.png');
  background-position: 0 0;
  background-size: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-3 {
  position: relative;
}

.empty-state {
  background-color: var(--footer-interaction);
  border-radius: 16px;
  padding: 6em;
}

.text-block-9 {
  text-align: center;
  font-size: 3em;
  line-height: 120%;
}

.text-block-9.white {
  text-transform: capitalize;
  font-weight: 600;
}

.logo-link-2 {
  height: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team--card__image {
  height: 21.3125em;
  background-image: url('../images/kaland.png');
  background-position: 50%;
  background-size: cover;
}

.team--card__image.micheal {
  background-image: url('../images/Micheal.png');
}

.team--card__image.lwam {
  background-image: url('../images/Lwam.png');
}

.team--card__image.estepahnos {
  background-image: url('../images/Group-284637.png');
}

.team--card {
  width: 13.3125em;
}

.team--card__name {
  color: var(--text-color);
  font-size: 1.5em;
  font-weight: 500;
}

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

.collection-list-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.image-6 {
  width: 100%;
  height: 100%;
  max-width: none;
}

.div-block-31 {
  height: 2.2em;
}

.div-block-31.jobtech {
  height: 3.2em;
}

.div-block-31.kazana {
  height: 4.32em;
}

.div-block-32 {
  padding-top: 2em;
  padding-right: 1em;
}

.works--card {
  width: 19.5em;
}

.works--card.center {
  z-index: 3;
  width: auto;
  max-width: 20em;
  position: relative;
  bottom: auto;
}

.works--card.center._1 {
  position: relative;
  top: -13.8em;
}

.works--card.center._2 {
  bottom: 19.9em;
  left: 65.5em;
  right: auto;
}

.works--card.center._2.remove {
  display: none;
}

.works--card.center._3 {
  bottom: 24.5em;
  left: -1em;
}

.works--card.center._3.remove {
  display: none;
}

.works--card.center._4 {
  bottom: 18.575em;
  left: 53.9em;
}

.works--card.center._4.remove {
  display: none;
}

.works--card__header {
  height: 2.5em;
  font-size: 1.3em;
  line-height: 1.2em;
}

.work--section {
  position: relative;
}

.work--section.center {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 5em;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

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

.div-block-33 {
  max-width: none;
}

.image-8 {
  width: 4em;
}

.small-instructions {
  font-size: 1rem;
}

.instructions {
  color: rgba(51, 51, 51, .53);
  text-align: center;
  margin-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Inconsolata, monospace;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2em;
}

.logo-carousel-wrap-2 {
  width: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .05);
  flex: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  transform: perspective(1px);
}

.logo-link-3 {
  filter: grayscale();
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.copy-animation {
  height: 0;
}

.socia--media__icon {
  width: 1.5em;
  height: 1.5em;
  margin-right: 2em;
}

.div-block-34 {
  background-color: var(--white);
  border: 8px solid #414042;
  border-radius: 30px;
  padding: 2.4em 2.4em 10em;
  position: relative;
}

.section-4 {
  position: relative;
}

.div-block-35 {
  z-index: -2;
  width: 100%;
  height: 35em;
  background-color: var(--jemla-blue);
  padding: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sub--text.pd-bottom {
  margin-bottom: 2em;
}

.heading-16 {
  font-size: 32px;
  line-height: 36px;
}

.gray {
  color: var(--text-gray);
  text-align: left;
}

.gray.center {
  text-align: left;
  margin-bottom: 0;
}

.button--white--b {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--text-gray);
  border-radius: 10px;
  padding: 12px 24px;
}

.button--white--b:hover {
  border-color: var(--jemla-blue);
  background-color: var(--white);
  color: var(--secondary-blue);
}

.inner--container {
  width: 100%;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 7em;
  padding-right: 7em;
  display: flex;
}

.inner--container.update {
  border-left: 3px solid rgba(255, 255, 255, .3);
  border-right-style: none;
}

.tab--header__question {
  text-transform: capitalize;
}

.success-message {
  background-color: var(--dark-blue);
  color: var(--white);
  border-radius: 12px;
}

.text-block-10 {
  font-weight: 600;
}

.section-5 {
  background-color: #f5f5f5;
}

.image-11 {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 12px;
}

.lamp {
  z-index: 4;
  width: 2em;
  height: auto;
  display: none;
  position: absolute;
  top: 15em;
  left: auto;
  right: 25.5em;
}

._100--image {
  width: 100%;
  height: 100%;
  max-width: none;
}

.how-it-works {
  width: 100%;
  max-width: none;
}

.map-wrap {
  margin-top: 4em;
  margin-bottom: 4em;
}

.divider {
  width: 7px;
  background-color: var(--light-grey);
  border-radius: 5px;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

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

.answer {
  grid-column-gap: 170px;
  grid-row-gap: 170px;
  align-items: center;
}

.text-span, .text-span-2 {
  text-decoration: underline;
}

.faq-links {
  color: var(--light-blue);
}

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

.image-12 {
  height: 480px;
  border-radius: 12px;
}

.div-block-37 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.div-block-37.is--narrow {
  padding-left: 16rem;
  padding-right: 16rem;
}

.text-span-3 {
  text-transform: uppercase;
}

@media screen and (min-width: 1440px) {
  .collection-list-2 {
    grid-template-columns: .5fr .5fr .5fr;
  }
}

@media screen and (max-width: 991px) {
  ._1280--width--80--pd._3em {
    padding-bottom: 5em;
  }

  ._1280--width--80--pd._5em.relative.flexbox {
    padding-top: 2em;
  }

  ._1280--width--80--pd._5em.relative.flexbox.hero {
    flex-direction: row;
  }

  ._1280--width--80--pd.nav {
    padding-left: 0;
    padding-right: 0;
  }

  .button--secondary {
    align-self: flex-start;
  }

  .div-block-2 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .nav-link {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .nav-link.hide {
    display: block;
  }

  .div-block-8 {
    flex-direction: row;
    justify-content: space-around;
    padding: 3.15em 3.15em 0;
    display: flex;
    position: static;
  }

  .div-block-9 {
    max-width: 36.3125em;
    padding-bottom: 3em;
  }

  .heading-3 {
    margin-bottom: 1em;
    font-size: 24px;
    line-height: 34px;
  }

  .div-block-10 {
    max-width: 30em;
    align-self: flex-end;
    position: static;
  }

  .center._40em.top-head {
    max-width: 45em;
  }

  .card.flexbox.white.no-v {
    height: auto;
  }

  .card._20em {
    width: 25em;
  }

  .card._20em.extended {
    height: 12.25em;
  }

  .card__image {
    width: 3em;
    height: 3em;
  }

  .flexbox.vertical {
    flex-direction: column;
  }

  .flexbox._5em {
    flex-direction: column;
    align-items: center;
  }

  .flexbox.story {
    flex-direction: row;
    align-items: center;
  }

  .flexbox.mg-2em {
    flex-direction: column;
    padding-bottom: 0;
  }

  .flexbox.classic {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .grid._2by2 {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .grid._3by3 {
    grid-template-columns: 1fr;
  }

  .impact--section {
    padding-left: 0;
    padding-right: 0;
  }

  .white {
    padding-bottom: 0;
    font-size: 16px;
  }

  .white.no-mg {
    padding-bottom: 0;
    font-size: 2em;
  }

  .white.no-mb, .white.small {
    font-size: 14px;
  }

  .black {
    font-weight: 500;
  }

  .heading-9 {
    font-size: 40px;
    line-height: 46px;
  }

  .div-block-14.relative {
    top: -1.4em;
  }

  .image-2.is--splash {
    width: 100%;
  }

  .div-block-16 {
    max-width: 50%;
  }

  ._1em {
    margin-bottom: 0;
  }

  .careers__card.flexbox {
    padding: 3em 2em;
  }

  .careers__card--content {
    max-width: 80%;
  }

  .flexbox--vertical.center.perks__card {
    max-width: 16.875em;
  }

  .flexbox--vertical.vertical {
    flex-direction: column;
  }

  .div-block-19 {
    max-width: none;
    order: -1;
    align-self: center;
  }

  .header--section {
    padding-bottom: .5em;
  }

  .hide {
    display: none;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: var(--white);
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph-4 {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .heading-13 {
    padding-bottom: .5em;
  }

  ._55--width {
    padding-left: 1em;
  }

  ._35--width.black.flex {
    width: 45%;
    margin-right: 1em;
    padding: 1em;
  }

  .div-block-20 {
    width: 100%;
    padding-top: 1em;
  }

  ._16-text, ._16-text.white {
    font-size: 14px;
  }

  ._16-text.white.left {
    padding-bottom: 2em;
  }

  ._16-text._w-50 {
    font-size: 14px;
    line-height: 24px;
  }

  ._24-text.white.left {
    font-size: 24px;
  }

  .social--media__icons {
    width: 80%;
  }

  .tabs-menu {
    margin-right: 0;
    padding-right: 2em;
  }

  .tabs-content {
    width: 45%;
    background-position: -2px 0;
    margin-left: auto;
    padding-top: 5em;
  }

  ._50--width.hide {
    font-size: 40px;
    display: block;
  }

  .div-block-24 {
    padding: 0;
  }

  .div-block-25 {
    flex-direction: column;
    padding-top: 2em;
    padding-bottom: 3em;
    display: flex;
  }

  .div-block-27 {
    align-self: flex-end;
  }

  .paragraph-5 {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font-size: 14px;
    line-height: 24px;
  }

  .heading-15 {
    font-size: 3em;
    line-height: 48px;
  }

  .cf-home-hero_lightbox-image {
    max-height: 40rem;
  }

  .collection-list, .collection-list-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .works--card.center {
    max-width: 20em;
    position: static;
  }

  .works--card.center._1 {
    position: static;
  }

  .works--card__header {
    height: auto;
    max-width: 20em;
  }

  .work--card__subtext {
    max-width: 20em;
  }

  .work--section.center {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-7 {
    display: none;
  }

  .heading-16 {
    font-size: 24px;
  }

  .gray {
    text-align: left;
    font-size: 14px;
  }

  .div-block-36 {
    margin-top: 2em;
  }

  .inner--container {
    align-items: center;
    padding-left: 3em;
    padding-right: 3em;
  }

  .image-9 {
    flex: none;
  }

  .image-10 {
    width: auto;
    height: 100%;
    max-width: none;
  }

  .image-11 {
    height: 420px;
  }

  .map-wrap {
    display: none;
  }

  .div-block-37 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}

@media screen and (max-width: 767px) {
  ._1280--width--80--pd {
    padding-left: 2em;
    padding-right: 2em;
  }

  ._1280--width--80--pd._5em.relative.flexbox.hero {
    flex-direction: column;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .button--secondary.hide {
    display: none;
  }

  .button--secondary.left, .button--tetiary, .button--tetiary.new {
    width: 100%;
  }

  .div-block-8 {
    flex-direction: column;
  }

  .heading-3 {
    font-size: 36px;
    line-height: 46px;
  }

  .div-block-10 {
    max-width: 20em;
    align-self: center;
  }

  .card.flexbox.white.no-v {
    width: 100%;
    flex-direction: row;
    justify-content: center;
  }

  .card._20em {
    width: 25em;
    height: auto;
    max-width: 30em;
    text-align: left;
  }

  .card__content, .card__content.center {
    padding-top: .5em;
  }

  .card__image {
    width: 3em;
    height: 3em;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-right: 1em;
    padding-right: 0;
    display: flex;
  }

  .flexbox {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .flexbox.center, .flexbox.center.left {
    align-items: flex-start;
  }

  .flexbox.center.left.mobile {
    flex-direction: row;
  }

  .flexbox.regular {
    flex-direction: row;
    padding-bottom: 2em;
  }

  .flexbox.story {
    flex-direction: column-reverse;
  }

  .flexbox.mg-2em {
    padding-bottom: 0;
  }

  .flexbox.no-sp, .flexbox.classic {
    flex-direction: row;
  }

  .grid._2by2 {
    grid-template-columns: minmax(200px, 1fr);
  }

  .grid._3by3 {
    grid-template-columns: 1fr;
  }

  .card__header {
    padding-bottom: 0;
  }

  .impact--section {
    max-width: 25em;
    margin-left: auto;
    margin-right: auto;
    padding: 1.8em;
  }

  .white.small {
    margin-bottom: 0;
  }

  .impact__section--text {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .impact__section--text.first.middle {
    border-top: 3px solid rgba(255, 255, 255, .3);
    border-bottom: 3px solid rgba(255, 255, 255, .3);
  }

  .impact__section--text.first.new {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .black {
    margin-top: 0;
  }

  .heading-9 {
    max-width: 100%;
    margin-bottom: .5em;
  }

  .image-2.is--splash {
    width: 100%;
  }

  .div-block-15 {
    max-width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 0;
  }

  .div-block-16 {
    max-width: 100%;
  }

  ._1em {
    text-align: center;
  }

  .careers__card.flexbox {
    align-items: flex-start;
  }

  .careers__card--content {
    max-width: 100%;
  }

  .flexbox--vertical {
    flex-direction: column;
    align-items: center;
  }

  .flexbox--vertical.center.left.mobile {
    flex-direction: row;
  }

  .flexbox--vertical.regular {
    flex-direction: row;
    padding-bottom: 2em;
  }

  .div-block-19 {
    order: -1;
  }

  .menu-button {
    padding: 0;
  }

  .button--container {
    width: 100%;
    text-align: center;
  }

  ._55--width {
    width: 100%;
    margin-top: 5em;
  }

  ._35--width.black.flex {
    width: 100%;
  }

  .div-block-20 {
    width: 100%;
    padding-bottom: 0;
  }

  .tabs {
    padding-top: 0;
  }

  .tabs-menu {
    z-index: 2;
    width: 90%;
    max-height: none;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 2em;
    margin-right: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 6%;
    right: 0%;
    overflow: auto;
  }

  .tabs-content {
    width: 100%;
    height: 30em;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    margin-left: 0;
    overflow: visible;
  }

  ._50--width.hide {
    display: none;
  }

  .tab--header {
    width: auto;
    background-color: var(--white);
    color: var(--white);
    border-style: none;
    flex: none;
    margin-right: 2em;
    padding-right: 1.5em;
  }

  .tab--header.w--current {
    width: auto;
    background-color: var(--white);
    color: var(--text-color);
    border-style: none;
    margin-right: 3em;
    padding-right: 1.5em;
  }

  .text-block-8 {
    color: var(--text-color);
  }

  .div-block-25 {
    margin-left: 2em;
    margin-right: 2em;
  }

  .div-block-26.section.hide {
    display: none;
  }

  .div-block-27 {
    width: 100%;
    position: relative;
  }

  .cf-home-hero_lightbox-image {
    max-height: 30rem;
  }

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

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

  .div-block-32 {
    padding-top: 0;
  }

  .image-8 {
    width: auto;
  }

  .div-block-34 {
    padding: 0;
  }

  .div-block-35 {
    width: 100%;
    height: 20em;
  }

  .gray {
    font-size: 14px;
  }

  .gray.center {
    width: 18.1em;
    margin-bottom: 0;
  }

  .button--white--b {
    width: 100%;
    text-align: center;
  }

  .inner--container {
    border-bottom-style: none;
    border-bottom-width: 3px;
    border-right-style: none;
    justify-content: center;
    padding: 1em 0;
  }

  .inner--container.update {
    border-left-style: none;
  }

  .tab--header__question {
    color: var(--black-text);
    margin-right: 2em;
  }

  .image-11 {
    height: 300px;
  }

  .lamp {
    display: block;
    top: 30px;
    left: 30px;
    right: auto;
  }

  .divider {
    width: 50%;
    height: 7px;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 32px;
    line-height: 42px;
  }

  p {
    font-size: 16px;
    line-height: 26px;
  }

  ._1280--width--80--pd._5em {
    padding-bottom: 0;
  }

  ._1280--width--80--pd._5em.width--20 {
    padding: 3em 1em 6em;
  }

  .button--secondary {
    width: 100%;
    text-align: center;
    align-self: stretch;
  }

  .button--secondary.left {
    width: 100%;
  }

  .button--secondary.hero {
    width: 100%;
    margin-bottom: 0;
    padding: 1em;
  }

  .div-block-2 {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .text-block-3 {
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-6 {
    text-align: center;
    flex-direction: column-reverse;
  }

  .text-block-4 {
    align-self: auto;
    margin-top: 1em;
  }

  .div-block-7 {
    align-self: center;
  }

  .div-block-8 {
    padding-top: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .heading-3 {
    text-transform: capitalize;
    margin-bottom: 1em;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
  }

  .center._40em.top-head {
    margin-bottom: 0;
    padding-bottom: 4em;
  }

  .card.flexbox.white.no-v {
    width: auto;
    height: auto;
    flex-direction: column;
    align-items: center;
  }

  .card._20em {
    width: 100%;
    max-width: none;
  }

  .card__content {
    text-align: left;
  }

  .card__image {
    padding-bottom: 0;
  }

  .flexbox {
    align-items: center;
  }

  .flexbox.left {
    width: 100%;
  }

  .flexbox.classic {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .grid._2by2 {
    width: auto;
    grid-template-columns: minmax(200px, 1fr);
  }

  .grid._3by3 {
    grid-template-columns: minmax(200px, 1fr);
  }

  .card__header {
    align-items: center;
  }

  .card__header--text {
    width: 12em;
    font-size: 1.2em;
    line-height: 20px;
  }

  .impact--section {
    padding: 1.5em;
  }

  .white.no-mb.left {
    text-align: left;
  }

  .impact__section--text {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .impact__section--text.first {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .testimonial__card {
    padding: 1.5em;
  }

  .black {
    text-align: center;
  }

  .author__details {
    margin-left: 1em;
  }

  .heading-8 {
    font-size: 16px;
  }

  .heading-9 {
    font-size: 24px;
    line-height: 34px;
  }

  .partner__card {
    width: 15em;
    max-width: none;
  }

  .div-block-14.relative {
    position: static;
  }

  .careers__card.flexbox {
    padding: 2em 1em;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 24px;
  }

  .flexbox--vertical {
    align-items: center;
  }

  .div-block-19 {
    max-width: none;
  }

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

  .header--section {
    font-size: 24px;
    line-height: 34px;
  }

  .image-3 {
    margin-top: 2em;
  }

  .text-block-7 {
    font-size: 12px;
  }

  .image-4 {
    position: static;
  }

  .paragraph-4 {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .heading-14 {
    padding-bottom: .5em;
    font-size: 26px;
    line-height: 36px;
  }

  ._55--width {
    padding-left: 0;
  }

  ._35--width.black.flex {
    margin-right: 0;
    padding: 1.5em;
  }

  ._16-text {
    font-size: 14px;
    line-height: 24px;
  }

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

  ._24-text.white {
    line-height: 34px;
  }

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

  .social--media__icons {
    width: auto;
  }

  .tabs-menu {
    display: flex;
  }

  .tabs-content {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    overflow: hidden;
  }

  .div-block-26.hide {
    display: none;
  }

  .div-block-26.mobile {
    padding-left: 5em;
  }

  .cf-home-hero_lightbox-image {
    max-height: 25rem;
  }

  .empty-state {
    padding: 2em;
  }

  .text-block-9.white {
    font-size: 1.5em;
  }

  .team--card {
    margin-left: auto;
    margin-right: auto;
  }

  .collection-list, .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .image-6 {
    width: 100%;
  }

  .works--card.center._2 {
    margin-bottom: 5em;
  }

  .image-8 {
    align-self: center;
  }

  .small-instructions {
    line-height: 1em;
  }

  .div-block-34 {
    padding: 0;
  }

  .gray {
    text-align: center;
  }

  .gray.center {
    text-align: center;
    font-size: 14px;
  }

  .inner--container {
    justify-content: center;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .image-11 {
    height: auto;
  }

  .lamp {
    display: block;
    top: 7%;
    left: 28px;
    right: auto;
  }

  .image-12 {
    object-fit: cover;
  }

  .div-block-37 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

#w-node-b68e87e8-0ded-0469-6c84-1e849efca4ca-60ad8be3, #w-node-_680ae6dd-c9e2-1ac5-cdce-f4f3ac6ba3e0-60ad8be3, #w-node-_8080e9bd-ff52-9d52-4b13-41a3cec27c59-60ad8be3, #w-node-_1d662671-5b54-80e1-de1b-24deb5b1122f-60ad8be3, #w-node-_43082b61-edf3-c128-b3fc-5eecd3e98b50-60ad8be3, #w-node-_5374b187-d95e-3719-4234-1cffc31c8e82-60ad8be3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a1bc0659-483f-296a-c4d0-01a9a8af49e3-60ad8be3, #w-node-_94c4ce28-28a5-cc71-793e-be1fae737c73-60ad8be3, #w-node-_112ef1e6-9a25-6580-7f90-11173c034437-60ad8be3 {
  align-self: center;
  justify-self: center;
}

#w-node-ee6fc1fb-07b3-3349-072a-b9f1c82c7e7a-c82c7e77 {
  grid-template-rows: auto;
  grid-template-columns: 2fr .5fr 1fr;
}

#w-node-ee6fc1fb-07b3-3349-072a-b9f1c82c7e7b-c82c7e77, #w-node-ee6fc1fb-07b3-3349-072a-b9f1c82c7e81-c82c7e77, #w-node-ee6fc1fb-07b3-3349-072a-b9f1c82c7e8d-c82c7e77, #w-node-_5f3603cb-0977-1ea3-6beb-85d59cc7e095-6a0e6916, #w-node-_5908472a-4a71-6d69-9901-0f47ff222063-6a0e6916, #w-node-c2309c2e-17c0-9d93-ae60-54bc34b4333a-6a0e6916, #w-node-_817900d4-f2f6-8817-66ec-ddfbe15b9f69-6a0e6916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_8080e9bd-ff52-9d52-4b13-41a3cec27c59-60ad8be3 {
    justify-self: center;
  }

  #w-node-ee6fc1fb-07b3-3349-072a-b9f1c82c7e7a-c82c7e77 {
    grid-template-rows: auto;
    grid-template-columns: 2fr;
  }

  #w-node-ee6fc1fb-07b3-3349-072a-b9f1c82c7e7b-c82c7e77, #w-node-ee6fc1fb-07b3-3349-072a-b9f1c82c7e81-c82c7e77, #w-node-ee6fc1fb-07b3-3349-072a-b9f1c82c7e8d-c82c7e77 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4c6e3f47-66ed-a075-a789-e463cab9435e-60ad8be3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-b68e87e8-0ded-0469-6c84-1e849efca4ca-60ad8be3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-f46a4a16-1c2f-27f0-fe18-a4064d14d653-6ce53b73 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }
}


