:root {
  --tt_white: #f2f2f2;
  --tt_black: #474752;
  --tt_gray1: #86869a;
  --tt_gray3: #e3e3eb;
  --tt_gray2: #c7c7d2;
}

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

body {
  background-color: var(--tt_white);
  color: var(--tt_black);
  padding-top: 112px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

h1 {
  color: var(--tt_black);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
}

h2 {
  max-width: 530px;
  color: var(--tt_black);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

p {
  max-width: 440px;
  color: var(--tt_gray1);
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

strong {
  font-weight: 600;
}

.container {
  z-index: 1;
  max-width: 1240px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.huge-service {
  color: var(--tt_gray3);
  margin-top: 48px;
  font-family: Poppins, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 170%;
  transition: color .3s;
}

.huge-service.services-page {
  color: var(--tt_black);
  margin-bottom: 16px;
}

.huge-service.black {
  color: var(--tt_black);
}

.button {
  color: var(--tt_black);
  text-align: right;
  font-family: Syne, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

.button.inverted {
  text-align: left;
}

.menu-link {
  color: var(--tt_gray1);
  padding: 24px;
  font-family: Syne, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.menu-link:hover {
  color: var(--tt_black);
}

.menu-link.w--current {
  color: var(--tt_black);
  text-decoration: underline;
}

.small {
  color: var(--tt_gray1);
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}

.small.with-margin {
  margin-top: 32px;
}

.small.image-label {
  color: var(--tt_black);
  margin-top: 24px;
}

.small.light {
  color: var(--tt_white);
}

.small.light.no-break {
  display: none;
}

.navbar {
  z-index: 998;
  background-color: var(--tt_white);
  padding: 24px 40px;
  transition: padding .3s;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar.shrink {
  padding-top: 0;
  padding-bottom: 0;
}

.logo {
  color: var(--tt_black);
  font-family: Syne, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 120%;
}

.nav-menu {
  margin-right: -24px;
}

.brand {
  align-items: center;
  margin-left: -24px;
  padding: 24px;
  display: flex;
}

.navbar---mobile {
  background-color: var(--tt_white);
  display: none;
}

.menu-icon---open {
  cursor: pointer;
  display: none;
}

.menu-link---mobile {
  color: var(--tt_gray1);
  padding: 24px;
  font-family: Syne, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.menu-link---mobile:hover {
  color: var(--tt_black);
}

.menu-link---mobile.w--current {
  color: var(--tt_black);
  text-decoration: underline;
}

.menu-icon---close {
  cursor: pointer;
  display: none;
}

.social-icon---mobile {
  color: var(--tt_gray1);
  padding: 12px;
  font-family: Font Awesome Brands, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.social-icon---mobile:hover {
  color: var(--tt_black);
}

.section {
  padding: 48px 40px;
}

.section.large-top-padding {
  padding-top: 152px;
}

.section.large-top-padding.footer {
  padding-bottom: 40px;
}

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

.section.small-top-padding {
  padding-top: 8px;
}

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

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

.hero-h1 {
  z-index: 1;
  margin-top: 48px;
  margin-left: 340px;
  position: relative;
}

.hero-h1.no-left-margin, .hero-h1.contact-form {
  margin-left: 0;
}

.hero-h1.big-bottom-margin {
  margin-bottom: 80px;
  margin-left: 0;
}

.container-navbar {
  max-width: 1240px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-paragraph {
  z-index: 1;
  margin-bottom: 0;
  margin-left: 340px;
  position: relative;
}

.project-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.project-card---large {
  margin-bottom: 80px;
  text-decoration: none;
}

.project-client-name {
  margin-top: 24px;
  margin-bottom: 6px;
}

.project-description {
  margin-bottom: 0;
}

.secondary-button {
  align-self: flex-end;
  align-items: center;
  margin-top: -12px;
  margin-bottom: -12px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  display: flex;
}

.right-arrow {
  height: 16px;
  margin-left: 16px;
}

.right-arrow.inverted {
  margin-left: 0;
  margin-right: 16px;
  transform: rotate(180deg);
}

.client-logo-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 56px;
}

.client-logo {
  width: 100%;
  height: 140px;
}

.client-logo.logo1 {
  background-image: url('../images/Client-logo-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.client-logo.logo2 {
  background-image: url('../images/Client-logo-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 85%;
}

.client-logo.logo3 {
  background-image: url('../images/Client-logo-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.client-logo.logo4 {
  background-image: url('../images/Client-logo-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.client-logo.logo5 {
  background-image: url('../images/Client-logo-5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.client-logo.logo6 {
  background-image: url('../images/Client-logo-6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 65%;
}

.client-logo.logo7 {
  background-image: url('../images/Client-logo-7.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
}

.client-logo.logo8 {
  background-image: url('../images/Client-logo-8.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.client-logo.logo9 {
  background-image: url('../images/Client-logo-9.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.client-logo.logo10 {
  background-image: url('../images/Client-logo-10.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 65%;
}

.culture-image {
  width: 100%;
  height: 700px;
  object-fit: cover;
  object-position: 100% 50%;
  margin-top: 152px;
  margin-bottom: 48px;
}

.right-wrapper {
  margin-top: 0;
  margin-bottom: 160px;
  margin-left: 430px;
}

.right-wrapper.no-bottom-margin {
  margin-bottom: 0;
}

.paragraph {
  margin-bottom: 80px;
  margin-left: 430px;
}

.paragraph.margin {
  margin-top: 40px;
  margin-bottom: 64px;
}

.paragraph.no-left-margin {
  margin-bottom: 0;
  margin-left: 0;
}

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

.paragraph.p-privacy {
  max-width: 600px;
  margin-bottom: 0;
  margin-left: 0;
}

.success-message {
  background-color: var(--tt_gray3);
}

.sucess-text-block {
  color: var(--tt_black);
  text-align: center;
}

.input-wrap {
  flex-direction: row;
  margin-bottom: 48px;
  display: flex;
  position: relative;
}

.error-message {
  color: #ec3872;
  text-align: center;
  background-color: rgba(236, 56, 114, .1);
  border-radius: 4px;
  margin-top: 20px;
  padding: 20px;
}

.input {
  z-index: 2;
  height: 48px;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--tt_gray1);
  color: var(--tt_black);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  position: relative;
}

.input:focus {
  border-bottom-width: 2px;
  border-bottom-color: var(--tt_black);
}

.input.long {
  height: 48px;
  min-height: 48px;
  min-width: 100%;
}

.input.long::-ms-input-placeholder {
  color: rgba(44, 77, 81, .5);
  font-size: 18px;
  font-weight: 600;
}

.input.long::placeholder {
  color: rgba(44, 77, 81, .5);
  font-size: 18px;
  font-weight: 600;
}

.input.wide {
  color: var(--tt_gray1);
}

.field-label {
  z-index: 1;
  transform: scale3d(1none, 1none, 1none);
  transform-origin: 0%;
  color: var(--tt_gray1);
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  margin-left: -4px;
  padding: 4px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  transition: all .3s;
  position: absolute;
  top: 12px;
  left: 0;
}

.field-label.black {
  color: var(--tt_black);
}

.form-block {
  max-width: 700px;
  margin-top: 48px;
  margin-bottom: 0;
}

.primary-button {
  background-color: var(--tt_gray1);
  color: var(--tt_white);
  text-align: center;
  border-radius: 10px;
  padding: 16px 56px;
  font-family: Syne, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  transition: background-color .3s;
}

.primary-button:hover {
  background-color: var(--tt_black);
}

.primary-button.small-and-light {
  background-color: var(--tt_white);
  color: var(--tt_black);
  margin-left: 16px;
  padding: 12px 32px;
}

.primary-button.small-and-light:hover {
  background-color: var(--tt_gray3);
}

.form-grid {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.form-grid.with-margin {
  margin-bottom: 32px;
}

.link {
  color: var(--tt_black);
  text-decoration: underline;
  transition: color .3s;
}

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

.link.red {
  color: #ec3872;
}

.link.red:hover {
  color: #ff84ac;
}

.link.red:active {
  color: #ff76a2;
}

.link.light {
  color: var(--tt_white);
}

.link.light:hover {
  color: var(--tt_gray2);
}

.footer-grid {
  grid-template-rows: auto;
}

.footer-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-wrapper.right {
  align-items: flex-end;
}

.footer-heading {
  margin-bottom: 6px;
}

.social-icons-wrapper {
  margin-top: -8px;
  margin-right: -12px;
}

.separator {
  width: 100%;
  height: 1px;
  background-color: var(--tt_gray3);
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-menu {
  margin-left: -16px;
}

.footer-link {
  color: var(--tt_gray1);
  padding: 24px 16px;
  font-family: Syne, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

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

.footer-link.w--current {
  color: var(--tt_black);
  text-decoration: underline;
}

.copyright {
  color: var(--tt_gray1);
  margin-right: -16px;
  padding: 24px 16px;
  font-family: Syne, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
}

.copyright.w--current {
  color: var(--tt_black);
  text-decoration: underline;
}

.blur-blobs {
  z-index: 0;
  width: 740px;
  height: 680px;
  background-image: url('../images/Blur-blobs.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -48px;
  left: -20px;
}

.services-heading {
  margin-bottom: 32px;
}

.projects-grid {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-card---small {
  text-decoration: none;
}

.project-image---small {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.filters {
  margin-bottom: 8px;
  margin-left: 48px;
}

.filter-link {
  color: var(--tt_gray1);
  cursor: pointer;
  padding: 24px 16px;
  font-family: Syne, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.filter-link:hover {
  color: var(--tt_black);
}

.filter-link.w--current, .filter-link.selected-filter {
  color: var(--tt_black);
  text-decoration: underline;
}

.two-column-wrapper {
  align-items: flex-end;
  display: flex;
}

.portfolio-image {
  width: 100%;
  margin-bottom: 24px;
}

.portfolio-image.no-margin {
  margin-bottom: 0;
}

.image-grid {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.details-columns {
  display: flex;
}

.project-details {
  width: 430px;
  max-width: none;
  margin-bottom: 0;
  padding-right: 24px;
}

.project-navigation {
  grid-template-rows: auto;
  justify-items: end;
}

.sub-service {
  width: 100%;
  border-top: 1px solid var(--tt_gray3);
  border-bottom: 1px solid var(--tt_gray3);
  margin-top: -1px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.sub-services-wrapper {
  width: 100%;
  margin-bottom: 96px;
}

.sub-services-wrapper.last {
  margin-bottom: 0;
}

.values-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 128px;
  margin-left: 430px;
}

.value-image {
  width: 100%;
  height: 235px;
  background-image: url('../images/Value-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 40px;
}

.value-image._2 {
  background-image: url('../images/Value-2.png');
}

.value-image._3 {
  background-image: url('../images/Value-3.png');
}

.value-image._4 {
  background-image: url('../images/Value-4.png');
}

.h2-privacy {
  max-width: 600px;
  margin-top: 80px;
}

.cookie-consent {
  z-index: 99999999;
  background-color: var(--tt_black);
  align-items: center;
  padding: 16px 24px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 32px;
  left: 32px;
  right: auto;
}

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

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

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

._404-animation {
  width: 300px;
  margin-bottom: 24px;
}

._404-animation.smaller {
  width: 50px;
}

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

.secondary-button-inverted {
  align-self: flex-end;
  align-items: center;
  margin-top: -12px;
  margin-bottom: -12px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  display: flex;
}

.left-arrow {
  height: 16px;
  margin-left: 0;
  margin-right: 16px;
}

.left-arrow.inverted {
  margin-left: 0;
  margin-right: 16px;
  transform: rotate(180deg);
}

.hover-cursor {
  z-index: 11;
  width: 100px;
  height: 100px;
  background-image: url('../images/Hover-cursor.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform .3s;
  position: fixed;
  transform: scale(0);
}

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

  .huge-service {
    font-size: 74px;
  }

  .hero-h1 {
    margin-top: 16px;
    margin-left: 160px;
  }

  .hero-paragraph {
    margin-left: 160px;
  }

  .right-wrapper {
    margin-bottom: 128px;
    margin-left: 0;
  }

  .paragraph {
    margin-left: 160px;
  }

  .input {
    font-size: 1rem;
  }

  .blur-blobs {
    width: 500px;
    height: 460px;
    top: 0;
    left: -40px;
  }

  .filters {
    margin-bottom: 6px;
  }

  .project-details {
    width: auto;
    flex: 1;
  }

  .values-wrapper {
    margin-left: 0;
  }

  .cookie-consent {
    bottom: 20px;
    left: 40px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  h1 {
    font-size: 24px;
  }

  h2 {
    margin-bottom: 16px;
    font-size: 20px;
  }

  p {
    line-height: 140%;
  }

  .container {
    width: 100%;
  }

  .huge-service {
    margin-top: 64px;
    font-size: 48px;
    line-height: 120%;
  }

  .huge-service.services-page {
    margin-bottom: 24px;
  }

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

  .small.light.no-break {
    display: block;
  }

  .small.light.break {
    display: none;
  }

  .navbar {
    padding: 0 20px;
  }

  .nav-menu {
    display: none;
  }

  .brand {
    margin-left: -20px;
    padding: 20px;
  }

  .navbar---mobile {
    z-index: 999;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .menu-icon---open {
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    margin-right: -12px;
    padding: 0;
    display: flex;
  }

  .hamburger-icon {
    width: 24px;
  }

  .menu-links---mobile {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .menu-link---mobile {
    text-align: center;
    font-size: 24px;
  }

  .menu-icon---close {
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    margin-right: -12px;
    padding: 0;
    display: flex;
  }

  .close-icon {
    width: 24px;
  }

  .social-icons-wrapper---mobile {
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
    display: flex;
  }

  .section {
    padding: 20px;
  }

  .section.large-top-padding {
    padding-top: 108px;
  }

  .section.large-top-padding.footer {
    padding-bottom: 0;
  }

  .section.no-bottom-padding {
    padding-bottom: 20px;
  }

  .section.small-top-padding {
    padding-top: 20px;
  }

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

  .hero-h1 {
    margin-top: 12px;
    margin-bottom: 16px;
    margin-left: 0;
  }

  .hero-h1.no-left-margin {
    margin-bottom: 0;
  }

  .hero-h1.big-bottom-margin {
    margin-bottom: 64px;
  }

  .container-navbar {
    width: 100%;
  }

  .hero-paragraph {
    margin-bottom: 24px;
    margin-left: 0;
  }

  .project-image {
    height: 335px;
  }

  .project-card---large {
    margin-bottom: 64px;
  }

  .client-logo-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 48px;
  }

  .culture-image {
    height: 500px;
    margin-top: 108px;
    margin-bottom: 20px;
  }

  .right-wrapper {
    margin-bottom: 80px;
  }

  .paragraph {
    margin-bottom: 64px;
    margin-left: 0;
  }

  .paragraph.margin {
    margin-top: 8px;
    margin-bottom: 24px;
  }

  .paragraph.no-bottom-margin {
    margin-top: 48px;
  }

  .form-block {
    margin-top: 40px;
  }

  .primary-button {
    width: 100%;
  }

  .primary-button.small-and-light {
    width: auto;
    margin-top: 16px;
    margin-left: 0;
  }

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

  .form-grid.with-margin {
    margin-bottom: 0;
  }

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

  .footer-wrapper, .footer-wrapper.right {
    align-items: center;
  }

  .footer-heading {
    display: none;
  }

  .social-icons-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
  }

  .separator {
    margin-top: 20px;
    margin-bottom: 8px;
  }

  .footer-menu {
    text-align: center;
    margin-left: 0;
  }

  .copyright {
    margin-right: 0;
  }

  .blur-blobs {
    display: none;
  }

  .services-heading {
    margin-bottom: 0;
  }

  .projects-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .project-image---small {
    height: 335px;
  }

  .filters {
    margin-bottom: 8px;
    margin-left: -8px;
  }

  .filter-link {
    padding: 16px 8px;
  }

  .two-column-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .portfolio-image {
    margin-bottom: 16px;
  }

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

  .image-grid.services {
    grid-row-gap: 16px;
  }

  .details-columns {
    flex-direction: column;
    margin-top: 16px;
    margin-bottom: 24px;
  }

  .project-details {
    margin-bottom: 64px;
  }

  .project-navigation {
    margin-top: 8px;
  }

  .values-wrapper {
    grid-column-gap: 40px;
    margin-top: 48px;
  }

  .h2-privacy {
    margin-top: 64px;
  }

  .cookie-consent {
    flex-direction: column;
    padding: 20px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  ._404-animation {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 479px) {
  .right-arrow {
    margin-left: 8px;
  }

  .culture-image {
    object-position: 80% 50%;
  }

  .footer-link {
    padding-left: 14px;
    padding-right: 14px;
  }

  .values-wrapper {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .left-arrow {
    margin-right: 8px;
  }
}

#w-node-e26e8ed2-e865-8770-8f13-a797b9b58fd7-102afd6b, #w-node-e26e8ed2-e865-8770-8f13-a797b9b58fd7-3c2afd6c, #w-node-e26e8ed2-e865-8770-8f13-a797b9b58fd7-f42afd70, #w-node-e26e8ed2-e865-8770-8f13-a797b9b58fd7-b42afd73 {
  justify-self: start;
}


@font-face {
  font-family: 'Font Awesome Brands';
  src: url('../fonts/fa-brands-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}