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

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

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

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

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

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #303c57;
  background-color: #f2f2f2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 64px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

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

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

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

p {
  margin-bottom: 24px;
}

a {
  color: #de96f2;
  text-decoration: none;
}

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

.dropdown-link {
  color: #fff;
  padding: 8px;
  transition: color .2s;
}

.dropdown-link:hover {
  color: #d7a4cc;
}

.dropdown-link.w--current {
  color: #de96f2;
}

.nav-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.dropdown-column-title {
  color: rgba(255, 255, 255, .5);
  margin-bottom: 0;
  padding: 16px 24px 16px 8px;
}

.container {
  z-index: 9;
  height: 100%;
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container.medium {
  max-width: 1080px;
}

.container.small {
  max-width: 710px;
}

.container.small.container-project-image-detailpage {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container.navbar-container {
  position: static;
}

.container.container-section-features {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.container.container-section-about-company {
  max-width: 1180px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.nav-content-split {
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.brand {
  width: 48px;
  padding-left: 0;
}

.navbar-split-left {
  z-index: 999;
  grid-column-gap: 24px;
  display: flex;
  position: relative;
}

.dropdown-icon {
  margin-left: 6px;
}

.navbar-left {
  grid-column-gap: 32px;
  align-items: center;
  display: flex;
}

.navbar-x {
  z-index: 999;
  color: #fff;
  background-color: rgba(26, 29, 36, 0);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-toggle {
  color: #fff;
  align-items: center;
  padding: 10px;
  line-height: 24px;
  display: flex;
}

.dropdown-list {
  padding-top: 8px;
}

.dropdown-list.w--open {
  color: #fff;
  background-color: #1a1d24;
  padding: 12px;
  box-shadow: 0 40px 40px rgba(215, 164, 204, .2);
}

.space-top-tiny {
  margin-top: 16px;
}

.limit-small {
  max-width: 340px;
}

.space-top-medium {
  margin-top: 60px;
}

.space-top-extra {
  margin-top: 120px;
}

.limit {
  max-width: 480px;
}

.split {
  grid-column-gap: 16px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
}

.split.more-column-space {
  grid-column-gap: 70px;
}

.split.split-hero-home {
  grid-column-gap: 48px;
  grid-template-columns: 1.5fr 1fr;
}

.split.split-projects-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.space-top {
  margin-top: 40px;
}

.space-top-large {
  margin-top: 80px;
}

.limit-large {
  max-width: 630px;
}

.space-top-small {
  margin-top: 24px;
}

.limit-tiny {
  max-width: 200px;
}

.limit-medium {
  max-width: 570px;
}

.limit-medium.home-section-tech {
  margin-bottom: 50px;
}

.opacity-white-text {
  color: rgba(255, 255, 255, .8);
}

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

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

.webflow-cta-button {
  color: #000;
  background-color: #fff;
  border-radius: 30px;
  align-items: center;
  padding: 12px 40px 12px 12px;
  line-height: 26px;
  transition: color .2s;
  display: inline-block;
}

.webflow-cta-button:hover {
  color: #d7a4cc;
}

.webflow-cta-button.black {
  color: #fff;
  background-color: #303c57;
  padding: 12px 32px;
  transition: background-color .2s;
  box-shadow: 0 0 16px rgba(63, 96, 194, .43);
}

.webflow-cta-button.black:hover {
  background-color: #222;
}

.flexed-button-content {
  align-items: center;
  display: flex;
}

.portrait-icon-wrapper {
  width: 29px;
  height: 29px;
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
  overflow: hidden;
}

.portrait-icon-wrapper.pink {
  background-color: #d7a4cc;
}

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

.nav-menu-button {
  width: 44px;
  height: 44px;
  background-color: #1a1d24;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  padding: 8px 14px 13px;
  display: flex;
  box-shadow: 0 0 16px rgba(230, 167, 231, .5);
}

.nav-menu-button.w--open {
  background-color: #1a1d24;
}

.nav-menu-button.hidden-desktop {
  display: none;
}

.section {
  z-index: 9;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.section.black {
  color: #fff;
  background-color: #1c559b;
}

.section.black.section-home-clients {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section.black.section-home-about {
  background-image: linear-gradient(rgba(24, 34, 71, .5), rgba(24, 34, 71, .5)), url('../images/2023-05-29-15.26.10.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

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

.section.gradient {
  background-image: linear-gradient(#fff, #f0f2f6);
}

.section.smaller-padding {
  padding-bottom: 100px;
}

.section.gray, .section.section-home-projects {
  background-color: #f2f2f2;
}

.section.section-heading-project-detailpage {
  padding-top: 100px;
  padding-bottom: 60px;
  font-size: 12px;
  line-height: 140%;
}

.section.section-content-wrapper-project-image-detailpage {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.section-home-about {
  background-image: url('../images/2023-05-29-15.26.10.jpg');
  background-position: 0 0;
  background-size: auto;
}

.section.section-features {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: flex-start;
  padding: 120px 40px;
}

.section.section-about-company {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.caps-heading {
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
}

.caps-heading.medium {
  font-size: 51px;
}

.caps-heading.bigger {
  font-size: 100px;
}

.medium-text {
  font-size: 14px;
  line-height: 140%;
}

.newsletter-form {
  max-width: 430px;
  background-color: #fff;
  border-bottom: 1px rgba(0, 0, 0, .1);
  border-radius: 40px;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 16px;
  padding: 8px 8px 8px 24px;
  display: flex;
}

.newsletter-form.footer {
  background-color: rgba(26, 29, 36, .04);
}

.input-field {
  height: 48px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0;
  transition: opacity .2s;
}

.input-field:hover, .input-field:focus {
  border-bottom-color: #000;
}

.input-field::-ms-input-placeholder {
  color: rgba(22, 29, 70, .3);
  font-size: 16px;
}

.input-field::placeholder {
  color: rgba(22, 29, 70, .3);
  font-size: 16px;
}

.input-field.white-bg {
  color: #000;
}

.success-message {
  color: #000;
  background-color: #f0f2f6;
  padding: 16px 24px;
}

.error-message {
  color: #ff6b6b;
  background-color: #f0f2f6;
}

.black-button {
  text-align: center;
  background-color: #303c57;
  border-radius: 40px;
  padding: 16px 40px;
}

.black-button.portrait {
  justify-content: center;
  padding: 14px 24px 14px 16px;
  display: flex;
}

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

.metric-split-single {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 24px;
}

.no-space-bottom {
  margin-bottom: 0;
}

.opacity-dark-text {
  color: rgba(26, 29, 36, .5);
}

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

.spread-vertical {
  height: 100%;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

.spread-vertical.align-to-left {
  align-items: flex-start;
}

.spread-vertical.space-around {
  width: 100%;
  justify-content: space-around;
}

.black-hero-wrapper {
  z-index: 9;
  color: #fff;
  background-color: #1c559b;
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}

.black-hero-wrapper.secondary {
  padding-top: 0;
}

.right-top-corner {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.right-top-corner.reworked {
  opacity: .26;
}

.right-top-corner.reworked.v2-opacity {
  opacity: .16;
}

.left-bottom-corner {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.left-bottom-corner.reworked {
  opacity: .49;
}

.top {
  position: absolute;
  top: -12%;
  bottom: auto;
  left: auto;
  right: 42%;
}

.top.reworked {
  opacity: .6;
}

.large-text {
  font-size: 20px;
}

.image-three-column {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

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

.logos-grid.space-top-medium {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.arrow-link {
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  display: flex;
}

.arrow {
  margin-left: 12px;
}

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

.slide-nav {
  display: none;
}

.right-arrow {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  top: -80px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.headshot {
  width: 40px;
  height: 40px;
  background-color: rgba(133, 133, 133, .2);
  border-radius: 28px;
}

.mask {
  width: 30%;
  height: 100%;
  overflow: visible;
}

.left-arrow {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  top: -80px;
  bottom: auto;
  left: auto;
  right: 70px;
}

.slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.slider.space-top-medium {
  z-index: 9;
}

.testimonial-card {
  height: 100%;
  color: #1a1d24;
  background-color: #fff;
  margin-right: 16px;
  padding: 30px 20px;
}

.pink-circle {
  width: 20px;
  height: 20px;
  background-color: #d7a4cc;
  border-radius: 50%;
}

.flex-horizontal {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.flex-horizontal.about-1 {
  align-items: flex-start;
}

.left-align {
  justify-content: flex-end;
  display: flex;
}

.black {
  color: #fff;
  background-color: #1c559b;
  position: relative;
}

.contact-strip {
  color: #fff;
  background-color: #1a1d24;
  margin-top: 2px;
  padding-top: 16px;
  padding-bottom: 16px;
}

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

.pink-link {
  color: #d7a4cc;
  text-decoration: none;
}

.contact-button {
  color: #fff;
  background-color: #1a1d24;
  border-radius: 40px;
  padding: 12px 24px 12px 12px;
}

.right-bottom-corner {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.right-bottom-corner.reworked {
  opacity: .47;
}

.white-button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  padding: 16px 40px;
}

.white-button.opacity {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
}

.footer-horizontal-links {
  grid-column-gap: 12px;
  color: #fff;
  align-items: center;
  display: flex;
}

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

.limit-2 {
  max-width: 410px;
}

.webflow-link {
  margin-left: 12px;
  margin-right: 12px;
}

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

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

.footer-bottom-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  margin-bottom: 100px;
  display: grid;
}

.footer-link {
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link:hover {
  opacity: .66;
}

.footer-column-titile {
  color: rgba(0, 0, 0, .4);
}

.tonka-logo-elements {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.footer-section {
  color: #1a1d24;
  background-color: #fff;
  border-radius: 20px;
  padding-top: 120px;
  padding-bottom: 10px;
}

.footer-bottom-content {
  display: flex;
}

.black-link {
  color: #1a1d24;
}

.black-link.underline {
  text-decoration: underline;
}

.light-dark-link {
  color: rgba(26, 29, 36, .8);
}

.nav-right {
  align-items: center;
  display: flex;
}

.navbar-split-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.nav-right-content.mobile {
  display: none;
}

.space-horizontal-tiny {
  width: 16px;
  display: inline-block;
}

.split-nav-left {
  width: 100%;
  grid-column-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-3 {
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
}

.webflow-icon-wrapper {
  width: 29px;
  height: 29px;
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.navbar {
  z-index: 999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  background-color: rgba(255, 255, 255, .42);
  padding-top: 16px;
  padding-bottom: 16px;
  transition: all .3s;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar.navbar-transparent {
  background-color: rgba(0, 0, 0, 0);
}

.white-circle-portrait {
  width: 69px;
  height: 69px;
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  overflow: hidden;
}

.scroll-down-circle {
  width: 69px;
  height: 69px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: border-color .2s;
  display: flex;
}

.scroll-down-circle:hover {
  border-color: #fff;
}

.side-scroll-gallery {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px;
  display: flex;
  overflow: hidden;
}

.sponsor-logo-grid {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sponsor-logo-grid.horizontal {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.logo-wrap {
  filter: grayscale();
  border: 1px solid rgba(1, 1, 1, .1);
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: all .2s ease-in-out;
  display: flex;
}

.logo-wrap:hover {
  filter: none;
}

.logo-wrap.white {
  background-color: rgba(255, 255, 255, .05);
  border-style: none;
}

.light-text {
  color: rgba(26, 29, 36, .7);
}

.button-wrapper {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-top {
  position: absolute;
  top: -31%;
  bottom: auto;
  left: 16%;
  right: auto;
}

.smaller-h2 {
  color: #1a1d24;
  font-size: 32px;
}

.sign-up-form {
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.submit-button {
  color: #fff;
  background-color: rgba(48, 60, 87, .92);
  border-radius: 40px;
  padding: 16px 24px;
  transition: all .2s;
  display: block;
}

.submit-button:hover {
  background-color: #303c57;
}

.success-message-2 {
  color: #010101;
  background-color: rgba(0, 0, 0, 0);
}

.checkbox {
  width: 24px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(1, 1, 1, .1);
  border-radius: 50%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
}

.checkbox.w--redirected-checked {
  background-color: #1a1d24;
  background-image: url('../images/icon.svg');
  background-size: 12px 12px;
}

.google-sign-up {
  grid-column-gap: 10px;
  color: #010101;
  background-color: #f2f2f2;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 40px;
  justify-content: center;
  margin-top: 8px;
  padding: 20px 32px;
  transition: color .2s;
  display: flex;
}

.small-notice-text {
  text-align: center;
  margin-top: 16px;
}

.error-message-2 {
  color: #ff6d6d;
  text-align: center;
  background-color: #f0f2f6;
}

.field-label {
  color: #1a1d24;
  font-weight: 600;
}

.form-block {
  z-index: 9;
  width: 500px;
  color: #010101;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 60px;
  position: relative;
  box-shadow: 0 10px 48px rgba(0, 0, 0, .08);
}

.form-block.careers {
  width: 632px;
  box-shadow: 0 40px 40px rgba(26, 29, 36, .16);
}

.checkbox-field {
  align-items: center;
  margin-top: 16px;
  margin-bottom: 32px;
  padding-left: 0;
  display: flex;
}

.input {
  height: 40px;
  color: #010101;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid rgba(1, 1, 1, .1);
  border-radius: 0;
  margin-bottom: 16px;
  padding: 20px 0;
  font-size: 14px;
}

.input:focus {
  border-bottom-color: #000;
}

.input::-ms-input-placeholder {
  font-size: 12px;
}

.input::placeholder {
  font-size: 12px;
}

.checkbox-label {
  color: #1a1d24;
}

.checkbox-label.small {
  font-size: 12px;
}

.middle {
  position: absolute;
  top: -6%;
  bottom: auto;
  left: auto;
  right: 35%;
}

.middle.reworked {
  opacity: .63;
}

.footer-1-links {
  grid-column-gap: 27px;
  align-items: center;
  display: flex;
}

.footer-bottom {
  border-top: 1px solid rgba(26, 29, 36, .16);
  justify-content: space-between;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

.light-white-link {
  color: rgba(255, 255, 255, .6);
  transition: color .2s;
}

.light-white-link:hover {
  color: #fff;
}

.footer-1-top {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.footer {
  color: #1a1d24;
}

.footer.black {
  color: #fff;
  font-size: 14px;
}

.footer-bottom-content-2 {
  display: flex;
}

.footer-1-content {
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.social-logos-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-icon-wrapper {
  width: 40px;
  height: 40px;
  background-color: #1a1d24;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
}

.social-icon-wrapper:hover {
  transform: scale(1.2);
}

.social-icon-wrapper.white {
  background-color: #fff;
}

.pink-text {
  color: #d7a4cc;
}

.rate-badge {
  width: 160px;
  height: 160px;
  color: #fff;
  background-color: #1a1d24;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 9px;
  display: flex;
  position: relative;
}

.circle-letter-image {
  position: absolute;
}

.bold {
  font-weight: 700;
}

.rate-wrapper {
  max-width: 305px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.rate-block {
  grid-column-gap: 40px;
  display: flex;
}

.vertical-projects-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.vertical-projects-grid.split-projects-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.top-spread {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.top-spread.limit.section.custom-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.large-text-3 {
  font-size: 20px;
  line-height: 120%;
}

.arrow-link-2 {
  grid-column-gap: 9px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  text-decoration: none;
}

.arrow-link-2.black-text {
  color: #1a1d24;
  border-bottom-color: rgba(26, 29, 36, .2);
}

.arrow-link-elements-wrap {
  grid-column-gap: 9px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial-block {
  max-width: 350px;
  grid-row-gap: 40px;
  color: #1a1d24;
  background-color: #fff;
  border-bottom: 2px rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  font-size: 18px;
  line-height: 160%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 0%;
  right: auto;
}

.testimonial-block.reworked {
  border-radius: 8px;
  margin-left: -50px;
  box-shadow: 0 10px 100px rgba(0, 0, 0, .1);
}

.testimonial-block-foot {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.standard-text {
  font-size: 16px;
}

.testemonial-image {
  position: relative;
}

.testemonial-image.reworked {
  height: 100%;
  min-height: 600px;
  object-fit: cover;
}

.testemonial-float-wrapper {
  z-index: 9;
  position: relative;
}

.category-block {
  grid-row-gap: 210px;
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  transition: color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.category-block:hover {
  color: #d7a4cc;
}

.category-icon {
  z-index: 9;
  width: 80px;
  height: 80px;
  background-color: #303c57;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 0 0 34px 8px rgba(255, 255, 255, .24);
}

.category-description {
  z-index: 9;
  position: relative;
}

.grey-button {
  color: #1a1d24;
  background-color: rgba(26, 29, 36, .06);
  border-radius: 40px;
  padding: 16px 40px;
}

.timeline-center {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.lighter-white-text {
  color: rgba(255, 255, 255, .6);
}

.corners {
  border-radius: 0;
}

.timeline-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.timeline-element {
  z-index: 9;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 40px 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
  position: relative;
}

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

.timeline-right {
  max-width: 500px;
  text-align: left;
}

.timeline-line {
  width: 2px;
  height: 100%;
  background-color: rgba(255, 255, 255, .1);
  position: absolute;
  top: 5px;
}

.center-content-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.timeline-dot {
  width: 12px;
  height: 12px;
  background-color: #1a1d24;
  border: 2px solid #de96f2;
  border-radius: 50%;
  flex: none;
  box-shadow: 0 0 14px rgba(222, 150, 242, .45);
}

.sticky-timeline-year {
  text-transform: uppercase;
  font-family: Antonio, sans-serif;
  font-size: 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.left-top-corner {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.left-top-corner.reworked {
  opacity: .47;
}

.larger-text {
  font-size: 26px;
  line-height: 100%;
}

.bottom-middle {
  position: absolute;
  top: auto;
  bottom: -15%;
  right: 50%;
}

.team-member-name-wrap {
  grid-column-gap: 20px;
  color: #1a1d24;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

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

.metric {
  max-width: 230px;
}

.grey {
  background-color: #f2f2f2;
  overflow: hidden;
}

.team-member-portrait {
  border-radius: 50%;
}

.career-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #1a1d24;
  border-bottom: 1px solid rgba(26, 29, 36, .1);
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: padding-left .2s;
  display: grid;
}

.career-row:hover {
  padding-left: 20px;
}

.career-row-title {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.large-text-4 {
  font-size: 18px;
  line-height: 27px;
}

.career-tag {
  color: rgba(26, 29, 36, .7);
  border: 1px solid rgba(26, 29, 36, .1);
  border-radius: 30px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  line-height: 28px;
}

.career-arrow-wrap {
  width: 32px;
  height: 32px;
  background-color: #1a1d24;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.black-circle {
  width: 70px;
  height: 70px;
  background-color: #1a1d24;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 0 34px 8px rgba(215, 164, 204, .6);
}

.contant-info {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.contact-wrap {
  grid-column-gap: 24px;
  display: flex;
}

.faq-columns {
  z-index: 9;
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.faq-wrapper {
  padding-top: 24px;
}

.accordion-item-2 {
  color: #fff;
  background-color: rgba(255, 255, 255, .05);
  border-radius: 0;
  margin-bottom: 10px;
  padding: 20px;
  overflow: hidden;
}

.accordion-item-trigger-2 {
  cursor: pointer;
  justify-content: space-between;
  transition: color .2s;
  display: flex;
}

.accordion-item-content {
  overflow: hidden;
}

.answer-2 {
  padding-top: 12px;
}

.plus-icon {
  width: 24px;
  height: 24px;
  background-color: #1a1d24;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 0 34px 8px rgba(215, 164, 204, .6);
}

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

.contact-card {
  z-index: 9;
  grid-row-gap: 150px;
  background-color: rgba(255, 255, 255, .05);
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  display: flex;
  position: relative;
}

.contact-info {
  max-width: 265px;
  text-align: center;
  border-top: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  display: flex;
}

.blog-category-wrapper {
  grid-column-gap: 8px;
  margin-bottom: 10px;
  display: flex;
}

.section-heading {
  font-size: 56px;
}

.blog-card {
  max-width: 480px;
  grid-row-gap: 70px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.blog-card.smaller {
  grid-row-gap: 32px;
}

.blog-image {
  z-index: 15;
  margin-top: -80px;
  margin-bottom: 40px;
  position: relative;
}

.blog-background-image {
  min-height: 160px;
  background-image: url('../images/17.jpg');
  background-position: 50%;
  background-size: cover;
}

.careers-wrapper {
  grid-column-gap: 10px;
  display: flex;
}

.resources-image-block {
  background-color: #f2f2f2;
  padding: 40px;
}

.resources-wrap {
  margin-top: 20px;
}

.resources-block {
  background-color: #f2f2f2;
  margin-bottom: 20px;
  padding: 40px 102px;
}

.full-width {
  width: 100%;
}

.team-member-info {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.case-study-hero {
  grid-row-gap: 120px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.case-study-image {
  z-index: 99;
  height: 690px;
  background-image: url('../images/16.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

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

.gradient-text {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Gradient-text.jpg');
  background-position: 50%;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}

.gradient-text.h1-home-hero {
  background-image: linear-gradient(rgba(255, 255, 255, .64), rgba(255, 255, 255, .64)), url('../images/blue-gradient.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  font-weight: 800;
}

.full-height-menu {
  height: 100vh;
  background-color: #1a1d24;
  padding-top: 60px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-content-split-left {
  z-index: 99;
  position: relative;
}

.menu-content-wrap {
  z-index: 99;
  max-width: 1360px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 40px;
  display: flex;
  position: relative;
}

.large-nav-link {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 24px;
  padding: 0;
  font-family: Antonio, sans-serif;
  font-size: 80px;
  line-height: 100%;
  transition: color .2s;
  display: block;
}

.large-nav-link:hover {
  color: rgba(255, 255, 255, .6);
}

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

.large-menu-contact-details {
  color: rgba(255, 255, 255, .7);
  text-align: left;
  justify-content: space-between;
  font-size: 18px;
  line-height: 150%;
  display: flex;
}

.menu-contact-details {
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
}

.design-team-text {
  color: rgba(255, 255, 255, .6);
  align-items: center;
  display: flex;
}

.collection-item-link {
  color: #1a1d24;
  transition: color .2s;
}

.collection-item-link:hover {
  color: rgba(26, 29, 36, .7);
}

.collection-item-link.white {
  color: #fff;
}

.timeline-line-fill {
  width: 100%;
  height: 0%;
  background-color: #d7a4cc;
  box-shadow: 0 0 16px rgba(215, 164, 204, .4);
}

.showcase-items-wrap {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.showcase-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  display: grid;
}

.showcase-card {
  color: #1a1d24;
  text-align: center;
  background-color: #fff;
  transition: color .2s, background-color .2s;
  overflow: hidden;
}

.showcase-card:hover {
  box-shadow: none;
  color: #fff;
  background-color: #1a1d24;
}

.showcase-screenshot-wrapper {
  background-color: #1a1d24;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.showcase-image {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  box-shadow: 0 24px 24px rgba(26, 26, 62, .2);
}

.showcase-card-content {
  padding: 24px 32px;
}

.template-page-wrap {
  grid-row-gap: 40px;
  border: 1px solid rgba(26, 29, 36, .2);
  flex-direction: column;
  padding: 40px;
  display: flex;
}

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

.template-page-title-wrap {
  grid-column-gap: 12px;
  display: flex;
}

.template-page-icons-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.map {
  height: 100%;
}

.blog-header {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blog-categories {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

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

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

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

.gallery-image {
  width: 600px;
}

.nav-link {
  color: #303c57;
  padding: 8px;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.nav-link:hover {
  color: #000;
}

.project-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: rgba(48, 60, 87, .8);
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  transition: all .2s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-item:hover {
  color: #303c57;
}

.project-item-img {
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.h1-home-hero {
  font-size: 40px;
  font-weight: 700;
}

.home-hero-section {
  height: 100vh;
  min-height: 100vh;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.features-five-columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.feature-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: rgba(26, 29, 36, .32);
  cursor: default;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  transition: color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-block:hover {
  color: #000;
}

.feature-icon-item {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.contact-form-bottom {
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

.wrapper-text-form-bottom {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.metrics-four-column-hero-home {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.item-metrics-four-column-hero-home {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, .1);
  flex-flow: wrap;
  padding-top: 24px;
  display: flex;
}

.heading-item-metrics-four-column-hero-home {
  width: auto;
  margin-bottom: 0;
  display: block;
}

.text-item-metrics-four-column-hero-home {
  width: 100%;
}

.caption {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 140%;
}

.wrapper-home-about {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h2 {
  line-height: 48px;
}

.h2.heading-section-home-about {
  font-size: 28px;
  line-height: 120%;
}

.h2.section-about-company {
  width: 100%;
  max-width: 1180px;
  text-align: left;
}

.dark-overlay {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .72);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.blue-overlay {
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: rgba(134, 204, 255, .72);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.grayscale-filter {
  z-index: 2;
  width: 100%;
  height: 100%;
  filter: grayscale();
  background-color: rgba(66, 79, 153, .72);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.form-text-caption {
  margin-bottom: 0;
}

.color-dark {
  color: #1a1d24;
}

.footer-img-logo {
  width: 64px;
}

.partner-logo-in-grid {
  filter: grayscale();
  border-radius: 8px;
  transition: all .2s;
}

.partner-logo-in-grid:hover {
  filter: none;
}

.feature-link-text {
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.project-image-detailpage {
  z-index: 15;
  width: 100%;
  height: 100%;
  max-height: 300px;
  object-fit: cover;
  border-radius: 8px;
  position: relative;
}

.popup-feature-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}

.popup-feature-content {
  width: 100%;
  max-width: 600px;
}

.popup-feature-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.services-block {
  grid-row-gap: 60px;
  color: rgba(26, 29, 36, .32);
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  transition: color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-block:hover {
  color: #000;
}

.services-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.services-grid.three-columns {
  grid-template-columns: 1fr 1fr 1fr;
}

.services-grid.mt-16 {
  margin-top: 16px;
}

.imagesfeatures-2-columns {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.imagesfeatures-3-columns {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.imagesfeatures-columns-wrapper {
  width: 100%;
  height: 100%;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.item-imagesfeature {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: default;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-item-imagesfeature {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.color-light {
  color: rgba(255, 255, 255, .8);
}

.color-light:hover {
  color: #fff;
}

.color-light.small-link-footer {
  color: rgba(255, 255, 255, .64);
  font-size: 12px;
}

.heading-item-imagesfeature {
  width: 80%;
  color: rgba(26, 29, 36, .64);
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
}

.text-heading-item-imagesfeature {
  color: rgba(0, 0, 0, .64);
  margin-bottom: 0;
  display: none;
}

.service-heading-hero {
  margin-bottom: 0;
  font-size: 48px;
}

.splide-wrapper-relative {
  width: 100vw;
  height: 10vw;
  position: relative;
}

.splide-wrapper {
  width: 100%;
  position: absolute;
}

.splide {
  z-index: 20;
  width: 100vw;
  cursor: default;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.splide__track {
  z-index: 0;
  width: 100%;
  max-width: none;
  justify-content: flex-start;
  align-items: center;
  position: static;
  overflow: hidden;
}

.splide__list {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.splide__slide {
  width: auto;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-item-splide__slide {
  width: auto;
  height: 12vw;
  opacity: 1;
  cursor: grab;
  object-fit: contain;
  object-position: 50% 50%;
  position: relative;
}

.overlay-text-img-item-splide__slide {
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  padding: 1vw 2vw;
  font-size: 1.2vw;
  line-height: 1.4vw;
  transition: all .15s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 100%;
  left: 0%;
  right: auto;
}

.feature-heading-text {
  color: #1a1d24;
  font-size: 18px;
  font-weight: 400;
}

.wrapper-img-item-imagesfeature {
  width: 100%;
  height: auto;
  padding-top: 56.7%;
  position: relative;
}

.secondary-project-item-img {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.wrapper-project-item-img {
  width: 100%;
  flex-direction: column;
  padding-top: 56.7%;
  display: flex;
  position: relative;
}

.heading-project-item {
  margin-bottom: 0;
  padding: 24px 24px 8px;
}

.description-project-item {
  margin-bottom: 0;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
}

.heading-section-home-clients {
  text-align: center;
}

.imgs-wrapper-project-image-detailpage {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.img-bg-home-hero-section {
  width: 100%;
  height: 100%;
  opacity: .2;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.img-section-home-about {
  object-fit: cover;
  border-radius: 8px;
}

.section-features {
  background-color: #f2f2f2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.feature-q-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.icon-feature-q-item {
  width: 24px;
  height: 24px;
  object-fit: contain;
  background-color: #303c57;
  border-radius: 0;
  padding: 0;
}

.heading-feature-q-item {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.wrapper-icon-feature-q-item {
  width: 64px;
  height: 64px;
  background-color: #303c57;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.heading-section-about-company {
  text-align: left;
  margin-bottom: 0;
  padding: 24px;
  font-size: 16px;
  font-weight: 400;
}

.img-wrapper-section-about-company {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 56.7%;
  display: flex;
  position: relative;
}

.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.card-section-about-company {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.nav-menu-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.preloader-wrapper {
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.heading-wrapper-hero-home {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.mb-0 {
  margin-bottom: 0;
}

.recaptcha-wrapper {
  margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 70px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 19px;
  }

  h6 {
    font-size: 17px;
  }

  .stacked-dropdown {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .dropdown-link {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-menu {
    width: 100%;
    text-align: left;
    background-color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .16);
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 32px;
    display: flex;
    position: absolute;
  }

  .container {
    z-index: 9;
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
  }

  .container.container-section-features {
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-toggle {
    justify-content: space-between;
    padding: 12px 0;
  }

  .dropdown-list.w--open {
    position: relative;
  }

  .dropdown {
    display: block;
  }

  .space-top-tiny {
    margin-top: 14px;
  }

  .space-top-medium {
    margin-top: 52px;
  }

  .space-top-extra {
    margin-top: 90px;
  }

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

  .space-top {
    margin-top: 36px;
  }

  .space-top-large {
    margin-top: 72px;
  }

  .space-top-small {
    margin-top: 22px;
  }

  .webflow-cta-button {
    justify-content: center;
  }

  .webflow-cta-button.black.in-navbar {
    width: 200px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu-button.hidden-desktop {
    background-color: #303c57;
    display: flex;
  }

  .caps-heading.bigger {
    font-size: 80px;
  }

  .medium-text {
    font-size: 17px;
    line-height: 26px;
  }

  .input-field::-ms-input-placeholder {
    font-size: 15px;
  }

  .input-field::placeholder {
    font-size: 15px;
  }

  .metrics-four-column {
    grid-template-columns: 1fr 1fr;
  }

  .spread-vertical {
    grid-row-gap: 200px;
  }

  .spread-vertical.space-around {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .large-text {
    font-size: 19px;
  }

  .image-three-column {
    grid-column-gap: 16px;
  }

  .logos-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logos-grid.space-top-medium {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .right-arrow {
    display: none;
  }

  .mask {
    width: 50%;
  }

  .left-arrow {
    display: none;
  }

  .testimonial-card {
    padding: 32px;
  }

  .footer-content-wrap {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .footer-bottom-wrap {
    grid-template-columns: 1fr;
  }

  .nav-right-content.desktop {
    display: none;
  }

  .nav-right-content.mobile {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .space-horizontal-tiny {
    width: 14px;
  }

  .container-3 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .sponsor-logo-grid.horizontal {
    grid-template-columns: 1fr 1fr;
  }

  .smaller-h2 {
    font-size: 28px;
  }

  .form-block {
    width: auto;
  }

  .form-block.careers {
    width: 100%;
  }

  .input {
    font-size: 15px;
  }

  .vertical-projects-grid.split-projects-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .top-spread.limit.section.custom-2 {
    padding-bottom: 32px;
  }

  .large-text-3 {
    font-size: 18px;
  }

  .arrow-link-2 {
    font-size: 17px;
  }

  .testimonial-block {
    font-size: 16px;
  }

  .testimonial-block.reworked {
    margin-left: 0;
  }

  .standard-text {
    font-size: 15px;
  }

  .testemonial-float-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .team-member-name-wrap {
    color: #1a1d24;
  }

  .four-column-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

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

  .large-text-4 {
    font-size: 17px;
    line-height: 26px;
  }

  .career-row-deet._1 {
    display: none;
  }

  .three-column-grid {
    grid-template-columns: 1fr 1fr;
  }

  .three-column-grid.less-space {
    grid-row-gap: 16px;
  }

  .section-heading {
    font-size: 48px;
  }

  .menu-content-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }

  .large-nav-link {
    font-size: 64px;
  }

  .large-menu-contact-details {
    font-size: 16px;
  }

  .menu-contact-details {
    font-size: 28px;
  }

  .collection-item-link.white {
    color: #fff;
  }

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

  .nav-link {
    width: 100%;
    text-align: center;
  }

  .nav-link:hover {
    color: #000;
  }

  .home-hero-section {
    height: auto;
  }

  .features-five-columns, .metrics-four-column-hero-home {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

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

  .imagesfeatures-2-columns.images-wrapper-ourtech {
    grid-template-columns: 1fr 1fr;
  }

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

  .item-imagesfeature {
    height: auto;
  }

  .splide {
    width: 100%;
  }

  .nav-menu-2 {
    width: 100%;
    text-align: left;
    background-color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .16);
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 32px;
    display: flex;
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .stacked-dropdown {
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu {
    padding: 24px;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.container-section-about-company {
    grid-template-columns: 1fr;
  }

  .space-top-tiny {
    margin-top: 12px;
  }

  .space-top-medium {
    margin-top: 48px;
  }

  .space-top-extra {
    margin-top: 80px;
  }

  .space-top {
    margin-top: 32px;
  }

  .space-top-large {
    margin-top: 64px;
  }

  .space-top-small {
    margin-top: 20px;
  }

  .caps-heading.bigger {
    font-size: 72px;
  }

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

  .input-field::-ms-input-placeholder {
    font-size: 14px;
  }

  .input-field::placeholder {
    font-size: 14px;
  }

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

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

  .mask {
    width: 80%;
  }

  .testimonial-card {
    margin-right: 12px;
    padding: 24px;
  }

  .flex-horizontal.about-1 {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .footer-columns {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .space-horizontal-tiny {
    width: 12px;
  }

  .container-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .smaller-h2 {
    font-size: 24px;
  }

  .input {
    font-size: 14px;
  }

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

  .footer-1-content {
    align-items: flex-end;
  }

  .large-text-3, .arrow-link-2 {
    font-size: 16px;
  }

  .testimonial-block {
    max-width: 280px;
    grid-row-gap: 40px;
    padding: 32px;
    font-size: 15px;
  }

  .standard-text {
    font-size: 14px;
  }

  .timeline-element {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

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

  .large-text-4 {
    font-size: 16px;
    line-height: 24px;
  }

  .career-tag {
    display: none;
  }

  .three-column-grid {
    grid-template-columns: 1fr;
  }

  .three-column-grid.less-space {
    grid-row-gap: 16px;
  }

  .contact-card {
    grid-row-gap: 100px;
    padding: 24px;
  }

  .section-heading {
    font-size: 40px;
  }

  .menu-content-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }

  .menu-contact-details {
    font-size: 24px;
  }

  .design-team-text {
    display: none;
  }

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

  .h2 {
    line-height: 120%;
  }

  .services-grid.three-columns {
    grid-template-columns: 1fr;
  }

  .img-wrapper-section-about-company {
    padding-top: 30%;
  }

  .nav-menu-2 {
    padding: 24px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    padding: 16px;
  }

  .container {
    z-index: 1;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .container.container-section-features {
    grid-template-columns: 1fr;
  }

  .dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown-list.w--open {
    padding-left: 16px;
    padding-right: 16px;
  }

  .split.split-hero-home {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1.5fr;
  }

  .split.split-projects-section {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .webflow-cta-button {
    display: flex;
  }

  .nav-menu-button.hidden-desktop {
    background-color: #303c57;
  }

  .section, .section.white-text.home-hero-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.section-features {
    padding: 60px 16px;
  }

  .section.section-about-company {
    padding: 40px 16px;
  }

  .newsletter-form {
    grid-row-gap: 10px;
    border-radius: 6px;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
    padding-left: 8px;
  }

  .input-field {
    text-align: center;
    padding-right: 0;
  }

  .metrics-four-column {
    grid-template-columns: 1fr;
  }

  .spread-vertical {
    grid-row-gap: 140px;
  }

  .spread-vertical.space-around {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .logos-grid.space-top-medium {
    grid-template-columns: 1fr 1fr;
  }

  .mask {
    width: 100%;
  }

  .testimonial-card {
    width: 90%;
  }

  .contact-strip-content {
    grid-row-gap: 3px;
    flex-direction: column;
  }

  .webflow-link {
    margin: 12px 0;
  }

  .footer-columns {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .footer-bottom-content {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .container-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .sponsor-logo-grid.horizontal {
    grid-template-columns: 1fr;
  }

  .button-wrapper {
    width: 100%;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
  }

  .form-block {
    padding: 40px;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-1-top {
    align-items: stretch;
  }

  .footer-bottom-content-2 {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .footer-1-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .social-logos-wrapper {
    margin-top: 24px;
  }

  .rate-block {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .vertical-projects-grid.split-projects-section {
    grid-template-columns: 1fr;
  }

  .top-spread.limit.section {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .top-spread.limit.section.custom-2 {
    padding-bottom: 0;
  }

  .testimonial-block {
    font-size: 14px;
  }

  .testimonial-block.reworked {
    margin-left: 0;
  }

  .testemonial-image.reworked {
    min-height: 400px;
  }

  .testemonial-float-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .timeline-element {
    grid-template-columns: 80px 40px 1fr;
  }

  .timeline-line {
    left: 115px;
  }

  .sticky-timeline-year {
    font-size: 20px;
  }

  .four-column-grid {
    grid-template-columns: 1fr;
  }

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

  .career-row-deet {
    display: none;
  }

  .faq-columns {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .faq-wrapper {
    padding-top: 0;
  }

  .gradient-text.h1-home-hero {
    color: #fff;
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-size: auto;
    background-clip: border-box;
    font-weight: 700;
  }

  .nav-content-split-left {
    align-items: center;
    display: flex;
  }

  .menu-content-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .large-menu-contact-details {
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .showcase-screenshot-wrapper {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .showcase-card-content, .template-page-wrap {
    padding: 20px;
  }

  .template-page-section {
    grid-template-columns: 1fr;
  }

  .blog-header {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-categories {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .h1-home-hero {
    font-size: 24px;
  }

  .home-hero-section {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  .features-five-columns, .metrics-four-column-hero-home {
    grid-template-columns: 1fr;
  }

  .h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .h2.heading-section-home-about {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 140%;
  }

  .h2.h2-section-home-projects {
    margin-bottom: 0;
  }

  .services-grid, .imagesfeatures-2-columns.images-wrapper-ourtech {
    grid-template-columns: 1fr;
  }

  .splide__slide {
    display: flex;
  }

  .nav-menu-2 {
    padding: 16px;
  }
}

#w-node-ce8ad495-f672-1047-d574-780549656877-c7a61a61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce8ad495-f672-1047-d574-78054965687b-c7a61a61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ce8ad495-f672-1047-d574-78054965688d-c7a61a61, #w-node-ce8ad495-f672-1047-d574-780549656892-c7a61a61, #w-node-ce8ad495-f672-1047-d574-780549656897-c7a61a61, #w-node-ce8ad495-f672-1047-d574-78054965689c-c7a61a61, #w-node-_9603dbed-65cd-7328-340c-4c415093c833-c7a61a61, #w-node-_9603dbed-65cd-7328-340c-4c415093c839-c7a61a61, #w-node-_9603dbed-65cd-7328-340c-4c415093c83d-c7a61a61, #w-node-_9603dbed-65cd-7328-340c-4c415093c83e-c7a61a61, #w-node-_9603dbed-65cd-7328-340c-4c415093c842-c7a61a61, #w-node-_9603dbed-65cd-7328-340c-4c415093c843-c7a61a61, #w-node-_0635e47e-07c9-42d4-653c-340a74ab6825-74ab6822, #w-node-_0635e47e-07c9-42d4-653c-340a74ab6836-74ab6822 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0635e47e-07c9-42d4-653c-340a74ab6837-74ab6822 {
  align-self: start;
}

#w-node-_0635e47e-07c9-42d4-653c-340a74ab6838-74ab6822, #w-node-_0635e47e-07c9-42d4-653c-340a74ab683a-74ab6822, #w-node-_0635e47e-07c9-42d4-653c-340a74ab683d-74ab6822, #w-node-_0635e47e-07c9-42d4-653c-340a74ab6840-74ab6822, #w-node-_0635e47e-07c9-42d4-653c-340a74ab6843-74ab6822, #w-node-cd43419e-a00c-d634-6738-ce65cdf54b65-74ab6822, #w-node-_566abbf2-6191-0121-4c2e-7f93c0c82fc4-74ab6822 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0635e47e-07c9-42d4-653c-340a74ab6846-74ab6822 {
  align-self: start;
}

#w-node-_0635e47e-07c9-42d4-653c-340a74ab6847-74ab6822, #w-node-_0635e47e-07c9-42d4-653c-340a74ab6849-74ab6822, #w-node-_0f1ca655-ebe7-d6d7-3579-269729577819-74ab6822, #w-node-a144df8b-90c6-4859-6d0f-5fcbbc65ddc8-74ab6822, #w-node-_08c8e0a5-f2f4-1268-8c4b-3caaa51c1442-74ab6822, #w-node-ed9e4aa2-823f-f71c-86eb-942c2a4df2a0-74ab6822, #w-node-ce5f0175-153f-3221-08f0-b6fdd16ec02b-74ab6822, #w-node-_0635e47e-07c9-42d4-653c-340a74ab684c-74ab6822 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0635e47e-07c9-42d4-653c-340a74ab6856-74ab6822 {
  align-self: start;
  justify-self: start;
}

#w-node-_0635e47e-07c9-42d4-653c-340a74ab685f-74ab6822 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8341c057-26cd-fb8f-1bb6-decf71ebc203-71ebc1ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-c5292bcb-9600-07fe-74e5-760605ab4c2d-9ea61a6c, #w-node-c5292bcb-9600-07fe-74e5-760605ab4c2e-9ea61a6c, #w-node-c5292bcb-9600-07fe-74e5-760605ab4c32-9ea61a6c, #w-node-c5292bcb-9600-07fe-74e5-760605ab4c33-9ea61a6c, #w-node-bf22c9e4-de26-4534-d86f-4adb5df9b782-9ea61a6c, #w-node-bf22c9e4-de26-4534-d86f-4adb5df9b784-9ea61a6c, #w-node-bf22c9e4-de26-4534-d86f-4adb5df9b786-9ea61a6c, #w-node-bf22c9e4-de26-4534-d86f-4adb5df9b788-9ea61a6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61b2d23c-d6ef-d8e7-7eff-1b1128ea53d7-9ea61a6c {
  align-self: center;
}

#w-node-_61b2d23c-d6ef-d8e7-7eff-1b1128ea53e5-9ea61a6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_61b2d23c-d6ef-d8e7-7eff-1b1128ea53e6-9ea61a6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c47e857-0301-87df-d539-0e6368cd35b8-9ea61a6c, #w-node-_2c47e857-0301-87df-d539-0e6368cd35c7-9ea61a6c, #w-node-_2c47e857-0301-87df-d539-0e6368cd35d6-9ea61a6c, #w-node-_2c47e857-0301-87df-d539-0e6368cd35e4-9ea61a6c {
  justify-self: end;
}

#w-node-f0f621d6-f068-a073-6722-ce14fbe3e280-fbe3e26c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-eaf22287-4a60-8a28-3bf8-439002eab386-2fa61a6d, #w-node-_54072283-c750-3ec4-b6c8-5d2b0b896f5a-2fa61a6d, #w-node-f2cecf13-6c8a-6a6f-a82b-3e100b26c132-2fa61a6d, #w-node-_3c705646-c058-50c4-dbaa-fd04637a5d3a-2fa61a6d, #w-node-_3c705646-c058-50c4-dbaa-fd04637a5d3f-2fa61a6d, #w-node-_3c705646-c058-50c4-dbaa-fd04637a5d44-2fa61a6d, #w-node-_3c705646-c058-50c4-dbaa-fd04637a5d49-2fa61a6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb93ffa8-7dce-882f-2929-72bcea12bb47-2fa61a6d, #w-node-fb93ffa8-7dce-882f-2929-72bcea12bb51-2fa61a6d, #w-node-fb93ffa8-7dce-882f-2929-72bcea12bb5b-2fa61a6d, #w-node-fb93ffa8-7dce-882f-2929-72bcea12bb66-2fa61a6d {
  justify-self: end;
}

#w-node-_251f3d97-cd23-e906-eb1a-227c1151b738-1151b735 {
  align-self: center;
}

#w-node-_251f3d97-cd23-e906-eb1a-227c1151b746-1151b735 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_251f3d97-cd23-e906-eb1a-227c1151b747-1151b735 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3469cf6e-5ebd-f327-2626-78898575732b-85757328 {
  align-self: center;
}

#w-node-_3469cf6e-5ebd-f327-2626-788985757383-85757328 {
  align-self: center;
  justify-self: end;
}

#w-node-e172c901-e44f-98fd-3871-bbd25e9c0314-09a61a6e, #w-node-e172c901-e44f-98fd-3871-bbd25e9c0319-09a61a6e, #w-node-e172c901-e44f-98fd-3871-bbd25e9c031e-09a61a6e, #w-node-e172c901-e44f-98fd-3871-bbd25e9c0323-09a61a6e, #w-node-_392a9dae-d73c-501c-c469-3df9fe56bc8b-09a61a6e, #w-node-_392a9dae-d73c-501c-c469-3df9fe56bc8c-09a61a6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_392a9dae-d73c-501c-c469-3df9fe56bc90-09a61a6e, #w-node-_392a9dae-d73c-501c-c469-3df9fe56bc92-09a61a6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_392a9dae-d73c-501c-c469-3df9fe56bc94-09a61a6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-db32bdec-7e59-a8a9-da32-d26d4bb24cb6-10a61a6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d299f17-5462-1208-3c14-a33761e00c66-10a61a6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_2fd4c2da-26da-713f-94ff-39f5f92759ee-32a61a70, #w-node-_2fd4c2da-26da-713f-94ff-39f5f92759f3-32a61a70, #w-node-_2fd4c2da-26da-713f-94ff-39f5f92759f8-32a61a70, #w-node-_2fd4c2da-26da-713f-94ff-39f5f92759fd-32a61a70, #w-node-b4007e00-5401-5a59-74c8-4c50c2a1c46c-32a61a70, #w-node-b4007e00-5401-5a59-74c8-4c50c2a1c46d-32a61a70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4007e00-5401-5a59-74c8-4c50c2a1c46f-32a61a70, #w-node-b4007e00-5401-5a59-74c8-4c50c2a1c470-32a61a70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b4007e00-5401-5a59-74c8-4c50c2a1c471-32a61a70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_313cc9e7-7468-e558-397d-b318747fec48-8ea61a72, #w-node-_84f1e7ef-3e29-1c05-e0fb-0dfc66b77562-8ea61a72, #w-node-_84f1e7ef-3e29-1c05-e0fb-0dfc66b7756c-8ea61a72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6efc5a8d-652c-774b-a2e0-6ce8cd6fa451-8ea61a72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-_1ef3df12-15ff-03e5-ccec-da1fdfabc5eb-86a61a73, #w-node-ddf878fc-4f29-0127-62c6-e86cd6a18946-86a61a73, #w-node-c1e9210f-0cc1-90b8-75fd-829ac65648e8-86a61a73, #w-node-_47eeffbc-727f-3df3-066c-39fecd3734fe-86a61a73, #w-node-_47eeffbc-727f-3df3-066c-39fecd37350a-86a61a73, #w-node-_47eeffbc-727f-3df3-066c-39fecd37350b-86a61a73, #w-node-_47eeffbc-727f-3df3-066c-39fecd37350f-86a61a73, #w-node-_47eeffbc-727f-3df3-066c-39fecd373510-86a61a73, #w-node-_14a98f9b-07fd-7d32-aa1c-7b44c3bb0ebf-86a61a73, #w-node-_14a98f9b-07fd-7d32-aa1c-7b44c3bb0ec1-86a61a73, #w-node-_14a98f9b-07fd-7d32-aa1c-7b44c3bb0ec3-86a61a73, #w-node-_14a98f9b-07fd-7d32-aa1c-7b44c3bb0ec5-86a61a73, #w-node-_06c5c0f9-7fbb-8a3d-2684-8b7777948ccc-15a61a74, #w-node-_080462d1-74ed-19fc-c882-8fb683fd5323-15a61a74, #w-node-_1fb813ae-1460-80e1-9e40-f4750927e9f1-15a61a74, #w-node-aae3a963-e47c-ed1b-5f78-cbeca9505e71-15a61a74, #w-node-aae3a963-e47c-ed1b-5f78-cbeca9505e7b-15a61a74, #w-node-aae3a963-e47c-ed1b-5f78-cbeca9505e85-15a61a74, #w-node-a87c24b9-60af-1fa8-4fe1-0eea2d4b03dd-06a61a75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a87c24b9-60af-1fa8-4fe1-0eea2d4b03de-06a61a75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-bccb27ad-b90b-e109-0cb2-89ee426845ea-dea61a78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e1fd2a0-3279-d509-4c6c-9a3c48788a6f-dea61a78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-bccb27ad-b90b-e109-0cb2-89ee426845f3-dea61a78, #w-node-dc9e0615-87f3-40f9-60cc-8dc3302fbe59-61a61a79, #w-node-dc9e0615-87f3-40f9-60cc-8dc3302fbe5e-61a61a79, #w-node-dc9e0615-87f3-40f9-60cc-8dc3302fbe68-61a61a79, #w-node-_74ba86ca-4c2a-4536-50d4-3dea2f8184c8-8ca61a7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56f3a66e-b97e-4ad5-5b41-b606016946e2-8ca61a7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_3b9645fd-82c6-a72d-b900-410d5649fd1b-8ca61a7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce7635ff-7b1f-a5f5-8a03-ec2d784f5d9a-30a61a7b {
  justify-self: end;
}

#w-node-_71e5ecb7-47f1-2fa4-2800-cbbada33979d-30a61a7b, #w-node-_71e5ecb7-47f1-2fa4-2800-cbbada3397a2-30a61a7b, #w-node-_71e5ecb7-47f1-2fa4-2800-cbbada3397a7-30a61a7b, #w-node-_71e5ecb7-47f1-2fa4-2800-cbbada3397ac-30a61a7b, #w-node-_3982b3aa-111b-732e-3664-2ae38420bba0-47a61a7c, #w-node-b2df3788-81ed-f421-8ff0-771b9deffbb7-d2a61a7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d44f58a-b16f-e9fc-0b81-d3a7e44d3272-d2a61a7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7c307eb8-11b4-c00b-3c14-6bff12fb29eb-d2a61a7d, #w-node-_7c307eb8-11b4-c00b-3c14-6bff12fb29f0-d2a61a7d, #w-node-_24a07724-4f94-335b-8afc-04f6066584c9-d2a61a7d, #w-node-_0df6affb-8bb9-4e01-1207-eff04d07fa6e-d2a61a7d, #w-node-a391f8ab-03b6-0c64-1d21-09645246d8ac-d2a61a7d, #w-node-_490dc3f8-b3e3-811a-b8a4-ffc1e99e0c1f-d2a61a7d, #w-node-_624cd4f9-c69f-76fe-c85c-3acfe1ff74e5-d2a61a7d, #w-node-_943f6563-c504-3fb4-962c-fc785ec07b52-d2a61a7d, #w-node-_1a42480b-dbcb-9c0b-fc73-e8446c0cc34b-d2a61a7d, #w-node-_1a42480b-dbcb-9c0b-fc73-e8446c0cc34c-d2a61a7d, #w-node-_040824c8-102e-4fd8-e477-825aef1a1ebe-d2a61a7d, #w-node-b7bb45f3-c73c-0683-cb1c-13939f70c9fc-d2a61a7d, #w-node-_438b66dd-829a-c82a-afbe-7828af8dee68-d2a61a7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae49365e-fc85-ad65-aa02-0303a305fc94-d2a61a7d, #w-node-ae49365e-fc85-ad65-aa02-0303a305fc95-d2a61a7d, #w-node-ae49365e-fc85-ad65-aa02-0303a305fc96-d2a61a7d, #w-node-ae49365e-fc85-ad65-aa02-0303a305fc97-d2a61a7d, #w-node-ae49365e-fc85-ad65-aa02-0303a305fc98-d2a61a7d {
  align-self: center;
  justify-self: center;
}

#w-node-a68d1da1-8896-47cf-d0a9-de9e35765bc7-d4a61a7e, #w-node-a0772e88-3eeb-997e-3527-1988ad0331b3-d4a61a7e, #w-node-_12c65f8d-90c5-973b-daf0-10449c8cfde8-d4a61a7e, #w-node-_12c65f8d-90c5-973b-daf0-10449c8cfde9-d4a61a7e, #w-node-_12c65f8d-90c5-973b-daf0-10449c8cfded-d4a61a7e, #w-node-_12c65f8d-90c5-973b-daf0-10449c8cfdee-d4a61a7e, #w-node-_875f534c-6e7a-b368-d91e-aead65c7f006-d4a61a7e, #w-node-_11ad78ce-18ee-b4c8-9c60-f641d6cc30e4-d4a61a7e, #w-node-_11ad78ce-18ee-b4c8-9c60-f641d6cc30e5-d4a61a7e, #w-node-_11ad78ce-18ee-b4c8-9c60-f641d6cc30e7-d4a61a7e, #w-node-_11ad78ce-18ee-b4c8-9c60-f641d6cc30e9-d4a61a7e, #w-node-_11ad78ce-18ee-b4c8-9c60-f641d6cc30eb-d4a61a7e, #w-node-_11ad78ce-18ee-b4c8-9c60-f641d6cc30ed-d4a61a7e, #w-node-_11ad78ce-18ee-b4c8-9c60-f641d6cc30ef-d4a61a7e, #w-node-_422baeb3-f96f-8716-9820-1242f8209cb8-d4a61a7e, #w-node-_948cbe15-f0e1-97b8-09c0-2eaf9cbdefa4-d4a61a7e, #w-node-e9289e92-0290-73c9-2234-77a54aef063c-d4a61a7e, #w-node-d66e6df2-664c-701d-38a1-7264cea8c31b-23a61a92, #w-node-d66e6df2-664c-701d-38a1-7264cea8c321-23a61a92, #w-node-d66e6df2-664c-701d-38a1-7264cea8c322-23a61a92, #w-node-d66e6df2-664c-701d-38a1-7264cea8c326-23a61a92, #w-node-d66e6df2-664c-701d-38a1-7264cea8c327-23a61a92, #w-node-_468e8b38-7260-e219-a353-c9bfa271fb29-23a61a92, #w-node-_468e8b38-7260-e219-a353-c9bfa271fb2b-23a61a92, #w-node-_468e8b38-7260-e219-a353-c9bfa271fb2d-23a61a92, #w-node-_468e8b38-7260-e219-a353-c9bfa271fb2f-23a61a92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81c41d3f-8ba1-c030-e0a6-5b1e68f53b28-23a61a92, #w-node-a500bec7-5ed8-228b-3a6b-cc68dda0b094-dda0b091 {
  align-self: center;
}

#w-node-a500bec7-5ed8-228b-3a6b-cc68dda0b0a2-dda0b091 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a500bec7-5ed8-228b-3a6b-cc68dda0b0a3-dda0b091, #w-node-d43d7266-b51c-37aa-8c53-b3a3121e2854-9aa61a94, #w-node-d43d7266-b51c-37aa-8c53-b3a3121e2859-9aa61a94, #w-node-d43d7266-b51c-37aa-8c53-b3a3121e2863-9aa61a94, #w-node-d9467c32-9ce4-6343-b2ea-8ae21e82a8a9-59675793 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad01d5e9-499f-212f-1746-7ffa7bce9f74-59675793 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ad01d5e9-499f-212f-1746-7ffa7bce9f86-59675793, #w-node-ad01d5e9-499f-212f-1746-7ffa7bce9f8b-59675793, #w-node-ad01d5e9-499f-212f-1746-7ffa7bce9f90-59675793, #w-node-_505e186c-7af3-035d-cd4f-9523ae4d66ff-59675793, #w-node-_505e186c-7af3-035d-cd4f-9523ae4d6700-59675793, #w-node-_505e186c-7af3-035d-cd4f-9523ae4d6705-59675793, #w-node-_505e186c-7af3-035d-cd4f-9523ae4d6706-59675793, #w-node-_505e186c-7af3-035d-cd4f-9523ae4d670a-59675793, #w-node-_505e186c-7af3-035d-cd4f-9523ae4d670b-59675793, #w-node-_9642281c-42bf-2036-744a-5c3de787aeb1-59675793, #w-node-cfcc69e4-3517-d8dc-9722-e7d50bce9423-59675793, #w-node-cfcc69e4-3517-d8dc-9722-e7d50bce9427-59675793, #w-node-cfcc69e4-3517-d8dc-9722-e7d50bce942c-59675793, #w-node-cfcc69e4-3517-d8dc-9722-e7d50bce942d-59675793, #w-node-cfcc69e4-3517-d8dc-9722-e7d50bce9431-59675793, #w-node-cfcc69e4-3517-d8dc-9722-e7d50bce9432-59675793 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ef17723-5c98-c4ed-50c9-a1db7c36ec25-59675793 {
  align-self: center;
}

#w-node-_017fecbb-59cd-8ba5-b0de-38b3e4b3a1f2-59675793, #w-node-_7c1da42f-43b0-4ffa-4289-dee815cdc151-59675793, #w-node-_17825788-ea9c-ad7e-a677-bb69f0bd263e-59675793, #w-node-bb6faa7d-b4e9-419f-e86c-b599c4f1d3e0-59675793, #w-node-bb6faa7d-b4e9-419f-e86c-b599c4f1d3e1-59675793, #w-node-bb6faa7d-b4e9-419f-e86c-b599c4f1d3eb-59675793 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe20f3f9-c9b2-a872-d1a7-84553cae56c9-59675793 {
  align-self: center;
}

#w-node-fe20f3f9-c9b2-a872-d1a7-84553cae56d1-59675793, #w-node-fe20f3f9-c9b2-a872-d1a7-84553cae56d2-59675793, #w-node-fe20f3f9-c9b2-a872-d1a7-84553cae56dc-59675793, #w-node-fe20f3f9-c9b2-a872-d1a7-84553cae56e6-59675793, #w-node-fe20f3f9-c9b2-a872-d1a7-84553cae56e7-59675793, #w-node-fe20f3f9-c9b2-a872-d1a7-84553cae56f1-59675793 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57941c0b-3ca8-297e-c763-84ede03dd33b-59675793 {
  align-self: center;
}

#w-node-_57941c0b-3ca8-297e-c763-84ede03dd343-59675793, #w-node-_57941c0b-3ca8-297e-c763-84ede03dd344-59675793, #w-node-_57941c0b-3ca8-297e-c763-84ede03dd34e-59675793, #w-node-_57941c0b-3ca8-297e-c763-84ede03dd358-59675793, #w-node-_57941c0b-3ca8-297e-c763-84ede03dd359-59675793, #w-node-_57941c0b-3ca8-297e-c763-84ede03dd363-59675793, #w-node-_89abec99-d412-8fca-6f49-5c55e08cb54d-59675793, #w-node-_48cf5fcc-53cc-7b10-2c30-5e6eec2bbd94-59675793, #w-node-e5e8af06-8c04-ee63-5c68-a5c93e364f22-59675793 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_694f44e9-bcbd-7a71-f799-603544665a56-59675793 {
  align-self: center;
}

#w-node-_694f44e9-bcbd-7a71-f799-603544665a5e-59675793, #w-node-_694f44e9-bcbd-7a71-f799-603544665a5f-59675793, #w-node-_694f44e9-bcbd-7a71-f799-603544665a69-59675793, #w-node-_694f44e9-bcbd-7a71-f799-603544665a73-59675793, #w-node-_694f44e9-bcbd-7a71-f799-603544665a74-59675793, #w-node-_694f44e9-bcbd-7a71-f799-603544665a7e-59675793, #w-node-a44bb086-36ab-76b6-d14e-bad848b844cd-59675793, #w-node-a44bb086-36ab-76b6-d14e-bad848b844d7-59675793, #w-node-a44bb086-36ab-76b6-d14e-bad848b844d8-59675793, #w-node-a44bb086-36ab-76b6-d14e-bad848b844da-59675793, #w-node-a44bb086-36ab-76b6-d14e-bad848b844dc-59675793, #w-node-a44bb086-36ab-76b6-d14e-bad848b844e2-59675793, #w-node-_7cd6c97b-2308-9d68-52b5-61c291b34176-59675793, #w-node-_102dc217-2afd-b85c-8dd6-4e43deb57ed1-59675793, #w-node-_676a2fa3-23f1-2165-65fe-730486d12cd5-59675793, #w-node-_4bc591a6-5e03-2dd0-6c66-82ede995ecb5-59675793, #w-node-fc9c2e8c-1ab9-9bed-2b95-287ca4e1214c-59675793, #w-node-_94f1c999-0fb5-cdee-a7c6-0dd713517d18-59675793, #w-node-_541a43ad-9f9c-6bfb-07ba-bd242170af1c-59675793, #w-node-_586dfd9a-7ea8-fec5-7235-2b831b50d120-59675793, #w-node-a628d25d-3980-e3a7-eb41-957380d66ff8-59675793, #w-node-a44bb086-36ab-76b6-d14e-bad848b844de-59675793, #w-node-eebec964-f172-6a44-5db9-058e15c3fbfd-59675793, #w-node-_3fb719a0-723f-76ff-a7b7-deb00c7fcc53-59675793, #w-node-_8499dd99-9d90-778c-37f1-f873cd3a73a7-59675793, #w-node-_8499dd99-9d90-778c-37f1-f873cd3a73ad-59675793, #w-node-_8499dd99-9d90-778c-37f1-f873cd3a73c6-59675793, #w-node-_8499dd99-9d90-778c-37f1-f873cd3a73ae-59675793, #w-node-_8499dd99-9d90-778c-37f1-f873cd3a73b0-59675793, #w-node-_8499dd99-9d90-778c-37f1-f873cd3a73b2-59675793, #w-node-_8499dd99-9d90-778c-37f1-f873cd3a73b4-59675793, #w-node-_8499dd99-9d90-778c-37f1-f873cd3a73b6-59675793, #w-node-_8499dd99-9d90-778c-37f1-f873cd3a73b8-59675793, #w-node-_8499dd99-9d90-778c-37f1-f873cd3a73ba-59675793, #w-node-_8499dd99-9d90-778c-37f1-f873cd3a73bc-59675793, #w-node-_8499dd99-9d90-778c-37f1-f873cd3a73be-59675793, #w-node-_8499dd99-9d90-778c-37f1-f873cd3a73c0-59675793, #w-node-_8499dd99-9d90-778c-37f1-f873cd3a73c2-59675793, #w-node-_8499dd99-9d90-778c-37f1-f873cd3a73c4-59675793, #w-node-_8499dd99-9d90-778c-37f1-f873cd3a73c8-59675793, #w-node-_8499dd99-9d90-778c-37f1-f873cd3a73ca-59675793 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29cde032-a30b-2598-b281-67840f397840-59675793 {
  align-self: center;
}

#w-node-_29cde032-a30b-2598-b281-67840f39784e-59675793 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_29cde032-a30b-2598-b281-67840f39784f-59675793 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11c91433-34cc-7795-b2fd-9bd1b23473f1-59675793, #w-node-_4f749522-c887-efdb-bde6-aab4c2ce4f39-59675793, #w-node-d7454e21-4149-6400-d8c9-911b14156844-59675793, #w-node-_11c91433-34cc-7795-b2fd-9bd1b23473f2-59675793, #w-node-_11c91433-34cc-7795-b2fd-9bd1b23473f3-59675793, #w-node-_11c91433-34cc-7795-b2fd-9bd1b23473f4-59675793, #w-node-_11c91433-34cc-7795-b2fd-9bd1b23473f5-59675793, #w-node-_91e73ac6-c002-2dc4-502d-5d7ec601af37-59675793 {
  align-self: center;
  justify-self: center;
}

#w-node-_5358b681-3ca4-f770-95ca-6154bb5064d2-59675793 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: end;
}

#w-node-a90b0e0a-678e-5f97-c512-b858094f2f59-094f2f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79e20124-81e1-54b2-54ba-c017ed94d28b-ed94d288 {
  align-self: center;
}

#w-node-_79e20124-81e1-54b2-54ba-c017ed94d29e-ed94d288 {
  align-self: center;
  justify-self: end;
}

#w-node-b0bf05cf-dade-1028-547c-b5156c52b87d-19f5e4ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0bf05cf-dade-1028-547c-b5156c52b884-19f5e4ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_0635e47e-07c9-42d4-653c-340a74ab6856-74ab6822, #w-node-_0635e47e-07c9-42d4-653c-340a74ab685f-74ab6822 {
    justify-self: center;
  }

  #w-node-f0f621d6-f068-a073-6722-ce14fbe3e280-fbe3e26c {
    order: 9999;
    justify-self: stretch;
  }

  #w-node-f2cecf13-6c8a-6a6f-a82b-3e100b26c132-2fa61a6d {
    order: -9999;
  }

  #w-node-_9d299f17-5462-1208-3c14-a33761e00c66-10a61a6f {
    justify-self: start;
  }

  #w-node-_6efc5a8d-652c-774b-a2e0-6ce8cd6fa451-8ea61a72 {
    order: 9999;
    justify-self: stretch;
  }

  #w-node-a87c24b9-60af-1fa8-4fe1-0eea2d4b03de-06a61a75, #w-node-ce7635ff-7b1f-a5f5-8a03-ec2d784f5d9a-30a61a7b {
    justify-self: start;
  }

  #w-node-_5358b681-3ca4-f770-95ca-6154bb5064d2-59675793 {
    order: 9999;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fb93ffa8-7dce-882f-2929-72bcea12bb51-2fa61a6d {
    order: 9999;
  }

  #w-node-fb93ffa8-7dce-882f-2929-72bcea12bb56-2fa61a6d {
    order: -9999;
  }

  #w-node-fb93ffa8-7dce-882f-2929-72bcea12bb66-2fa61a6d {
    order: 9999;
  }

  #w-node-fb93ffa8-7dce-882f-2929-72bcea12bb6b-2fa61a6d {
    order: -9999;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.woff2') format('woff2'), url('../fonts/Satoshi-VariableItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi variable';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}