:root {
  --medium-aquamarine: #14c5a5;
  --dim-grey: #474747;
  --midnight-blue: #07192f;
}

.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;
}

.hero {
  background-color: #07192f;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-bottom: 5vh;
  display: block;
  position: static;
  inset: 0%;
}

.hero.ip {
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 47vh;
}

.services {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.nav {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 5vh;
  display: flex;
}

.container {
  flex-direction: column;
  justify-content: space-around;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block {
  text-align: right;
  flex: 1;
  align-self: center;
}

.link {
  color: var(--medium-aquamarine);
  letter-spacing: .5px;
  border: 1px #000;
  margin: 0;
  padding: 17px 19px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.link:hover {
  color: #fff;
  border-bottom: 2px solid #14c5a582;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 13px;
}

.link.ip:hover {
  color: var(--dim-grey);
}

.body {
  font-family: Archivo, sans-serif;
  font-size: 16px;
  transition: background-color .2s ease-in-out;
}

.text-span {
  color: #fff;
}

.btn-green {
  color: #272727;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #00e1b9;
  border-radius: 400px;
  margin-left: 22px;
  padding: 14px 22px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.btn-green:hover {
  background-color: #2bf5d1;
  box-shadow: 0 5px 12px #24ac9387;
}

.btn-green.apply {
  color: #1a1a1a;
  margin-bottom: -21px;
  margin-left: 0;
  transition: all .2s ease-in-out;
}

.btn-green.apply:hover {
  color: #fff;
  transform: translate(0, -10px);
}

.btn-green.apply.whywork {
  margin-top: 0;
  margin-left: 0;
}

.btn-green.apply.whywork:hover {
  box-shadow: 0 1px 12px #14c5a563;
}

.btn-green.apply.banner {
  margin-top: 2vh;
}

.btn-green.apply.light:hover {
  color: var(--midnight-blue);
  box-shadow: 0 1px 12px #0b6b5a33;
}

.btn-green.outline {
  border: 1px solid var(--medium-aquamarine);
  color: var(--medium-aquamarine);
  background-color: #0000;
  padding-left: 22px;
  padding-right: 22px;
  transition: all .2s ease-in-out;
}

.btn-green.outline:hover {
  color: var(--medium-aquamarine);
  box-shadow: 0 1px 12px #0b6b5a52;
}

.btn-green.outline.contact {
  background-color: #99919100;
}

.btn-green.outline.contact:hover {
  background-color: #0000;
}

.btn-green.mainblock {
  margin-top: 3vh;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s ease-in-out;
  display: inline-block;
  transform: translate(0);
}

.btn-green.mainblock:hover {
  transform: translate(0, -10px);
  box-shadow: 0 1px 12px #4cb4a169;
}

.div-block-2 {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: 642px;
  height: 100%;
  margin: 15vh auto 10vh;
  display: flex;
}

.div-block-2.ip {
  margin-bottom: 0;
}

.image {
  margin-left: 20px;
}

.pre-heading {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.pre-heading.dark {
  color: var(--dim-grey);
  margin-bottom: 10px;
}

.link-block {
  flex: 0 auto;
  align-self: center;
  margin-bottom: 20px;
  text-decoration: none;
  display: none;
}

.h1 {
  color: var(--medium-aquamarine);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 93px;
  line-height: .85em;
}

.h1.white {
  text-shadow: 3px 0 12px var(--midnight-blue);
  font-size: 4.6em;
}

.white {
  color: #fff;
}

.div-block-3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.paragraph {
  color: #fff;
  letter-spacing: .6px;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.5em;
}

.paragraph.dark {
  color: var(--dim-grey);
  display: block;
}

.paragraph.dark.tabbed {
  border-left: 1px solid var(--medium-aquamarine);
  padding-left: 15px;
}

.link-block-2 {
  display: inline-block;
}

.h2 {
  text-align: left;
  margin-top: 0;
  font-size: 42px;
  line-height: 37px;
}

.h2.centered {
  text-align: center;
  font-size: 42px;
  line-height: 41px;
}

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

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

.div-block-5 {
  text-align: center;
  align-self: center;
  max-width: 642px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.slider {
  background-color: #0000;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  margin-top: 10vh;
  position: static;
}

.mask {
  width: 100%;
  position: static;
}

.slide {
  position: static;
}

.div-block-6 {
  text-align: center;
  transform-style: preserve-3d;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 30%;
  transition: all .2s ease-in-out;
  display: flex;
}

.div-block-6:hover {
  transform: perspective(216px)rotateX(-11deg)rotateY(3deg)rotateZ(0);
}

.div-block-7 {
  clear: left;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.h3 {
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1em;
}

.slide-nav {
  font-size: 9px;
  position: static;
}

.section {
  background-image: url('../images/skyscrapers.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 90vh;
  display: flex;
}

.section.why {
  background-image: url('../images/Group-184.svg');
  min-height: 75vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.section.about {
  background-color: #fff;
  background-image: none;
}

.left-arrow, .right-arrow {
  display: none;
  position: static;
}

.grid {
  grid-column-gap: 3vw;
  grid-row-gap: 20px;
  border: 2px none var(--medium-aquamarine);
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 3fr 3fr;
  align-items: center;
  margin-top: 3vh;
  padding: 31px;
}

.grid.whyteam {
  border-style: solid;
  border-color: #14c5a580;
  border-radius: 20px;
  padding-top: 49px;
  padding-bottom: 49px;
}

.div-block-8 {
  text-align: left;
  margin-top: -15vh;
}

.image-3 {
  text-align: right;
  transition: all .2s ease-in-out;
}

.image-3:hover {
  perspective: 569px;
  transform: scale(.9)perspective(471px);
}

.div-block-9 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.icon, .icon-2 {
  display: none;
  position: static;
}

.div-block-10 {
  background-image: url('../images/img-whywork.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.div-block-11 {
  background-color: #f9f9f9;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.whyworkforus {
  width: 100%;
  min-height: 90vh;
  margin-bottom: -15vh;
  display: flex;
}

.div-block-12 {
  max-width: 500px;
}

.cta {
  z-index: 9;
  background-color: #07192f;
  background-image: url('../images/logomark-bg.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  max-width: 1100px;
  height: auto;
  min-height: 20vh;
  margin-bottom: -13vh;
  margin-left: auto;
  margin-right: auto;
  padding: 3vh 12vh 5vh;
  position: relative;
}

.heading-4 {
  color: #fff;
  font-size: 1.7em;
  line-height: 1.2em;
}

.div-block-14 {
  max-width: 500px;
}

.footer {
  background-color: #fff;
  margin-top: 0;
  padding-top: 18vh;
  padding-bottom: 5vh;
}

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

.div-block-15 {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.image-4 {
  display: block;
}

.image-5 {
  margin-top: 5vh;
  display: block;
}

.text-block {
  margin-top: 3vh;
  font-size: 12px;
  display: block;
}

.div-block-16 {
  margin-bottom: 3vh;
}

.text-block-2 {
  float: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: block;
}

.text-block-3 {
  color: var(--dim-grey);
  line-height: 29px;
  text-decoration: none;
}

.footerlink {
  color: var(--medium-aquamarine);
  letter-spacing: .5px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.section-3 {
  margin-top: 10vh;
  margin-bottom: 10vh;
}

.div-block-17 {
  text-align: center;
  max-width: 642px;
  margin-left: auto;
  margin-right: auto;
}

.section-4 {
  background-color: #0000;
  background-image: url('../images/Group-184.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 60vh;
  padding-bottom: 30px;
}

.div-block-18 {
  background-color: #fff;
  margin-top: 1rem;
  padding: 50px;
  box-shadow: 0 7px 15px -1px #9eb3ce4d;
}

.image-6 {
  float: right;
  margin-left: 30px;
}

.div-block-19 {
  margin-top: 3vh;
}

.section-5 {
  background-image: url('../images/gray_1gray.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto;
  margin-bottom: -14vh;
  padding-top: 10vh;
  padding-bottom: 24vh;
}

.grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.section-6 {
  background-color: #fff;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.text-span-3 {
  margin-left: 22px;
  display: inline-block;
}

.text-block-4 {
  margin-bottom: 23px;
}

.div-block-20 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 19px;
  display: flex;
}

.text-block-5 {
  line-height: 2em;
}

.text-block-6 {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 14px;
  display: inline-block;
}

.text-block-6.ip {
  color: var(--dim-grey);
}

.div-block-21, .div-block-22 {
  padding-top: 5vh;
}

.text-span-4 {
  color: #fff;
  margin-right: 5px;
}

.bold-text {
  letter-spacing: 0;
  line-height: 1.5em;
}

.image-7 {
  display: none;
}

.div-block-23 {
  max-width: 500px;
}

.image-8 {
  float: left;
  margin-bottom: 68px;
  margin-right: 13px;
  display: inline;
}

.section-7 {
  display: block;
  position: fixed;
  inset: 0%;
}

.image-9 {
  display: none;
}

.mobilenav {
  background-color: #fff;
  display: none;
  position: fixed;
  inset: 0%;
}

.slider-2 {
  background-color: #0000;
  align-self: stretch;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.slide-2 {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  position: static;
}

.mask-2 {
  height: auto;
  padding-left: 7px;
  padding-right: 7px;
  position: static;
  overflow: hidden;
}

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

.icon-3 {
  display: none;
}

.right-arrow-2 {
  display: none;
  position: static;
}

.icon-4 {
  display: none;
}

.slide-nav-2 {
  display: none;
  position: static;
}

.innerpage-nav {
  background-color: #f9f9f9;
  padding-bottom: 30px;
}

.section-8 {
  background-color: #f9f9f9;
  padding-top: 4vh;
  padding-bottom: 7vh;
}

.page-title-block {
  text-align: center;
  align-self: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.section-9 {
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.section-9.greenbg {
  background-color: #edf3f2;
}

.grid-4 {
  grid-column-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  margin-top: 3vh;
}

.img-logos {
  margin-bottom: 3vh;
}

.div-block-25 {
  margin-top: 3vh;
}

.text-span-5 {
  color: #fff;
}

.grid-5 {
  grid-column-gap: 3vh;
  grid-row-gap: 3vh;
}

.image-14 {
  margin-bottom: 30px;
}

.div-block-26 {
  text-align: left;
}

.div-block-26.centered {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-10 {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.grid-6 {
  grid-column-gap: 3vh;
  grid-row-gap: 3vh;
  grid-template-rows: auto;
}

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

.grid-7 {
  grid-column-gap: 3vh;
  grid-row-gap: 3vh;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-28 {
  text-align: center;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}

.image-15 {
  margin-bottom: 30px;
}

.grid-8 {
  grid-column-gap: 3vh;
  grid-row-gap: 3vh;
  grid-template-rows: auto;
  margin-top: 3vh;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.client-card {
  padding: 30px;
  transition: all .2s ease-in-out;
}

.client-card:hover {
  border-radius: 20px;
  box-shadow: 1px 1px 16px -12px #000;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link {
    display: none;
  }

  .btn-green.apply.whywork {
    margin-left: auto;
    margin-right: auto;
  }

  .btn-green.outline {
    margin-right: 22px;
  }

  .h2 {
    text-align: center;
  }

  .h2.career, .h2.ip {
    text-align: left;
  }

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

  .section {
    background-size: contain;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .section.why {
    min-height: 90vh;
  }

  .grid {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .div-block-8 {
    text-align: center;
    margin-top: 0;
  }

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

  .div-block-10 {
    width: 100%;
    min-height: 35vh;
  }

  .div-block-11 {
    text-align: center;
    width: 100%;
    padding-top: 6vh;
    padding-bottom: 6vh;
  }

  .whyworkforus {
    background-color: #f9f9f9;
    flex-direction: column;
    height: auto;
    min-height: auto;
    margin-bottom: 0;
    padding-bottom: 5vh;
  }

  .div-block-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2 {
    grid-column-gap: 24px;
  }

  .footerlink {
    text-decoration: none;
  }

  .image-6 {
    margin-bottom: 30px;
  }

  .text-block-6 {
    display: none;
  }

  .image-9 {
    padding: 12px;
    display: inline-block;
  }

  .mobilenav {
    z-index: 999999;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: none;
  }

  .image-10 {
    flex: 1;
    align-self: center;
    max-width: 90px;
  }

  .div-block-24 {
    flex-direction: column;
    align-self: stretch;
    align-items: flex-start;
    margin-top: 5vh;
    padding-left: 0;
    display: block;
  }

  .mobmenu-link {
    color: var(--dim-grey);
    text-align: center;
    letter-spacing: .5px;
    justify-content: center;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
    text-decoration: none;
    display: flex;
  }

  .mobmenu-link.green {
    color: var(--medium-aquamarine);
  }

  .mobmenu-link.contact {
    background-color: var(--medium-aquamarine);
    color: #fff;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .image-11 {
    margin-left: 16px;
  }

  .image-12 {
    margin-left: 20px;
  }

  .image-13 {
    position: fixed;
    inset: 2% 2% auto auto;
  }

  .mob-menu-text {
    font-size: 16px;
  }

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

@media screen and (max-width: 767px) {
  .hero {
    background-size: auto;
  }

  .link, .btn-green {
    display: none;
  }

  .btn-green.apply {
    display: flex;
  }

  .btn-green.apply.whywork {
    justify-content: center;
  }

  .btn-green.apply.banner {
    background-color: #fff;
    justify-content: center;
  }

  .btn-green.apply.banner.w--current {
    justify-content: center;
    display: flex;
  }

  .btn-green.apply.light {
    justify-content: center;
  }

  .btn-green.outline {
    display: inline-block;
  }

  .h1 {
    font-size: 4.3em;
  }

  .image-2 {
    margin-right: 22px;
  }

  .link-block-2 {
    display: none;
  }

  .div-block-7 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .h3 {
    line-height: 1.1em;
  }

  .section {
    min-height: 90vh;
  }

  .cta {
    padding: 4vh 4vh 7vh;
  }

  .grid-2 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .image-6 {
    float: none;
    margin-left: 0;
    display: block;
  }

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

  .text-block-6 {
    display: none;
  }

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

  .img-logos {
    float: none;
  }

  .img-logos.pillow {
    float: left;
    flex: none;
    align-self: center;
    margin-bottom: 0;
    margin-right: 30px;
    display: inline-block;
  }

  .headblock {
    border-bottom: 1px solid #4747471a;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 3vh;
    padding-bottom: 3vh;
    display: flex;
  }

  .sub-logo {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .grid-6 {
    grid-row-gap: 5vh;
  }

  .grid-7, .grid-8 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-size: 800px;
  }

  .services {
    height: auto;
    min-height: 100vh;
    padding-top: 7vh;
    padding-bottom: 0;
  }

  .nav {
    justify-content: space-between;
    align-self: center;
    width: 100%;
  }

  .btn-green {
    display: none;
  }

  .btn-green.apply {
    display: flex;
  }

  .btn-green.apply.whywork {
    justify-content: center;
  }

  .btn-green.apply.banner {
    background-color: #fff;
    justify-content: center;
  }

  .btn-green.apply.banner:hover {
    color: var(--medium-aquamarine);
  }

  .btn-green.apply.banner.w--current {
    background-color: #fff;
  }

  .btn-green.apply.banner.w--current:hover {
    color: var(--medium-aquamarine);
  }

  .btn-green.apply.ip {
    justify-content: center;
  }

  .btn-green.outline {
    display: none;
  }

  .div-block-2 {
    margin-top: 6vh;
    margin-bottom: 4vh;
  }

  .link-block {
    margin-bottom: 12px;
  }

  .h1 {
    font-size: 3.3em;
  }

  .h1.white {
    font-size: 2.6em;
  }

  .image-2 {
    margin-right: 0;
  }

  .link-block-2 {
    display: none;
  }

  .h2 {
    max-width: 294px;
    margin-left: auto;
    margin-right: auto;
    font-size: 34px;
    line-height: 45px;
  }

  .h2.career {
    font-size: 26px;
    line-height: 1em;
  }

  .slider {
    max-width: 300px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .mask {
    height: auto;
    position: static;
    overflow: hidden;
  }

  .slide {
    height: auto;
  }

  .div-block-6 {
    flex: 1;
    max-width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-7 {
    flex-direction: column;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    min-height: 80vh;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .section.why {
    padding-top: 0;
  }

  .grid {
    grid-row-gap: 7vh;
    padding: 0;
  }

  .grid.whyteam {
    padding: 43px 29px;
  }

  .image-3 {
    display: none;
  }

  .div-block-10 {
    min-height: 24vh;
  }

  .cta {
    background-image: url('../images/logomark-bg.svg');
    background-position: 77%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 3vh;
    padding-bottom: 8vh;
  }

  .heading-4, .div-block-14 {
    text-align: left;
  }

  .section-3 {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .div-block-18 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-20 {
    flex-flow: column;
  }

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

  .link-block-3.w--current {
    flex: 0 auto;
  }

  .image-7 {
    display: block;
  }

  .image-9 {
    padding: 11px;
  }

  .mobilenav {
    background-color: #fff;
  }

  .image-13 {
    padding: 10px;
    position: fixed;
    inset: 1% 4% auto auto;
  }

  .img-logos.pillow {
    float: none;
    margin-bottom: 3vh;
    margin-right: 0;
  }

  .headblock {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

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

  .grid-6 {
    grid-row-gap: 5vh;
  }

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

#w-node-e2038000-b28f-c4c0-fff5-f8f10fc166b2-a0917a31 {
  place-self: center;
}

#w-node-e0aae5c8-d0d9-1bc3-9355-4c7cff2822e4-a0917a31 {
  justify-self: start;
}

#w-node-e65379d4-ccf3-bf82-d0f0-d4c9443ebb66-a0917a31 {
  place-self: center;
}

#w-node-b3fcb1cf-b3e7-8d1e-a40e-92941261702e-1261702b {
  place-self: stretch start;
}

#forma.w-node-_70fe09f7-33c2-2d7f-95a8-9a3254901cca-b1917a34, #w-node-e2038000-b28f-c4c0-fff5-f8f10fc166b2-1cf56557 {
  place-self: start stretch;
}

#w-node-_95e47577-cb97-4bda-7531-e0a1a6483465-1cf56557 {
  place-self: center stretch;
}

#w-node-c4c52e5f-a570-0ba1-4fa1-bca533a0685e-1cf56557 {
  place-self: start stretch;
}

#w-node-c4c52e5f-a570-0ba1-4fa1-bca533a06862-1cf56557 {
  place-self: center stretch;
}

#w-node-f9fc9720-a711-2d89-03bc-34ab6403cd4f-1cf56557 {
  place-self: start stretch;
}

#w-node-f9fc9720-a711-2d89-03bc-34ab6403cd53-1cf56557 {
  place-self: center stretch;
}

#w-node-_545fe49b-8b56-1660-4755-45d988dd4d8d-6fc057e5, #w-node-_6866b09e-ffe0-2534-0456-c5f2950c984c-6fc057e5, #w-node-_74e2deb4-18c7-eddf-1a99-5aea9659d223-6fc057e5, #w-node-f96af3b9-67c4-b514-1523-4e37046ee697-6fc057e5, #w-node-b01d04e2-4949-a85e-2241-13aee0809fdd-6fc057e5 {
  justify-self: center;
}

#w-node-da2a684f-adbd-5d6e-9398-b152d1580766-7e5c8807 {
  place-self: start center;
}

#w-node-e2038000-b28f-c4c0-fff5-f8f10fc166b2-7e5c8807 {
  place-self: start stretch;
}

#w-node-_95e47577-cb97-4bda-7531-e0a1a6483465-7e5c8807 {
  place-self: center stretch;
}

#w-node-c4c52e5f-a570-0ba1-4fa1-bca533a0685e-7e5c8807 {
  place-self: start stretch;
}

#w-node-c4c52e5f-a570-0ba1-4fa1-bca533a06862-7e5c8807 {
  place-self: center stretch;
}

#w-node-f9fc9720-a711-2d89-03bc-34ab6403cd4f-7e5c8807 {
  place-self: start stretch;
}

#w-node-f9fc9720-a711-2d89-03bc-34ab6403cd53-7e5c8807 {
  place-self: center stretch;
}

#w-node-f60e177d-9052-6bb4-0bde-eda9069c5564-ed4b54a7, #w-node-c4edc834-653d-bbb6-5357-b506bb7ca748-ed4b54a7, #w-node-_98cf4082-3534-5099-8659-d48d0f49ab78-ed4b54a7, #w-node-c1d8d54f-a75a-340f-fe31-1cdd78047d32-ed4b54a7, #w-node-_238c97b0-3edd-fb8b-a4e3-637d97c87978-ed4b54a7 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-e2038000-b28f-c4c0-fff5-f8f10fc166b2-a0917a31 {
    align-self: center;
  }

  #w-node-fbee81b9-0430-2a6d-0281-3695ef47bb1e-7e5c8807 {
    grid-area: 2 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e2038000-b28f-c4c0-fff5-f8f10fc166b2-1cf56557, #w-node-e2038000-b28f-c4c0-fff5-f8f10fc166b2-7e5c8807 {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e2038000-b28f-c4c0-fff5-f8f10fc166b2-1cf56557, #w-node-e2038000-b28f-c4c0-fff5-f8f10fc166b2-7e5c8807 {
    justify-self: start;
  }
}


