@font-face {
  font-family: "Fa duotone 900";
  src: url('../fonts/fa-duotone-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa 300";
  src: url('../fonts/fa-light-300.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Bebasneue book;
  src: url('../fonts/BebasNeue-Book.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Bebasneue;
  src: url('../fonts/BebasNeue-Bold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Poynterostextone;
  src: url('../fonts/PoynterOSTextOne-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Poynter os text one;
  src: url('../fonts/PoynterOSTextOne-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

:root {
  --white: white;
  --dark-turquoise: #4bc4d6;
  --slate-blue: #6a48be;
  --black: black;
}

.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-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

body {
  color: #070707;
  min-width: 100%;
  min-height: 100%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 17px;
  font-style: italic;
  line-height: 25px;
}

.wrapper {
  background-color: #f7f7f7;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.nav {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: none;
  padding-left: 3.38vw;
  padding-right: 3.38vw;
  display: flex;
}

.container.wide {
  max-width: 1600px;
}

.container.wide.spark {
  margin-top: -68px;
}

.container.hero {
  height: auto;
}

.container.footer {
  max-width: 1600px;
  padding-left: 3.38vw;
  padding-right: 3.38vw;
}

.container.bigger {
  max-width: 1800px;
  margin-top: 100px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.container.bigger.alternative {
  display: none;
}

.brand__link.invert {
  filter: invert();
}

.mhero__section {
  z-index: 5;
  background-color: #fff;
  background-image: linear-gradient(#0000 70%, #fff 86%), url('../images/Hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom-right-radius: 45px;
  border-bottom-left-radius: 45px;
  height: 100vh;
  max-height: 640px;
  padding-top: 130px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 14px 14px 60px #0003;
}

.mhero__section.inner {
  background-color: #f7f7f7;
  background-image: none;
  height: auto;
  max-height: none;
  margin-top: -50px;
  padding-top: 150px;
  display: block;
}

.mhero__section.inner.work {
  box-shadow: none;
  background-color: #f7f7f7;
  border-radius: 0;
  padding-bottom: 50px;
}

.mhero__section.inner.work.internal {
  padding-top: 80px;
}

.mhero__section.inner.work.internal.small-pad {
  padding-bottom: 0;
}

.mhero__section.inner.work.first {
  padding-top: 0;
}

.mhero__section.home {
  max-height: 540px;
}

.nav__link {
  color: #363636;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 15px;
}

.nav__link.w--current {
  color: #070707;
}

.nav__link.white {
  color: #fff;
}

.nav__menu {
  justify-content: flex-end;
  align-items: center;
  margin-right: -25px;
  display: flex;
}

.button-wrap {
  background-color: var(--white);
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.button-wrap.nav-b {
  margin-left: 18px;
  margin-right: 18px;
  transition: box-shadow .3s;
}

.button-wrap.nav-b:hover {
  box-shadow: 0 1px 6px #00000026;
}

.nav__button-bg {
  background-image: linear-gradient(280deg, #6a48be, var(--dark-turquoise));
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.testimonials__section {
  background-image: linear-gradient(100deg, #49c5d7 10%, #684dc0);
  align-items: center;
  min-height: auto;
  margin-top: -45px;
  margin-bottom: -45px;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.testimonials__section.small-pad {
  background-image: linear-gradient(100deg, #49c5d7 10%, #684dc0);
  padding-bottom: 0;
}

.mhero__heading-wrap {
  flex: 1;
  align-items: center;
  height: 100%;
  margin-top: 122px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.mhero__content {
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 68% 0% 0%;
}

.mhero__heading {
  color: #07070799;
  text-align: center;
  letter-spacing: 3.84px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  position: absolute;
  bottom: 181px;
}

.mabout__section {
  z-index: 5;
  background-color: #f7f7f7;
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  padding-top: 150px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
  box-shadow: 20px 0 60px #0003;
}

.testimonials__brand {
  white-space: normal;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 20px 50px;
  display: flex;
}

.testimonials__brand.mid {
  padding-right: 0;
}

.testimonials__brand-block {
  width: 80%;
}

.testimonials__brand-img {
  width: auto;
}

.testimonials__brand-img.mid {
  max-width: 80%;
  margin-left: 0;
}

.testimonials__content {
  flex: 1;
  align-items: center;
  padding: 20px 15% 20px 80px;
  display: flex;
}

.t__slider-text {
  color: #fff;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 23px;
  font-style: italic;
  line-height: 28px;
}

.t__slider-text.dark {
  color: #5d5d5d;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 23px;
}

.t__slider-text.video {
  width: 78%;
  margin-top: 0;
  font-size: 19px;
  line-height: 23px;
}

.testimonials__slider-dec {
  background-color: var(--white);
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 40px;
  left: 30%;
}

.mabout__block {
  justify-content: center;
  margin-bottom: 150px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.mabout__block.last {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 100px;
}

.mabout__block.align-top {
  align-items: flex-start;
  margin-bottom: 0;
}

.mabout__column {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.mabout__column.text1 {
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 30px;
  display: flex;
}

.mabout__column.text1.align-right {
  align-items: flex-end;
}

.mabout__column-content {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.mabout__heading-wrap {
  z-index: 5;
  color: #363636;
  margin-bottom: 15px;
  position: relative;
}

.mabout__heading-script {
  margin-bottom: 15px;
  font-family: Yellowtail, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

.mabout__heading-script.white {
  color: #fff;
  font-size: 51px;
}

.mabout__heading-script.internal {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 45px;
}

.h2-heading {
  color: #363636;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 54px;
}

.h2-heading.contact {
  color: #fff;
  margin-bottom: 25px;
  font-size: 65px;
  line-height: 84px;
}

.h2-heading.small {
  margin-bottom: 20px;
  font-size: 43px;
  line-height: 54px;
}

.h2-heading.small.center {
  color: #fff;
  text-align: center;
  margin-top: 31px;
  margin-bottom: 100px;
}

.h2-heading.small.center.left {
  text-align: left;
  margin-top: 0;
  margin-bottom: 50px;
}

.h2-heading.small.center.black {
  color: #363636;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 62px;
  line-height: 54px;
}

.h2-heading.internal {
  color: #fff;
  margin-bottom: 0;
  font-size: 61px;
  line-height: 54px;
}

.h2-heading.smaller {
  font-size: 61px;
  line-height: 54px;
}

.h2-heading.smaller.our-work {
  color: #fff;
  text-align: center;
  font-size: 43px;
  line-height: 38px;
}

.h2-heading.smaller.our-work.page {
  text-align: left;
}

.h2-heading.w {
  color: #fff;
}

.h2-heading.w.video {
  width: 80%;
}

.h2-heading.margin-right {
  padding-right: 30%;
}

.mabout__text {
  color: #5d5d5d;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.mabout__text.max {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 21px;
}

.mabout__text.w {
  color: #fff;
  width: 76%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.mabout__text.w.hero {
  width: 66%;
  margin-top: 5px;
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
}

.mabout__text.w.hero.static {
  width: 63%;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.mabout__text.italic {
  color: #fff;
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
  line-height: 19px;
}

.mabout__text.italic.related {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.mabout__text.description {
  font-size: 16px;
  line-height: 18px;
}

.mabout__text.center {
  text-align: center;
  margin-bottom: 100px;
}

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

.mabout__text.home {
  font-size: 15px;
  line-height: 21px;
}

.mabout__image-wrap.last {
  justify-content: center;
  align-items: center;
  margin-top: -100px;
  margin-bottom: 0;
  display: block;
}

.down__link {
  color: #363636;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Fa 400", sans-serif;
  font-size: 66px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.services__section {
  z-index: 5;
  color: #363636;
  background-color: #f7f7f7;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.services__heading-wrap {
  text-align: center;
  margin-bottom: 70px;
}

.services__wrap {
  flex-wrap: wrap;
  margin-bottom: -20px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.service__box {
  flex: none;
  align-self: stretch;
  width: 33.3333%;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.service__block {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 550px;
  padding: 0 50px;
  transition: all .5s;
  display: flex;
  box-shadow: 1px 1px 54px #0003;
}

.service__block:hover {
  transform: scale(1.05);
}

.service__content {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.service__title {
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 21px;
}

.service__text {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  display: flex;
}

.services__dec {
  z-index: -1;
  background-image: linear-gradient(280deg, var(--slate-blue) 30%, #49c5d7 85%);
  transform-origin: 0%;
  border-top-left-radius: 380px;
  border-bottom-left-radius: 380px;
  width: 150vw;
  height: 800px;
  position: absolute;
  top: 150px;
  left: 32%;
  transform: rotate(25deg);
  box-shadow: inset 18px -18px 18px #00000042;
}

.projects__section {
  z-index: 5;
  padding-bottom: 30px;
  position: relative;
}

.testimonials2__section {
  padding-top: 50px;
  padding-bottom: 16.66vh;
}

.contact__section {
  position: relative;
}

.footer__section {
  background-color: #232323;
  padding-top: 90px;
  padding-bottom: 40px;
  position: relative;
}

.project__slider-image {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  flex: none;
  align-self: center;
  width: 100%;
  height: auto;
  box-shadow: 0 0 54px #0000002e;
}

.project__slider-text {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  display: block;
  position: static;
  left: 150px;
}

.project__slider-image-wrap {
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 65%;
  height: 100%;
  display: flex;
}

.project__slide-content {
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.project__slider-text-block {
  color: #363636;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  max-width: 420px;
  padding-right: 5%;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.project__slider-heading-wrap {
  margin-bottom: 0;
}

.project__slider-desc {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.project__slider-nav-wrap {
  width: 100%;
}

.project__slider-link {
  z-index: 999;
  color: #363636;
  text-transform: uppercase;
  flex: none;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 25px;
  text-decoration: none;
  transition: color .2s;
  position: relative;
}

.project__slider-link:hover {
  color: var(--slate-blue);
}

.project__slider-abs {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  margin-right: auto;
  font-size: 14px;
  display: flex;
  position: relative;
  bottom: 0;
}

.project__slider-nav-block {
  flex: 1;
  align-items: center;
  display: flex;
}

.project__slider-abs-flex {
  flex-direction: column;
  justify-content: flex-end;
  height: auto;
  padding-left: 65%;
  display: flex;
}

.testimonials2__slide-content {
  align-items: center;
  height: 100%;
  display: flex;
}

.testimonials2__slide-img-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  height: 100%;
  padding-right: 50px;
  display: flex;
}

.testimonials2__slide-img {
  background-color: #ddd;
  border-radius: 50%;
  flex: none;
  width: 20vw;
  min-width: 350px;
  max-width: 400px;
  height: 20vw;
  min-height: 350px;
  max-height: 400px;
  box-shadow: inset 2px 2px 16px #0000004d;
}

.testimonials2__slide-img.vmware {
  min-width: auto;
  max-width: 280px;
  min-height: auto;
  max-height: 280px;
  box-shadow: none;
  text-align: center;
  background-color: #0000;
}

.testimonials2__slide-img.vmware.mob {
  display: none;
}

.testimonials2__slide-img.adobe {
  min-width: auto;
  max-width: 280px;
  min-height: auto;
  max-height: 280px;
  box-shadow: none;
  text-align: center;
  background-color: #0000;
}

.testimonials2__slide-img.adobe.mob {
  display: none;
}

.testimonials2__slide-img.habana {
  min-width: auto;
  max-width: 280px;
  min-height: auto;
  max-height: 280px;
  box-shadow: none;
  text-align: center;
  background-color: #0000;
}

.testimonials2__slide-img.habana.mob {
  display: none;
}

.testimonials2__slide-img.salesforce {
  min-width: auto;
  max-width: 280px;
  min-height: auto;
  max-height: 280px;
  box-shadow: none;
  text-align: center;
  background-color: #0000;
}

.testimonials2__slide-img.salesforce.mob {
  display: none;
}

.testimonials2__slide-text-block {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  padding-right: 16vw;
  display: flex;
  position: relative;
}

.t2__quote-wrap {
  align-items: center;
  height: 10vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.t2__quote-text {
  color: #36363624;
  margin-bottom: -5vh;
  font-family: Inconsolata, monospace;
  font-size: 140px;
  line-height: 0;
}

.t2__text-block {
  color: #363636;
}

.t2__text {
  margin-bottom: 25px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 23px;
  font-style: italic;
  font-weight: 400;
  line-height: 34px;
}

.t2__text-author {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

.t2__image-wrap {
  height: 10vh;
  position: absolute;
  inset: auto 0% 0%;
}

.t2__image {
  width: 70px;
  max-height: 100%;
  margin-left: 0;
  margin-right: 15px;
}

.t2__image.adobe {
  width: auto;
  max-height: 45px;
  margin-left: 0;
  margin-right: 20px;
}

.t2__image.last.onlymobile {
  display: none;
}

.t2__image.last.sf {
  margin-left: 0;
  margin-right: 0;
}

.t2__image.wd {
  width: auto;
  max-height: 60px;
  margin-left: 0;
}

.t2__image._1st {
  width: auto;
  max-height: 45px;
  margin-left: 0;
}

.t2__image.intel {
  padding: 5px;
}

.footer__row {
  align-items: center;
  margin-bottom: 11.5vh;
  display: flex;
}

.footer__brand-link {
  margin-right: 7.5%;
}

.footer__menu-link {
  color: #fff;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-right: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.footer__menu-link:hover {
  color: var(--slate-blue);
}

.footer__menu-link.w--current {
  text-decoration: none;
}

.footer__email-wrap {
  flex: none;
  margin-left: auto;
  display: none;
}

.footer__email-link {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 31px;
  text-decoration: none;
  transition: color .2s;
}

.footer__email-link:hover {
  color: var(--slate-blue);
}

.footer__copyright {
  color: #fff6;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 31px;
}

.contact__wrap.pad {
  margin-top: 21px;
}

.contact__closed {
  padding-top: 150px;
  padding-bottom: 135px;
  position: relative;
}

.contact__closed-content {
  z-index: 10;
  color: #fff;
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.contact-cursive {
  font-family: Yellowtail, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.button {
  border: 2px solid var(--white);
  color: #383838;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 30px;
  min-width: 143px;
  padding: 15px 26px;
  font-family: Montserrat, sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 15px;
  transition: all .2s;
}

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

.button.lt {
  border: 2px solid var(--white);
  min-width: auto;
  padding: 15px 26px;
  font-size: 10.5px;
  line-height: 11px;
  transition: all .2s;
}

.button.lt:hover {
  border: 2px solid var(--white);
  color: var(--white);
  background-color: #0000;
}

.button.margin {
  min-width: 143px;
  margin-top: 30px;
  margin-left: -10px;
}

.contact__dec {
  background-color: var(--slate-blue);
  background-image: linear-gradient(to right, var(--dark-turquoise), var(--slate-blue));
  transform-origin: 50%;
  border-radius: 35%;
  width: 100vw;
  min-width: 1366px;
  height: 100vw;
  min-height: 1366px;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(45deg);
  box-shadow: inset -5px 19px 18px #00000040;
}

.contact__dec-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: absolute;
  top: 7vw;
  left: 0;
  right: 0;
}

.contact__form-wrap {
  z-index: 5;
  opacity: 1;
  text-align: center;
  max-width: 600px;
  height: 190px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}

.contact__form-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Bebasneue, sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 60px;
}

.contact__form-input {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 10px;
  height: 50px;
  margin-bottom: 30px;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.contact__form-input:focus {
  border-color: var(--slate-blue);
}

.contact__form-input::placeholder {
  color: #fff9;
  font-style: italic;
}

.contact__form-input.textarea {
  height: 210px;
  min-height: 210px;
  max-height: 210px;
  margin-bottom: 26px;
}

.contact__form-input.textarea.last {
  margin-bottom: 26px;
}

.contact__form {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.contact__closed-block {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contact__form-block {
  z-index: 999;
  margin-bottom: 0;
  padding-bottom: 5px;
  position: relative;
}

.contact__form-block.page {
  z-index: 98;
  text-align: center;
  padding-top: 25%;
  padding-bottom: 150px;
}

.contact__form-block.ty {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mhero__illu-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 5% 0% 0%;
}

.mhero__illu-block {
  flex: none;
  width: 73vw;
  min-width: 900px;
  max-width: 1500px;
  display: flex;
  position: relative;
}

.mhero__light-img {
  width: 36.5%;
  position: absolute;
  inset: -12% auto auto 1.7%;
}

.mhero__bit-img {
  width: 6%;
  position: absolute;
  inset: -19% auto auto -2.1%;
}

.mhero__spark-img {
  width: 18.35%;
  position: absolute;
  inset: 25.5% -7% auto auto;
}

.board__img-wrap {
  align-items: center;
  max-width: 90%;
  height: 100%;
  display: flex;
}

.board__img-block {
  max-width: 640px;
  position: relative;
  transform: translate(-5%);
}

.board__img-sketch {
  width: 55.7%;
  position: absolute;
  inset: 6% auto auto 15%;
}

.board__img-bit {
  width: 21%;
  position: absolute;
  inset: 16% 5.5% auto auto;
}

.str__img-wrap {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.str__img-block {
  max-width: 75%;
  margin-top: -80px;
  position: relative;
}

.board__studio-shadow {
  width: 163%;
  max-width: none;
  position: absolute;
  bottom: 19%;
  left: -27%;
}

.board__img {
  position: relative;
}

.str__spark-img {
  width: 30%;
  position: absolute;
  bottom: 7%;
  left: -16.5%;
  right: auto;
}

.str__featherl-img {
  transform-origin: 0 100%;
  width: 5.8%;
  position: absolute;
  inset: auto auto 37.5% -4%;
}

.str__featherr-img {
  transform-origin: 100% 100%;
  width: 7.64%;
  position: absolute;
  inset: auto auto 37% -17%;
}

.str__image {
  filter: hue-rotate(349deg) saturate(67%);
}

.str__studio-shadow {
  width: 163%;
  max-width: none;
  position: absolute;
  bottom: 9%;
  right: -26%;
}

.unite__img-block {
  flex: 0 auto;
  display: inline-block;
  position: relative;
}

.unite__img {
  filter: saturate(108%);
  min-width: 80%;
  position: relative;
}

.unite__img-light {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.unite__bit-img {
  width: 20%;
  position: absolute;
  inset: 37% 6% auto auto;
}

.unite__spark {
  width: 30%;
  position: absolute;
  inset: auto auto 5.2% -11%;
}

.nav__link-wrap {
  margin-top: 5px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 0;
  position: relative;
}

.nav__link-underline {
  background-image: linear-gradient(to right, var(--dark-turquoise), var(--slate-blue));
  transform-origin: 50%;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% -5px;
}

.nav__button {
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 15px 26px;
  font-family: Montserrat, sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 15px;
}

.nav__button.w--current {
  color: var(--dark-turquoise);
}

.nav__button.mobile {
  color: #363636;
}

.mhero__illu-img {
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.board__img-bitt {
  width: 100%;
}

.mobile-only-logo {
  display: none;
}

.utility-page-wrap {
  background-image: linear-gradient(to right, #4bc4d6, #6a48be);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: auto;
  min-height: 700px;
  max-height: 700px;
  padding-top: 100px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  display: flex;
}

.h2-giant {
  color: #fff;
  font-family: Bebasneue, sans-serif;
  font-size: 340px;
  line-height: 300px;
}

.div-hero-text {
  text-align: center;
  width: 40%;
  margin-top: 8%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.div-hero-text.about {
  margin-top: 6%;
}

.div-hero-text.bigger {
  margin-top: 11%;
}

.div-hero-text.mid {
  margin-top: 0%;
}

.div-hero-internal {
  z-index: 10;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-hero-internal.align-middle {
  align-items: center;
}

.columns-internal-content {
  align-items: center;
  display: flex;
}

.columns-internal-content.rev {
  background-image: url('../images/Untitled-2.png');
  background-position: 80% 79%;
  background-repeat: no-repeat;
  background-size: 70%;
  flex-direction: row-reverse;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 200px;
  padding-bottom: 200px;
}

.column-pad {
  padding-right: 8%;
}

.column-pad.left {
  padding-left: 140px;
  padding-right: 8%;
}

.div-testimonial {
  color: #fff;
  background-color: #ffffff30;
  border-radius: 50px;
  margin-bottom: 40px;
  margin-left: 35px;
  margin-right: 10px;
  padding: 70px;
  font-family: Poynterostextone, sans-serif;
  font-size: 20px;
  line-height: 29px;
}

.div-testimonial.cisco {
  padding: 80px;
}

.div-testimonial.cisco.off {
  display: none;
}

.div-testimonial.cloud {
  margin-right: 10px;
  padding: 70px;
}

.div-testimonial.light {
  width: 85%;
  margin-right: 10px;
  padding: 70px;
}

.div-testimonial.habana {
  width: 90%;
  margin-left: 10px;
  padding: 70px;
}

.div-testimonial.habana.wd {
  width: 90%;
  margin-top: 40px;
  margin-left: 6%;
  margin-right: auto;
}

.div-testimonial.vmware {
  width: 85%;
  margin-bottom: 40px;
  margin-left: 10px;
  padding: 70px;
}

.div-testimonial.vmware.last {
  width: 85%;
  margin-left: 10px;
}

.div-testimonial.cisco {
  width: 95%;
  margin-left: 0;
  padding: 70px;
}

.logo-testimonial {
  max-width: 150px;
  margin-bottom: 15px;
}

.txt-author {
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 22px;
}

.arrow-top {
  opacity: .19;
  width: 50px;
  margin-top: -95px;
  position: absolute;
}

.arrow-right {
  float: right;
  opacity: .19;
  width: 60px;
  margin-top: 50px;
  margin-right: -116px;
  position: relative;
  transform: rotate(90deg);
}

.arrow-right.inverted {
  float: left;
  opacity: 1;
  width: 27px;
  margin-left: -97px;
  margin-right: 0;
  transform: none;
}

.arrow-right.inverted.margin-bottom {
  width: 27px;
  margin-top: -248px;
  margin-left: -97px;
}

.arrow-right.bottom {
  float: none;
  width: 50px;
  margin-top: 70px;
  position: absolute;
  transform: none;
}

.circle-purple-jobs {
  background-image: url('../images/grad.png'), linear-gradient(60deg, #49c5d7 10%, #684dc0);
  background-position: 100% 0, 0 0;
  background-size: 230px, auto;
  border-radius: 500px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  padding: 84px;
  transition: all .4s;
  display: flex;
  box-shadow: inset 4px 4px 9px #0000004d;
}

.circle-purple-jobs:hover {
  background-position: 100% 0, 0 0;
  background-size: 300px, auto;
}

.collection-item {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 150px;
  display: flex;
}

.div-content-job {
  width: 55%;
}

.container-short {
  flex: 1;
  padding-left: 5%;
  padding-right: 5%;
}

.field {
  color: #fff;
  background-color: #0000;
  border: 1.5px solid #fff;
  border-radius: 10px;
  height: 60px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: italic;
  transition: background-color .4s, box-shadow .4s;
}

.field:focus {
  box-shadow: 1px 1px 12px 5px var(--dark-turquoise);
  background-color: #0000000a;
  border-color: #fff;
}

.field::placeholder {
  color: #ffffff82;
}

.field.txtarea {
  height: 100%;
  min-height: 300px;
}

.field.last {
  margin-bottom: 0;
}

.columns {
  display: flex;
}

.column-5 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 0;
  display: flex;
}

.success-message {
  color: #fff;
  background-color: #0000;
  font-family: Montserrat, sans-serif;
}

.numbers {
  margin-top: 40px;
  margin-bottom: 40px;
}

.nav-color {
  z-index: 99;
  background-color: #fff;
  width: 100%;
  height: 120px;
  margin-top: -300px;
  position: fixed;
  box-shadow: 2px 2px 9px #0000003b;
}

.link-cases {
  z-index: 12;
  color: #fff;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  border-radius: 7px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-height: 435px;
  margin-bottom: 50px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 9px 1px #0000002b;
}

.link-cases.third-size {
  border-radius: 10px;
  width: 100%;
  min-height: 500px;
  transition: transform .6s;
  overflow: hidden;
}

.link-cases.third-size:hover {
  transform: scale(1.03);
}

.next-2 {
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.plus-icon {
  z-index: 13;
  margin-bottom: 32px;
  margin-left: 40px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-overlay {
  z-index: 10;
  background-image: none;
  border-radius: 7px;
  width: 100%;
  min-height: 435px;
  margin-bottom: 0;
  padding-top: 55px;
  padding-left: 55px;
  position: absolute;
}

.div-overlay.centered {
  text-align: center;
  background-image: linear-gradient(#00000091, #00000091);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-caption {
  z-index: 15;
  opacity: 1;
  background-color: #fff;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  align-items: center;
  height: 120px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.logo-internal-case {
  filter: contrast(200%) contrast(200%) invert();
  max-width: 150px;
  margin-bottom: 15px;
}

.logo-internal-case.rev {
  filter: brightness(200%);
  max-width: 100px;
}

.columns-mid {
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.columns-mid.revert {
  flex-direction: row-reverse;
  margin-bottom: 0;
}

.columns-mid.revert.small-pad {
  margin-bottom: 0;
}

.columns-mid.revert.pad {
  margin-bottom: 100px;
}

.columns-mid.revert.alternative.ike {
  flex-direction: row;
  margin-bottom: 100px;
}

.columns-mid.small-pad {
  margin-bottom: 0;
}

.columns-zero-pad {
  padding-left: 0;
  padding-right: 0;
}

.columns-pad-50 {
  padding-left: 5%;
  padding-right: 5%;
}

.image-round-right {
  border-radius: 0 8px 8px 0;
  width: 100%;
  box-shadow: 1px 1px 8px 3px #00000029;
}

.image-round-left {
  border-radius: 8px 0 0 8px;
  width: 100%;
  box-shadow: -1px 1px 8px 3px #00000029;
}

.mask {
  height: auto;
}

.slider {
  background-color: #0000;
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.div-slides-related {
  justify-content: space-between;
  display: block;
}

.arrows-off {
  color: #2d2d2d;
  margin-left: -64px;
  display: block;
}

.arrows-off.right {
  margin-right: -64px;
}

.slider-controls {
  margin-bottom: -50px;
  font-size: 13px;
}

.sections {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sections.small-pad {
  padding-top: 50px;
}

.collection-item-2 {
  padding-left: 25px;
  padding-right: 25px;
}

.herringbone-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: ". . . . . . . . . Area" 1fr
                 ". . . . . . . . . ." 1fr
                 ". . . . . . . . . ." 1fr
                 ". . . . . . . . . ." 1fr
                 ". . . . . . . . . ." 1fr
                 / .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr;
  width: 100%;
  height: 100vh;
  min-height: auto;
  margin-top: 40px;
  transform: rotate(0);
}

.herringbone-grid.second {
  grid-row-gap: 40px;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  height: auto;
  min-height: 140vh;
}

.herringbone-block {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 9px #00000045;
}

.grid-img-wrapper {
  z-index: 1;
  cursor: default;
  padding: 16px;
  position: absolute;
  inset: 0;
}

.grid-img {
  background-image: url('../images/5e681d125aa194854f753dab_Smart-Rollups-01.png');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.grid-img._1 {
  background-image: url('../images/iogurt.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._3 {
  background-color: #fff;
  background-image: url('../images/rollup-21.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
}

.grid-img.skip {
  background-image: url('../images/emailer2.png');
  background-position: 0 0;
  background-size: cover;
}

.grid-img.towel {
  background-image: url('../images/towel.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid-img.totem {
  background-image: url('../images/Roll_up3.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid-img.womans {
  background-image: url('../images/CDW-HCI-only-woman.jpg');
  background-position: 50%;
  background-size: cover;
}

.grid-img.bats {
  background-image: url('../images/Vector-Smart-Object.png');
  background-position: 0%;
  background-size: cover;
}

.grid-img.shirt {
  background-color: #fff;
  background-image: url('../images/Vector-Smart-Object1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.grid-img.thevmw {
  background-image: url('../images/emailer3.png');
  background-position: 50%;
  background-size: cover;
}

.swiper-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: block;
}

.swiper-pagination {
  text-align: center;
  margin-bottom: 10px;
  margin-left: -10px;
  padding-bottom: 0;
}

.swiper-pagination.testimonials {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  height: 50px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0%;
  display: flex;
  position: absolute;
}

.swiper-slide {
  display: flex;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-3 {
  text-align: center;
  height: 80px;
}

.div-block-4 {
  width: 100%;
  position: absolute;
  bottom: 65px;
}

.div-block-5 {
  flex-direction: column;
  padding-left: 40px;
  display: flex;
}

.logo-case {
  max-width: 120px;
  margin-bottom: 20px;
}

.logo-case.margin {
  max-width: 200px;
}

.logo-case.cisco {
  max-width: 100px;
}

.image-2 {
  width: 120px;
  position: absolute;
  top: 37%;
  left: 39%;
}

.section-full-lightbox {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Screen-Shot-2019-12-15-at-10.08.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  min-height: 780px;
  max-height: 780px;
  display: flex;
}

.section-full-lightbox.vmware {
  background-image: linear-gradient(#0000, #0000), url('../images/Think-Value-image-for-the-main-project-page.jpg');
  min-height: 500px;
  max-height: 500px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-full-lightbox.skyline {
  background-image: linear-gradient(#0000, #0000), url('../images/Vector-Smart-Object1.jpg');
  min-height: 500px;
  max-height: 500px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-full-lightbox.lightbits {
  background-image: linear-gradient(#0000, #0000), url('../images/c.png');
  background-size: auto, cover;
  min-height: 500px;
  max-height: 500px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-full-lightbox.lietome {
  min-height: 500px;
  max-height: 500px;
  margin-bottom: 50px;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-full-lightbox.lietome.cisco {
  background-image: linear-gradient(#0000, #0000), url('../images/5e869287246413bb209b4467_Vector-Smart-Object.jpg');
  background-size: auto, cover;
  min-height: 500px;
  max-height: 500px;
  margin-bottom: 0;
}

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

.spacer {
  height: 15px;
}

.columns-2, .upload-wrap {
  align-items: center;
  display: flex;
}

.input-wrapper {
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.submission-image {
  border: 1px solid #01ccbe26;
  border-radius: 40px;
}

.submission-image.hide {
  display: none;
}

.uploadcare--widget__button_type_open {
  color: #fff;
  text-align: left;
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/clip-outline-1.svg');
  background-position: 4%;
  background-repeat: no-repeat;
  background-size: 25px;
  border: 1.5px solid #fff;
  border-radius: 10px;
  width: 100%;
  height: 60px;
  margin-bottom: 0;
  padding-left: 54px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: italic;
  transition: background-color .4s, box-shadow .4s;
}

.uploadcare--widget__button_type_open:hover {
  color: #fff;
  text-align: left;
  background-color: #fff0;
  background-image: url('../images/clip-outline-1.svg');
  background-position: 4%;
  background-repeat: no-repeat;
  background-size: 25px;
  background-attachment: scroll;
  border: 1.5px solid #fff;
  border-radius: 10px;
  width: 100%;
  height: 60px;
  margin-bottom: 0;
  padding-left: 54px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
}

.uploadcare--widget__button_type_open:active {
  color: #fff;
  text-align: left;
  width: 100%;
  height: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  text-decoration: none;
}

.uploadcare--widget__button_type_open:focus {
  width: 100%;
  height: 60px;
  box-shadow: 1px 1px 12px 5px var(--dark-turquoise);
  color: #fff;
  text-align: left;
  background-color: #0000000a;
  background-position: 4%;
  background-size: 25px;
  border: 1.5px solid #fff;
  border-radius: 10px;
  padding-left: 54px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
}

.uploadcare--widget__button_type_open::placeholder {
  color: #ffffff82;
}

.monster-couch {
  margin-top: 0;
  margin-bottom: -143px;
}

.success-message-2 {
  color: #fff;
  background-color: #0000;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 50px;
}

.success-message-2.ty {
  margin-top: 0;
  margin-bottom: 0;
}

.pre-loader {
  z-index: 99999;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.top-header-internal {
  object-fit: cover;
  flex: 1;
  width: 100%;
}

.div-corner {
  z-index: 9;
  background-color: #fff0;
  border-radius: 10px;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  bottom: 0;
  right: auto;
  transform: none;
}

.div-shape-corner {
  width: 100%;
  margin-top: -45px;
  position: absolute;
}

.image-header-mobile, .monster2-mobile {
  display: none;
}

.pagination {
  flex-wrap: nowrap;
}

.page-count {
  align-items: center;
  width: auto;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.projects-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}

.prj-link {
  display: block;
}

.prj-link__img {
  width: 100%;
}

.image-logo-clients {
  max-height: 40px;
  margin-left: 40px;
}

.side-a {
  width: 28%;
  padding-top: 0;
}

.side-b {
  width: 80%;
  padding-left: 40px;
  padding-right: 40px;
}

.div-caption-logo {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.bold-cases {
  margin-bottom: 15px;
  display: block;
}

.div-line-mobile {
  display: none;
}

.nav-ipad-pro {
  z-index: -1;
  background-color: #fff;
  width: 100%;
  height: 110px;
  margin-top: -47px;
  display: none;
  position: fixed;
  box-shadow: 2px 2px 9px #0000003b;
}

.div-block-6 {
  margin-bottom: 150px;
}

.arrow-right-side {
  float: right;
  opacity: .19;
  width: 25px;
  margin-top: 50px;
  margin-right: -95px;
  position: relative;
}

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

.recaptcha {
  text-align: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.recaptcha.left {
  margin-left: 0;
}

.div-recaptcha {
  text-align: center;
  justify-content: center;
  display: flex;
}

.div-recaptcha.is-left-desktop {
  text-align: left;
  justify-content: flex-start;
}

@media screen and (min-width: 1280px) {
  p {
    font-size: 17px;
    line-height: 25px;
  }

  .mhero__section {
    background-image: linear-gradient(#0000 78%, #fff), url('../images/Hero.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .nav__link {
    font-size: 10.5px;
    line-height: 15px;
  }

  .button-wrap.nav-b {
    margin-left: 18px;
    margin-right: 18px;
  }

  .testimonials__section {
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .mhero__heading {
    font-size: 18px;
    line-height: 30px;
    bottom: 159px;
  }

  .testimonials__brand-img.mid {
    margin-left: 41px;
  }

  .t__slider-text {
    font-size: 23px;
    line-height: 28px;
  }

  .t__slider-text.dark {
    font-size: 18px;
    line-height: 25px;
  }

  .t__slider-text.video {
    font-size: 19px;
    line-height: 23px;
  }

  .mabout__heading-script {
    font-size: 26px;
    line-height: 22px;
  }

  .mabout__heading-script.internal {
    font-size: 30px;
    line-height: 45px;
  }

  .h2-heading {
    font-size: 58px;
    line-height: 54px;
  }

  .h2-heading.contact {
    font-size: 65px;
  }

  .h2-heading.small {
    font-size: 43px;
    line-height: 54px;
  }

  .h2-heading.small.center.black {
    font-size: 62px;
    line-height: 54px;
  }

  .h2-heading.internal, .h2-heading.smaller {
    font-size: 61px;
    line-height: 54px;
  }

  .h2-heading.smaller.our-work {
    font-size: 43px;
    line-height: 38px;
  }

  .h2-heading.w.video {
    width: 78%;
  }

  .mabout__text, .mabout__text.max {
    font-size: 15px;
    line-height: 21px;
  }

  .mabout__text.w.hero {
    font-size: 20px;
  }

  .mabout__text.w.hero.static {
    font-size: 15px;
    line-height: 21px;
  }

  .mabout__text.italic {
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
    line-height: 19px;
  }

  .mabout__text.italic.related {
    font-size: 15px;
    line-height: 32px;
  }

  .mabout__text.description {
    font-size: 15px;
  }

  .mabout__text.home, .service__title, .service__text {
    font-size: 15px;
    line-height: 21px;
  }

  .testimonials2__section {
    padding-top: 50px;
  }

  .project__slider-text {
    position: static;
    left: 150px;
  }

  .project__slider-text-block {
    margin-top: 50px;
  }

  .project__slider-desc, .project__slider-link {
    font-size: 15px;
    line-height: 25px;
  }

  .testimonials2__slide-img.vmware {
    width: 100%;
    min-width: auto;
    max-width: 280px;
    height: 100%;
    min-height: 280px;
    max-height: 280px;
  }

  .testimonials2__slide-img.adobe {
    width: 100%;
    min-width: 280px;
    max-width: 280px;
    height: auto;
    min-height: 280px;
    max-height: none;
  }

  .testimonials2__slide-img.habana, .testimonials2__slide-img.salesforce {
    width: 100%;
    height: 100%;
    min-height: 280px;
  }

  .testimonials2__slide-text-block {
    padding-right: 10vw;
  }

  .t2__text {
    font-size: 23px;
    line-height: 34px;
  }

  .t2__text-author {
    font-size: 15px;
    line-height: 30px;
  }

  .t2__image {
    width: 80px;
  }

  .footer__menu-link {
    font-size: 13px;
  }

  .footer__email-link, .footer__copyright {
    font-size: 15px;
  }

  .button {
    min-width: 190px;
    padding: 17px 29px;
    font-size: 10.5px;
    line-height: 11px;
  }

  .button.lt {
    min-width: auto;
    padding: 17px 29px;
    font-size: 10.5px;
    line-height: 11px;
  }

  .button.margin {
    margin-top: 30px;
  }

  .contact__form-wrap {
    opacity: 0;
  }

  .contact__form-input {
    height: 60px;
    font-size: 15px;
  }

  .nav__link-wrap {
    margin-left: 12px;
    margin-right: 12px;
  }

  .nav__button {
    padding: 15px 26px;
    font-size: 10.5px;
    line-height: 15px;
  }

  .div-hero-text.about {
    margin-top: 7%;
  }

  .div-hero-text.bigger {
    margin-top: 12%;
  }

  .columns-internal-content.rev {
    background-position: 80% 77%;
    padding-top: 150px;
  }

  .column-pad, .column-pad.left {
    padding-right: 8%;
  }

  .logo-testimonial {
    max-width: 150px;
  }

  .txt-author {
    font-size: 11px;
  }

  .circle-purple-jobs {
    background-size: 250px, auto;
    width: 250px;
    height: 250px;
  }

  .circle-purple-jobs:hover {
    background-position: 100% 0, 0 0;
    background-size: 350px, auto;
  }

  .div-content-job {
    width: 55%;
  }

  .field {
    font-size: 15px;
  }

  .field.txtarea {
    min-height: 300px;
  }

  .nav-color {
    height: 105px;
  }

  .link-cases {
    min-height: 435px;
  }

  .link-cases.third-size {
    min-height: 450px;
  }

  .div-overlay {
    min-height: 435px;
  }

  .div-overlay.centered {
    background-image: linear-gradient(#00000091, #00000091);
    min-height: 450px;
  }

  .logo-internal-case {
    max-width: 150px;
  }

  .logo-internal-case.rev {
    filter: contrast(200%);
    max-width: 100px;
  }

  .slider {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-pagination {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .swiper-pagination.brands {
    padding-left: 25%;
  }

  .swiper-container {
    padding-bottom: 0;
  }

  .logo-case {
    max-width: 150px;
  }

  .logo-case.margin {
    max-width: 250px;
    margin-bottom: 30px;
  }

  .logo-case.cisco {
    max-width: 100px;
  }

  .image-2 {
    width: 150px;
    left: 39%;
  }

  .section-full-lightbox.vmware, .section-full-lightbox.skyline, .section-full-lightbox.lightbits, .section-full-lightbox.lietome {
    min-height: 500px;
    max-height: 500px;
  }

  .section-full-lightbox.lietome.cisco {
    min-height: 500px;
    max-height: 500px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pre-loader {
    display: none;
  }

  .top-header-internal {
    width: 100%;
  }

  .div-corner {
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    left: auto;
  }

  .div-shape-corner {
    margin-top: -36px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-ipad-pro {
    height: 105px;
  }
}

@media screen and (min-width: 1440px) {
  p {
    font-size: 17px;
    line-height: 25px;
  }

  .mhero__section {
    background-image: linear-gradient(#0000 64%, #fff 88%), url('../images/Hero.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .nav__link {
    font-size: 10.5px;
    line-height: 15px;
  }

  .button-wrap.nav-b {
    margin-left: 18px;
    margin-right: 18px;
  }

  .testimonials__section {
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .mhero__heading {
    font-size: 18px;
    line-height: 30px;
    bottom: 163px;
  }

  .testimonials__brand-img.mid {
    margin-left: 49px;
  }

  .t__slider-text {
    font-size: 23px;
    line-height: 28px;
  }

  .t__slider-text.dark {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: 28px;
  }

  .t__slider-text.video {
    font-size: 19px;
    line-height: 23px;
  }

  .mabout__heading-script {
    font-size: 26px;
    line-height: 22px;
  }

  .mabout__heading-script.internal {
    font-size: 38px;
    line-height: 52px;
  }

  .h2-heading {
    font-size: 58px;
    line-height: 54px;
  }

  .h2-heading.contact {
    font-size: 65px;
  }

  .h2-heading.small {
    margin-bottom: 15px;
    font-size: 43px;
    line-height: 54px;
  }

  .h2-heading.small.center.black {
    font-size: 62px;
    line-height: 54px;
  }

  .h2-heading.internal {
    font-size: 82px;
    line-height: 76px;
  }

  .h2-heading.internal.smaller {
    font-size: 70px;
    line-height: 72px;
  }

  .h2-heading.smaller {
    font-size: 61px;
    line-height: 54px;
  }

  .h2-heading.smaller.our-work {
    font-size: 43px;
    line-height: 38px;
  }

  .h2-heading.smaller.our-work.page {
    margin-top: 55px;
    margin-left: 55px;
    font-size: 43px;
    line-height: 38px;
  }

  .h2-heading.w.video {
    font-size: 61px;
    line-height: 54px;
  }

  .mabout__text {
    font-size: 15px;
    line-height: 21px;
  }

  .mabout__text.w.hero {
    font-size: 25px;
    line-height: 30px;
  }

  .mabout__text.w.hero.static {
    width: 56%;
    margin-top: 15px;
    font-size: 15px;
    line-height: 21px;
  }

  .mabout__text.italic {
    margin-top: 5px;
    margin-left: 55px;
    font-size: 13px;
    font-style: italic;
    line-height: 19px;
  }

  .mabout__text.italic.related {
    margin-left: 0;
    font-size: 15px;
    line-height: 32px;
  }

  .mabout__text.description {
    font-size: 15px;
  }

  .service__title, .service__text {
    font-size: 15px;
    line-height: 21px;
  }

  .testimonials2__section {
    padding-top: 50px;
  }

  .project__slider-text {
    position: static;
    left: 150px;
  }

  .project__slider-desc, .project__slider-link {
    font-size: 15px;
    line-height: 25px;
  }

  .project__slider-abs-flex {
    align-items: flex-start;
    position: relative;
  }

  .testimonials2__slide-text-block {
    padding-right: 5vw;
  }

  .t2__text {
    font-size: 23px;
    line-height: 34px;
  }

  .t2__text-author {
    font-size: 15px;
    line-height: 30px;
  }

  .t2__image {
    width: 100px;
  }

  .t2__image.last.sf {
    margin-left: 0;
    margin-right: 0;
  }

  .footer__menu-link {
    font-size: 13px;
  }

  .footer__email-link, .footer__copyright {
    font-size: 15px;
  }

  .contact-cursive {
    color: #fff;
    font-size: 54px;
    line-height: 67px;
  }

  .button {
    letter-spacing: 1px;
    min-width: 190px;
    margin-top: 0;
    padding: 17px 29px;
    font-size: 10.5px;
  }

  .button.lt {
    letter-spacing: 1px;
    min-width: 143px;
    margin-top: 0;
    padding: 17px 29px;
    font-size: 10.5px;
    line-height: 11px;
  }

  .button.margin {
    margin-top: 30px;
  }

  .contact__form-wrap {
    opacity: 0;
  }

  .contact__form-input {
    height: 60px;
    font-size: 15px;
  }

  .nav__link-wrap {
    margin-left: 12px;
    margin-right: 12px;
  }

  .nav__button {
    padding: 15px 26px;
    font-size: 10.5px;
    line-height: 15px;
  }

  .div-hero-text {
    margin-top: 8%;
  }

  .div-hero-text.about {
    margin-top: 7%;
  }

  .div-hero-text.bigger {
    margin-top: 12%;
  }

  .columns-internal-content.rev {
    background-position: 80% 50px;
    background-size: 65%;
    padding-top: 150px;
  }

  .column-pad, .column-pad.left {
    padding-right: 8%;
  }

  .logo-testimonial {
    max-width: 200px;
  }

  .txt-author {
    margin-top: 20px;
    font-size: 11px;
  }

  .circle-purple-jobs {
    background-size: 270px, auto;
    width: 270px;
    height: 270px;
  }

  .div-content-job {
    width: 55%;
  }

  .field {
    font-size: 15px;
  }

  .field.txtarea {
    min-height: 300px;
  }

  .link-cases {
    min-height: 435px;
  }

  .div-overlay {
    min-height: 435px;
    padding-top: 0;
    padding-left: 0;
  }

  .div-overlay.centered {
    background-image: linear-gradient(#00000091, #00000091);
  }

  .logo-internal-case.rev {
    max-width: 150px;
  }

  .slider {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .arrows-off {
    color: #2d2d2d;
    margin-left: -64px;
    display: block;
  }

  .arrows-off.right {
    margin-right: -64px;
  }

  .swiper-pagination.brands {
    padding-left: 24%;
  }

  .swiper-container {
    padding-bottom: 0;
  }

  .logo-case {
    max-width: 150px;
  }

  .logo-case.margin {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .logo-case.cisco {
    max-width: 100px;
  }

  .image-2 {
    width: 150px;
    top: 35%;
    left: 41%;
  }

  .section-full-lightbox.vmware {
    min-height: 500px;
    max-height: 500px;
    margin-top: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-full-lightbox.skyline {
    max-width: none;
    min-height: 500px;
    max-height: 500px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-full-lightbox.lightbits {
    min-height: 500px;
    max-height: 500px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-full-lightbox.lietome {
    min-height: 500px;
    max-height: 500px;
  }

  .section-full-lightbox.lietome.cisco {
    min-height: 500px;
    max-height: 500px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .monster-couch {
    margin-bottom: -112px;
  }

  .success-message-2 {
    background-color: #0000;
  }

  .pre-loader {
    display: none;
  }

  .top-header-internal {
    width: 100%;
  }

  .div-corner {
    bottom: auto;
    left: auto;
  }

  .div-shape-corner {
    margin-top: -35px;
  }

  .pagination {
    text-align: center;
    flex-flow: row;
  }

  .page-count {
    align-items: center;
    width: auto;
    margin-top: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  p {
    font-size: 22px;
    line-height: 30px;
  }

  .container.bigger {
    width: 100%;
    max-width: none;
  }

  .mhero__section {
    background-image: linear-gradient(#0000 68%, #fff 88%), url('../images/Hero.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    box-shadow: 14px 14px 60px #0003;
  }

  .mhero__section.inner {
    box-shadow: none;
  }

  .nav__link {
    font-size: 14px;
  }

  .testimonials__section {
    min-height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .mhero__heading {
    font-size: 24px;
    line-height: 40px;
    bottom: 100px;
  }

  .testimonials__brand {
    padding-right: 50px;
  }

  .testimonials__brand-img {
    width: auto;
  }

  .testimonials__brand-img.mid {
    margin-left: 48px;
  }

  .t__slider-text {
    font-size: 31px;
    line-height: 37px;
  }

  .mabout__heading-script {
    font-size: 35px;
    line-height: 30px;
  }

  .mabout__heading-script.internal {
    font-size: 51px;
    line-height: 87px;
  }

  .h2-heading {
    font-size: 58px;
    line-height: 54px;
  }

  .h2-heading.contact {
    color: #fff;
    font-size: 87px;
    line-height: 85px;
  }

  .h2-heading.small {
    margin-bottom: 0;
    font-size: 58px;
    line-height: 72px;
  }

  .h2-heading.small.center {
    letter-spacing: 0;
  }

  .h2-heading.small.center.left {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .h2-heading.internal {
    font-size: 110px;
    line-height: 102px;
  }

  .h2-heading.internal.join {
    font-size: 137px;
  }

  .h2-heading.internal.work {
    font-size: 119px;
    line-height: 106px;
  }

  .h2-heading.internal.smaller {
    font-size: 100px;
    line-height: 95px;
  }

  .h2-heading.smaller {
    font-size: 82px;
    line-height: 72px;
  }

  .h2-heading.smaller.our-work {
    margin-top: 0;
    margin-left: 0;
    font-size: 58px;
    line-height: 51px;
  }

  .h2-heading.smaller.our-work.page {
    margin-top: 55px;
    margin-left: 55px;
  }

  .h2-heading.w.video {
    width: 76%;
  }

  .mabout__text {
    font-size: 20px;
    line-height: 31px;
  }

  .mabout__text.max {
    font-size: 20px;
    line-height: 30px;
  }

  .mabout__text.w.hero {
    width: 67%;
    font-size: 33px;
    line-height: 40px;
  }

  .mabout__text.w.hero.static {
    width: 56%;
    margin-top: 15px;
    font-size: 20px;
    line-height: 31px;
  }

  .mabout__text.w.hero.static.work {
    font-size: 22px;
    line-height: 32px;
  }

  .mabout__text.italic {
    margin-top: 5px;
    margin-left: 55px;
    font-size: 17px;
    font-style: italic;
    line-height: 26px;
  }

  .mabout__text.italic.related {
    margin-top: 10px;
    margin-left: 0;
    font-size: 26px;
    line-height: 32px;
  }

  .mabout__text.description, .mabout__text.home {
    font-size: 20px;
    line-height: 30px;
  }

  .service__title, .service__text {
    font-size: 18px;
    line-height: 27px;
  }

  .testimonials2__section {
    padding-top: 50px;
  }

  .project__slider-text {
    position: static;
    left: 210px;
  }

  .project__slider-desc {
    font-size: 20px;
    line-height: 34px;
  }

  .project__slider-abs {
    position: relative;
  }

  .testimonials2__slide-img-wrap {
    justify-content: flex-end;
  }

  .t2__text {
    font-size: 31px;
    line-height: 45px;
  }

  .t2__text-author {
    font-size: 20px;
    line-height: 31px;
  }

  .t2__image-wrap {
    height: 10vh;
  }

  .t2__image, .t2__image.last.sf {
    width: auto;
    max-height: 45px;
  }

  .contact__closed-content {
    opacity: 1;
  }

  .contact-cursive {
    color: #fff;
    font-size: 65px;
    line-height: 85px;
  }

  .contact-cursive.internal {
    font-size: 54px;
    line-height: 61px;
  }

  .button {
    min-width: 190px;
    padding: 17px 29px;
  }

  .button.lt {
    padding: 22px 39px;
    font-size: 14px;
    line-height: 14px;
  }

  .button.margin {
    margin-left: -10px;
  }

  .contact__form-wrap {
    opacity: 0;
  }

  .contact__form-heading {
    font-size: 54px;
    line-height: 67px;
  }

  .contact__form-input {
    height: 60px;
  }

  .nav__link-wrap {
    margin-left: 22px;
    margin-right: 22px;
  }

  .nav__button {
    padding: 22px 39px;
    font-size: 14px;
    line-height: 14px;
  }

  .div-hero-text {
    margin-top: 8%;
  }

  .div-hero-text.about {
    margin-top: 7%;
  }

  .div-hero-text.bigger {
    margin-top: 11%;
  }

  .div-hero-internal {
    min-height: 773px;
  }

  .div-hero-internal.align-middle {
    min-height: 725px;
  }

  .columns-internal-content.rev {
    background-image: url('../images/Untitled-2.png');
    background-position: 70% 145%;
    background-repeat: no-repeat;
    background-size: 54%;
    padding-top: 200px;
  }

  .column-pad {
    padding-right: 8%;
  }

  .column-pad.left {
    padding-left: 14%;
    padding-right: 3%;
  }

  .txt-author {
    font-size: 15px;
    line-height: 23px;
  }

  .circle-purple-jobs {
    background-image: url('../images/grad.png'), linear-gradient(60deg, #49c5d7 10%, #684dc0);
    background-position: 0%, 0 0;
    background-size: 270px, auto;
    box-shadow: inset 4px 4px 9px #0000004d;
  }

  .circle-purple-jobs:hover {
    background-image: url('../images/grad.png'), linear-gradient(60deg, #49c5d7 27%, #684dc0 80%);
    background-position: 100% 0, 0 0;
    background-size: 400px, auto;
  }

  .container-short {
    padding-left: 0%;
    padding-right: 0%;
  }

  .field.txtarea {
    min-height: 300px;
  }

  .nav-color {
    height: 120px;
  }

  .link-cases {
    min-height: 575px;
  }

  .link-cases.third-size {
    min-height: 663px;
  }

  .div-overlay {
    min-height: 575px;
    padding-top: 0;
    padding-left: 0;
  }

  .div-overlay.centered {
    background-image: linear-gradient(#00000091, #00000091);
    min-height: 663px;
  }

  .logo-internal-case {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .logo-internal-case.rev {
    max-width: 100%;
  }

  .slider {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .arrows-off {
    color: #2d2d2d;
    margin-left: -64px;
    display: block;
  }

  .arrows-off.right {
    margin-left: 0;
    margin-right: -64px;
  }

  .swiper-pagination {
    padding-left: 0%;
    position: relative;
    left: 68px;
  }

  .swiper-pagination.brands {
    padding-left: 22%;
  }

  .swiper-container {
    padding-bottom: 0;
  }

  .logo-case {
    max-width: 100%;
  }

  .logo-case.margin {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .logo-case.cisco {
    max-width: 150px;
  }

  .section-full-lightbox.vmware {
    min-height: 600px;
    max-height: 600px;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section-full-lightbox.lightbits {
    min-height: 600px;
    max-height: 600px;
  }

  .section-full-lightbox.lietome.cisco {
    min-height: 600px;
    max-height: 600px;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .monster-couch {
    margin-bottom: -117px;
  }

  .success-message-2 {
    background-color: #0000;
    position: static;
  }

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

  .pre-loader {
    display: none;
  }

  .top-header-internal {
    width: 100%;
  }

  .div-corner {
    z-index: 9;
    background-color: #0000;
    border-radius: 0;
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    inset: auto;
  }

  .div-shape-corner {
    margin-top: -43px;
  }

  .nav-ipad-pro {
    height: 120px;
  }
}

@media screen and (max-width: 991px) {
  p {
    font-size: 14px;
    line-height: 23px;
  }

  .nav {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .container.nav-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.wide {
    margin-top: 39px;
  }

  .brand__link {
    max-width: 150px;
  }

  .mhero__section {
    max-height: 600px;
  }

  .mhero__section.inner.work.first {
    padding-top: 0;
  }

  .nav__link {
    color: #363636;
    text-align: center;
    font-family: Bebasneue, sans-serif;
    font-size: 62px;
    line-height: 62px;
  }

  .nav__link.w--current {
    color: #363636;
  }

  .nav__menu {
    background-color: #fff;
    margin-right: 0;
    padding-top: 50px;
    padding-bottom: 75px;
  }

  .button-wrap.nav-b {
    color: #fff;
    transition-property: none;
  }

  .button-wrap.nav-b:hover {
    box-shadow: none;
  }

  .nav__button-bg {
    position: relative;
  }

  .testimonials__section {
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .mhero__content {
    max-width: 700px;
  }

  .mhero__heading {
    font-size: 14px;
    bottom: 82%;
  }

  .mabout__section {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .testimonials__brand {
    padding-right: 50px;
  }

  .testimonials__brand-img.mid {
    margin-left: 0;
  }

  .testimonials__content {
    padding-left: 50px;
    padding-right: 50px;
  }

  .t__slider-text {
    font-size: 18px;
  }

  .t__slider-text.dark {
    line-height: 24px;
  }

  .t__slider-text.video {
    width: 100%;
  }

  .mabout__block {
    margin-bottom: 80px;
  }

  .mabout__block.last {
    margin-bottom: 70px;
  }

  .mabout__column.text1 {
    padding-left: 30px;
  }

  .mabout__column.text1.align-right {
    padding-left: 30px;
    padding-right: 0;
  }

  .mabout__heading-wrap {
    margin-bottom: 20px;
  }

  .mabout__heading-script {
    font-size: 22px;
  }

  .mabout__heading-script.white {
    font-size: 35px;
  }

  .mabout__heading-script.internal {
    margin-top: 10px;
    font-size: 15px;
    line-height: 25px;
  }

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

  .h2-heading.contact {
    font-size: 40px;
  }

  .h2-heading.small {
    font-size: 35px;
    line-height: 40px;
  }

  .h2-heading.small.center.black {
    font-size: 40px;
  }

  .h2-heading.internal {
    font-size: 30px;
    line-height: 35px;
  }

  .h2-heading.smaller {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  .h2-heading.smaller.our-work {
    font-size: 27px;
    line-height: 28px;
  }

  .h2-heading.smaller.our-work.page {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 30px;
    line-height: 31px;
  }

  .h2-heading.w.video {
    width: 100%;
  }

  .h2-heading.margin-right {
    padding-right: 52%;
  }

  .mabout__text {
    font-size: 14px;
    line-height: 21px;
  }

  .mabout__text.max {
    font-size: 14px;
  }

  .mabout__text.w.hero {
    font-size: 12px;
    line-height: 15px;
  }

  .mabout__text.w.hero.static {
    width: 73%;
    margin-top: 15px;
    font-size: 11px;
    line-height: 18px;
  }

  .mabout__text.w.hero.static.work {
    margin-top: 5px;
  }

  .mabout__text.italic {
    margin-left: 20px;
    font-size: 12px;
  }

  .mabout__text.italic.related {
    margin-left: 0;
    font-size: 12px;
    line-height: 17px;
  }

  .mabout__text.home {
    font-size: 14px;
  }

  .mabout__image-wrap.last {
    margin-top: -90px;
  }

  .services__section {
    padding-top: 40px;
  }

  .service__box {
    width: 50%;
  }

  .service__block {
    min-height: 400px;
  }

  .service__title {
    margin-bottom: 0;
    font-size: 14px;
  }

  .service__text {
    padding-bottom: 0;
    font-size: 14px;
  }

  .services__dec {
    transform: rotate(45deg);
  }

  .testimonials2__section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .project__slider-image {
    width: 100%;
    margin-top: 30px;
  }

  .project__slider-text {
    padding-left: 0;
    padding-right: 0;
    left: 84px;
  }

  .project__slider-image-wrap {
    width: 100%;
  }

  .project__slide-content {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .project__slider-text-block {
    max-width: none;
    padding-right: 0%;
  }

  .project__slider-text-wrap {
    max-width: 600px;
  }

  .project__slider-desc {
    min-height: 150px;
    padding-right: 30px;
    font-size: 13px;
    line-height: 24px;
  }

  .project__slider-link {
    margin-bottom: -470px;
    font-size: 13px;
    line-height: 24px;
  }

  .project__slider-abs {
    align-items: center;
    margin-left: 0;
  }

  .project__slider-abs-flex {
    padding-left: 0%;
  }

  .testimonials2__slide-content {
    flex-direction: column-reverse;
  }

  .testimonials2__slide-img-wrap {
    flex: none;
    width: auto;
    height: auto;
    padding-right: 0;
  }

  .testimonials2__slide-img {
    min-width: 250px;
    min-height: 250px;
  }

  .testimonials2__slide-img.vmware {
    width: 15vw;
    min-width: 200px;
    min-height: 200px;
    margin-bottom: 20px;
  }

  .testimonials2__slide-img.adobe, .testimonials2__slide-img.habana, .testimonials2__slide-img.salesforce {
    min-width: 200px;
    min-height: 200px;
  }

  .testimonials2__slide-text-block {
    text-align: center;
    order: -1;
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .t2__quote-wrap {
    justify-content: center;
    height: 30px;
    margin-top: 20px;
  }

  .t2__text {
    font-size: 18px;
    line-height: 28px;
  }

  .t2__text-author {
    font-size: 14px;
  }

  .t2__image {
    width: 150px;
  }

  .t2__image.last {
    display: none;
  }

  .t2__image.last.onlymobile {
    display: inline-block;
  }

  .footer__menu-link {
    font-size: 11px;
  }

  .footer__email-wrap {
    display: none;
  }

  .footer__email-link, .footer__copyright {
    font-size: 11px;
  }

  .contact__closed {
    padding-top: 100px;
  }

  .contact-cursive {
    color: #fff;
    font-size: 40px;
  }

  .contact__form-heading {
    font-size: 45px;
  }

  .contact__form-input {
    font-size: 14px;
  }

  .contact__form {
    max-width: 450px;
  }

  .mhero__illu-block {
    width: 90vw;
    min-width: auto;
  }

  .board__img-wrap {
    max-width: 100%;
  }

  .board__img-block {
    transform: none;
  }

  .str__img-block {
    max-width: 85%;
    margin-top: -40px;
  }

  .unite__img-block {
    max-width: 80%;
  }

  .nav__link-wrap {
    margin: 25px 0;
    line-height: 14px;
  }

  .nav__link-underline {
    display: none;
  }

  .nav__button {
    background-image: linear-gradient(226deg, var(--slate-blue), var(--dark-turquoise));
    color: #fff;
    text-align: center;
    border-radius: 500px;
    width: 258px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 23px;
    line-height: 23px;
  }

  .nav__button.mobile, .nav__button.mobile.w--current {
    color: #fff;
  }

  .menu-button {
    padding: 15px;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .menu__button-icon-wrap {
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 18px;
    display: flex;
  }

  .menu__button-line {
    background-color: #000;
    width: 100%;
    height: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .utility-page-wrap {
    min-height: auto;
    padding-bottom: 100px;
  }

  .h2-giant {
    font-size: 150px;
    line-height: 100px;
  }

  .div-hero-text {
    margin-top: 7%;
  }

  .div-hero-text.about {
    margin-top: 2%;
  }

  .div-hero-internal {
    margin-top: 76px;
  }

  .columns-internal-content.rev {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .column-pad {
    padding-right: 50px;
  }

  .column-pad.left {
    padding-left: 50px;
  }

  .div-testimonial {
    margin-left: 0;
    margin-right: 10px;
    padding: 47px;
  }

  .div-testimonial.cloud {
    padding: 48px;
  }

  .div-testimonial.light {
    width: 90%;
    padding: 47px;
  }

  .div-testimonial.habana {
    padding: 47px;
  }

  .div-testimonial.vmware, .div-testimonial.cisco {
    width: 92%;
    padding: 47px;
  }

  .logo-testimonial {
    max-width: 100px;
  }

  .txt-author {
    margin-top: 20px;
  }

  .arrow-top {
    max-width: 50px;
    margin-top: -72px;
  }

  .arrow-right {
    max-height: 25px;
    margin-right: -99px;
  }

  .arrow-right.inverted {
    margin-left: -99px;
  }

  .arrow-right.inverted.margin-bottom {
    margin-left: -100px;
  }

  .field {
    font-size: 14px;
  }

  .numbers {
    max-width: 70px;
  }

  .nav-color {
    margin-top: -300px;
  }

  .nav-color.off-page {
    display: none;
  }

  .link-cases {
    background-position: 0 0;
    min-height: 300px;
  }

  .link-cases.third-size {
    min-height: 250px;
  }

  .plus-icon {
    width: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .div-overlay {
    min-height: 300px;
    padding-top: 0;
    padding-left: 0;
  }

  .div-overlay.centered {
    min-height: 250px;
  }

  .logo-internal-case {
    max-width: 100px;
  }

  .arrows-off {
    width: 50px;
    max-height: 250px;
    margin-top: 0;
    margin-left: -35px;
  }

  .arrows-off.right {
    width: 50px;
    margin-top: 0;
    margin-right: -35px;
  }

  .slider-controls {
    margin-bottom: -25px;
    font-size: 9px;
  }

  .collection-item-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .swiper-pagination.brands {
    justify-content: center;
    display: flex;
  }

  .swiper-pagination.cases {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .swiper-container {
    padding-bottom: 0;
  }

  .swiper-container.cases {
    overflow: visible;
  }

  .div-block-3 {
    height: 30px;
  }

  .div-block-4 {
    display: block;
    top: 170px;
    bottom: auto;
  }

  .div-block-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .logo-case.margin {
    max-width: 100px;
  }

  .logo-case.cisco {
    max-width: 80px;
  }

  .image-2 {
    width: 100px;
    top: 29%;
  }

  .section-full-lightbox.vmware, .section-full-lightbox.skyline, .section-full-lightbox.lightbits, .section-full-lightbox.lietome, .section-full-lightbox.lietome.cisco {
    min-height: 400px;
    max-height: 400px;
  }

  .monster-couch {
    margin-bottom: 27px;
  }

  .success-message-2 {
    background-color: #0000;
  }

  .success-message-2.ty {
    margin-top: 0;
  }

  .pre-loader {
    display: none;
  }

  .play {
    max-width: 100px;
  }

  .image-header-mobile, .monster2-mobile {
    display: none;
  }

  .nav-ipad-pro {
    margin-top: -300px;
  }

  .arrow-right-side {
    max-height: 25px;
    margin-right: -99px;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    background-color: #fff;
  }

  .button-wrap.nav-b {
    color: #fff;
  }

  .mhero__content {
    top: 80%;
  }

  .mabout__section {
    padding-top: 40px;
  }

  .testimonials__brand {
    width: 40%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .t__slider-text {
    text-align: center;
    margin-bottom: 20px;
  }

  .testimonials__slider-dec {
    display: none;
  }

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

  .mabout__block._2 {
    flex-direction: column-reverse;
  }

  .mabout__block.last {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .mabout__column {
    text-align: center;
    width: 100%;
    margin-top: 40px;
  }

  .mabout__column.text1 {
    text-align: center;
    width: 100%;
    padding-left: 10px;
  }

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

  .h2-heading.contact {
    font-size: 65px;
  }

  .h2-heading.margin-right {
    padding-right: 0%;
  }

  .service__text {
    font-size: 16px;
    line-height: 24px;
  }

  .footer__section {
    padding-top: 40px;
  }

  .project__slider-text-block {
    padding-right: 0%;
  }

  .project__slider-desc {
    padding-right: 0;
  }

  .project__slider-link {
    margin-bottom: 0;
  }

  .testimonials2__slide-text-block {
    padding-left: 0;
  }

  .footer__row {
    flex-direction: column;
    justify-content: center;
  }

  .footer__menu {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer__menu-link {
    font-size: 14px;
  }

  .footer__email-wrap {
    margin-right: auto;
    display: none;
  }

  .footer__copyright {
    text-align: center;
    font-size: 16px;
    line-height: 100%;
  }

  .contact__dec {
    background-image: linear-gradient(45deg, var(--dark-turquoise), var(--slate-blue));
    margin-top: 7px;
  }

  .mhero__light-img {
    width: 52%;
    display: none;
    top: -6%;
    left: 6.7%;
  }

  .mhero__bit-img {
    display: none;
    top: -9%;
    left: 2.9%;
  }

  .mhero__spark-img {
    display: none;
  }

  .unite__img-block {
    margin-top: 60px;
  }

  .nav__button, .nav__button.mobile, .nav__button.mobile.w--current {
    color: #fff;
  }

  .mhero__illu-img.desktop-v {
    display: none;
  }

  .mobile-only-logo {
    display: block;
  }

  .herringbone-grid {
    min-height: 640px;
  }

  .swiper-pagination.testimonials {
    padding-left: 0%;
  }

  .input-wrapper {
    min-height: auto;
    margin-bottom: 18px;
  }

  .top-header-internal {
    display: block;
  }

  .image-header-mobile, .monster2-mobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }

  .nav {
    background-color: #fff;
  }

  .container.footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.bigger {
    margin-top: 0;
  }

  .mhero__section {
    max-height: 500px;
    box-shadow: 14px 14px 60px #0003;
  }

  .mhero__section.inner {
    box-shadow: none;
    margin-top: 0;
    padding-top: 0;
  }

  .mhero__section.inner.work.internal {
    padding: 0;
  }

  .mhero__section.home {
    box-shadow: none;
  }

  .nav__link {
    font-size: 45px;
    line-height: 40px;
  }

  .button-wrap.nav-b {
    color: #fff;
  }

  .testimonials__section.small-pad {
    padding-top: 50px;
  }

  .mhero__heading-wrap {
    z-index: 99999;
    align-self: center;
    height: auto;
    margin-top: -43px;
  }

  .mhero__heading {
    width: 100%;
    margin-top: -7px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    font-weight: 800;
    line-height: 19px;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .mabout__section {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .testimonials__brand {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials__brand.mid {
    padding-left: 0;
  }

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

  .testimonials__brand-img.mid {
    margin-left: 0;
  }

  .testimonials__content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .t__slider-text {
    text-align: center;
    font-size: 22px;
    line-height: 28px;
  }

  .t__slider-text.dark.smaller {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 23px;
  }

  .testimonials__slider-dec {
    display: none;
  }

  .mabout__block {
    text-align: center;
  }

  .mabout__block._2 {
    flex-direction: column-reverse;
  }

  .mabout__block.align-top {
    margin-left: 0;
    margin-right: 0;
  }

  .mabout__column {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mabout__column.text1 {
    width: 100%;
    padding-right: 10px;
  }

  .mabout__column.text1.align-right {
    padding-left: 0;
  }

  .mabout__column-content {
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mabout__heading-script.internal {
    font-size: 35px;
    font-weight: 400;
    line-height: 51px;
  }

  .h2-heading {
    font-size: 45px;
    line-height: 40px;
  }

  .h2-heading.contact, .h2-heading.small {
    font-size: 45px;
    line-height: 45px;
  }

  .h2-heading.small.center {
    margin-bottom: 50px;
  }

  .h2-heading.internal {
    font-size: 66px;
    line-height: 64px;
  }

  .h2-heading.internal.join {
    font-size: 90px;
    line-height: 80px;
  }

  .h2-heading.internal.smaller {
    font-size: 55px;
    line-height: 54px;
  }

  .h2-heading.smaller.our-work {
    font-size: 45px;
    line-height: 50px;
  }

  .h2-heading.smaller.our-work.page {
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    font-size: 45px;
    line-height: 45px;
  }

  .h2-heading.mobile-small {
    font-size: 35px;
    line-height: 33px;
  }

  .mabout__text {
    font-size: 14px;
    line-height: 23px;
  }

  .mabout__text.max {
    margin-top: 20px;
  }

  .mabout__text.w.hero {
    width: 76%;
    font-size: 17px;
    line-height: 25px;
  }

  .mabout__text.w.hero.static {
    width: 76%;
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
  }

  .mabout__text.italic {
    margin-left: 0;
    font-size: 14px;
  }

  .mabout__text.italic.related {
    font-size: 18px;
    line-height: 22px;
  }

  .mabout__text.center {
    margin-bottom: 0;
  }

  .down__link {
    display: none;
  }

  .services__wrap {
    flex-direction: column;
    margin-top: -20px;
    margin-left: 0;
    margin-right: 0;
  }

  .service__box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .service__block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 380px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .service__content {
    justify-content: center;
  }

  .service__title {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .service__text {
    flex: 0 auto;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .services__dec {
    width: 300vw;
    height: 200vh;
    left: -205%;
  }

  .testimonials2__section {
    padding-top: 0;
  }

  .footer__section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .project__slider-image {
    margin-top: 60px;
  }

  .project__slider-text {
    padding: 0 0;
    left: 0;
  }

  .project__slider-image-wrap, .project__slide-content {
    height: auto;
  }

  .project__slider-text-block {
    padding-bottom: 0;
    padding-right: 0%;
  }

  .project__slider-text-wrap {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .project__slider-desc {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 140px;
    font-size: 14px;
    line-height: 21px;
    display: flex;
  }

  .project__slider-link {
    flex: none;
    margin-top: 0;
    top: 135px;
  }

  .project__slider-abs {
    margin-left: auto;
    margin-right: auto;
    bottom: 110px;
  }

  .project__slider-abs-flex {
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials2__slide-content {
    background-color: #f7f7f7;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    height: auto;
  }

  .testimonials2__slide-img-wrap {
    align-items: flex-start;
    margin-bottom: 80px;
    padding-top: 20px;
  }

  .testimonials2__slide-img.vmware {
    min-width: 200px;
    min-height: 200px;
    max-height: none;
    margin: 0 auto;
    display: block;
  }

  .testimonials2__slide-img.vmware.mob {
    margin-bottom: 30px;
    display: none;
  }

  .testimonials2__slide-img.adobe {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .testimonials2__slide-img.adobe.mob {
    margin-top: 30px;
    margin-bottom: 30px;
    display: none;
  }

  .testimonials2__slide-img.habana {
    display: block;
  }

  .testimonials2__slide-img.habana.mob {
    margin: 30px auto;
    display: none;
  }

  .testimonials2__slide-img.salesforce {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .testimonials2__slide-img.salesforce.mob {
    margin-top: 30px;
    margin-bottom: 30px;
    display: none;
  }

  .testimonials2__slide-text-block {
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 0;
    padding-right: 0;
  }

  .t2__quote-wrap {
    margin-top: 0;
  }

  .t2__quote-text {
    font-size: 100px;
  }

  .t2__text {
    margin-top: 0;
    font-size: 15px;
    line-height: 23px;
  }

  .t2__text-author {
    line-height: 16px;
  }

  .t2__image-wrap {
    order: 0;
    height: 80px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .t2__image {
    width: 80px;
    margin-right: 0;
  }

  .t2__image.adobe {
    width: 80px;
    max-height: none;
    margin-right: 0;
  }

  .t2__image.last {
    margin-left: 0;
  }

  .t2__image.last.onlymobile {
    margin-top: 3px;
    margin-left: -5px;
    margin-right: -5px;
  }

  .t2__image.wd {
    width: 80px;
    max-height: none;
    margin-top: 2px;
    margin-right: 0;
  }

  .t2__image._1st {
    width: 80px;
    max-height: none;
    margin-top: 0;
  }

  .t2__image.intel {
    width: 90px;
    margin-top: 2px;
    margin-left: -15px;
  }

  .footer__row {
    flex-direction: row;
    margin-bottom: 40px;
  }

  .footer__menu-link {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 9px;
  }

  .footer__email-wrap {
    display: block;
  }

  .footer__email-wrap.hide-mobile {
    display: none;
  }

  .footer__email-link {
    font-size: 12px;
  }

  .footer__copyright {
    text-align: left;
    font-size: 10px;
    line-height: 14px;
  }

  .contact__closed {
    padding-bottom: 0;
  }

  .contact__closed-content {
    max-width: none;
  }

  .contact-cursive {
    font-size: 45px;
  }

  .contact-cursive.internal {
    font-size: 32px;
  }

  .button {
    border-width: 2px;
    min-width: 177px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .button.lt {
    min-width: 177px;
    font-size: 16px;
    line-height: 15px;
  }

  .button.margin {
    min-width: 177px;
    margin-top: 15px;
    margin-left: 0;
    padding-left: 39px;
    padding-right: 39px;
    font-size: 16px;
  }

  .contact__dec {
    background-image: linear-gradient(109deg, var(--dark-turquoise), var(--slate-blue));
    min-width: 1000px;
    min-height: 1000px;
  }

  .contact__form-wrap {
    padding-top: 0;
  }

  .contact__form-heading {
    font-size: 30px;
  }

  .contact__form-heading.contact {
    font-size: 32px;
  }

  .contact__form-input {
    border-width: 1.5px;
    margin-bottom: 20px;
  }

  .contact__form-input.textarea {
    min-height: 170px;
    max-height: 170px;
  }

  .contact__closed-block {
    max-width: none;
  }

  .contact__form-block.page {
    padding-top: 180px;
    padding-bottom: 50px;
  }

  .mhero__illu-block {
    width: 100%;
  }

  .unite__img-block {
    max-width: 100%;
  }

  .unite__spark {
    left: -4%;
  }

  .nav__button {
    color: #fff;
  }

  .nav__button.mobile {
    color: #fff;
    width: 177px;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 16px;
    line-height: 15px;
  }

  .nav__button.mobile.w--current {
    color: #fff;
  }

  .menu__button-icon-wrap {
    width: 25px;
    height: 16px;
  }

  .mobile-only-logo {
    display: block;
  }

  .div-hero-text {
    width: 100%;
    margin-top: 43%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-hero-text.about {
    width: 100%;
    margin-top: 33%;
  }

  .div-hero-text.bigger {
    margin-top: 55%;
  }

  .div-hero-internal {
    height: auto;
    min-height: 535px;
    margin-top: 0;
  }

  .columns-internal-content {
    flex-direction: column-reverse;
    margin-top: 50px;
  }

  .columns-internal-content.rev {
    flex-direction: column-reverse;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .column-pad {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-pad.left {
    padding-left: 8%;
  }

  .div-testimonial {
    background-color: #fff0;
    border-bottom: 1px solid #ffffff87;
    border-radius: 0;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
  }

  .div-testimonial.cloud {
    padding: 0 10px;
  }

  .div-testimonial.light {
    border-bottom-color: #ffffff87;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
  }

  .div-testimonial.habana {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .div-testimonial.habana.wd {
    text-align: center;
    border-bottom-style: none;
    width: 100%;
    margin-left: 0%;
  }

  .div-testimonial.vmware {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .div-testimonial.vmware.last {
    border-bottom-style: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-testimonial.vmware.last.line {
    border-bottom-style: solid;
  }

  .div-testimonial.cisco {
    width: 100%;
    padding: 0;
  }

  .logo-testimonial {
    max-width: 200px;
  }

  .txt-author {
    width: 70%;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
  }

  .arrow-top, .arrow-right, .arrow-right.inverted {
    display: none;
  }

  .circle-purple-jobs {
    padding: 67px;
  }

  .collection-item {
    flex-direction: column;
    margin-bottom: 100px;
  }

  .div-content-job {
    text-align: center;
    width: 100%;
    margin-top: 35px;
  }

  .container-short {
    margin-top: 30px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .field {
    height: 45px;
    margin-bottom: 20px;
  }

  .field.txtarea {
    min-height: 171px;
  }

  .field.last {
    margin-bottom: 20px;
  }

  .columns {
    flex-direction: column;
  }

  .column-5 {
    padding-right: 0;
  }

  .numbers {
    max-width: 100px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .link-cases {
    background-position: 50%;
    min-height: 400px;
  }

  .link-cases.third-size {
    min-height: 400px;
  }

  .link-cases.third-size:hover {
    transform: none;
  }

  .next-2 {
    font-size: 15px;
  }

  .div-overlay {
    background-image: linear-gradient(#00000080, #00000080);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    display: flex;
  }

  .div-overlay.centered {
    min-height: 400px;
  }

  .logo-internal-case {
    max-width: 141px;
    margin-bottom: 12px;
  }

  .columns-mid {
    flex-direction: column;
    margin-bottom: 5px;
  }

  .columns-mid.revert {
    flex-direction: column;
  }

  .columns-mid.revert.pad {
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }

  .columns-mid.revert.last, .columns-mid.revert.alternative {
    flex-direction: column-reverse;
  }

  .columns-mid.revert.alternative.vmware {
    flex-direction: column;
  }

  .columns-mid.revert.alternative.ike {
    flex-direction: column-reverse;
    margin-bottom: 0;
  }

  .columns-zero-pad {
    padding-top: 25px;
  }

  .columns-zero-pad.margin-top-zero {
    padding-top: 0;
  }

  .columns-zero-pad.margin-top-zero._25 {
    padding-top: 25px;
  }

  .columns-pad-50 {
    padding-top: 25px;
    padding-bottom: 0;
  }

  .columns-pad-50.bottom-margin {
    margin-bottom: 25px;
    padding-top: 0;
  }

  .columns-pad-50.bottom-margin._25 {
    margin-bottom: 0;
    padding-top: 25px;
  }

  .columns-pad-50.bottom-margin.habana {
    padding-top: 25px;
  }

  .columns-pad-50.top-margin {
    padding-top: 50px;
  }

  .columns-pad-50._25 {
    padding-bottom: 25px;
  }

  .columns-pad-50.vmware {
    padding-top: 0;
    padding-bottom: 25px;
  }

  .image-round-right {
    border-radius: 0;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .image-round-right.margin-top-zero {
    margin-top: 0;
  }

  .image-round-right.margin-top-zero._25, .image-round-right.margin-bottom-zero {
    margin-bottom: 0;
  }

  .image-round-left {
    border-radius: 0;
    margin-top: 25px;
    margin-bottom: 50px;
  }

  .image-round-left.margin-bottom-zero {
    margin-bottom: 0;
  }

  .slider {
    width: 100%;
  }

  .arrows-off {
    display: none;
  }

  .arrows-off.right {
    width: 50px;
    font-size: 20px;
    display: none;
  }

  .sections {
    padding-top: 50px;
  }

  .herringbone-grid {
    height: auto;
  }

  .swiper-pagination {
    justify-content: center;
    margin-left: 0;
    display: flex;
    position: relative;
  }

  .swiper-pagination.brands {
    display: flex;
  }

  .swiper-pagination.testimonials {
    padding-top: 0;
    padding-left: 0%;
  }

  .swiper-pagination.cases {
    margin-top: 0;
    position: absolute;
  }

  .swiper-slide {
    flex-direction: column;
  }

  .div-block-3 {
    height: 30px;
  }

  .div-block-4 {
    z-index: 9999;
    margin-top: 20px;
    display: block;
    position: relative;
    top: 0;
  }

  .div-block-5 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-case.margin {
    max-width: 150px;
    display: inline-block;
  }

  .image-2 {
    margin-top: -50px;
    margin-left: -50px;
    inset: 50%;
  }

  .image-2.margin-bottom {
    margin-top: -25px;
  }

  .section-full-lightbox.vmware {
    min-height: 100vh;
    max-height: none;
    margin-top: 25px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-full-lightbox.skyline {
    min-height: 100vh;
    max-height: none;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-full-lightbox.lightbits {
    min-height: 100vh;
    max-height: none;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-full-lightbox.lietome {
    min-height: 100vh;
    max-height: none;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-full-lightbox.lietome.cisco {
    min-height: 100vh;
    max-height: none;
    margin-top: 25px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-full-lightbox.lietome.cisco.new-frontiers {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .columns-2 {
    flex-direction: column;
  }

  .upload-wrap {
    width: 100%;
    margin-bottom: 0;
  }

  .input-wrapper, .submission-image.hide {
    width: 100%;
  }

  .uploadcare--widget__button_type_open {
    width: 100%;
    height: 45px;
  }

  .uploadcare--widget__button_type_open:hover, .uploadcare--widget__button_type_open:focus {
    height: 45px;
  }

  .monster-couch {
    margin-top: 35px;
    margin-bottom: 0;
    display: none;
  }

  .success-message-2.ty {
    margin-top: 0;
  }

  .pre-loader {
    display: none;
  }

  .play {
    margin-top: 20px;
  }

  .top-header-internal {
    display: none;
  }

  .div-corner {
    border-radius: 6px;
    width: 60px;
    height: 60px;
  }

  .div-shape-corner {
    z-index: 4;
    margin-top: -37px;
  }

  .img-hide-mobile {
    display: none;
  }

  .image-header-mobile {
    display: block;
  }

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

  .monster2-mobile {
    margin-top: 30px;
    display: block;
  }

  .img-double {
    margin-top: 50px;
  }

  .img-double._4 {
    margin-top: 25px;
    margin-bottom: 30px;
  }

  .div-line-mobile {
    background-color: #e2e2e2;
    width: 90%;
    height: 1px;
    margin: -20px auto 30px;
    padding-bottom: 0;
    display: block;
  }

  .c-off {
    display: none;
  }

  .div-block-6 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .arrow-right-side {
    display: none;
  }

  .recaptcha.left {
    margin-left: auto;
    margin-right: auto;
  }

  .div-recaptcha.is-left-desktop {
    justify-content: center;
  }
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-d6305224 {
  grid-area: 1 / 1 / 3 / 6;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-d6305224 {
  grid-area: 1 / 6 / 3 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-d6305224 {
  grid-area: 3 / 1 / 6 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-d6305224 {
  grid-area: 1 / 9 / 6 / 12;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-d6305224 {
  grid-area: 1 / 1 / 11 / 4;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-d6305224 {
  grid-area: 1 / 4 / 7 / 12;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d042-d6305224 {
  grid-area: 7 / 4 / 11 / 9;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d045-d6305224 {
  grid-area: 7 / 9 / 16 / 12;
}

#w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-d6305224 {
  grid-area: 11 / 1 / 16 / 7;
}

#w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-d6305224 {
  grid-area: 11 / 7 / 16 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-b1305225 {
  grid-area: 1 / 1 / 3 / 6;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-b1305225 {
  grid-area: 1 / 6 / 3 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-b1305225 {
  grid-area: 3 / 1 / 6 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-b1305225 {
  grid-area: 1 / 9 / 6 / 12;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-b1305225 {
  grid-area: 1 / 1 / 11 / 4;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-b1305225 {
  grid-area: 1 / 4 / 7 / 12;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d042-b1305225 {
  grid-area: 7 / 4 / 11 / 9;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d045-b1305225 {
  grid-area: 7 / 9 / 16 / 12;
}

#w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-b1305225 {
  grid-area: 11 / 1 / 16 / 7;
}

#w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-b1305225 {
  grid-area: 11 / 7 / 16 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-11305226 {
  grid-area: 1 / 1 / 3 / 6;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-11305226 {
  grid-area: 1 / 6 / 3 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-11305226 {
  grid-area: 3 / 1 / 6 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-11305226 {
  grid-area: 1 / 9 / 6 / 12;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-11305226 {
  grid-area: 1 / 1 / 11 / 4;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-11305226 {
  grid-area: 1 / 4 / 7 / 12;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d042-11305226 {
  grid-area: 7 / 4 / 11 / 9;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d045-11305226 {
  grid-area: 7 / 9 / 16 / 12;
}

#w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-11305226 {
  grid-area: 11 / 1 / 16 / 7;
}

#w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-11305226 {
  grid-area: 11 / 7 / 16 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-2f305227 {
  grid-area: 1 / 1 / 3 / 6;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-2f305227 {
  grid-area: 1 / 6 / 3 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-2f305227 {
  grid-area: 3 / 1 / 6 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-2f305227 {
  grid-area: 1 / 9 / 6 / 12;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-2f305227 {
  grid-area: 1 / 1 / 11 / 4;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-2f305227 {
  grid-area: 1 / 4 / 7 / 12;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d042-2f305227 {
  grid-area: 7 / 4 / 11 / 9;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d045-2f305227 {
  grid-area: 7 / 9 / 16 / 12;
}

#w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-2f305227 {
  grid-area: 11 / 1 / 16 / 7;
}

#w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-2f305227 {
  grid-area: 11 / 7 / 16 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-6e305229 {
  grid-area: 1 / 1 / 3 / 6;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-6e305229 {
  grid-area: 1 / 6 / 3 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-6e305229 {
  grid-area: 3 / 1 / 6 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-6e305229 {
  grid-area: 1 / 9 / 6 / 12;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-6e305229 {
  grid-area: 1 / 1 / 11 / 4;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-6e305229 {
  grid-area: 1 / 4 / 7 / 12;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d042-6e305229 {
  grid-area: 7 / 4 / 11 / 9;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d045-6e305229 {
  grid-area: 7 / 9 / 16 / 12;
}

#w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-6e305229 {
  grid-area: 11 / 1 / 16 / 7;
}

#w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-6e305229 {
  grid-area: 11 / 7 / 16 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-f130522a {
  grid-area: 1 / 1 / 3 / 6;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-f130522a {
  grid-area: 1 / 6 / 3 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-f130522a {
  grid-area: 3 / 1 / 6 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-f130522a {
  grid-area: 1 / 9 / 6 / 12;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-f130522a {
  grid-area: 1 / 1 / 11 / 4;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-f130522a {
  grid-area: 1 / 4 / 7 / 12;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d042-f130522a {
  grid-area: 7 / 4 / 11 / 9;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d045-f130522a {
  grid-area: 7 / 9 / 16 / 12;
}

#w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-f130522a {
  grid-area: 11 / 1 / 16 / 7;
}

#w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-f130522a {
  grid-area: 11 / 7 / 16 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-9f30522b {
  grid-area: 1 / 1 / 3 / 6;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-9f30522b {
  grid-area: 1 / 6 / 3 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-9f30522b {
  grid-area: 3 / 1 / 6 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-9f30522b {
  grid-area: 1 / 9 / 6 / 12;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-9f30522b {
  grid-area: 1 / 1 / 11 / 4;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-9f30522b {
  grid-area: 1 / 4 / 7 / 12;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d042-9f30522b {
  grid-area: 7 / 4 / 11 / 9;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d045-9f30522b {
  grid-area: 7 / 9 / 16 / 12;
}

#w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-9f30522b {
  grid-area: 11 / 1 / 16 / 7;
}

#w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-9f30522b {
  grid-area: 11 / 7 / 16 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-c630522c {
  grid-area: 1 / 1 / 3 / 6;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-c630522c {
  grid-area: 1 / 6 / 3 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-c630522c {
  grid-area: 3 / 1 / 6 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-c630522c {
  grid-area: 1 / 9 / 6 / 12;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-c630522c {
  grid-area: 1 / 1 / 11 / 4;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-c630522c {
  grid-area: 1 / 4 / 7 / 12;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d042-c630522c {
  grid-area: 7 / 4 / 11 / 9;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d045-c630522c {
  grid-area: 7 / 9 / 16 / 12;
}

#w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-c630522c {
  grid-area: 11 / 1 / 16 / 7;
}

#w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-c630522c {
  grid-area: 11 / 7 / 16 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-8f30522d {
  grid-area: 1 / 1 / 3 / 6;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-8f30522d {
  grid-area: 1 / 6 / 3 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-8f30522d {
  grid-area: 3 / 1 / 6 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-8f30522d {
  grid-area: 1 / 9 / 6 / 12;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-8f30522d {
  grid-area: 1 / 1 / 11 / 4;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-8f30522d {
  grid-area: 1 / 4 / 7 / 12;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d042-8f30522d {
  grid-area: 7 / 4 / 11 / 9;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d045-8f30522d {
  grid-area: 7 / 9 / 16 / 12;
}

#w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-8f30522d {
  grid-area: 11 / 1 / 16 / 7;
}

#w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-8f30522d {
  grid-area: 11 / 7 / 16 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-2e30522e {
  grid-area: 1 / 1 / 3 / 6;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-2e30522e {
  grid-area: 1 / 6 / 3 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-2e30522e {
  grid-area: 3 / 1 / 6 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-2e30522e {
  grid-area: 1 / 9 / 6 / 12;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-2e30522e {
  grid-area: 1 / 1 / 11 / 4;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-2e30522e {
  grid-area: 1 / 4 / 7 / 12;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d042-2e30522e {
  grid-area: 7 / 4 / 11 / 9;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d045-2e30522e {
  grid-area: 7 / 9 / 16 / 12;
}

#w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-2e30522e {
  grid-area: 11 / 1 / 16 / 7;
}

#w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-2e30522e {
  grid-area: 11 / 7 / 16 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-8030522f {
  grid-area: 1 / 1 / 3 / 6;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-8030522f {
  grid-area: 1 / 6 / 3 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-8030522f {
  grid-area: 3 / 1 / 6 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-8030522f {
  grid-area: 1 / 9 / 6 / 12;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-8030522f {
  grid-area: 1 / 1 / 11 / 4;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-8030522f {
  grid-area: 1 / 4 / 7 / 12;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d042-8030522f {
  grid-area: 7 / 4 / 11 / 9;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d045-8030522f {
  grid-area: 7 / 9 / 16 / 12;
}

#w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-8030522f {
  grid-area: 11 / 1 / 16 / 7;
}

#w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-8030522f {
  grid-area: 11 / 7 / 16 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-a2305231 {
  grid-area: 1 / 1 / 3 / 6;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-a2305231 {
  grid-area: 1 / 6 / 3 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-a2305231 {
  grid-area: 3 / 1 / 6 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-a2305231 {
  grid-area: 1 / 9 / 6 / 12;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-a2305231 {
  grid-area: 1 / 1 / 11 / 4;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-a2305231 {
  grid-area: 1 / 4 / 7 / 12;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d042-a2305231 {
  grid-area: 7 / 4 / 11 / 9;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d045-a2305231 {
  grid-area: 7 / 9 / 16 / 12;
}

#w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-a2305231 {
  grid-area: 11 / 1 / 16 / 7;
}

#w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-a2305231 {
  grid-area: 11 / 7 / 16 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-a6883fd2 {
  grid-area: 1 / 1 / 3 / 6;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-a6883fd2 {
  grid-area: 1 / 6 / 3 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-a6883fd2 {
  grid-area: 3 / 1 / 6 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-a6883fd2 {
  grid-area: 1 / 9 / 6 / 12;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-a6883fd2 {
  grid-area: 1 / 1 / 11 / 4;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-a6883fd2 {
  grid-area: 1 / 4 / 7 / 12;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d042-a6883fd2 {
  grid-area: 7 / 4 / 11 / 9;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d045-a6883fd2 {
  grid-area: 7 / 9 / 16 / 12;
}

#w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-a6883fd2 {
  grid-area: 11 / 1 / 16 / 7;
}

#w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-a6883fd2 {
  grid-area: 11 / 7 / 16 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-a8e5b09b {
  grid-area: 1 / 1 / 3 / 6;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-a8e5b09b {
  grid-area: 1 / 6 / 3 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-a8e5b09b {
  grid-area: 3 / 1 / 6 / 9;
}

#w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-a8e5b09b {
  grid-area: 1 / 9 / 6 / 12;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-a8e5b09b {
  grid-area: 1 / 1 / 11 / 4;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-a8e5b09b {
  grid-area: 1 / 4 / 7 / 12;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d042-a8e5b09b {
  grid-area: 7 / 4 / 11 / 9;
}

#w-node-_06813345-d467-4ea6-577f-1181bcd1d045-a8e5b09b {
  grid-area: 7 / 9 / 16 / 12;
}

#w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-a8e5b09b {
  grid-area: 11 / 1 / 16 / 7;
}

#w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-a8e5b09b {
  grid-area: 11 / 7 / 16 / 9;
}

@media screen and (max-width: 991px) {
  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-d6305224 {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-d6305224 {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-d6305224 {
    grid-area: 5 / 1 / 10 / 4;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-d6305224 {
    grid-area: 3 / 9 / 7 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-d6305224 {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-d6305224 {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-d6305224 {
    grid-area: 5 / 1 / 10 / 4;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d045-d6305224 {
    grid-area: 3 / 9 / 7 / 12;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-d6305224, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-d6305224 {
    grid-area: 1 / 1 / 6 / 4;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-b1305225 {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-b1305225 {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-b1305225 {
    grid-area: 5 / 1 / 10 / 4;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-b1305225 {
    grid-area: 3 / 9 / 7 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-b1305225 {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-b1305225 {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-b1305225 {
    grid-area: 5 / 1 / 10 / 4;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d045-b1305225 {
    grid-area: 3 / 9 / 7 / 12;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-b1305225, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-b1305225 {
    grid-area: 1 / 1 / 6 / 4;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-11305226 {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-11305226 {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-11305226 {
    grid-area: 5 / 1 / 10 / 4;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-11305226 {
    grid-area: 3 / 9 / 7 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-11305226 {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-11305226 {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-11305226 {
    grid-area: 5 / 1 / 10 / 4;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d045-11305226 {
    grid-area: 3 / 9 / 7 / 12;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-11305226, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-11305226 {
    grid-area: 1 / 1 / 6 / 4;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-2f305227 {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-2f305227 {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-2f305227 {
    grid-area: 5 / 1 / 10 / 4;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-2f305227 {
    grid-area: 3 / 9 / 7 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-2f305227 {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-2f305227 {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-2f305227 {
    grid-area: 5 / 1 / 10 / 4;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d045-2f305227 {
    grid-area: 3 / 9 / 7 / 12;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-2f305227, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-2f305227 {
    grid-area: 1 / 1 / 6 / 4;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-6e305229 {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-6e305229 {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-6e305229 {
    grid-area: 5 / 1 / 10 / 4;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-6e305229 {
    grid-area: 3 / 9 / 7 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-6e305229 {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-6e305229 {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-6e305229 {
    grid-area: 5 / 1 / 10 / 4;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d045-6e305229 {
    grid-area: 3 / 9 / 7 / 12;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-6e305229, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-6e305229 {
    grid-area: 1 / 1 / 6 / 4;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-f130522a {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-f130522a {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-f130522a {
    grid-area: 5 / 1 / 10 / 4;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-f130522a {
    grid-area: 3 / 9 / 7 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-f130522a {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-f130522a {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-f130522a {
    grid-area: 5 / 1 / 10 / 4;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d045-f130522a {
    grid-area: 3 / 9 / 7 / 12;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-f130522a, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-f130522a {
    grid-area: 1 / 1 / 6 / 4;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-9f30522b {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-9f30522b {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-9f30522b {
    grid-area: 5 / 1 / 10 / 4;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-9f30522b {
    grid-area: 3 / 9 / 7 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-9f30522b {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-9f30522b {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-9f30522b {
    grid-area: 5 / 1 / 10 / 4;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d045-9f30522b {
    grid-area: 3 / 9 / 7 / 12;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-9f30522b, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-9f30522b {
    grid-area: 1 / 1 / 6 / 4;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-c630522c {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-c630522c {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-c630522c {
    grid-area: 5 / 1 / 10 / 4;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-c630522c {
    grid-area: 3 / 9 / 7 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-c630522c {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-c630522c {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-c630522c {
    grid-area: 5 / 1 / 10 / 4;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d045-c630522c {
    grid-area: 3 / 9 / 7 / 12;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-c630522c, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-c630522c {
    grid-area: 1 / 1 / 6 / 4;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-8f30522d {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-8f30522d {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-8f30522d {
    grid-area: 5 / 1 / 10 / 4;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-8f30522d {
    grid-area: 3 / 9 / 7 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-8f30522d {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-8f30522d {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-8f30522d {
    grid-area: 5 / 1 / 10 / 4;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d045-8f30522d {
    grid-area: 3 / 9 / 7 / 12;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-8f30522d, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-8f30522d {
    grid-area: 1 / 1 / 6 / 4;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-2e30522e {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-2e30522e {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-2e30522e {
    grid-area: 5 / 1 / 10 / 4;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-2e30522e {
    grid-area: 3 / 9 / 7 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-2e30522e {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-2e30522e {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-2e30522e {
    grid-area: 5 / 1 / 10 / 4;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d045-2e30522e {
    grid-area: 3 / 9 / 7 / 12;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-2e30522e, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-2e30522e {
    grid-area: 1 / 1 / 6 / 4;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-8030522f {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-8030522f {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-8030522f {
    grid-area: 5 / 1 / 10 / 4;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-8030522f {
    grid-area: 3 / 9 / 7 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-8030522f {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-8030522f {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-8030522f {
    grid-area: 5 / 1 / 10 / 4;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d045-8030522f {
    grid-area: 3 / 9 / 7 / 12;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-8030522f, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-8030522f {
    grid-area: 1 / 1 / 6 / 4;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-a2305231 {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-a2305231 {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-a2305231 {
    grid-area: 5 / 1 / 10 / 4;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-a2305231 {
    grid-area: 3 / 9 / 7 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-a2305231 {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-a2305231 {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-a2305231 {
    grid-area: 5 / 1 / 10 / 4;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d045-a2305231 {
    grid-area: 3 / 9 / 7 / 12;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-a2305231, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-a2305231 {
    grid-area: 1 / 1 / 6 / 4;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-a6883fd2 {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-a6883fd2 {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-a6883fd2 {
    grid-area: 5 / 1 / 10 / 4;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-a6883fd2 {
    grid-area: 3 / 9 / 7 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-a6883fd2 {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-a6883fd2 {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-a6883fd2 {
    grid-area: 5 / 1 / 10 / 4;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d045-a6883fd2 {
    grid-area: 3 / 9 / 7 / 12;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-a6883fd2, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-a6883fd2 {
    grid-area: 1 / 1 / 6 / 4;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-a8e5b09b {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-a8e5b09b {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-a8e5b09b {
    grid-area: 5 / 1 / 10 / 4;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-a8e5b09b {
    grid-area: 3 / 9 / 7 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-a8e5b09b {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-a8e5b09b {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-a8e5b09b {
    grid-area: 5 / 1 / 10 / 4;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d045-a8e5b09b {
    grid-area: 3 / 9 / 7 / 12;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-a8e5b09b, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-a8e5b09b {
    grid-area: 1 / 1 / 6 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-d6305224 {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-d6305224 {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-d6305224 {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-d6305224 {
    grid-area: 3 / 1 / 5 / 5;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-d6305224 {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-d6305224 {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-d6305224 {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d045-d6305224 {
    grid-area: 3 / 1 / 5 / 5;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-d6305224, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-d6305224 {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-b1305225 {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-b1305225 {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-b1305225 {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-b1305225 {
    grid-area: 3 / 1 / 5 / 5;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-b1305225 {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-b1305225 {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-b1305225 {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d045-b1305225 {
    grid-area: 3 / 1 / 5 / 5;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-b1305225, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-b1305225 {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-11305226 {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-11305226 {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-11305226 {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-11305226 {
    grid-area: 3 / 1 / 5 / 5;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-11305226 {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-11305226 {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-11305226 {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d045-11305226 {
    grid-area: 3 / 1 / 5 / 5;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-11305226, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-11305226 {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-2f305227 {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-2f305227 {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-2f305227 {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-2f305227 {
    grid-area: 3 / 1 / 5 / 5;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-2f305227 {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-2f305227 {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-2f305227 {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d045-2f305227 {
    grid-area: 3 / 1 / 5 / 5;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-2f305227, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-2f305227 {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-6e305229 {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-6e305229 {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-6e305229 {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-6e305229 {
    grid-area: 3 / 1 / 5 / 5;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-6e305229 {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-6e305229 {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-6e305229 {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d045-6e305229 {
    grid-area: 3 / 1 / 5 / 5;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-6e305229, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-6e305229 {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-f130522a {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-f130522a {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-f130522a {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-f130522a {
    grid-area: 3 / 1 / 5 / 5;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-f130522a {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-f130522a {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-f130522a {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d045-f130522a {
    grid-area: 3 / 1 / 5 / 5;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-f130522a, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-f130522a {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-9f30522b {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-9f30522b {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-9f30522b {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-9f30522b {
    grid-area: 3 / 1 / 5 / 5;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-9f30522b {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-9f30522b {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-9f30522b {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d045-9f30522b {
    grid-area: 3 / 1 / 5 / 5;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-9f30522b, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-9f30522b {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-c630522c {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-c630522c {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-c630522c {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-c630522c {
    grid-area: 3 / 1 / 5 / 5;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-c630522c {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-c630522c {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-c630522c {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d045-c630522c {
    grid-area: 3 / 1 / 5 / 5;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-c630522c, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-c630522c {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-8f30522d {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-8f30522d {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-8f30522d {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-8f30522d {
    grid-area: 3 / 1 / 5 / 5;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-8f30522d {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-8f30522d {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-8f30522d {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d045-8f30522d {
    grid-area: 3 / 1 / 5 / 5;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-8f30522d, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-8f30522d {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-2e30522e {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-2e30522e {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-2e30522e {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-2e30522e {
    grid-area: 3 / 1 / 5 / 5;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-2e30522e {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-2e30522e {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-2e30522e {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d045-2e30522e {
    grid-area: 3 / 1 / 5 / 5;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-2e30522e, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-2e30522e {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-8030522f {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-8030522f {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-8030522f {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-8030522f {
    grid-area: 3 / 1 / 5 / 5;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-8030522f {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-8030522f {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-8030522f {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d045-8030522f {
    grid-area: 3 / 1 / 5 / 5;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-8030522f, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-8030522f {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-a2305231 {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-a2305231 {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-a2305231 {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-a2305231 {
    grid-area: 3 / 1 / 5 / 5;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-a2305231 {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-a2305231 {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-a2305231 {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d045-a2305231 {
    grid-area: 3 / 1 / 5 / 5;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-a2305231, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-a2305231 {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-a6883fd2 {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-a6883fd2 {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-a6883fd2 {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-a6883fd2 {
    grid-area: 3 / 1 / 5 / 5;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-a6883fd2 {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-a6883fd2 {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-a6883fd2 {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d045-a6883fd2 {
    grid-area: 3 / 1 / 5 / 5;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-a6883fd2, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-a6883fd2 {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a8297-a8e5b09b {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829a-a8e5b09b {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-a8e5b09b {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a82a0-a8e5b09b {
    grid-area: 3 / 1 / 5 / 5;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03c-a8e5b09b {
    grid-area: 1 / 1 / 3 / 8;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d03f-a8e5b09b {
    grid-area: 1 / 8 / 3 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-a8e5b09b {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-_06813345-d467-4ea6-577f-1181bcd1d045-a8e5b09b {
    grid-area: 3 / 1 / 5 / 5;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-a8e5b09b, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-a8e5b09b {
    grid-area: 1 / 1 / 3 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-d6305224, #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-d6305224 {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-d6305224, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-d6305224 {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-b1305225, #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-b1305225 {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-b1305225, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-b1305225 {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-11305226, #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-11305226 {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-11305226, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-11305226 {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-2f305227, #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-2f305227 {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-2f305227, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-2f305227 {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-6e305229, #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-6e305229 {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-6e305229, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-6e305229 {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-f130522a, #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-f130522a {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-f130522a, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-f130522a {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-9f30522b, #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-9f30522b {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-9f30522b, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-9f30522b {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-c630522c, #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-c630522c {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-c630522c, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-c630522c {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-8f30522d, #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-8f30522d {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-8f30522d, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-8f30522d {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-2e30522e, #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-2e30522e {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-2e30522e, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-2e30522e {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-8030522f, #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-8030522f {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-8030522f, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-8030522f {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-a2305231, #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-a2305231 {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-a2305231, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-a2305231 {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-a6883fd2, #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-a6883fd2 {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-a6883fd2, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-a6883fd2 {
    grid-area: 1 / 1 / 3 / 5;
  }

  #w-node-be04cc3a-cf59-80ce-78b5-a5b7ce3a829d-a8e5b09b, #w-node-_06813345-d467-4ea6-577f-1181bcd1d042-a8e5b09b {
    grid-area: 5 / 8 / 7 / 12;
  }

  #w-node-_083ce91d-ecce-9a03-e7da-ac975e3bdf44-a8e5b09b, #w-node-_0f843566-5c05-2e76-07eb-316c49f244ac-a8e5b09b {
    grid-area: 1 / 1 / 3 / 5;
  }
}


@font-face {
  font-family: 'Fa duotone 900';
  src: url('../fonts/fa-duotone-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bebasneue book';
  src: url('../fonts/BebasNeue-Book.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Bold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Poynterostextone';
  src: url('../fonts/PoynterOSTextOne-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Poynter os text one';
  src: url('../fonts/PoynterOSTextOne-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}