:root {
  --dark: #333;
  --white: #fffefe;
  --ivory: #f9f6e8;
  --dim-grey: #727272;
  --blue: #002eff;
  --light-grey: #f9f9f9;
  --red: red;
  --yellow: #ffcc2e;
  --gainsboro: #e4e4e4;
  --black: #030303;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--dark);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  letter-spacing: -.5px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Syne, sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: .9;
}

h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 65px;
  font-weight: 800;
  line-height: 1.2;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 55px;
  font-weight: 800;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  line-height: 1.5;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.herotext {
  text-transform: none;
  font-family: Segoe UI, Verdana, sans-serif;
  font-size: 54px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
}

.herobannertext {
  max-width: 45ch;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}

.herobannertext.lessmargin {
  margin-top: 5px;
  margin-bottom: 5px;
}

.primarybuttonbg {
  background-color: var(--white);
  border-radius: 30px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.primarybutton {
  border-radius: 30px;
  padding: 15px 30px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.primarybutton.mobile {
  display: none;
}

.primarybutton.mt-20 {
  margin-top: 20px;
}

.blackbuttontext {
  z-index: 1;
  color: var(--dark);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
}

.div-block-8 {
  z-index: 2;
  background-color: var(--ivory);
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 1px;
  display: flex;
  position: relative;
}

.bodytext {
  color: var(--dark);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.bodytext.grey {
  color: var(--dim-grey);
}

.bodytext.centered {
  text-align: center;
}

.bodytext.whitetext.allcaps.textsmall {
  align-self: flex-start;
}

.bodytext.paragraph {
  line-height: 1.7;
}

.bodytext.paragraph.mt-20 {
  margin-top: 20px;
}

.bodytext.paragraph.textmedium.centeredtext {
  padding-right: 10px;
}

.bodytext li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.bodytext.weight-500 {
  align-self: flex-start;
}

.bodylinktext {
  color: var(--dark);
  font-family: Syne, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: underline;
}

.secondarybuttonbg {
  background-color: var(--blue);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.secondarybutton {
  padding: 15px 30px;
  text-decoration: none;
  position: relative;
}

.secondarybutton.mobile {
  display: none;
}

.secondarybutton.form {
  padding: 0;
}

.whitebuttontext {
  z-index: 1;
  color: var(--white);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
}

.fixedcontainer {
  max-width: 1200px;
  padding: 60px 50px 100px;
}

.fixedcontainer.lesspadding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.fixedcontainer.footer {
  padding-top: 100px;
  padding-bottom: 100px;
}

.fixedcontainer.nosidepadding {
  padding-left: 0;
  padding-right: 0;
}

.fixedcontainer.careers {
  flex-direction: row;
  align-items: stretch;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

.fixedcontainer.flex-center.vertical {
  flex-direction: column;
}

.fixedcontainer.rightimage {
  padding-right: 10vw;
}

.softservelink {
  margin-top: auto;
  margin-bottom: auto;
}

.menuitem {
  color: var(--dark);
  text-transform: uppercase;
  font-family: Syne, sans-serif;
  font-size: 1vw;
  font-weight: 800;
}

.menuitem:hover {
  color: rgba(0, 0, 0, .6);
  text-decoration: line-through;
}

.menuitem.w--current {
  color: var(--dark);
}

.menuitem.dropdown {
  padding-right: 20px;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 80px;
  padding-left: 35px;
  padding-right: 35px;
  position: fixed;
}

.nav-menu {
  align-items: center;
  height: 100%;
  display: flex;
}

.softservelogo {
  height: 70px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.dropdownmenutext {
  color: var(--dark);
  text-transform: uppercase;
  font-family: Syne, sans-serif;
  font-weight: 800;
}

.dropdownmenutext:hover {
  color: rgba(0, 0, 0, .6);
}

.icon {
  display: none;
}

.dropdown-list {
  background-color: var(--white);
  padding: 20px;
  font-family: Syne, sans-serif;
}

.dropdown-list.w--open {
  text-transform: uppercase;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  max-height: 95vh;
  padding: 10px 40px 40px;
  display: flex;
  top: 100%;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: scroll;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.submenuheader {
  color: var(--dark);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

.submenuheader.nowraptext {
  margin-bottom: 5px;
  font-size: 13px;
}

.submenulink {
  color: var(--dim-grey);
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

.submenulink:hover {
  color: var(--dark);
}

.submenulink.w--current {
  color: var(--dim-grey);
}

.submenubolding {
  color: var(--dark);
}

.footercolumns {
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
}

.footerheading {
  color: var(--dark);
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Syne, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.footerlink {
  color: var(--dim-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.footerlink:hover, .footerlinkspan {
  color: var(--dark);
}

.assessmentbutton {
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
  padding: 15px 60px;
  font-family: Syne, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  transition: all .3s ease-in-out;
}

.assessmentbutton:hover {
  transform: translate(0, -3px);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

.assessmentbutton.nomargin {
  margin-bottom: 0;
}

.rightfootercolumn {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.footersubheading {
  color: var(--dark);
  text-align: right;
  font-family: Syne, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.sociallogo {
  width: 45px;
  height: 40px;
  margin: 10px 5px 0;
}

.footerlogo {
  width: 230px;
}

.footerbottom {
  padding-top: 20px;
  padding-bottom: 0;
}

.footerrow {
  justify-content: space-between;
  display: flex;
}

.footergreytext {
  color: var(--dim-grey);
  text-align: right;
  font-family: Syne, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.footercopyrighttext {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #9e9e9e;
  font-family: Syne, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
}

.footertextlink {
  color: var(--dim-grey);
  font-weight: 700;
}

.footersection {
  z-index: 1;
  background-color: var(--white);
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.whitesection {
  z-index: 2;
  background-color: var(--white);
}

.whitesection.devbuild {
  background-image: url('../images/lego-bricks.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 30%;
}

.creamsection {
  z-index: 2;
  background-color: var(--ivory);
}

.creamsection.relative {
  position: relative;
}

.herosection {
  z-index: 2;
  background-color: var(--ivory);
  background-image: url('../images/home-page-bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  min-height: 80vh;
  position: relative;
}

.herosection.homepage {
  background-color: var(--white);
  background-image: url('../images/rubix-cube-2.webp'), url('../images/rubix-cube-1.webp'), url('../images/home-page-bg.webp');
  background-position: 95% 25%, 75% 8%, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 200px, 200px, cover;
  background-attachment: scroll, scroll, fixed;
  height: auto;
  min-height: 80vh;
  position: relative;
  overflow: hidden;
}

.herosection.branddiscovery {
  background-image: url('../images/brand-discovery-sticker.webp'), url('../images/Brand-banner.webp');
  background-position: 80% 25%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 250px, cover;
  background-attachment: scroll, scroll;
  min-height: 80vh;
}

.herosection.websites {
  background-image: url('../images/website-badge.webp'), url('../images/website-banner.webp');
  background-position: 100% 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 300px, cover;
  background-attachment: scroll, scroll;
  min-height: 80vh;
}

.herosection.customsolutions {
  background-image: url('../images/custom-solutions-badge.webp'), url('../images/custom-solutions.webp');
  background-position: 100% 70%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 300px, cover;
  background-attachment: scroll, scroll;
  min-height: 80vh;
}

.herosection.appdev {
  background-image: url('../images/app-dev-badge.webp'), url('../images/mobile-dev.webp');
  background-position: 100% 100%, 40%;
  background-repeat: no-repeat, no-repeat;
  background-size: 300px, cover;
  background-attachment: scroll, scroll;
}

.herosection.concept {
  background-image: url('../images/design-sprint-badge.webp'), url('../images/proof-of-concept.webp');
  background-position: 90%, 40%;
  background-repeat: no-repeat, no-repeat;
  background-size: 300px, cover;
  background-attachment: scroll, scroll;
}

.herosection.uiandux {
  background-image: url('../images/ux-ui-badge.webp'), url('../images/ui_ux.webp');
  background-position: 95% 45%, 45%;
  background-repeat: no-repeat, no-repeat;
  background-size: 300px, cover;
  background-attachment: scroll, scroll;
}

.herosection.strategy {
  background-image: url('../images/home-page-bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

.herosection.development, .herosection.game {
  position: relative;
  overflow: hidden;
}

.herosection.whyus {
  background-image: url('../images/home-page-bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  height: auto;
  min-height: 80vh;
  position: relative;
  overflow: hidden;
}

.herosection.services {
  background-image: url('../images/rubix-cube-2_1.webp'), url('../images/rubix-cube-1.webp'), url('../images/cream-material-bg.webp');
  background-position: 80% 20%, 5% 15%, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 168px, 168px, cover;
  background-attachment: scroll, scroll, scroll;
  position: relative;
}

.herosection.job {
  background-image: url('../images/red-material-bg.webp');
  background-position: 0 0;
  background-size: auto;
  height: auto;
}

.herosection.careers {
  align-items: stretch;
  display: flex;
}

.herosection.webflow {
  background-image: none;
}

.carimage {
  transform-style: preserve-3d;
  max-width: 40%;
  position: absolute;
  top: auto;
  bottom: -20px;
  left: auto;
  right: 0%;
  transform: translate3d(0, 0, 300px);
}

.aboutgrid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  margin-bottom: 100px;
}

.aboutnumber {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.numbertext {
  background-color: var(--white);
  color: var(--dim-grey);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  padding: 0 0 10px;
  font-family: Syne, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  transition: all .5s;
  display: flex;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
}

.ustext {
  flex: 1;
}

.centered {
  text-align: center;
}

.homecapabilities {
  border: 1px dotted var(--dim-grey);
  background-color: var(--light-grey);
  color: var(--dark);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 30px;
  display: flex;
  overflow: hidden;
}

.sectiontext {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.bluesection {
  z-index: 2;
  background-color: var(--blue);
  position: relative;
}

.bluesection.flex {
  display: flex;
}

.bluesection.materialbg {
  background-image: url('../images/blue-material-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.clientgrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.clientlogos {
  width: 210px;
}

.bluetext {
  color: var(--blue);
}

.whitetext {
  color: var(--white);
}

.textlarge {
  font-size: 30px;
  line-height: 1.3;
}

.textlarge.nocaps {
  text-transform: none;
}

.textxlarge {
  font-size: 40px;
  line-height: 1.3;
}

.textxlarge.bluetext.whitetextshadow {
  text-shadow: 0 2px 1px var(--white);
}

.centeredtext {
  text-align: center;
}

.righttext {
  text-align: right;
}

.marquee {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 160px;
  display: flex;
  overflow: hidden;
}

.nowraptext {
  white-space: nowrap;
}

.marqueecontent {
  min-width: 100%;
  display: flex;
}

.marqueecontent.nowraptext {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-around;
}

.redsection {
  z-index: 2;
  background-color: var(--red);
  position: relative;
}

.redsection.achievements {
  background-image: url('../images/girl-with-ice-cream.webp'), url('../images/red-bg.webp');
  background-position: 120% 110%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 425px, auto;
  padding-bottom: 220px;
  overflow: hidden;
}

.redsection.materialbg {
  background-image: url('../images/red-material-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-12 {
  display: flex;
}

.blueshoesimage {
  z-index: 2;
  opacity: 1;
  width: 600px;
  position: relative;
}

.div-block-13 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.yellowtext {
  color: var(--yellow);
}

.devhousehandimage {
  max-width: 75%;
  padding-top: 40px;
  transform: translate(-5%);
}

.heading600 {
  font-weight: 600;
}

.xlheading {
  font-size: 110px;
}

.xlheading.creamtext {
  flex: 1;
}

.synesubheading {
  font-family: Syne, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.devhousecolum3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.columns {
  justify-content: center;
  align-items: stretch;
  padding: 0 20px 20px;
  display: flex;
}

.devhousecolumn1 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.devhousecolumn2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.clientlogocontainer {
  opacity: 1;
  filter: grayscale();
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  transition: all .4s;
  display: flex;
}

.clientlogocontainer:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.clientlogocontainer.topleft, .clientlogocontainer.toprow {
  border-right: 1px solid var(--gainsboro);
  border-bottom: 1px solid var(--gainsboro);
}

.clientlogocontainer.topright {
  border-bottom: 1px solid var(--gainsboro);
}

.clientlogocontainer.middleleft, .clientlogocontainer.middle {
  border-right: 1px solid var(--gainsboro);
}

.clientlogocontainer.middleright {
  border-left: 1px solid var(--gainsboro);
}

.clientlogocontainer.bottomleft, .clientlogocontainer.bottomrow {
  border-top: 1px solid var(--gainsboro);
  border-right: 1px solid var(--gainsboro);
}

.clientlogocontainer.bottomright {
  border-top: 1px solid var(--gainsboro);
}

.headingwithbutton {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.textbutton {
  color: var(--dark);
  border-bottom: 1px solid #000;
  flex: 0 auto;
  font-family: Syne, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.achievementslide {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding: 10px;
}

.achievementslider {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
}

.achievementbadge {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mask {
  width: 320px;
  height: 320px;
  overflow: visible;
}

.slide-nav, .right-arrow, .left-arrow, .icon-3, .icon-4 {
  display: none;
}

.reviewslidecontainer {
  border: 5px solid var(--blue);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 50rem;
  min-height: 20rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.reviewdetailscontainer {
  flex: 0 auto;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.reviewname {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.3;
}

.reviewdetails {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.pillarsgrid {
  grid-template-rows: 1fr 1fr;
}

.playbutton {
  border: 3px solid var(--red);
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
}

.gameonbblock {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.gameonimage {
  z-index: 0;
  position: absolute;
}

.playicon {
  width: 40px;
  margin-left: 5px;
}

.playbuttonpulsing {
  z-index: 0;
  background-color: rgba(0, 0, 0, .35);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footermenutext {
  font-size: 15px;
}

.socialsbutton {
  width: 100%;
}

.blogcard {
  background-color: var(--white);
  color: var(--dark);
  border-radius: 2px;
  flex-direction: column;
  width: 100%;
  max-width: 320px;
  padding: 10px 10px 40px;
  text-decoration: none;
  display: flex;
  overflow: visible;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .2);
}

.blogdetails {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 0;
}

.blogtitle {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}

.blogdate {
  text-align: right;
  font-family: Syne, sans-serif;
}

.blogimagecontainer {
  height: 15rem;
  position: relative;
}

.blogimagecover {
  background-color: var(--gainsboro);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.totop {
  z-index: 5;
  position: fixed;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 2%;
}

.totopbutton {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
}

.tellmemoretext {
  font-family: Syne, sans-serif;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: auto;
  bottom: 1%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -100%)rotate(-90deg);
}

.content {
  z-index: 2;
  position: relative;
}

.herocontainer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 80vh;
  padding-top: 80px;
  padding-bottom: 140px;
  padding-left: 100px;
  display: flex;
}

.herocontainer.development {
  padding-left: 0;
}

.herocontainer.whyus {
  max-width: 1200px;
  padding-top: 100px;
  padding-left: 0;
  padding-right: 0;
}

.herocontainer.contact {
  justify-content: center;
  padding-left: 0;
}

.herocontainer.job {
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 0;
  padding-left: 0;
}

.herocontainer.redservice {
  padding-left: 0;
  padding-right: 60px;
}

.herocontainer.blueservice {
  align-items: flex-end;
}

.herocontainer.home {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: none;
  margin-left: 100px;
  margin-right: 100px;
  padding-bottom: 140px;
  padding-left: 0;
}

.herocontainer.capabilities {
  padding: 100px 60px 100px 140px;
}

.herocontainer.pillars.development {
  padding-bottom: 220px;
}

.herocontainer.webflow {
  z-index: 1;
  padding-left: 0;
  position: relative;
}

.herocontainer.policy {
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}

.logoslidermask {
  width: 370px;
  overflow: visible;
}

.logoslider {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  height: 260px;
  overflow: hidden;
}

.logosliderlink {
  filter: grayscale();
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 80px;
  padding-right: 80px;
  transition: filter .4s;
}

.logosliderlink:hover {
  filter: grayscale(0%);
}

.slide-nav-2, .left-arrow-2, .right-arrow-2 {
  display: none;
}

.sliderlogocontainer {
  background-color: var(--white);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 260px;
  display: flex;
}

.fullcontainer {
  max-width: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.fullcontainer.lesspadding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.fullcontainer.nopadding {
  padding-top: 0;
  padding-bottom: 0;
}

.fullcontainer.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.lefttextcolumn {
  align-items: center;
  padding-bottom: 20px;
  padding-left: 100px;
  padding-right: 140px;
}

.rightimagecolumn {
  padding-left: 0;
  padding-right: 0;
}

.capabilitiescolumns {
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.capabilitiescolumns.rightimage, .capabilitiescolumns.leftimage {
  margin-left: 0;
  margin-right: 0;
}

.leftimagecolumn {
  padding-left: 0;
  padding-right: 0;
}

.righttextcolumn {
  padding-left: 140px;
  padding-right: 100px;
}

.bodylistitem {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.bodylistitem.pb-0 {
  padding-bottom: 0;
}

.greysection {
  background-color: var(--light-grey);
}

.faqbox {
  border: 1px solid var(--blue);
  background-color: var(--white);
  cursor: pointer;
  padding: 30px;
  position: relative;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}

.nomargin {
  margin: 0;
}

.weight-700 {
  font-weight: 700;
}

.weight-600 {
  font-weight: 600;
}

.weight-500 {
  font-weight: 500;
}

.synetext {
  font-family: Syne, sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

.synetext.bluetext.nomargin.weight-600.nocaps {
  text-transform: none;
}

.synetext.small {
  font-size: 14px;
}

.faqchevron {
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 2%;
}

.faqbottom {
  overflow: hidden;
}

.faqtop {
  padding-right: 40px;
  position: relative;
}

.greytext {
  color: var(--dim-grey);
}

.faqtext {
  padding-top: 20px;
  padding-right: 40px;
}

.faqcolumn {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.faqcolumns {
  margin-top: 60px;
}

.capabilitiesimage {
  display: block;
}

.policylink {
  color: var(--dark);
}

.logosliderimage {
  width: 100%;
  display: block;
}

.paragraphlist {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.paragraphlist.numbered {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  list-style-type: decimal;
}

.corewebgrid {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-flow: column;
  margin-top: 40px;
}

.coreservicesimage {
  width: 100px;
}

.italictext {
  font-style: italic;
}

.syneherotext {
  font-family: Syne, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}

.strategyheroimage {
  width: 400px;
  position: absolute;
  top: auto;
  bottom: -30%;
  left: auto;
  right: -5%;
  transform: rotate(-45deg);
}

.techgrid {
  grid-template-rows: auto;
  grid-template-columns: 30% 1fr;
}

.techgrid.fullwidth {
  grid-template-columns: minmax(250px, 40%) 1fr;
}

.techgrid.equal {
  grid-template-columns: 1fr 1fr;
}

.allcaps {
  text-transform: uppercase;
}

.pillarscolumns {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template: "Area Area-2"
  / 1fr 35%;
  margin-top: 60px;
}

.pillarscolumns.leftimage {
  grid-column-gap: 20px;
  grid-template-columns: 35% 1fr;
}

.spacer {
  height: 100px;
}

.redcard {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 30px 40px 40px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .2);
}

.redcard.middle {
  width: 50%;
}

.redtext {
  color: var(--red);
}

.bluecard {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 30px 40px 40px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .2);
}

.redcardbg {
  z-index: 0;
  opacity: 0;
  background-image: url('../images/red-material-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cardtext {
  z-index: 2;
  position: relative;
}

.bluecardbg {
  z-index: 1;
  opacity: 0;
  background-image: url('../images/blue-material-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brainstromblock {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pillarimage {
  width: 250px;
}

.pillarimage.large {
  width: 450px;
}

.developmentimage {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.diigtalimage {
  max-width: 200%;
  transform: rotate(-120deg);
}

.textmedium {
  font-size: 26px;
  line-height: 1;
}

.buildgrid {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.monsterratheading {
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 700;
}

.buildblock {
  border-left: 1px solid var(--dim-grey);
  padding-left: 40px;
  padding-right: 40px;
}

.buildblock.blue {
  border-left-width: 2px;
  border-left-color: var(--blue);
  padding-right: 60px;
}

.longh1 {
  font-size: 70px;
}

.visualdesignimage {
  width: 500px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 5%;
  transform: rotate(20deg);
}

.toggletextcontainer {
  max-width: 1200px;
  padding: 40px 50px;
}

.hflex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.hflex.morespacing {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.hflex.morespacing.spacearound {
  justify-content: space-around;
}

.hflex.grow {
  flex: 1;
}

.customdropdowntoggle {
  background-image: url('../images/girl-in-mountains.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.customdropdowntoggle.second {
  background-image: url('../images/swimmer.webp');
}

.customdropdowntoggle.third {
  background-image: url('../images/lollipops.webp');
}

.customdropdowncontent {
  overflow: hidden;
}

.gameheroimage {
  width: 600px;
  position: absolute;
  top: auto;
  bottom: -5%;
  left: auto;
  right: -15%;
}

.rotate90 {
  transform-origin: 50%;
  width: 85%;
  transform: rotate(90deg);
}

.blacksection {
  background-color: var(--black);
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.repeatingrubixbg {
  z-index: -1;
  opacity: .2;
  background-image: url('../images/rubix-cube-2.webp');
  background-position: 50% 0;
  background-size: 18vw;
  background-attachment: scroll;
  position: absolute;
  top: 0%;
  bottom: -100%;
  left: 0%;
  right: 0%;
}

.whyheroimage {
  transform-style: preserve-3d;
  width: 450px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate3d(0, 0, 300px);
}

.solvergrid {
  grid-template-rows: auto;
  align-items: center;
  justify-items: center;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  overflow: hidden;
}

.valueimage {
  background-color: var(--white);
  width: 100%;
  display: block;
}

.valuemask {
  width: 450px;
  height: 800px;
  margin-left: 60px;
  overflow: visible;
}

.valuecontainer {
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  height: 800px;
  display: flex;
}

.slide-nav-3, .left-arrow-3, .right-arrow-3 {
  display: none;
}

.grid {
  grid-template-rows: auto;
  padding-left: 10px;
  padding-right: 0;
}

.div-block-14 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 60px;
  display: flex;
}

.inputfield {
  background-color: var(--white);
  border: 1px #000;
  border-bottom-style: solid;
  height: 50px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 0;
  font-family: Syne, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.inputfield::placeholder {
  font-family: Syne, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.inputfield.number {
  width: 50%;
}

.fieldlabel {
  display: none;
}

.submit-button {
  background-color: var(--dark);
  text-transform: uppercase;
  margin-top: 40px;
  padding: 10px 20px;
  font-family: Syne, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.form-block {
  margin-top: 40px;
  margin-bottom: 40px;
}

.contactblock {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--light-grey);
  background-image: url('../images/speech-bubble.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 120px;
  flex-direction: column;
  width: 320px;
  margin-left: auto;
  padding: 60px 40px;
  display: flex;
}

.contacttop {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.andrewimage {
  border-radius: 50%;
  align-self: center;
  width: 80px;
  height: 80px;
}

.contacttext {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.addresssblock {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 320px;
  margin-top: 60px;
  margin-left: auto;
  padding-left: 40px;
  display: flex;
}

.contactgrid {
  grid-template-rows: auto;
}

.contactlink {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--dark);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-2 {
  width: 20px;
}

.contactlinkrow {
  justify-content: space-between;
  display: flex;
}

.mapembed {
  filter: grayscale();
  width: 100%;
  height: 500px;
}

.contactcell {
  margin-top: 100px;
  margin-bottom: 0;
}

.careerherogrid {
  grid-column-gap: 47px;
  grid-template-rows: auto;
  grid-template-columns: minmax(300px, 30%) 1fr;
  width: 100%;
  height: 100%;
}

.redoutline {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--red);
}

.creamtext {
  color: var(--ivory);
}

.devgradinfo {
  background-color: var(--red);
  margin-top: 40px;
  margin-right: 80px;
  padding: 40px 40px 60px;
}

.careerblock {
  background-image: url('../images/red-floppy-disk.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 150px;
  min-width: 550px;
  max-width: 600px;
  margin: 40px auto 60px;
  padding-top: 20px;
  text-decoration: none;
  display: block;
  position: relative;
}

.careerblock.frontend {
  background-image: url('../images/red-computer.webp');
  background-position: -50%;
  background-size: 500px;
  min-width: 550px;
  max-width: 600px;
}

.careerblock.interfull {
  background-image: url('../images/red-keyboard.webp');
  background-position: 100% 0;
  background-size: 466px;
  min-width: 550px;
  max-width: 600px;
}

.careerblock.devintern {
  background-image: url('../images/computer-mouse.webp');
  background-position: 0 0;
  background-size: 313px;
  min-width: 600px;
  max-width: 650px;
}

.careerblock.uxdesigner {
  background-image: url('../images/etch-a-sketch.webp');
  background-position: 100% 0;
  background-size: 287px;
}

.careerblock.uidesigner {
  background-image: url('../images/colour-pencils.webp');
  background-position: 10%;
  background-size: contain;
  min-width: 600px;
  max-width: 650px;
  padding-bottom: 20px;
}

.careerblock.graddes {
  background-image: url('../images/tv-with-antenna.webp');
  background-position: 125%;
  background-size: 350px;
  min-width: 600px;
  max-width: 650px;
}

.careerblock.copy {
  background-image: url('../images/beige-typewriter.webp');
  background-position: -15%;
  background-size: 425px;
  min-width: 600px;
  max-width: 650px;
}

.careerblock.ppc {
  background-image: url('../images/handful-of-cash.webp');
  background-position: 105% 0;
  background-size: 400px;
  min-width: 600px;
  max-width: 650px;
}

.applynowimage {
  width: 120px;
}

.applynowimage.devgrad {
  position: absolute;
  top: auto;
  bottom: -40px;
  left: auto;
  right: 0%;
}

.applynowimage.frontend {
  position: absolute;
  top: auto;
  bottom: -40px;
  left: auto;
  right: -50px;
}

.applynowimage.intermediate {
  position: absolute;
  top: auto;
  bottom: -40px;
  left: auto;
  right: 5%;
}

.applynowimage.devintern {
  position: absolute;
  top: auto;
  bottom: -40px;
  left: auto;
  right: -50px;
}

.applynowimage.uxdesigner, .applynowimage.graddes {
  position: absolute;
  top: auto;
  bottom: -40px;
  left: auto;
  right: 10%;
}

.applynowimage.copy {
  position: absolute;
  top: auto;
  bottom: -40px;
  left: auto;
  right: -60px;
}

.applynowimage.ppc {
  position: absolute;
  top: auto;
  bottom: -40px;
  left: auto;
  right: 100px;
}

.frontendinfo {
  background-color: var(--red);
  margin-left: 120px;
  padding: 40px 40px 60px;
}

.intermediatefullstack {
  background-color: var(--red);
  margin-top: 40px;
  margin-right: 100px;
  padding: 40px 40px 60px;
}

.devinterninfo {
  background-color: var(--red);
  margin-top: 40px;
  margin-left: 140px;
  padding: 40px 40px 60px;
}

.senioruxinfo {
  background-color: var(--blue);
  margin-top: 40px;
  margin-right: 140px;
  padding: 40px 40px 60px;
}

.div-block-15 {
  flex: none;
  max-width: 49%;
  position: relative;
}

.div-block-16 {
  z-index: 1;
  opacity: .5;
  background-image: url('../images/grid-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uidesignerinfo {
  background-color: var(--blue);
  margin-left: 200px;
  padding: 40px 40px 60px;
}

.graddesigninfo {
  background-color: var(--blue);
  margin-right: 140px;
  padding: 40px 40px 60px;
}

.juniorcopyinfo {
  background-color: var(--yellow);
  margin-left: 160px;
  padding: 40px 40px 60px;
}

.ppcinfo {
  background-color: var(--yellow);
  margin-right: 200px;
  padding: 40px 40px 60px;
}

.flexnosizing {
  flex: none;
}

.flex50 {
  flex: 0 auto;
  max-width: 50%;
}

.joblist {
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.bannerlist.creamtext {
  flex: none;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
}

.bannerlistitem {
  padding-top: 0;
  padding-bottom: 0;
}

.bannerlistitem.lesspadding {
  padding-left: 10px;
}

.jobheroimage {
  width: 450px;
}

.redline {
  align-self: flex-start;
}

.redline.centered {
  align-self: center;
}

.textsmall {
  font-size: 14px;
}

.pillarbutton {
  background-color: var(--white);
  color: var(--dark);
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  padding: 20px;
  text-decoration: none;
  display: none;
  box-shadow: 0 2px 20px 5px rgba(0, 0, 0, .2);
}

.pillarbutton.desktop {
  margin-top: 20px;
  display: flex;
}

.weight-800 {
  font-weight: 800;
}

.serviceslinkblock {
  color: var(--dark);
  text-decoration: none;
}

.contentgrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  position: relative;
}

.servicestepblock {
  padding: 20px;
}

.servicestepblock.red {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 5px solid var(--red);
  border-left: 5px solid var(--red);
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  margin-right: -5px;
  padding-bottom: 15px;
  padding-left: 15px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  left: 0%;
  right: 0%;
  box-shadow: -4px 4px 5px rgba(0, 0, 0, .2);
}

.servicestepblock.red.top {
  z-index: 3;
  background-color: var(--white);
}

.servicestepblock.red.middle {
  z-index: 2;
  background-color: var(--white);
}

.servicestepblock.red.bottom {
  z-index: 0;
  margin-right: 0;
}

.redunderline {
  background-color: var(--red);
  height: 5px;
}

.lefttext {
  text-align: left;
}

.serviceicon {
  width: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.serviceicon.large {
  width: 65px;
}

.nocaps {
  text-transform: none;
}

.appgrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto 3px auto;
  grid-template-columns: 1fr 3px 1fr;
}

.redgridborder {
  background-color: var(--red);
  width: 100%;
  height: 100%;
}

.p-20 {
  padding: 20px;
}

.rankgrid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto 100px 100px 100px;
  grid-template-columns: 1fr 1fr 1fr;
}

.rankgrid.mobile {
  display: none;
}

.bg-red {
  background-color: var(--red);
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.blueunderline {
  background-color: var(--blue);
  align-self: flex-end;
  height: 5px;
}

.right-aligned {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.blueunderlinetext {
  border-bottom: 3px solid var(--blue);
  padding-right: 10px;
}

.blacktext {
  color: var(--black);
  line-height: .8;
}

.weight-300 {
  font-weight: 300;
}

.body {
  font-family: Montserrat, sans-serif;
}

.nounderline {
  text-decoration: none;
}

.nounderline.middle {
  max-width: 50%;
}

.darktext {
  color: var(--dark);
}

.brainstormimage {
  width: 400px;
}

.controllerimage {
  transform: perspective(1000px);
}

.bloglayout {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
  margin-top: 40px;
  display: grid;
}

.cookiebox {
  z-index: 10;
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 420px;
  min-height: 200px;
  padding: 20px 30px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cookiebuttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
  display: flex;
}

.cookiebutton {
  background-color: var(--white);
  color: var(--dark);
  text-align: left;
  text-transform: uppercase;
  border: 3px solid #000;
  padding: 15px 25px;
  font-family: Syne, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.cookiebutton.underline {
  text-decoration: underline;
}

.floatingastronaut {
  transform-style: preserve-3d;
  width: 90%;
  transform: translate3d(0, 0, 300px);
}

.cubebg {
  z-index: 0;
  opacity: .08;
  background-image: url('../images/cube-grid-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._w-50 {
  width: 50%;
}

.webflowsticker {
  width: 20%;
  margin-top: 20px;
  margin-right: 40px;
}

.z-0 {
  z-index: 0;
  position: relative;
}

.z-1 {
  z-index: 1;
  position: relative;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.davidimage {
  max-width: 50%;
  margin-bottom: -5%;
  position: absolute;
  bottom: 0;
  left: -50px;
  right: auto;
}

.nooverflow {
  overflow: hidden;
}

.webflowhand {
  width: 80px;
  margin-right: -5px;
}

.smallgridbg {
  z-index: 0;
  opacity: .3;
  background-image: url('../images/grid-bg.webp');
  background-position: 50%;
  background-size: 960px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.webflowcard {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 420px;
  margin-bottom: 60px;
  padding: 20px;
  display: flex;
  position: relative;
}

.yellownumbertext {
  background-color: var(--yellow);
  color: var(--dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  padding: 0 0 10px;
  font-family: Syne, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  transition: all .5s;
  display: flex;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

._w-60 {
  width: 60%;
}

.webflowphone {
  justify-content: center;
  align-items: center;
  width: 70%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.phoneimage {
  z-index: 1;
  transform-style: preserve-3d;
  width: 30vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 50%)rotateX(0)rotateY(180deg)rotateZ(0);
}

.webflowcontactimage {
  width: 35vw;
  margin-left: auto;
  margin-right: 5vw;
  position: relative;
}

.phonebg {
  z-index: 0;
  opacity: .4;
  width: 25vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.star-1 {
  width: 120px;
}

.star-1block {
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 25%;
  right: auto;
}

.star-2 {
  height: 120px;
}

.star-2block {
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.image-5 {
  width: 75%;
  margin-left: -5%;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.webflowformtextinput {
  border-width: 0 0 2px;
  border-color: black black var(--dark);
  color: var(--dark);
  background-color: rgba(0, 0, 0, 0);
  border-bottom-style: solid;
  padding-top: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.webflowformtextinput::placeholder {
  color: var(--dark);
  font-size: 11px;
  line-height: 1.2;
}

.webflowformlabel {
  opacity: 0;
}

.secondaryformsubmit {
  z-index: 1;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  display: block;
  position: relative;
}

.form-block-2 {
  width: 100%;
}

.webflowcardbg {
  z-index: 0;
  width: 400px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.spherebg {
  z-index: 0;
  opacity: .5;
  background-image: url('../images/Sphere.webp');
  background-position: 105% -100px;
  background-repeat: no-repeat;
  background-size: 30vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.v-flex {
  flex-direction: column;
  display: flex;
}

.v-flex.centered {
  justify-content: center;
  align-items: center;
}

.webflowcarddarkbg {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.darkbluesection {
  background-color: #03081d;
}

.webflowdarkcard {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 40px 20px;
  display: flex;
  position: relative;
}

.formrow {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.formfield {
  flex: 1;
}

.darkcardgrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(200px, 350px);
  grid-template-columns: minmax(200px, 350px) minmax(200px, 350px) minmax(200px, 350px);
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.blogherosection {
  position: relative;
}

.blogherosection.sugarrush {
  background-image: linear-gradient(rgba(0, 46, 255, .5), rgba(0, 46, 255, .5)), url('../images/sugar-rush.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.blogherosection.magicsteps {
  background-image: linear-gradient(rgba(0, 46, 255, .5), rgba(0, 46, 255, .5)), url('../images/magic-steps.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.blogherosection.mobileseo {
  background-image: linear-gradient(rgba(51, 0, 255, .36), rgba(51, 0, 255, .36)), url('../images/old-phone-booth.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.blogherosection.firstimpression {
  background-image: linear-gradient(rgba(255, 51, 0, .42), rgba(255, 51, 0, .42)), url('../images/ice-cream.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.blogherosection.full-flavour {
  background-image: linear-gradient(rgba(253, 255, 139, .4), rgba(253, 255, 139, .4)), url('../images/full-flavour.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.blogherocontainer {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 1200px;
  min-height: 70vh;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 50px 100px;
  display: flex;
}

.blogherogrid {
  grid-column-gap: 26px;
  grid-row-gap: 8px;
  grid-template-columns: auto auto auto;
}

.smallwhiteline {
  background-color: var(--white);
  width: 30px;
  height: 1px;
}

.grid-2 {
  grid-column-gap: 49px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 30%;
  margin-bottom: 40px;
}

.quoteblock-1 {
  background-color: #3452ff;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 50px;
  display: flex;
}

.quotemark {
  color: var(--white);
  align-self: flex-start;
  font-family: Syne, sans-serif;
  font-size: 90px;
  line-height: .7;
}

.quotemark.orange {
  color: #ff7a56;
  padding-top: 40px;
}

.quotemark.blue {
  color: #3452ff;
  padding-top: 40px;
}

.quoteblock-2 {
  grid-template-rows: auto;
  grid-template-columns: 150px 1fr;
}

.greyborderline {
  border-right: 1px solid var(--gainsboro);
}

.sociallogoblogs {
  background-color: var(--white);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 10px 15px 0;
  padding: 15px;
}

.socialbuttonblogs {
  width: 100%;
  height: 100%;
}

.bloggrid-2 {
  grid-column-gap: 49px;
  grid-template-rows: auto;
  grid-template-columns: 30% 1fr;
  margin-bottom: 40px;
}

.quoteblock-1-2 {
  background-color: #ee3024;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 50px;
  display: flex;
}

.link {
  color: var(--white);
  text-decoration: none;
  transition: text-shadow .2s;
}

.link:hover {
  text-shadow: 0 8px 15px var(--yellow);
}

.playbuttoncontainer {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: relative;
}

.videocontainer {
  z-index: 10;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  object-fit: contain;
  background-color: rgba(0, 0, 0, .36);
  padding: 0%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 940px;
  height: 528px;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.closebutton {
  color: var(--white);
  cursor: pointer;
  width: 50px;
  height: 50px;
  font-size: 80px;
  line-height: 1;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.paragraphlink {
  color: var(--dark);
}

.faqlink {
  color: var(--dim-grey);
}

.fontsyne {
  font-family: Syne, sans-serif;
}

.blog-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.blog-content h2 {
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 2.8rem;
}

.blog-content h3 {
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.blog-content h4 {
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
}

.blog-content h5 {
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
}

.blog-content h6 {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

.blog-content p {
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}

.blog-content blockquote {
  border-left-width: 1px;
  border-left-color: var(--gainsboro);
  font-family: Syne, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.blog-content ol, .blog-content ul {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.blog-content a {
  color: var(--dark);
}

.blogimage {
  z-index: -2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blogcolor {
  z-index: -1;
  opacity: .4;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonialwrapper {
  background-color: var(--dark);
  flex-flow: column;
  flex: 1;
  min-height: 20rem;
  padding: 1.8rem;
  display: flex;
  position: relative;
  transform: translate(-15px, -15px);
}

.quote {
  color: var(--blue);
  font-family: Montserrat, sans-serif;
  font-size: 10rem;
  font-weight: 800;
  line-height: .5;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 2rem;
}

.swiper.testimonials {
  width: 100%;
}

.swiper-wrapper {
  flex-flow: row;
  align-items: flex-start;
}

.swiper-slide {
  flex-flow: row;
  flex: none;
  align-items: stretch;
  max-width: 50%;
}

.capabilities-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.capability {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: var(--dark);
  flex-flow: column;
  justify-content: space-between;
  padding: 1rem 1rem .5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.capability._1 {
  border-right: 1px solid var(--gainsboro);
  border-bottom: 1px solid var(--gainsboro);
}

.capability._5 {
  border-right: 1px solid var(--gainsboro);
}

.capability._2, .capability._3 {
  border-right: 1px solid var(--gainsboro);
  border-bottom: 1px solid var(--gainsboro);
}

.capability._4 {
  border-bottom: 1px solid var(--gainsboro);
}

.capability._6, .capability._7 {
  border-right: 1px solid var(--gainsboro);
}

.capability-card {
  z-index: 1;
  transform-origin: 50% 75%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.testimonial-text {
  color: var(--white);
  font-size: 1rem;
}

.hover-line {
  background-color: var(--dark);
  width: 10px;
  height: 1px;
}

.focus-link {
  color: var(--dark);
  margin-bottom: 3px;
  font-size: 15px;
  text-decoration: none;
}

.flex-block {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 85px;
  }

  h2 {
    font-size: 70px;
  }

  h3 {
    font-size: 60px;
  }

  .herotext {
    font-size: 55px;
  }

  .herobannertext {
    font-size: 24px;
  }

  .blackbuttontext {
    font-size: 13px;
  }

  .bodytext {
    font-size: 18px;
  }

  .bodytext.whitetext.allcaps.textsmall {
    font-size: 14px;
  }

  .bodytext.textmedium.whitetext {
    font-size: 26px;
  }

  .bodylinktext {
    font-size: 16px;
  }

  .whitebuttontext {
    font-size: 13px;
  }

  .fixedcontainer {
    max-width: 1400px;
  }

  .menuitem:hover {
    color: rgba(0, 0, 0, .6);
    text-decoration: line-through;
  }

  .navbar {
    justify-content: center;
    display: block;
  }

  .dropdownmenutext {
    font-family: Syne, sans-serif;
  }

  .herosection.uiandux {
    background-position: 90%, 40%;
  }

  .herosection.job {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .textlarge {
    font-size: 32px;
  }

  .textxlarge {
    font-size: 42px;
  }

  .devhousehandimage {
    max-width: 70%;
  }

  .xlheading {
    font-size: 115px;
  }

  .xlheading.yellowtext.weight-600 {
    font-size: 130px;
  }

  .synesubheading {
    font-size: 38px;
  }

  .synesubheading.centeredtext {
    font-size: 20px;
  }

  .reviewslidecontainer {
    width: 67ch;
  }

  .reviewdetailscontainer {
    padding-bottom: 40px;
  }

  .blogtitle {
    font-size: 24px;
  }

  .herocontainer.job {
    max-width: 1200px;
  }

  .herocontainer.pillars.development {
    padding-top: 60px;
    padding-bottom: 240px;
  }

  .strategyheroimage {
    width: 500px;
  }

  .pillarimage {
    width: 350px;
  }

  .hflex.morespacing.spacearound {
    justify-content: space-around;
  }

  .gameheroimage {
    width: 600px;
  }

  .whyheroimage {
    width: 400px;
  }

  .jobheroimage {
    width: 550px;
  }

  .brainstormimage, .cookiebox {
    width: 500px;
  }

  .davidimage {
    left: 0%;
  }

  .image-5 {
    width: 70%;
  }

  .formrow {
    max-width: 90%;
  }

  .blogherocontainer {
    max-width: 1400px;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 90px;
  }

  h2 {
    font-size: 75px;
  }

  h3 {
    font-size: 65px;
  }

  .herotext {
    font-size: 60px;
  }

  .herobannertext {
    font-size: 26px;
  }

  .primarybutton {
    padding: 15px 40px;
  }

  .blackbuttontext {
    font-size: 14px;
  }

  .bodytext {
    font-size: 19px;
  }

  .bodytext.whitetext.allcaps.textsmall {
    font-size: 15px;
  }

  .bodytext.textmedium.whitetext {
    font-size: 28px;
  }

  .bodylinktext {
    font-size: 17px;
  }

  .secondarybutton {
    padding: 20px 40px;
  }

  .whitebuttontext {
    font-size: 14px;
  }

  .fixedcontainer {
    max-width: 1600px;
  }

  .menuitem, .menuitem.dropdown {
    font-size: .8vw;
  }

  .submenulink:hover {
    color: var(--dark);
  }

  .footerheading {
    font-size: 18px;
  }

  .footerlink:hover {
    color: var(--dark);
  }

  .assessmentbutton {
    padding: 20px 50px;
    font-size: 14px;
    line-height: 20px;
  }

  .assessmentbutton.nomargin {
    font-size: 14px;
  }

  .footersubheading {
    font-size: 16px;
  }

  .footerlogo {
    width: 260px;
  }

  .footergreytext, .footercopyrighttext {
    font-size: 16px;
  }

  .footertextlink {
    font-size: 15px;
  }

  .herosection {
    background-image: url('../images/home-page-bg.webp'), linear-gradient(to bottom, var(--white), var(--white));
    background-position: 0 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    background-attachment: fixed, scroll;
  }

  .herosection.homepage {
    background-size: 200px, 200px, cover;
  }

  .herosection.branddiscovery {
    background-position: 80% 25%, 70%;
    background-size: 350px, cover;
  }

  .herosection.websites {
    background-position: 100% 100%, 70%;
    background-size: 400px, cover;
  }

  .herosection.customsolutions {
    background-position: 100% 70%, 70%;
    background-size: 400px, cover;
  }

  .herosection.appdev {
    background-position: 100% 100%, 70%;
    background-size: 400px, cover;
  }

  .herosection.concept {
    background-position: 90%, 70%;
    background-size: 400px, cover;
  }

  .herosection.uiandux {
    background-position: 90% 45%, 70%;
    background-size: 400px, cover;
  }

  .herosection.strategy, .herosection.development {
    overflow: hidden;
  }

  .herosection.whyus {
    background-color: var(--ivory);
    background-position: 50%;
    background-size: cover;
  }

  .herosection.job {
    background-image: url('../images/red-material-bg.webp'), linear-gradient(to bottom, null, null);
    background-size: cover, auto;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .carimage {
    bottom: 0%;
  }

  .sectiontext {
    font-size: 18px;
  }

  .textlarge {
    font-size: 36px;
  }

  .textxlarge {
    font-size: 46px;
  }

  .textxlarge.bluetext.whitetextshadow {
    text-shadow: 3px 1px 1px var(--white);
  }

  .redsection.achievements {
    background-position: 110% 110%, 0 0;
    background-size: 450px, auto;
    padding-bottom: 300px;
  }

  .div-block-12 {
    grid-column-gap: 50px;
  }

  .devhousehandimage {
    max-width: 65%;
  }

  .xlheading {
    font-size: 120px;
  }

  .xlheading.yellowtext.weight-600 {
    font-size: 180px;
  }

  .synesubheading {
    font-size: 40px;
  }

  .synesubheading.centeredtext {
    font-size: 22px;
  }

  .achievementslide {
    padding: 20px;
  }

  .achievementslider {
    height: auto;
  }

  .mask {
    width: 450px;
    height: 450px;
  }

  .reviewslidecontainer {
    width: 100ch;
  }

  .footermenutext {
    font-size: 16px;
  }

  .socialsbutton {
    width: 50px;
  }

  .blogdate {
    font-size: 15px;
  }

  .herocontainer {
    justify-content: center;
    max-width: 1200px;
  }

  .herocontainer.development {
    padding-top: 40px;
    padding-bottom: 220px;
  }

  .herocontainer.job {
    max-width: 1440px;
    padding-top: 80px;
  }

  .logosliderlink {
    display: block;
  }

  .capabilitiescolumns {
    padding-bottom: 60px;
  }

  .bodylistitem {
    padding-left: 20px;
  }

  .synetext {
    font-size: 20px;
  }

  .paragraphlist {
    font-size: 19px;
  }

  .syneherotext {
    font-size: 42px;
  }

  .strategyheroimage {
    width: 600px;
  }

  .techgrid {
    grid-column-gap: 50px;
    grid-template-columns: 30% 1fr;
  }

  .cardgrid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .pillarimage {
    width: 400px;
  }

  .pillarimage.large {
    width: 550px;
  }

  .developmentimage {
    bottom: -120px;
  }

  .diigtalimage {
    max-width: 200%;
  }

  .textmedium {
    font-size: 26px;
    line-height: 1;
  }

  .visualdesignimage {
    width: 600px;
  }

  .toggletextcontainer {
    padding-left: 100px;
  }

  .hflex.morespacing.spacearound {
    justify-content: space-around;
  }

  .gameheroimage {
    width: 700px;
    right: -5%;
  }

  .repeatingrubixbg {
    background-position: 50%;
    background-size: 14vw;
  }

  .whyheroimage {
    width: 500px;
    bottom: 5%;
    right: 5%;
  }

  .valueimage {
    height: auto;
  }

  .valuemask {
    width: 500px;
  }

  .contactblock, .addresssblock {
    width: 400px;
  }

  .careerblock {
    max-width: 45%;
  }

  .careerblock.frontend {
    background-position: -25%;
    max-width: 47%;
  }

  .careerblock.interfull {
    max-width: 47%;
  }

  .careerblock.devintern {
    max-width: 50%;
  }

  .careerblock.uidesigner {
    max-width: 55%;
  }

  .careerblock.graddes {
    max-width: 47%;
  }

  .careerblock.copy {
    max-width: 50%;
  }

  .jobheroimage {
    width: 600px;
  }

  .textsmall {
    font-size: 15px;
  }

  .servicestepblock.red {
    top: 220px;
  }

  .brainstormimage {
    width: 650px;
  }

  .bloglayout {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .cookiebox {
    width: 500px;
    bottom: 0;
    right: 0%;
  }

  .floatingastronaut {
    width: 85%;
  }

  .davidimage {
    left: -50px;
  }

  .phoneimage {
    transform: translate(0, 25%)rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .phonebg {
    width: 20vw;
  }

  .image-5 {
    width: 65%;
  }

  .formfield {
    max-width: 300px;
  }

  .blogherocontainer {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }

  .quotemark {
    font-size: 100px;
  }

  .socialbuttonblogs {
    width: 50px;
  }

  .videocontainer {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 65px;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 40px;
  }

  .herotext {
    font-size: 42px;
  }

  .herobannertext {
    font-size: 22px;
  }

  .herobannertext.italictext.bluetext.whitetextborder {
    text-shadow: 2px 1px 1px var(--white);
  }

  .primarybutton {
    display: none;
  }

  .primarybutton.mobile {
    display: block;
  }

  .bodytext {
    font-size: 16px;
  }

  .bodylinktext {
    font-size: 14px;
  }

  .secondarybutton {
    display: none;
  }

  .secondarybutton.mobile {
    display: inline-block;
  }

  .secondarybutton.form {
    display: block;
  }

  .fixedcontainer {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .fixedcontainer.lesspadding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .fixedcontainer.footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .fixedcontainer.flex-center.vertical {
    flex-direction: column;
    align-items: center;
  }

  .fixedcontainer.rightimage.z-1.pt-0 {
    padding-top: 0;
  }

  .fixedcontainer.rightimage.z-1.pb-0, .fixedcontainer.sm-pb-0 {
    padding-bottom: 0;
  }

  .menuitem {
    background-color: var(--white);
    text-align: left;
    flex: 0 auto;
    font-size: 13px;
  }

  .menuitem.dropdown {
    margin-left: 0;
    margin-right: 0;
    padding-right: 40px;
  }

  .navbar {
    background-color: var(--white);
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: row;
  }

  .icon {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    top: 23px;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    position: static;
  }

  .mobilenav {
    color: var(--dark);
    font-family: Segoe UI, Verdana, sans-serif;
    font-size: 45px;
    font-weight: 300;
    line-height: 1;
  }

  .menudropdown {
    background-color: var(--white);
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .menu-button {
    background-color: var(--white);
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .menu-button.w--open {
    background-color: var(--white);
  }

  .footerheading {
    font-size: 16px;
  }

  .assessmentbutton {
    font-size: 12px;
  }

  .assessmentbutton.nomargin {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 12px;
  }

  .sociallogo {
    width: 40px;
  }

  .footercopyrighttext {
    font-size: 12px;
  }

  .whitesection {
    overflow: hidden;
  }

  .whitesection.devbuild {
    background-size: 50%;
    overflow: hidden;
  }

  .herosection {
    overflow: hidden;
  }

  .herosection.branddiscovery {
    background-position: 85% 25%, 30%;
    background-size: 168px, auto;
  }

  .herosection.websites {
    background-position: 100% 10%, 40%;
  }

  .herosection.customsolutions {
    background-position: 100% 5%, 40%;
  }

  .herosection.appdev {
    background-position: 95% 5%, 35%;
  }

  .herosection.concept {
    background-position: 100% 5%, 35%;
  }

  .herosection.uiandux {
    background-position: 100% 100%, 35%;
  }

  .carimage {
    max-width: 500px;
    right: -20px;
  }

  .aboutgrid {
    grid-row-gap: 0px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    margin-bottom: 60px;
  }

  .clientlogos {
    width: auto;
  }

  .textlarge {
    font-size: 26px;
  }

  .textxlarge {
    font-size: 32px;
  }

  .textxlarge.bluetext.whitetextshadow {
    text-shadow: 3px 1px 1px var(--white);
  }

  .redsection.achievements {
    background-position: 135% 110%, 0 0;
    background-size: 320px, auto;
    padding-bottom: 140px;
  }

  .blueshoesimage {
    width: auto;
  }

  .devhousehandimage {
    max-width: 80%;
  }

  .xlheading {
    font-size: 85px;
  }

  .xlheading.yellowtext.weight-600 {
    font-size: 80px;
  }

  .synesubheading {
    font-size: 32px;
  }

  .synesubheading.centeredtext {
    font-size: 14px;
  }

  .clientlogocontainer.topleft {
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .clientlogocontainer.toprow, .clientlogocontainer.topright, .clientlogocontainer.middleleft, .clientlogocontainer.middle, .clientlogocontainer.middleright, .clientlogocontainer.bottomleft, .clientlogocontainer.bottomrow, .clientlogocontainer.bottomright {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mask {
    width: 250px;
    height: 250px;
  }

  .pillarsgrid {
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
  }

  .gameonimage {
    max-height: 100%;
    margin: auto;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .footermenutext {
    font-size: 14px;
  }

  .clientlink {
    width: 85%;
  }

  .tellmemoretext {
    font-size: 12px;
  }

  .herocontainer {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .herocontainer.development {
    padding-top: 220px;
  }

  .herocontainer.whyus {
    max-width: none;
    padding-bottom: 220px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .herocontainer.home {
    margin-left: 60px;
    margin-right: 60px;
    padding-top: 220px;
    padding-bottom: 200px;
  }

  .herocontainer.capabilities {
    padding-top: 220px;
    padding-bottom: 140px;
    padding-left: 100px;
  }

  .herocontainer.pillars {
    padding-bottom: 220px;
    padding-left: 0;
  }

  .logoslidermask {
    width: 260px;
  }

  .logoslider {
    height: 180px;
  }

  .logosliderlink {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sliderlogocontainer {
    height: 180px;
  }

  .fullcontainer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fullcontainer.px-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lefttextcolumn {
    padding-top: 20px;
    padding-bottom: 60px;
    padding-right: 100px;
  }

  .rightimagecolumn {
    flex: 1;
  }

  .capabilitiescolumns {
    flex-direction: column;
  }

  .capabilitiescolumns.rightimage {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .capabilitiescolumns.leftimage {
    flex-direction: column;
    align-items: stretch;
  }

  .leftimagecolumn {
    flex: 1;
  }

  .righttextcolumn {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 100px;
    display: flex;
  }

  .bodylistitem {
    padding-left: 10px;
  }

  .greysection {
    overflow: hidden;
  }

  .synetext {
    font-size: 16px;
  }

  .synetext.small {
    font-size: 12px;
  }

  .faqtop {
    padding-right: 30px;
  }

  .capabilitiesimage {
    width: 100%;
  }

  .paragraphlist {
    font-size: 16px;
  }

  .syneherotext {
    font-size: 28px;
  }

  .strategyheroimage {
    width: 400px;
    bottom: -20%;
  }

  .techgrid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .techgrid.visualdesign {
    grid-template-columns: 40% 1fr;
  }

  .redcard, .bluecard {
    padding: 10px 20px 20px;
  }

  .cardgrid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 20px;
  }

  .brainstromblock {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .textmedium {
    font-size: 22px;
  }

  .longh1 {
    font-size: 50px;
  }

  .visualdesignimage {
    width: 400px;
  }

  .toggletextcontainer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hflex.morespacing.spacearound.sm-vflex {
    flex-direction: column;
    align-items: stretch;
  }

  .hflex.morespacing.spacearound.sm-vflex.centered {
    align-items: center;
  }

  .gameheroimage {
    width: 500px;
    right: 0%;
  }

  .py-100.sm-py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .whyheroimage {
    width: 300px;
  }

  .valuemask {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-14 {
    padding-right: 40px;
  }

  .contactgrid {
    grid-template-columns: 1fr;
  }

  .contactlinkrow {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .contactcell {
    display: flex;
  }

  .careerblock.frontend {
    background-position: 0%;
    background-size: 400px;
  }

  .div-block-15 {
    max-width: 45%;
  }

  .flex50.sm-100 {
    max-width: 100%;
  }

  .bannerlistitem {
    padding-left: 0;
  }

  .jobheroimage {
    width: auto;
  }

  .redline.centered {
    align-self: center;
  }

  .textsmall {
    font-size: 12px;
  }

  .pillarbutton {
    display: flex;
  }

  .pillarbutton.desktop {
    display: none;
  }

  .aligncenter {
    align-self: center;
  }

  .bloglayout {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .cookiebox {
    align-items: center;
    width: auto;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .cookiebutton {
    font-size: 12px;
  }

  .cubebg {
    background-position: 25%;
    background-size: cover;
  }

  .davidimage {
    max-width: 55%;
    margin-bottom: -7%;
    left: 0%;
  }

  .webflowcard {
    flex: none;
    width: 350px;
    height: 350px;
    margin-bottom: 60px;
  }

  .webflowphone {
    width: 100%;
    padding-top: 0;
    position: relative;
  }

  .phoneimage {
    width: 65%;
    top: 25%;
    transform: translate(0)rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .webflowcontactimage {
    width: 100%;
    margin-right: auto;
  }

  .phonebg {
    width: 400px;
  }

  .star-1block {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .webflowcardbg {
    width: 100%;
  }

  .spherebg {
    background-position: 110% -10%;
    background-size: 40vw;
  }

  .webflowcarddarkbg {
    width: 100%;
  }

  .webflowdarkcard {
    padding: 30px 20px 20px;
  }

  .webflowdarkcard.end {
    width: 50%;
  }

  .darkcardgrid {
    grid-template-rows: minmax(200px, 350px) minmax(200px, 350px);
    grid-template-columns: minmax(200px, 350px) minmax(200px, 350px);
    justify-content: center;
  }

  .blogherocontainer {
    margin-left: 80px;
    margin-right: 80px;
  }

  .grid-2 {
    grid-column-gap: 35px;
    grid-template-columns: 1fr 41%;
  }

  .quoteblock-1 {
    padding: 40px;
  }

  .bloggrid-2 {
    grid-column-gap: 35px;
    grid-template-columns: 1fr 41%;
  }

  .quoteblock-1-2 {
    padding: 40px;
  }

  .videocontainer {
    padding-top: 25%;
    padding-bottom: 0%;
  }

  .video {
    max-width: 85%;
  }

  .closebutton {
    top: 15%;
  }

  .swiper-slide {
    max-width: 90%;
  }

  .capabilities-grid {
    grid-template-columns: 1fr 1fr;
  }

  .capability._5 {
    border-bottom: 1px solid var(--white);
  }

  .capability._2 {
    border-right-style: none;
    border-right-width: 0;
  }

  .capability._6 {
    border-bottom: 1px solid var(--white);
    border-right-style: none;
    border-right-width: 0;
  }

  .collection-list-wrapper {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 40px;
  }

  .herotext {
    font-size: 38px;
  }

  .herobannertext {
    font-size: 20px;
  }

  .secondarybutton.form {
    align-self: flex-start;
  }

  .fixedcontainer {
    padding: 60px 20px;
  }

  .fixedcontainer.lesspadding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fixedcontainer.footer {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .fixedcontainer.careers {
    padding-right: 20px;
  }

  .footercolumns {
    margin-top: 20px;
  }

  .assessmentbutton {
    margin-bottom: 40px;
    font-size: 11px;
  }

  .rightfootercolumn {
    align-items: flex-start;
    padding-top: 20px;
  }

  .footerlogo {
    width: 220px;
  }

  .footerbottom {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .footerrow {
    padding-bottom: 20px;
  }

  .footersection {
    position: static;
  }

  .herosection.homepage {
    background-position: 95% 19%, 60% 8%, 0 0;
    background-size: 150px, 150px, auto;
  }

  .herosection.branddiscovery {
    background-position: 85% 20%, 30%;
    background-size: 150px, auto;
  }

  .herosection.websites {
    background-position: 85% 20%, 35%;
    background-size: 250px, cover;
  }

  .herosection.customsolutions {
    background-position: 100% 15%, 40%;
    background-size: 250px, cover;
  }

  .herosection.appdev {
    background-position: 100% 15%, 50%;
    background-size: 250px, cover;
  }

  .herosection.concept {
    background-position: 100% 10%, 35%;
    background-size: 250px, cover;
  }

  .herosection.uiandux {
    background-position: 100% 15%, 45%;
    background-size: 250px, cover;
  }

  .herosection.strategy {
    overflow: hidden;
  }

  .numbertext {
    display: none;
  }

  .textlarge {
    font-size: 26px;
  }

  .textxlarge {
    font-size: 28px;
  }

  .div-block-12 {
    flex-direction: column;
    align-items: center;
  }

  .blueshoesimage {
    max-width: 100%;
  }

  .div-block-13 {
    align-items: center;
  }

  .devhousehandimage {
    display: none;
  }

  .xlheading {
    font-size: 70px;
  }

  .synesubheading {
    font-size: 30px;
  }

  .devhousecolum3 {
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .columns {
    flex-direction: column;
    align-items: center;
  }

  .devhousecolumn1, .devhousecolumn2 {
    text-align: center;
    justify-content: center;
  }

  .reviewslidecontainer {
    max-width: 60rem;
  }

  .herocontainer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 220px 20px 100px;
  }

  .herocontainer.development {
    padding-left: 10px;
  }

  .herocontainer.whyus {
    padding-left: 20px;
    padding-right: 20px;
  }

  .herocontainer.contact {
    padding-left: 20px;
  }

  .herocontainer.job {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .herocontainer.redservice {
    padding-left: 20px;
  }

  .herocontainer.home {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 250px;
  }

  .herocontainer.capabilities {
    padding-top: 260px;
    padding-bottom: 100px;
    padding-left: 60px;
  }

  .herocontainer.pillars {
    padding-top: 220px;
    padding-left: 20px;
  }

  .herocontainer.webflow {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fullcontainer.px-100 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fullcontainer.px-100.sm-px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .lefttextcolumn {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .righttextcolumn {
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }

  .faqcolumn {
    padding-bottom: 30px;
  }

  .corewebgrid {
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .coreservicesimage {
    margin-top: 40px;
  }

  .strategyheroimage {
    width: 400px;
  }

  .techgrid, .techgrid.fullwidth, .techgrid.visualdesign, .techgrid.equal {
    grid-template-columns: 1fr;
  }

  .pillarscolumns {
    grid-template: "Area-2"
                   "Area"
                   / 1fr;
    grid-auto-flow: row;
  }

  .pillarscolumns.leftimage {
    grid-template-columns: 1fr;
  }

  .redcard.middle {
    width: 100%;
  }

  .cardgrid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-top: 20px;
  }

  .pillarimage {
    width: 300px;
  }

  .pillarimage.large {
    width: 350px;
  }

  .developmentimage {
    max-width: 150%;
    left: 0%;
    right: 0%;
  }

  .textmedium {
    font-size: 18px;
  }

  .buildgrid {
    grid-template-columns: 1fr 1fr;
  }

  .longh1 {
    font-size: 32px;
  }

  .hflex.morespacing.spacearound {
    flex-wrap: wrap;
  }

  .hflex.md-v-flex {
    flex-direction: column;
  }

  .hflex.md-v-flex.align-left {
    align-items: flex-start;
  }

  .gameheroimage {
    width: 500px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0;
  }

  .whyheroimage {
    width: 300px;
    right: -50px;
  }

  .solvergrid {
    grid-template-columns: 1fr;
  }

  .valuemask, .valuecontainer {
    width: 350px;
    height: 700px;
  }

  .grid {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-14 {
    padding-right: 0;
  }

  .contactcell {
    flex-direction: column;
  }

  .careerherogrid {
    grid-template-columns: 1fr;
  }

  .devgradinfo {
    margin-right: 40px;
    padding: 30px 30px 40px;
  }

  .careerblock {
    background-position: 100% -20px;
    min-width: 450px;
    max-width: 500px;
  }

  .careerblock.frontend {
    background-position: -20px;
    background-size: 420px;
    min-width: 450px;
    max-width: 500px;
  }

  .careerblock.interfull {
    background-size: 350px;
    min-width: 450px;
    max-width: 500px;
  }

  .careerblock.devintern {
    background-size: 220px;
    min-width: 450px;
    max-width: 500px;
  }

  .careerblock.uxdesigner {
    background-size: 200px;
  }

  .careerblock.uidesigner {
    background-position: 0%;
    background-size: 300px;
    min-width: 450px;
    max-width: 500px;
  }

  .careerblock.graddes {
    background-size: 250px;
    min-width: 450px;
    max-width: 500px;
  }

  .careerblock.copy {
    background-size: 300px;
    min-width: 450px;
    max-width: 500px;
  }

  .careerblock.ppc {
    background-size: 250px;
    min-width: 450px;
    max-width: 500px;
  }

  .applynowimage.frontend, .applynowimage.devintern, .applynowimage.copy {
    bottom: -60px;
    right: 0;
  }

  .applynowimage.ppc {
    bottom: -60px;
    right: 60px;
  }

  .frontendinfo {
    padding: 30px 30px 40px;
  }

  .intermediatefullstack {
    margin-right: 80px;
    padding: 30px 30px 40px;
  }

  .devinterninfo {
    margin-left: 100px;
  }

  .senioruxinfo {
    margin-right: 100px;
    padding: 30px 30px 40px;
  }

  .uidesignerinfo {
    margin-left: 100px;
    padding: 30px 30px 40px;
  }

  .graddesigninfo {
    margin-right: 100px;
    padding: 30px 30px 40px;
  }

  .juniorcopyinfo {
    margin-left: 80px;
    padding: 30px 30px 40px;
  }

  .ppcinfo {
    margin-right: 100px;
    padding: 30px 30px 40px;
  }

  .contentgrid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .servicestepblock.red.top, .servicestepblock.red.middle, .servicestepblock.red.bottom {
    position: static;
  }

  .appgrid {
    grid-template-rows: auto 3px auto 3px auto;
    grid-template-columns: 1fr;
  }

  .rankgrid {
    grid-template-columns: 1fr;
    display: none;
  }

  .rankgrid.mobile {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nounderline.middle {
    max-width: 100%;
  }

  .longh2 {
    font-size: 34px;
  }

  .mt-20 {
    margin-top: 20px;
  }

  .bloglayout {
    grid-template-columns: 1fr;
  }

  .cookiebutton {
    font-size: 10px;
  }

  ._w-50.sm-w-100 {
    width: 100%;
  }

  .webflowsticker {
    width: 35%;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .davidimage {
    align-self: flex-start;
    max-width: 80%;
    margin-bottom: -80px;
    position: static;
  }

  .webflowcard {
    width: 250px;
    height: 250px;
  }

  .webflowcard.flexnosizing {
    width: 250px;
    height: 250px;
    margin-bottom: 60px;
  }

  .yellownumbertext {
    width: 60px;
    height: 60px;
    font-size: 46px;
    display: flex;
  }

  ._w-60.sm-w-100 {
    width: 100%;
  }

  .phoneimage {
    width: 500px;
  }

  .image-5 {
    display: none;
  }

  .webflowdarkcard.end {
    width: 100%;
  }

  .formrow {
    flex-direction: column;
    align-items: stretch;
  }

  .darkcardgrid {
    grid-template-rows: minmax(200px, 300px) minmax(200px, 300px) minmax(200px, 300px);
    grid-template-columns: minmax(200px, 300px);
  }

  .blogherocontainer {
    margin-left: 50px;
    margin-right: 50px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .quoteblock-2 {
    grid-template-columns: 100px 1fr;
  }

  .bloggrid-2 {
    grid-template-columns: 1fr;
  }

  .videocontainer {
    padding-top: 50%;
  }

  .video {
    max-width: 99%;
  }

  .swiper-slide {
    max-width: 90%;
  }

  .testimonial-text {
    font-size: .9rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  .herotext {
    font-size: 22px;
  }

  .herobannertext {
    font-size: 16px;
  }

  .blackbuttontext {
    font-size: 12px;
  }

  .bodytext {
    font-size: 13px;
  }

  .bodylinktext {
    font-size: 14px;
  }

  .fixedcontainer {
    padding: 40px 20px;
  }

  .fixedcontainer.lesspadding {
    padding: 20px 10px;
  }

  .fixedcontainer.footer {
    padding: 20px 10px 40px;
  }

  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .softservelogo {
    height: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .mobilenav {
    height: 50px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    height: 80px;
    margin-top: auto;
    margin-bottom: auto;
    padding: 15px 0;
    display: flex;
  }

  .footercolumns {
    margin-top: 20px;
  }

  .rightfootercolumn {
    padding: 40px 0 20px;
  }

  .footersubheading {
    text-align: left;
  }

  .sociallogo {
    width: 50px;
    height: 50px;
    margin-left: 0;
    margin-right: 10px;
  }

  .footersocials {
    align-self: stretch;
  }

  .footerbottom {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-top: 10px;
    display: flex;
  }

  .footerrow {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
  }

  .footergreytext, .foterrowtext {
    text-align: left;
  }

  .herosection.homepage {
    background-position: 95% 19%, 60% 10%, 0 0;
    background-size: 120px, 120px, auto;
    overflow: hidden;
  }

  .herosection.branddiscovery {
    background-position: 85% 20%, 25%;
  }

  .herosection.websites {
    background-position: 85% 20%, 34%;
    background-size: 200px, cover;
  }

  .herosection.customsolutions {
    background-size: 200px, cover;
  }

  .herosection.appdev, .herosection.concept {
    background-position: 100% 15%, 35%;
    background-size: 200px, cover;
  }

  .herosection.uiandux {
    background-position: 95% 20%, 40%;
    background-size: 200px, cover;
  }

  .carimage {
    max-width: 80%;
    bottom: 10%;
  }

  .aboutgrid {
    grid-template-rows: 300px;
    grid-auto-rows: auto;
  }

  .numbertext {
    width: 65px;
    height: 65px;
    font-size: 45px;
  }

  .homecapabilities {
    padding: 10px;
  }

  .sectiontext {
    font-size: 12px;
  }

  .clientgrid {
    grid-template-columns: 1fr 1fr;
  }

  .textlarge {
    font-size: 20px;
  }

  .textxlarge {
    font-size: 24px;
  }

  .marquee {
    height: 100px;
  }

  .redsection.achievements {
    background-position: 200% 100%, 0 0;
    background-size: 250px, auto;
    padding-bottom: 0;
  }

  .xlheading {
    font-size: 48px;
  }

  .xlheading.yellowtext.weight-600 {
    font-size: 60px;
  }

  .synesubheading {
    font-size: 20px;
  }

  .synesubheading.centeredtext {
    font-size: 12px;
  }

  .headingwithbutton {
    flex-direction: column;
    align-items: flex-end;
  }

  .achievementslider {
    margin-bottom: 140px;
    padding-left: 10px;
  }

  .mask {
    width: 300px;
    height: 300px;
  }

  .reviewname {
    font-size: 1rem;
  }

  .socialsbutton {
    width: 100%;
  }

  .totopbutton {
    width: 40px;
    height: 40px;
  }

  .tellmemoretext {
    font-size: 12px;
    transform: translate(-50%, -150%)rotate(-90deg);
  }

  .herocontainer {
    padding-top: 220px;
    padding-bottom: 100px;
    padding-left: 20px;
  }

  .herocontainer.development {
    padding-top: 140px;
  }

  .herocontainer.capabilities {
    padding-left: 40px;
  }

  .logoslidermask {
    width: 160px;
  }

  .logoslider {
    height: 120px;
  }

  .logosliderlink {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sliderlogocontainer {
    height: 120px;
  }

  .lefttextcolumn, .righttextcolumn {
    padding: 10px 20px 20px;
  }

  .synetext.small {
    font-size: 12px;
  }

  .faqcolumns {
    margin-top: 20px;
  }

  .paragraphlist {
    font-size: 13px;
  }

  .cardgrid {
    grid-template-rows: auto auto auto auto auto auto auto;
  }

  .pillarimage {
    max-width: 250px;
  }

  .developmentimage {
    max-width: 180%;
    left: 0%;
  }

  .textmedium {
    font-size: 16px;
  }

  .buildgrid {
    grid-template-columns: 1fr;
  }

  .monsterratheading {
    font-size: 50px;
  }

  .longh1 {
    font-size: 20px;
  }

  .toggletextcontainer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gameheroimage {
    width: 400px;
    max-width: none;
    top: auto;
    bottom: -5%;
    left: 0%;
    right: auto;
  }

  .whyheroimage {
    width: 250px;
    bottom: 0%;
    right: -100px;
  }

  .valuemask {
    margin-left: auto;
    margin-right: auto;
  }

  .inputfield {
    max-width: 100%;
    font-size: 12px;
  }

  .inputfield::placeholder {
    font-size: 14px;
  }

  .form-block {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .contactblock {
    width: 100%;
    margin-left: 0;
  }

  .addresssblock {
    width: 260px;
    margin-left: 0;
  }

  .contactlinkrow {
    flex-direction: column;
  }

  .careerherogrid {
    align-content: stretch;
  }

  .devgradinfo {
    margin-right: 0;
    padding: 20px 20px 40px;
  }

  .careerblock {
    background-position: 100% -20px;
    min-width: 280px;
    max-width: 450px;
  }

  .careerblock.frontend {
    background-position: -20px -10px;
    background-size: 250px;
    min-width: 280px;
    max-width: 450px;
    margin-top: 60px;
    margin-bottom: 100px;
  }

  .careerblock.interfull {
    background-size: 250px;
    min-width: 280px;
    max-width: 450px;
  }

  .careerblock.devintern {
    background-size: 160px;
    min-width: 280px;
    max-width: 450px;
  }

  .careerblock.uxdesigner {
    background-size: 150px;
  }

  .careerblock.uidesigner {
    background-position: 50% -20px;
    background-size: 250px;
    min-width: 280px;
    max-width: 450px;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .careerblock.graddes {
    background-position: 100% 0;
    background-size: 150px;
    min-width: 280px;
    max-width: 450px;
    padding-top: 100px;
  }

  .careerblock.copy {
    background-position: 50% -20px;
    background-size: 250px;
    min-width: 280px;
    max-width: 450px;
    padding-top: 60px;
  }

  .careerblock.ppc {
    background-position: 100% 0;
    background-size: 150px;
    min-width: 280px;
    max-width: 450px;
    padding-top: 100px;
  }

  .applynowimage.devgrad, .applynowimage.intermediate {
    bottom: -60px;
  }

  .applynowimage.uxdesigner {
    top: auto;
    bottom: -60px;
    left: auto;
    right: 0%;
  }

  .applynowimage.graddes {
    bottom: -60px;
    right: 0%;
  }

  .applynowimage.ppc {
    right: 0;
  }

  .frontendinfo {
    margin-top: 60px;
    margin-left: 0;
    padding: 20px 20px 40px;
  }

  .intermediatefullstack {
    margin-right: 0;
    padding: 20px 20px 40px;
  }

  .devinterninfo {
    margin-left: 0;
    padding: 20px 20px 40px;
  }

  .senioruxinfo {
    margin-right: 0;
    padding: 20px 20px 40px;
  }

  .div-block-15 {
    max-width: none;
  }

  .uidesignerinfo {
    margin-left: 0;
    padding: 20px 20px 40px;
  }

  .graddesigninfo {
    margin-right: 0;
    padding: 20px 20px 40px;
  }

  .juniorcopyinfo {
    margin-left: 0;
    padding: 20px 20px 40px;
  }

  .ppcinfo {
    margin-right: 0;
    padding: 20px 20px 40px;
  }

  .form {
    max-width: 100%;
  }

  .longh2.bluetext {
    font-size: 20px;
  }

  .cookiebox {
    align-items: stretch;
    padding: 20px;
  }

  .cookiebuttons {
    flex-direction: column;
    align-items: stretch;
  }

  .cookiebutton {
    text-align: center;
  }

  .yellownumbertext {
    width: 65px;
    height: 65px;
    font-size: 45px;
  }

  .blogherocontainer {
    margin-left: 20px;
    margin-right: 20px;
  }

  .quoteblock-1 {
    padding: 20px 20px 30px;
  }

  .quotemark {
    font-size: 80px;
  }

  .quoteblock-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 50px 1fr;
  }

  .sociallogoblogs {
    width: 50px;
    height: 50px;
    margin-left: 0;
    margin-right: 10px;
  }

  .socialbuttonblogs {
    width: 100%;
  }

  .quoteblock-1-2 {
    padding: 20px 20px 30px;
  }

  .videocontainer {
    padding-top: 75%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .video {
    max-width: 100%;
  }

  .testimonialwrapper {
    padding: 1rem;
  }

  .swiper-slide {
    max-width: 90%;
  }

  .capabilities-grid {
    grid-template-columns: 1fr;
  }

  .capability._1, .capability._5, .capability._3, .capability._7 {
    border-right-style: none;
    border-right-width: 0;
  }

  .collection-list-wrapper {
    display: none;
  }
}

#w-node-_0b15eedc-641e-1fb0-66eb-c47c997e814e-b8fe5ad0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_79623e76-9300-ee3f-3049-3777c76a2bfa-b8fe5ad0, #w-node-_9487f671-5496-553c-24ba-fcb896e8b212-b8fe5ad0, #w-node-_4271f32d-9ec6-b5dd-775a-1780e3b9fe01-b8fe5ad0, #w-node-ef00f518-f7c0-ac67-eedc-094616115f5d-b8fe5ad0, #w-node-_7ef2258c-00bc-5e47-2697-e61a585bf9e9-b8fe5ad0, #w-node-_7ef2258c-00bc-5e47-2697-e61a585bf9ec-b8fe5ad0, #w-node-_7ef2258c-00bc-5e47-2697-e61a585bf9ee-b8fe5ad0, #w-node-c603c899-4dc1-7a8f-fc49-3b46265ff049-b8fe5ad0, #w-node-c603c899-4dc1-7a8f-fc49-3b46265ff04c-b8fe5ad0, #w-node-c603c899-4dc1-7a8f-fc49-3b46265ff04e-b8fe5ad0, #w-node-_9cea6465-29ba-070d-daf7-a2879f4d810d-b8fe5ad0, #w-node-_9cea6465-29ba-070d-daf7-a2879f4d810e-b8fe5ad0, #w-node-_9cea6465-29ba-070d-daf7-a2879f4d8133-b8fe5ad0, #w-node-_9cea6465-29ba-070d-daf7-a2879f4d8134-b8fe5ad0, #w-node-_9cea6465-29ba-070d-daf7-a2879f4d8159-b8fe5ad0, #w-node-_9cea6465-29ba-070d-daf7-a2879f4d815a-b8fe5ad0, #w-node-_9cea6465-29ba-070d-daf7-a2879f4d817e-b8fe5ad0, #w-node-_9cea6465-29ba-070d-daf7-a2879f4d817f-b8fe5ad0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f54a478-3660-9aa7-11e9-b0294d298b5e-b8fe5ad0, #w-node-fdff9d3a-67bc-e957-8b65-938ccc6c363e-b8fe5ad0, #w-node-e9f96276-f704-1b2f-d2d0-2a7a1d355499-b8fe5ad0, #w-node-_2433ed1d-118b-e325-b18a-dc97d7a16c66-b8fe5ad0, #w-node-b2170d74-90e2-5f3e-ce20-9e4522ace217-b8fe5ad0, #w-node-_3e47b415-445a-faf5-0014-0edf10b2857f-b8fe5ad0, #w-node-_366306d3-5aa7-4688-7ca8-c76a312dfc53-b8fe5ad0, #w-node-_031d3789-9eff-30d3-2ae7-94e6d6010958-b8fe5ad0, #w-node-_09b34f27-c693-5de4-7e4a-7c6d62c69d87-b8fe5ad0, #w-node-_09e37bb0-d109-7c17-1df8-9d574843da2c-b8fe5ad0, #w-node-_9c149fe0-b7c2-41bb-6c8c-6e8311bea6c2-b8fe5ad0, #w-node-_7e932938-1823-3a11-01ca-6a42447dbfa8-b8fe5ad0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_35b07492-21a4-a18d-0cdf-ed393405060f-b8fe5ad0, #w-node-a333ae06-5a45-8bf7-1451-536e4e965d71-b8fe5ad0, #w-node-f5730a06-a773-4675-df95-c605fa5ce80a-b8fe5ad0, #w-node-_53051e97-389e-681d-9de6-f4d2eb19337a-b8fe5ad0, #w-node-_21a8eb59-6636-297a-25cd-ee1fa8330716-b8fe5ad0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-_8d6ed32b-a52b-03ed-c7bb-536ae6669370-e666936f, #w-node-_8d6ed32b-a52b-03ed-c7bb-536ae6669373-e666936f, #w-node-_8d6ed32b-a52b-03ed-c7bb-536ae666937c-e666936f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d6ed32b-a52b-03ed-c7bb-536ae6669398-e666936f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: end;
}

#w-node-_10ebff09-26bd-0b6b-6bb2-bebdca62b66e-d72d6ffc, #w-node-_6267db3b-6f1d-85fb-6d84-acbbce4bf48d-d72d6ffc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_114e0c8a-4c97-d481-df66-c2ea8f7d5d58-d72d6ffc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-d8d1f48a-087a-72d5-f86e-0e52750255d8-d72d6ffc, #w-node-_9441b213-e3b3-b637-b9e5-14de33d7f6e9-d72d6ffc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_5708b1dc-d5e7-45d6-5d18-37ad7b35a2cb-d72d6ffc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1329769a-2e94-0b48-00e8-deb46a53aba9-d72d6ffc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-d95a25b1-2f36-c3ff-79af-7298f26fdce7-d72d6ffc, #w-node-_39679d34-f5dc-213a-e2b0-fdbad06df4cb-d72d6ffc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99d88700-ad96-08a2-579d-dd2327720fa4-503d25d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-dfec0445-ea2e-1be2-5c86-3a865b1b9707-503d25d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6b90fbe-507b-1fed-795c-d90ef36e3bc5-503d25d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-c3017b08-70ee-0fc5-7f9f-4b32bb3324e5-503d25d3, #w-node-_29b4c0eb-76cb-aff3-0f99-6cb4d22c514a-503d25d3, #w-node-_71704fe4-99ed-9905-0231-f22ebf0c8ec4-503d25d3, #w-node-_71704fe4-99ed-9905-0231-f22ebf0c8ebf-503d25d3, #w-node-ccdbae01-9fc5-5457-773a-1ad2d923a80f-503d25d3, #w-node-ccdbae01-9fc5-5457-773a-1ad2d923a80d-503d25d3, #w-node-de9e4bf1-70e6-7fdf-33b3-a41cae7b9227-503d25d3, #w-node-de9e4bf1-70e6-7fdf-33b3-a41cae7b9222-503d25d3, #w-node-_991f001e-1d78-4e4c-9ede-d9916ed06c68-503d25d3, #w-node-_991f001e-1d78-4e4c-9ede-d9916ed06c66-503d25d3, #w-node-_07433170-6fc9-868b-3e87-772144f1c421-503d25d3, #w-node-_07433170-6fc9-868b-3e87-772144f1c423-503d25d3, #w-node-_07433170-6fc9-868b-3e87-772144f1c419-503d25d3, #w-node-_07433170-6fc9-868b-3e87-772144f1c41e-503d25d3, #w-node-_07433170-6fc9-868b-3e87-772144f1c431-503d25d3, #w-node-_07433170-6fc9-868b-3e87-772144f1c433-503d25d3, #w-node-_07433170-6fc9-868b-3e87-772144f1c439-503d25d3, #w-node-_07433170-6fc9-868b-3e87-772144f1c43e-503d25d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_11e24e1d-1b12-249b-ea51-d029170df08e-503d25d3, #w-node-_35bb66b5-68d9-1c40-82a8-3dc62f7d8718-503d25d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c19d90be-5f26-c86c-81a3-182c02bcbf25-503d25d3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-a3f8309d-b550-3092-82d5-801ec9872d9f-c9872d9b, #w-node-a3f8309d-b550-3092-82d5-801ec9872da7-c9872d9b, #w-node-a3f8309d-b550-3092-82d5-801ec9872dee-c9872d9b, #w-node-a3f8309d-b550-3092-82d5-801ec9872df6-c9872d9b, #w-node-a3f8309d-b550-3092-82d5-801ec9872e06-c9872d9b, #w-node-a3f8309d-b550-3092-82d5-801ec9872e0e-c9872d9b, #w-node-a3f8309d-b550-3092-82d5-801ec9872e16-c9872d9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3f8309d-b550-3092-82d5-801ec9872e1d-c9872d9b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-_99d88700-ad96-08a2-579d-dd2327720fa4-35d50ba0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-dfec0445-ea2e-1be2-5c86-3a865b1b9707-35d50ba0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6b90fbe-507b-1fed-795c-d90ef36e3bc5-35d50ba0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-c3017b08-70ee-0fc5-7f9f-4b32bb3324e5-35d50ba0, #w-node-_29b4c0eb-76cb-aff3-0f99-6cb4d22c514a-35d50ba0, #w-node-_71704fe4-99ed-9905-0231-f22ebf0c8ec4-35d50ba0, #w-node-_71704fe4-99ed-9905-0231-f22ebf0c8ebf-35d50ba0, #w-node-ccdbae01-9fc5-5457-773a-1ad2d923a80f-35d50ba0, #w-node-ccdbae01-9fc5-5457-773a-1ad2d923a80d-35d50ba0, #w-node-de9e4bf1-70e6-7fdf-33b3-a41cae7b9227-35d50ba0, #w-node-de9e4bf1-70e6-7fdf-33b3-a41cae7b9222-35d50ba0, #w-node-_991f001e-1d78-4e4c-9ede-d9916ed06c68-35d50ba0, #w-node-_991f001e-1d78-4e4c-9ede-d9916ed06c66-35d50ba0, #w-node-_07433170-6fc9-868b-3e87-772144f1c421-35d50ba0, #w-node-_07433170-6fc9-868b-3e87-772144f1c423-35d50ba0, #w-node-_07433170-6fc9-868b-3e87-772144f1c419-35d50ba0, #w-node-_07433170-6fc9-868b-3e87-772144f1c41e-35d50ba0, #w-node-_3731780c-4d27-6018-ed14-440ddc74d3d2-35d50ba0, #w-node-_3731780c-4d27-6018-ed14-440ddc74d3d4-35d50ba0, #w-node-_07433170-6fc9-868b-3e87-772144f1c439-35d50ba0, #w-node-_07433170-6fc9-868b-3e87-772144f1c43e-35d50ba0, #w-node-_07433170-6fc9-868b-3e87-772144f1c431-35d50ba0, #w-node-_07433170-6fc9-868b-3e87-772144f1c433-35d50ba0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_4d7b4a90-d86d-a3e5-87bf-c1ced64d15c5-35d50ba0, #w-node-_49fc9019-5d35-7e4b-eff7-f086ee2dd910-35d50ba0, #w-node-c29aff52-981f-92df-509d-d363269da5c8-35d50ba0, #w-node-_7269aec6-9f65-83d2-daa9-029c882606dc-35d50ba0, #w-node-_7269aec6-9f65-83d2-daa9-029c882606dd-35d50ba0, #w-node-_7269aec6-9f65-83d2-daa9-029c882606e1-35d50ba0, #w-node-_83b5cbf6-fc88-360a-7de6-dab0e00a68ce-35d50ba0, #w-node-_83b5cbf6-fc88-360a-7de6-dab0e00a68cf-35d50ba0, #w-node-_83b5cbf6-fc88-360a-7de6-dab0e00a68d3-35d50ba0, #w-node-_00e071fa-881a-11ed-3c74-55ac394c81ea-35d50ba0, #w-node-_00e071fa-881a-11ed-3c74-55ac394c81eb-35d50ba0, #w-node-_00e071fa-881a-11ed-3c74-55ac394c81ef-35d50ba0, #w-node-_144d2de9-cdb8-370b-73a2-81ffcd6bd404-35d50ba0, #w-node-_144d2de9-cdb8-370b-73a2-81ffcd6bd405-35d50ba0, #w-node-_144d2de9-cdb8-370b-73a2-81ffcd6bd409-35d50ba0, #w-node-_62fdb433-c7d6-2e61-2d22-b6feec816257-35d50ba0, #w-node-_62fdb433-c7d6-2e61-2d22-b6feec816258-35d50ba0, #w-node-_62fdb433-c7d6-2e61-2d22-b6feec81625c-35d50ba0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99d88700-ad96-08a2-579d-dd2327720fa4-0413fafe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: center;
}

#w-node-dfec0445-ea2e-1be2-5c86-3a865b1b9707-0413fafe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3017b08-70ee-0fc5-7f9f-4b32bb3324e5-0413fafe, #w-node-_29b4c0eb-76cb-aff3-0f99-6cb4d22c514a-0413fafe, #w-node-_71704fe4-99ed-9905-0231-f22ebf0c8ec4-0413fafe, #w-node-_71704fe4-99ed-9905-0231-f22ebf0c8ebf-0413fafe, #w-node-ccdbae01-9fc5-5457-773a-1ad2d923a80f-0413fafe, #w-node-ccdbae01-9fc5-5457-773a-1ad2d923a80d-0413fafe, #w-node-de9e4bf1-70e6-7fdf-33b3-a41cae7b9227-0413fafe, #w-node-de9e4bf1-70e6-7fdf-33b3-a41cae7b9222-0413fafe, #w-node-_991f001e-1d78-4e4c-9ede-d9916ed06c68-0413fafe, #w-node-_991f001e-1d78-4e4c-9ede-d9916ed06c66-0413fafe, #w-node-_07433170-6fc9-868b-3e87-772144f1c421-0413fafe, #w-node-_07433170-6fc9-868b-3e87-772144f1c423-0413fafe, #w-node-_07433170-6fc9-868b-3e87-772144f1c419-0413fafe, #w-node-_07433170-6fc9-868b-3e87-772144f1c41e-0413fafe, #w-node-_07433170-6fc9-868b-3e87-772144f1c431-0413fafe, #w-node-_07433170-6fc9-868b-3e87-772144f1c433-0413fafe, #w-node-_07433170-6fc9-868b-3e87-772144f1c439-0413fafe, #w-node-_07433170-6fc9-868b-3e87-772144f1c43e-0413fafe, #w-node-_85ae90a8-8df1-289e-7f0b-cfd76a3bfc7c-0413fafe, #w-node-_85ae90a8-8df1-289e-7f0b-cfd76a3bfc7e-0413fafe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_99d88700-ad96-08a2-579d-dd2327720fa4-374df967 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-dfec0445-ea2e-1be2-5c86-3a865b1b9707-374df967, #w-node-c3017b08-70ee-0fc5-7f9f-4b32bb3324e5-374df967, #w-node-_29b4c0eb-76cb-aff3-0f99-6cb4d22c514a-374df967, #w-node-_71704fe4-99ed-9905-0231-f22ebf0c8ec4-374df967, #w-node-_71704fe4-99ed-9905-0231-f22ebf0c8ebf-374df967, #w-node-ccdbae01-9fc5-5457-773a-1ad2d923a80f-374df967, #w-node-ccdbae01-9fc5-5457-773a-1ad2d923a80d-374df967, #w-node-de9e4bf1-70e6-7fdf-33b3-a41cae7b9227-374df967, #w-node-de9e4bf1-70e6-7fdf-33b3-a41cae7b9222-374df967, #w-node-_991f001e-1d78-4e4c-9ede-d9916ed06c68-374df967, #w-node-_991f001e-1d78-4e4c-9ede-d9916ed06c66-374df967, #w-node-_07433170-6fc9-868b-3e87-772144f1c421-374df967, #w-node-_07433170-6fc9-868b-3e87-772144f1c423-374df967, #w-node-_07433170-6fc9-868b-3e87-772144f1c419-374df967, #w-node-_07433170-6fc9-868b-3e87-772144f1c41e-374df967, #w-node-_07433170-6fc9-868b-3e87-772144f1c431-374df967, #w-node-_07433170-6fc9-868b-3e87-772144f1c433-374df967, #w-node-_07433170-6fc9-868b-3e87-772144f1c439-374df967, #w-node-_07433170-6fc9-868b-3e87-772144f1c43e-374df967, #w-node-_9d07b921-c6f6-c1fa-4856-61aede523554-374df967, #w-node-_9d07b921-c6f6-c1fa-4856-61aede523556-374df967, #w-node-f816a108-71e5-5fc1-d0b2-5674ea78669e-374df967, #w-node-f816a108-71e5-5fc1-d0b2-5674ea7866a0-374df967, #w-node-_737fa597-39df-dfb8-fb05-fa75b32e0cf3-374df967, #w-node-_737fa597-39df-dfb8-fb05-fa75b32e0cf5-374df967, #w-node-e72e1286-67d8-4f9a-a580-6d361580c2a8-a827d8e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_1abcc66a-b304-daac-47d2-adcc404ee7d1-a827d8e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47e450c9-8812-6bdd-9f5b-8a468b211ed8-a827d8e3, #w-node-_47e450c9-8812-6bdd-9f5b-8a468b211eda-a827d8e3, #w-node-_38d4175d-637c-63a6-1854-020d4d15487a-a827d8e3, #w-node-_38d4175d-637c-63a6-1854-020d4d15487f-a827d8e3, #w-node-_5f58d4d2-dd82-01a2-18cd-9dc245e01c63-a827d8e3, #w-node-_5f58d4d2-dd82-01a2-18cd-9dc245e01c65-a827d8e3, #w-node-_1e8668e6-4240-64fc-84e6-30c66755248f-a827d8e3, #w-node-_1e8668e6-4240-64fc-84e6-30c667552494-a827d8e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-f392ea14-421f-a2ab-bf97-ab3f1c44f8b6-a827d8e3, #w-node-_11da0081-e9d3-cc05-64b6-aee9b3532be4-a827d8e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d90162f-50aa-4ecc-5a58-97873b1a74b5-08d39ba3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-c1c0e672-c726-3caa-9c7d-f6ac724ec97e-08d39ba3 {
  align-self: end;
  justify-self: stretch;
}

#w-node-e22416d8-7120-84c9-1ae7-3a43982a2469-08d39ba3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe02aae8-30dc-aac6-d3bd-31cbdd7f572d-08d39ba3, #w-node-_97401c69-321b-675d-96bf-c613e330d450-08d39ba3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_147b1040-3853-2bc7-542a-8fce8a452f66-08d39ba3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abac35b-10f8-96fb-0c9b-b2da59b4f505-f3e8a2b3 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_9248da08-f711-3d15-953e-101a63702db9-f3e8a2b3, #w-node-d5cdb100-b43e-f467-079b-f36d4d7ef211-f3e8a2b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b422ed3f-27f5-c812-dfb8-89b840d04be1-f3e8a2b3 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2d711046-515e-223e-03e4-8653dade60f0-f3e8a2b3 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_6c8631ab-32f7-8b35-69ab-b26819e1ddb1-ad8952ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c6601d3-c47b-723a-0a29-5926373091cf-ad8952ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_78c3883f-9c1d-8c7c-8514-a2be36fa3e00-ad8952ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9310fb49-2b18-3cb7-ef8d-9730f5aa587c-ad8952ab {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_17946e44-71bd-2469-2bf2-ef6d91a17496-ad8952ab {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d66d78fe-d7e2-b31e-9f1d-dfd87d16b04c-eb9aa680 {
  grid-area: 2 / 3 / 4 / 4;
  align-self: end;
}

#w-node-_4bb6e08e-2f8c-5340-845a-2155f57b07df-eb9aa680 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-cf320f21-5504-246b-c4e3-d6d7a8bde3c7-eb9aa680 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: end;
}

#w-node-b40d1e5c-a535-fc6a-33dc-5766a11e6d36-eb9aa680 {
  grid-area: 2 / 3 / 4 / 4;
  align-self: end;
}

#w-node-b40d1e5c-a535-fc6a-33dc-5766a11e6d3c-eb9aa680 {
  grid-area: 3 / 1 / 5 / 2;
  align-self: end;
}

#w-node-b40d1e5c-a535-fc6a-33dc-5766a11e6d3d-eb9aa680 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-b40d1e5c-a535-fc6a-33dc-5766a11e6d40-eb9aa680 {
  grid-area: 2 / 2 / 5 / 3;
  align-self: end;
}

#w-node-b40d1e5c-a535-fc6a-33dc-5766a11e6d41-eb9aa680 {
  grid-area: 4 / 3 / 5 / 4;
  align-self: end;
}

#w-node-b40d1e5c-a535-fc6a-33dc-5766a11e6d42-eb9aa680 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: end;
}

#w-node-_56110e50-05d3-17ec-c72e-681ed6b51dcd-6983aa79, #w-node-_56110e50-05d3-17ec-c72e-681ed6b51dce-6983aa79, #w-node-_56110e50-05d3-17ec-c72e-681ed6b51dd2-6983aa79, #w-node-_56110e50-05d3-17ec-c72e-681ed6b51dd4-6983aa79, #w-node-_56110e50-05d3-17ec-c72e-681ed6b51dd5-6983aa79, #w-node-_56110e50-05d3-17ec-c72e-681ed6b51dd9-6983aa79, #w-node-_56110e50-05d3-17ec-c72e-681ed6b51ddb-6983aa79, #w-node-_56110e50-05d3-17ec-c72e-681ed6b51ddc-6983aa79, #w-node-_56110e50-05d3-17ec-c72e-681ed6b51de0-6983aa79, #w-node-_56110e50-05d3-17ec-c72e-681ed6b51de2-6983aa79, #w-node-_56110e50-05d3-17ec-c72e-681ed6b51de3-6983aa79, #w-node-_56110e50-05d3-17ec-c72e-681ed6b51de7-6983aa79, #w-node-_56110e50-05d3-17ec-c72e-681ed6b51de9-6983aa79, #w-node-_56110e50-05d3-17ec-c72e-681ed6b51dea-6983aa79, #w-node-_56110e50-05d3-17ec-c72e-681ed6b51dee-6983aa79, #w-node-_095a49ac-5e13-ec67-eef5-beb969383d32-16f02225, #w-node-_8f8cc1a8-cd55-6681-35b9-bd832284f36b-16f02225, #w-node-_35e45749-ff35-e1a2-430f-b4adc1db4769-16f02225, #w-node-_543961d1-781c-fc48-2b36-232d90f16799-16f02225, #w-node-_543961d1-781c-fc48-2b36-232d90f1679a-16f02225, #w-node-_543961d1-781c-fc48-2b36-232d90f1679c-16f02225, #w-node-_771b379e-4cc9-8f07-1093-ed2bc6a0cbc3-16f02225, #w-node-_771b379e-4cc9-8f07-1093-ed2bc6a0cbc4-16f02225, #w-node-_771b379e-4cc9-8f07-1093-ed2bc6a0cbc6-16f02225, #w-node-_0b4bd7e0-f0fb-9554-2df1-eff5cea156ea-16f02225, #w-node-cb773610-f410-1ca2-22f5-3cf390618ae3-16f02225, #w-node-_8ca106db-3f3c-73f7-cf0f-0f27404ec5fe-16f02225, #w-node-_37d43c4d-e36f-e3ca-7c96-0f3e325755a8-16f02225, #w-node-_56aa1990-ea11-b0e9-dff1-d69b39647cd2-16f02225, #w-node-c7c38143-9d8d-8e95-fa7a-d4bedd4988b0-16f02225, #w-node-_095a49ac-5e13-ec67-eef5-beb969383d32-f59e56b6, #w-node-_8f8cc1a8-cd55-6681-35b9-bd832284f36b-f59e56b6, #w-node-_35e45749-ff35-e1a2-430f-b4adc1db4769-f59e56b6, #w-node-_543961d1-781c-fc48-2b36-232d90f16799-f59e56b6, #w-node-_543961d1-781c-fc48-2b36-232d90f1679a-f59e56b6, #w-node-_543961d1-781c-fc48-2b36-232d90f1679c-f59e56b6, #w-node-_771b379e-4cc9-8f07-1093-ed2bc6a0cbc3-f59e56b6, #w-node-_771b379e-4cc9-8f07-1093-ed2bc6a0cbc4-f59e56b6, #w-node-_771b379e-4cc9-8f07-1093-ed2bc6a0cbc6-f59e56b6, #w-node-_0b4bd7e0-f0fb-9554-2df1-eff5cea156ea-f59e56b6, #w-node-cb773610-f410-1ca2-22f5-3cf390618ae3-f59e56b6, #w-node-_8ca106db-3f3c-73f7-cf0f-0f27404ec5fe-f59e56b6, #w-node-_37d43c4d-e36f-e3ca-7c96-0f3e325755a8-f59e56b6, #w-node-_56aa1990-ea11-b0e9-dff1-d69b39647cd2-f59e56b6, #w-node-c7c38143-9d8d-8e95-fa7a-d4bedd4988b0-f59e56b6, #w-node-_095a49ac-5e13-ec67-eef5-beb969383d32-defe4246, #w-node-_8f8cc1a8-cd55-6681-35b9-bd832284f36b-defe4246, #w-node-_35e45749-ff35-e1a2-430f-b4adc1db4769-defe4246, #w-node-_543961d1-781c-fc48-2b36-232d90f16799-defe4246, #w-node-_543961d1-781c-fc48-2b36-232d90f1679a-defe4246, #w-node-_543961d1-781c-fc48-2b36-232d90f1679c-defe4246, #w-node-_771b379e-4cc9-8f07-1093-ed2bc6a0cbc3-defe4246, #w-node-_771b379e-4cc9-8f07-1093-ed2bc6a0cbc4-defe4246, #w-node-_771b379e-4cc9-8f07-1093-ed2bc6a0cbc6-defe4246, #w-node-_0b4bd7e0-f0fb-9554-2df1-eff5cea156ea-defe4246, #w-node-cb773610-f410-1ca2-22f5-3cf390618ae3-defe4246, #w-node-_8ca106db-3f3c-73f7-cf0f-0f27404ec5fe-defe4246, #w-node-_56aa1990-ea11-b0e9-dff1-d69b39647cd2-defe4246, #w-node-_37d43c4d-e36f-e3ca-7c96-0f3e325755a8-defe4246, #w-node-c7c38143-9d8d-8e95-fa7a-d4bedd4988b0-defe4246, #w-node-_095a49ac-5e13-ec67-eef5-beb969383d32-3d93d6b0, #w-node-_8f8cc1a8-cd55-6681-35b9-bd832284f36b-3d93d6b0, #w-node-_35e45749-ff35-e1a2-430f-b4adc1db4769-3d93d6b0, #w-node-_543961d1-781c-fc48-2b36-232d90f16799-3d93d6b0, #w-node-_543961d1-781c-fc48-2b36-232d90f1679a-3d93d6b0, #w-node-_543961d1-781c-fc48-2b36-232d90f1679c-3d93d6b0, #w-node-_771b379e-4cc9-8f07-1093-ed2bc6a0cbc3-3d93d6b0, #w-node-_771b379e-4cc9-8f07-1093-ed2bc6a0cbc4-3d93d6b0, #w-node-_771b379e-4cc9-8f07-1093-ed2bc6a0cbc6-3d93d6b0, #w-node-_0b4bd7e0-f0fb-9554-2df1-eff5cea156ea-3d93d6b0, #w-node-cb773610-f410-1ca2-22f5-3cf390618ae3-3d93d6b0, #w-node-_8ca106db-3f3c-73f7-cf0f-0f27404ec5fe-3d93d6b0, #w-node-_56aa1990-ea11-b0e9-dff1-d69b39647cd2-3d93d6b0, #w-node-_37d43c4d-e36f-e3ca-7c96-0f3e325755a8-3d93d6b0, #w-node-c7c38143-9d8d-8e95-fa7a-d4bedd4988b0-3d93d6b0, #w-node-_095a49ac-5e13-ec67-eef5-beb969383d32-6a1e224a, #w-node-_8f8cc1a8-cd55-6681-35b9-bd832284f36b-6a1e224a, #w-node-_35e45749-ff35-e1a2-430f-b4adc1db4769-6a1e224a, #w-node-_543961d1-781c-fc48-2b36-232d90f16799-6a1e224a, #w-node-_543961d1-781c-fc48-2b36-232d90f1679a-6a1e224a, #w-node-_543961d1-781c-fc48-2b36-232d90f1679c-6a1e224a, #w-node-_771b379e-4cc9-8f07-1093-ed2bc6a0cbc3-6a1e224a, #w-node-_771b379e-4cc9-8f07-1093-ed2bc6a0cbc4-6a1e224a, #w-node-_771b379e-4cc9-8f07-1093-ed2bc6a0cbc6-6a1e224a, #w-node-_0b4bd7e0-f0fb-9554-2df1-eff5cea156ea-6a1e224a, #w-node-cb773610-f410-1ca2-22f5-3cf390618ae3-6a1e224a, #w-node-_8ca106db-3f3c-73f7-cf0f-0f27404ec5fe-6a1e224a, #w-node-_56aa1990-ea11-b0e9-dff1-d69b39647cd2-6a1e224a, #w-node-_37d43c4d-e36f-e3ca-7c96-0f3e325755a8-6a1e224a, #w-node-c7c38143-9d8d-8e95-fa7a-d4bedd4988b0-6a1e224a, #w-node-_175a1e93-20be-c0ef-3880-b3d4ec6b539a-0b83e000, #w-node-_175a1e93-20be-c0ef-3880-b3d4ec6b539b-0b83e000, #w-node-_175a1e93-20be-c0ef-3880-b3d4ec6b539d-0b83e000, #w-node-_175a1e93-20be-c0ef-3880-b3d4ec6b539e-0b83e000, #w-node-_175a1e93-20be-c0ef-3880-b3d4ec6b539f-0b83e000, #w-node-_175a1e93-20be-c0ef-3880-b3d4ec6b53a1-0b83e000, #w-node-_175a1e93-20be-c0ef-3880-b3d4ec6b53a2-0b83e000, #w-node-_175a1e93-20be-c0ef-3880-b3d4ec6b53a3-0b83e000, #w-node-_175a1e93-20be-c0ef-3880-b3d4ec6b53a5-0b83e000, #w-node-_175a1e93-20be-c0ef-3880-b3d4ec6b53a6-0b83e000, #w-node-_175a1e93-20be-c0ef-3880-b3d4ec6b53a9-0b83e000, #w-node-_175a1e93-20be-c0ef-3880-b3d4ec6b53ac-0b83e000 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_99d88700-ad96-08a2-579d-dd2327720fa4-503d25d3 {
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-dfec0445-ea2e-1be2-5c86-3a865b1b9707-503d25d3 {
    align-self: center;
    justify-self: center;
  }

  #w-node-f392ea14-421f-a2ab-bf97-ab3f1c44f8b6-a827d8e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7f54a478-3660-9aa7-11e9-b0294d298b5e-b8fe5ad0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_8d6ed32b-a52b-03ed-c7bb-536ae6669398-e666936f {
    justify-self: stretch;
  }

  #w-node-_9d9eef1a-d2dd-db13-4d89-a72b703b9ce3-9f0755f4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8d6ed32b-a52b-03ed-c7bb-536ae6669398-e666936f {
    justify-self: center;
  }

  #w-node-c3017b08-70ee-0fc5-7f9f-4b32bb3324e5-503d25d3 {
    grid-area: Area;
  }

  #w-node-_29b4c0eb-76cb-aff3-0f99-6cb4d22c514a-503d25d3 {
    grid-area: Area-2;
  }

  #w-node-ccdbae01-9fc5-5457-773a-1ad2d923a80f-503d25d3 {
    grid-area: Area;
  }

  #w-node-ccdbae01-9fc5-5457-773a-1ad2d923a80d-503d25d3 {
    grid-area: Area-2;
  }

  #w-node-_991f001e-1d78-4e4c-9ede-d9916ed06c68-503d25d3 {
    grid-area: Area;
  }

  #w-node-_991f001e-1d78-4e4c-9ede-d9916ed06c66-503d25d3 {
    grid-area: Area-2;
  }

  #w-node-_07433170-6fc9-868b-3e87-772144f1c419-503d25d3 {
    grid-area: Area;
  }

  #w-node-_07433170-6fc9-868b-3e87-772144f1c41e-503d25d3 {
    grid-area: Area-2;
  }

  #w-node-_07433170-6fc9-868b-3e87-772144f1c439-503d25d3 {
    grid-area: Area;
  }

  #w-node-_07433170-6fc9-868b-3e87-772144f1c43e-503d25d3 {
    grid-area: Area-2;
  }

  #w-node-c19d90be-5f26-c86c-81a3-182c02bcbf25-503d25d3, #w-node-a3f8309d-b550-3092-82d5-801ec9872e1d-c9872d9b {
    grid-column: span 1 / span 1;
  }

  #w-node-c3017b08-70ee-0fc5-7f9f-4b32bb3324e5-35d50ba0 {
    grid-area: Area;
  }

  #w-node-_29b4c0eb-76cb-aff3-0f99-6cb4d22c514a-35d50ba0 {
    grid-area: Area-2;
  }

  #w-node-ccdbae01-9fc5-5457-773a-1ad2d923a80f-35d50ba0 {
    grid-area: Area;
  }

  #w-node-ccdbae01-9fc5-5457-773a-1ad2d923a80d-35d50ba0 {
    grid-area: Area-2;
  }

  #w-node-_991f001e-1d78-4e4c-9ede-d9916ed06c68-35d50ba0 {
    grid-area: Area;
  }

  #w-node-_991f001e-1d78-4e4c-9ede-d9916ed06c66-35d50ba0 {
    grid-area: Area-2;
  }

  #w-node-_07433170-6fc9-868b-3e87-772144f1c419-35d50ba0 {
    grid-area: Area;
  }

  #w-node-_07433170-6fc9-868b-3e87-772144f1c41e-35d50ba0 {
    grid-area: Area-2;
  }

  #w-node-_07433170-6fc9-868b-3e87-772144f1c439-35d50ba0 {
    grid-area: Area;
  }

  #w-node-_07433170-6fc9-868b-3e87-772144f1c43e-35d50ba0 {
    grid-area: Area-2;
  }

  #w-node-c3017b08-70ee-0fc5-7f9f-4b32bb3324e5-0413fafe {
    grid-area: Area;
  }

  #w-node-_29b4c0eb-76cb-aff3-0f99-6cb4d22c514a-0413fafe {
    grid-area: Area-2;
  }

  #w-node-ccdbae01-9fc5-5457-773a-1ad2d923a80f-0413fafe {
    grid-area: Area;
  }

  #w-node-ccdbae01-9fc5-5457-773a-1ad2d923a80d-0413fafe {
    grid-area: Area-2;
  }

  #w-node-_991f001e-1d78-4e4c-9ede-d9916ed06c68-0413fafe {
    grid-area: Area;
  }

  #w-node-_991f001e-1d78-4e4c-9ede-d9916ed06c66-0413fafe {
    grid-area: Area-2;
  }

  #w-node-_07433170-6fc9-868b-3e87-772144f1c419-0413fafe {
    grid-area: Area;
  }

  #w-node-_07433170-6fc9-868b-3e87-772144f1c41e-0413fafe {
    grid-area: Area-2;
  }

  #w-node-_07433170-6fc9-868b-3e87-772144f1c439-0413fafe {
    grid-area: Area;
  }

  #w-node-_07433170-6fc9-868b-3e87-772144f1c43e-0413fafe {
    grid-area: Area-2;
  }

  #w-node-c3017b08-70ee-0fc5-7f9f-4b32bb3324e5-374df967 {
    grid-area: Area;
  }

  #w-node-_29b4c0eb-76cb-aff3-0f99-6cb4d22c514a-374df967 {
    grid-area: Area-2;
  }

  #w-node-ccdbae01-9fc5-5457-773a-1ad2d923a80f-374df967 {
    grid-area: Area;
  }

  #w-node-ccdbae01-9fc5-5457-773a-1ad2d923a80d-374df967 {
    grid-area: Area-2;
  }

  #w-node-_991f001e-1d78-4e4c-9ede-d9916ed06c68-374df967 {
    grid-area: Area;
  }

  #w-node-_991f001e-1d78-4e4c-9ede-d9916ed06c66-374df967 {
    grid-area: Area-2;
  }

  #w-node-_07433170-6fc9-868b-3e87-772144f1c419-374df967 {
    grid-area: Area;
  }

  #w-node-_07433170-6fc9-868b-3e87-772144f1c41e-374df967 {
    grid-area: Area-2;
  }

  #w-node-_07433170-6fc9-868b-3e87-772144f1c439-374df967 {
    grid-area: Area;
  }

  #w-node-_07433170-6fc9-868b-3e87-772144f1c43e-374df967 {
    grid-area: Area-2;
  }

  #w-node-_38d4175d-637c-63a6-1854-020d4d15487a-a827d8e3 {
    grid-area: Area;
  }

  #w-node-_38d4175d-637c-63a6-1854-020d4d15487f-a827d8e3 {
    grid-area: Area-2;
  }

  #w-node-_1e8668e6-4240-64fc-84e6-30c66755248f-a827d8e3 {
    grid-area: Area;
  }

  #w-node-_1e8668e6-4240-64fc-84e6-30c667552494-a827d8e3 {
    grid-area: Area-2;
  }

  #w-node-b422ed3f-27f5-c812-dfb8-89b840d04be1-f3e8a2b3, #w-node-_2d711046-515e-223e-03e4-8653dade60f0-f3e8a2b3 {
    grid-column: 1 / 2;
  }

  #w-node-_9310fb49-2b18-3cb7-ef8d-9730f5aa587c-ad8952ab, #w-node-_17946e44-71bd-2469-2bf2-ef6d91a17496-ad8952ab {
    grid-column: span 1 / span 1;
  }

  #w-node-d66d78fe-d7e2-b31e-9f1d-dfd87d16b04c-eb9aa680 {
    grid-column: 1 / 2;
    grid-row-start: 3;
  }

  #w-node-_4bb6e08e-2f8c-5340-845a-2155f57b07df-eb9aa680 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cf320f21-5504-246b-c4e3-d6d7a8bde3c7-eb9aa680 {
    grid-row-end: 2;
  }

  #w-node-_9d9eef1a-d2dd-db13-4d89-a72b703b9ce3-9f0755f4 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8d6ed32b-a52b-03ed-c7bb-536ae6669398-e666936f {
    justify-self: stretch;
  }

  #w-node-_6d90162f-50aa-4ecc-5a58-97873b1a74b5-08d39ba3 {
    align-self: end;
  }
}


@font-face {
  font-family: 'Syne';
  src: url('../fonts/Syne.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe UI';
  src: url('../fonts/segoeuil.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}