*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1152px) {
  body {
    font-optical-sizing: none;
  }
}
img, picture, svg, video {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
  color: inherit;
}

h1, h2, h3, h4, h5 {
  line-height: 1.1;
}

a {
  color: inherit;
  text-decoration: none;
}

ul[role=list] {
  list-style: none;
  padding: 0;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-family: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 1rem;
  color: #043873;
}

h1 {
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

h2 {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

h3 {
  font-size: 3.375rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

h4 {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

h5 {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2857142857;
}

body {
  background: #ffffff;
}

:focus-visible {
  outline: 2px solid #4f9cf9;
  outline-offset: 2px;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 24px;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 32px;
}
@media (min-width: 1920px) {
  .container {
    max-width: 1480px;
    padding-inline: 0;
  }
}
@media (max-width: 1151px) {
  .container {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-inline: 16px;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2777777778;
  letter-spacing: -0.02em;
  text-decoration: none;
  white-space: nowrap;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.btn--primary {
  background-color: #4f9cf9;
  color: #ffffff;
}
.btn--primary:hover {
  background-color: #4282cf;
}

.btn--accent {
  background-color: #ffe492;
  color: #043873;
}
.btn--accent:hover {
  background-color: rgb(255, 220.4201834862, 115.4);
}

.btn--pad-hero {
  padding: 20px;
}

.btn--pad-nav {
  padding: 16px 24px;
}

.btn--pad-login {
  padding: 16px 40px;
}

.btn--pad-section {
  padding: 20px 40px;
}

.btn__icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
}

.btn__icon--md {
  width: 14px;
  height: 14px;
}

.btn--pad-card {
  padding: 16px 40px;
  font-size: 1rem;
  line-height: normal;
}

.btn--outline-accent {
  background-color: #ffffff;
  border: 1px solid #ffe492;
  color: #212529;
}
.btn--outline-accent:hover {
  background-color: #ffe492;
}

.btn--face-montserrat {
  font-family: "Montserrat", "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  letter-spacing: normal;
}

.btn--face-p3 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}

.site-header {
  background-color: #ffffff;
  position: relative;
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 16px;
}
.site-header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.site-header__logo-icon {
  display: block;
  width: 37px;
  height: 29px;
  flex: 0 0 auto;
}
.site-header__logo-text {
  font-family: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: normal;
  color: #4f9cf9;
}
.site-header__burger {
  display: none;
  padding: 8px;
  border: 0;
  background: none;
  cursor: pointer;
  color: #043873;
}
.site-header__burger-icon {
  display: block;
  width: 42px;
  height: 24px;
}
.site-header__right {
  display: flex;
  align-items: center;
  gap: 75.5px;
}
.site-header__nav {
  display: flex;
  align-items: center;
  gap: 32px;
}
.site-header__nav-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "DM Sans", "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2777777778;
  color: #4f9cf9;
  text-decoration: none;
  white-space: nowrap;
}
.site-header__nav-link:hover {
  color: #4282cf;
}
.site-header__nav-chevron {
  width: 9px;
  height: 4px;
  flex: 0 0 auto;
}
.site-header__actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (min-width: 1152px) and (max-width: 1439px) {
  .site-header__inner {
    justify-content: flex-start;
    gap: 20px;
  }
  .site-header__logo {
    margin-right: auto;
  }
  .site-header__nav {
    display: none;
  }
  .site-header__burger {
    display: block;
    order: 1;
    padding: 0;
    color: #4f9cf9;
  }
  .site-header.is-open .site-header__nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 24px 32px 32px;
    background-color: #ffffff;
    box-shadow: 0 12px 24px rgba(1, 11, 23, 0.12);
  }
  .site-header.is-open .site-header__nav-link {
    justify-content: space-between;
    padding-block: 4px;
  }
}
@media (max-width: 1151px) {
  .site-header__burger {
    display: block;
    color: #4f9cf9;
  }
  .site-header__inner {
    padding-inline: 32px;
  }
  .site-header__right {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    padding: 24px 32px 32px;
    background-color: #ffffff;
    box-shadow: 0 12px 24px rgba(1, 11, 23, 0.12);
  }
  .site-header.is-open .site-header__right {
    display: flex;
  }
  .site-header__nav {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .site-header__nav-link {
    justify-content: space-between;
    padding-block: 4px;
  }
  .site-header__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .site-header__inner {
    padding-inline: 16px;
  }
  .site-header__right {
    padding-inline: 16px;
  }
  .site-header__logo {
    gap: 7px;
  }
  .site-header__logo-icon {
    width: 25.958px;
    height: 20.346px;
  }
  .site-header__logo-text {
    font-size: 19.644px;
  }
}

.hero {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.hero__swoosh {
  position: absolute;
  top: 152.24px;
  left: 50%;
  transform: translateX(-50%);
  width: 1988.85px;
  height: 433.11px;
  max-width: none;
  pointer-events: none;
  user-select: none;
}
.hero__inner {
  position: relative;
  display: flex;
  align-items: center;
  padding-block: 100px;
}
.hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  flex: 0 0 auto;
  width: 691px;
}
.hero__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.hero__title {
  font-family: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.02em;
  color: #4f9cf9;
  margin: 0;
}
.hero__subtitle {
  font-family: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: -0.02em;
  color: #4f9cf9;
  margin: 0;
}
.hero__media {
  flex: 0 0 auto;
  width: 685px;
  height: 456.39px;
}
.hero__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1151px) {
  .hero__inner {
    flex-direction: column;
    align-items: center;
    gap: 100px;
    padding-block: 140px 100px;
  }
  .hero__content {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .hero__title {
    font-size: 3.375rem;
  }
  .hero__media {
    width: 551px;
    max-width: 100%;
    height: auto;
    aspect-ratio: 551/367;
  }
}
@media (max-width: 767px) {
  .hero__inner {
    padding-block: 80px;
  }
  .hero__title {
    font-size: 2.25rem;
  }
  .hero__media {
    width: 286px;
    aspect-ratio: 286/191;
  }
}

@media (min-width: 1152px) and (max-width: 1439px) {
  .hero__inner {
    padding-block: calc(140px - 40 * (100vw - 1152px) / 288);
  }
  .hero__content {
    width: auto;
    flex: 1 1 0;
    min-width: 0;
  }
  .hero__media {
    flex: 0 0 auto;
    width: calc(526px + 159 * (100vw - 1152px) / 288);
    max-width: 100%;
    height: auto;
    aspect-ratio: 526/350.454;
  }
}
@media (min-width: 1920px) {
  .hero__inner {
    padding-block: 140px;
  }
  .hero__content {
    width: 656px;
  }
  .hero__media {
    width: 824px;
    height: 549px;
  }
}
.work-management {
  position: relative;
  overflow: hidden;
  padding-block: 140px;
}
.work-management__inner {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.work-management__row {
  display: flex;
  align-items: center;
}
.work-management__row--together {
  gap: 160px;
}
.work-management__headline {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  flex: 1 1 0;
  min-width: 0;
}
.work-management__text {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.work-management__title {
  font-family: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.02em;
  color: #212529;
  margin: 0;
}
.work-management__copy {
  font-family: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: -0.02em;
  color: #212529;
  margin: 0;
}
.work-management__swoosh {
  position: absolute;
  z-index: -1;
  max-width: none;
  pointer-events: none;
  user-select: none;
}
.work-management__swoosh--pm {
  top: 151.37px;
  left: 3.41px;
  width: 515.92px;
  height: 38.02px;
}
.work-management__swoosh--together {
  top: 65.23px;
  left: 214.56px;
  width: 334.11px;
  height: 25.55px;
}
.work-management__media {
  flex: 0 0 auto;
  width: 719px;
  height: 448px;
}
.work-management__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.work-management__graphic {
  flex: 0 0 auto;
  display: block;
  width: 583px;
  height: 542.76px;
  max-width: none;
}
.work-management__decor {
  position: absolute;
  top: -794.77px;
  left: -1126.3px;
  width: 569.54px;
  height: 440.35px;
  max-width: none;
  mix-blend-mode: multiply;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}

@media (max-width: 1151px) {
  .work-management {
    padding-block: 100px;
  }
  .work-management__row {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  .work-management__row--together {
    flex-direction: column-reverse;
    gap: 100px;
  }
  .work-management__headline {
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .work-management__title {
    font-size: 3.375rem;
  }
  .work-management__media {
    width: 561px;
    max-width: 100%;
    height: auto;
    aspect-ratio: 719/448;
  }
  .work-management__graphic {
    width: 454px;
    max-width: 100%;
    height: auto;
  }
  .work-management__decor {
    display: none;
  }
}
@media (max-width: 767px) {
  .work-management {
    padding-block: 80px;
  }
  .work-management__row--together {
    gap: 60px;
  }
  .work-management__title {
    font-size: 2.25rem;
  }
  .work-management__media {
    width: 286px;
  }
  .work-management__graphic {
    width: 279px;
  }
}

.work-management__mark {
  position: relative;
  z-index: 0;
  white-space: nowrap;
}
.work-management__mark-swoosh {
  display: none;
}

@media (max-width: 1439px) {
  .work-management__swoosh {
    display: none;
  }
  .work-management__mark-swoosh {
    display: block;
    position: absolute;
    z-index: -1;
    max-width: none;
    pointer-events: none;
    user-select: none;
  }
  .work-management__mark--pm .work-management__mark-swoosh {
    left: 0.047em;
    top: 0.892em;
    width: 7.166em;
    height: 0.528em;
  }
  .work-management__mark--together .work-management__mark-swoosh {
    left: 0.205em;
    top: 0.906em;
    width: 4.64em;
    height: 0.355em;
  }
}
@media (min-width: 1152px) and (max-width: 1439px) {
  .work-management__title {
    font-size: calc(64px + 8 * (100vw - 1152px) / 288);
  }
  .work-management__headline {
    flex: 1 1 0;
    min-width: 0;
  }
  .work-management__row:not(.work-management__row--together) .work-management__text {
    width: calc(436px + 221 * (100vw - 1152px) / 288);
  }
  .work-management__media {
    flex: 0 0 auto;
    width: calc(560px + 159 * (100vw - 1152px) / 288);
    height: calc(384.196px + 63.804 * (100vw - 1152px) / 288);
    max-width: 100%;
  }
  .work-management__row--together {
    gap: calc(33px + 127 * (100vw - 1152px) / 288);
  }
  .work-management__graphic {
    flex: 0 0 auto;
    width: calc(528px + 55 * (100vw - 1152px) / 288);
    height: calc(491.561px + 51.199 * (100vw - 1152px) / 288);
    max-width: 100%;
  }
  .work-management__decor {
    display: none;
  }
}
@media (min-width: 1920px) {
  .work-management__row:not(.work-management__row--together) {
    gap: 60px;
  }
  .work-management__media {
    width: 748px;
    height: 547px;
  }
  .work-management__row--together {
    gap: 100px;
  }
  .work-management__graphic {
    width: 710px;
    height: 661px;
  }
  .work-management__decor {
    top: -705.5px;
    left: -1192.13px;
    width: 602.84px;
    height: 448.52px;
  }
  .work-management__copy .wm-nowrap {
    white-space: nowrap;
  }
}
.customise {
  padding-block: 140px;
}
.customise__inner {
  display: flex;
  align-items: center;
  gap: 98px;
}
.customise__headline {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  flex: 1 1 0;
  min-width: 0;
}
.customise__text {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.customise__title {
  font-family: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.02em;
  color: #212529;
  margin: 0;
}
.customise__copy {
  font-family: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: -0.02em;
  color: #212529;
  margin: 0;
}
.customise__swoosh {
  position: absolute;
  z-index: -1;
  top: 148.06px;
  left: 0;
  width: 418.26px;
  height: 31.47px;
  max-width: none;
  pointer-events: none;
  user-select: none;
}
.customise__swoosh--xxl {
  position: absolute;
  z-index: -1;
  top: 143px;
  left: 163px;
  width: 274px;
  height: 28.1957px;
  max-width: none;
  pointer-events: none;
  user-select: none;
  display: none;
}
.customise__media {
  flex: 0 0 auto;
  width: 686px;
  height: 479px;
}
.customise__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1151px) {
  .customise {
    padding-block: 100px;
  }
  .customise__inner {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  .customise__headline {
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .customise__title {
    font-size: 3.375rem;
  }
  .customise__media {
    width: 557px;
    max-width: 100%;
    height: auto;
    aspect-ratio: 686/479;
  }
}
@media (min-width: 768px) and (max-width: 1151px) {
  .customise__inner {
    padding-inline: 12px;
  }
}
@media (max-width: 767px) {
  .customise {
    padding-block: 80px;
  }
  .customise__title {
    font-size: 2.25rem;
  }
  .customise__media {
    width: 284.5px;
  }
}

.customise__mark {
  position: relative;
  z-index: 0;
  white-space: nowrap;
}
.customise__mark-swoosh {
  display: none;
}

@media (max-width: 1439px) {
  .customise__swoosh {
    display: none;
  }
  .customise__mark-swoosh {
    display: block;
    position: absolute;
    z-index: -1;
    max-width: none;
    pointer-events: none;
    user-select: none;
    left: 0em;
    top: 0.846em;
    width: 5.809em;
    height: 0.437em;
  }
}
@media (min-width: 1152px) and (max-width: 1439px) {
  .customise__title {
    font-size: calc(64px + 8 * (100vw - 1152px) / 288);
  }
  .customise__headline {
    flex: 1 1 0;
    min-width: 0;
  }
  .customise__text {
    width: 528px;
  }
  .customise__media {
    flex: 0 0 auto;
    width: calc(459px + 227 * (100vw - 1152px) / 288);
    height: auto;
    aspect-ratio: 686/479;
    max-width: 100%;
  }
}
@media (min-width: 1920px) {
  .customise__swoosh {
    display: none;
  }
  .customise__swoosh--xxl {
    display: block;
  }
}
.pricing {
  padding-block: 140px;
}
.pricing__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.pricing__heading {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  text-align: center;
}
.pricing__title {
  font-family: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.02em;
  color: #212529;
  margin: 0;
}
.pricing__subtitle {
  font-family: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: -0.02em;
  color: #212529;
  max-width: 979px;
  margin: 0;
}
.pricing__swoosh {
  position: absolute;
  z-index: -1;
  top: 58.48px;
  left: calc(50% - 12.36px);
  width: 334.73px;
  height: 30.11px;
  max-width: none;
  pointer-events: none;
  user-select: none;
}
.pricing__grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  width: 100%;
}
.pricing__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 25px;
  flex: 1 1 0;
  min-width: 0;
  padding: 40px 44px;
  background-color: #ffffff;
  border: 1px solid #ffe492;
  border-radius: 10px;
  color: #212529;
}
.pricing__card--featured {
  padding-block: 80px;
  border: 0;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
  color: #043873;
}
.pricing__card-head {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}
.pricing__card-name {
  font-family: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0;
}
.pricing__card-price {
  font-family: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.02em;
  margin: 0;
}
.pricing__card-tagline {
  font-family: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2777777778;
  letter-spacing: -0.02em;
  margin: 0;
}
.pricing__features {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing__feature {
  display: flex;
  align-items: center;
  gap: 19px;
}
.pricing__feature-icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}
.pricing__feature-text {
  flex: 1 1 0;
  min-width: 0;
  font-family: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin: 0;
}
.pricing__card--featured .pricing__feature-text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2777777778;
}

.pricing__mark {
  position: relative;
  z-index: 0;
  white-space: nowrap;
}
.pricing__mark-swoosh {
  display: none;
}
.pricing__dots {
  display: none;
}
@media (max-width: 1151px) {
  .pricing__title {
    font-size: 3.375rem;
  }
  .pricing__grid {
    justify-content: flex-start;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-block: 30px;
    margin-block: -30px;
    scrollbar-width: none;
  }
  .pricing__grid::-webkit-scrollbar {
    display: none;
  }
  .pricing__card {
    flex: 0 0 auto;
    width: min(437px, 100% - 48px);
    scroll-snap-align: center;
  }
  .pricing__dots {
    display: flex;
    gap: 12px;
  }
  .pricing__dot {
    width: 12px;
    height: 12px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background-color: #c4defd;
    cursor: pointer;
    transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .pricing__dot.is-active {
    background-color: #4f9cf9;
  }
}
@media (max-width: 767px) {
  .pricing {
    padding-block: 80px;
  }
  .pricing__title {
    font-size: 2.25rem;
  }
}

@media (max-width: 1439px) {
  .pricing__swoosh {
    display: none;
  }
  .pricing__mark-swoosh {
    display: block;
    position: absolute;
    z-index: -1;
    max-width: none;
    pointer-events: none;
    user-select: none;
    left: 0.184em;
    top: 0.812em;
    width: 4.649em;
    height: 0.418em;
  }
}
@media (min-width: 1152px) {
  .pricing__title {
    font-size: clamp(64px, 64px + 8 * (100vw - 1152px) / 288, 72px);
  }
}
.your-work {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding-block: 140px;
  background-color: #043873;
}
.your-work__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.your-work__text-block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 1064px;
  max-width: 100%;
}
.your-work__title {
  font-family: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0;
}
.your-work__subtitle {
  font-family: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-align: center;
  margin: 0;
}
.your-work__swoosh {
  position: absolute;
  z-index: -1;
  top: 61.09px;
  left: calc(50% + 231.5px);
  width: 314.03px;
  height: 23.96px;
}
.your-work__decor {
  position: absolute;
  z-index: -1;
  top: -324px;
  left: 0;
  width: 262px;
  height: 837px;
  pointer-events: none;
}
.your-work__decor--xxl {
  position: absolute;
  z-index: -1;
  top: -178px;
  left: 0;
  width: 502px;
  height: 836.5px;
  opacity: 0.22;
  max-width: none;
  pointer-events: none;
  user-select: none;
  display: none;
}

@media (max-width: 1151px) {
  .your-work__inner {
    align-items: flex-start;
  }
  .your-work__text-block {
    width: 604px;
  }
  .your-work__title {
    font-size: 3.375rem;
  }
  .your-work__subtitle {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .your-work {
    padding-block: 100px 140px;
  }
  .your-work__text-block {
    width: 100%;
  }
  .your-work__title {
    font-size: 2.25rem;
  }
}

.your-work__mark {
  position: relative;
  z-index: 0;
  white-space: nowrap;
}
.your-work__mark-swoosh {
  display: none;
}

@media (max-width: 1439px) {
  .your-work__swoosh {
    display: none;
  }
  .your-work__mark-swoosh {
    display: block;
    position: absolute;
    z-index: -1;
    max-width: none;
    pointer-events: none;
    user-select: none;
    left: -0.676em;
    top: 0.848em;
    width: 4.362em;
    height: 0.333em;
  }
}
@media (min-width: 1152px) and (max-width: 1439px) {
  .your-work__inner {
    align-items: flex-start;
  }
  .your-work__text-block {
    width: 650px;
  }
  .your-work__title {
    font-size: 64px;
  }
  .your-work__decor {
    display: none;
  }
}
@media (min-width: 1920px) {
  .your-work__decor {
    display: none;
  }
  .your-work__decor--xxl {
    display: block;
  }
}
.your-data {
  padding-block: 140px;
}
.your-data__inner {
  display: flex;
  align-items: center;
}
.your-data__text {
  position: relative;
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
}
.your-data__text-block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.your-data__title {
  font-family: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.02em;
  color: #212529;
  margin: 0;
}
.your-data__copy {
  font-family: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: -0.02em;
  color: #212529;
  margin: 0;
}
.your-data__swoosh {
  position: absolute;
  z-index: -1;
  top: 69.28px;
  left: 224.95px;
  width: 351.21px;
  height: 36.56px;
}
.your-data__media {
  position: relative;
  flex: 0 0 auto;
  width: 681px;
  height: 381.13px;
}
.your-data__graphic {
  position: absolute;
  top: -3.31px;
  left: -39px;
  width: 752px;
  height: 400px;
  max-width: none;
}

@media (max-width: 1151px) {
  .your-data__inner {
    flex-direction: column-reverse;
    align-items: center;
    gap: 100px;
  }
  .your-data__text {
    flex: 0 0 auto;
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .your-data__title {
    font-size: 3.375rem;
  }
  .your-data__media {
    width: 513px;
    max-width: 100%;
    height: auto;
    aspect-ratio: 681/381.13;
  }
  .your-data__graphic {
    top: -0.87%;
    left: -5.73%;
    width: 110.43%;
    height: 104.95%;
  }
}
@media (max-width: 767px) {
  .your-data {
    padding-block: 80px;
  }
  .your-data__title {
    font-size: 2.25rem;
  }
  .your-data__media {
    width: 290px;
  }
}

.your-data__mark {
  position: relative;
  z-index: 0;
  white-space: nowrap;
}
.your-data__mark-swoosh {
  display: none;
}

@media (max-width: 1439px) {
  .your-data__swoosh {
    display: none;
  }
  .your-data__mark-swoosh {
    display: block;
    position: absolute;
    z-index: -1;
    max-width: none;
    pointer-events: none;
    user-select: none;
    left: 0.192em;
    top: 0.962em;
    width: 4.878em;
    height: 0.508em;
  }
}
@media (min-width: 1152px) and (max-width: 1439px) {
  .your-data__title {
    font-size: clamp(64px, 64px + 8 * (100vw - 1152px) / 288, 72px);
  }
  .your-data__text {
    flex: 0 0 auto;
  }
  .your-data__text-block {
    width: clamp(526px, 526px + 169 * (100vw - 1152px) / 288, 695px);
  }
  .your-data__media {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    height: auto;
    aspect-ratio: 681/381.13;
    max-width: none;
  }
  .your-data__graphic {
    top: -0.868%;
    left: -5.727%;
    width: 110.425%;
    height: 104.95%;
    max-width: none;
  }
}
.sponsors {
  padding-block: 140px;
}
.sponsors__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}
.sponsors__heading {
  position: relative;
  width: 100%;
  text-align: center;
}
.sponsors__title {
  font-family: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.02em;
  color: #212529;
  margin: 0;
}
.sponsors__swoosh {
  position: absolute;
  z-index: -1;
  top: 65.71px;
  left: calc(50% - 87.88px);
  width: 338.16px;
  height: 42.47px;
}
.sponsors__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.sponsors__logo--apple {
  width: 55.47px;
  height: 68px;
}
.sponsors__logo--microsoft {
  width: 287px;
  height: 62px;
}
.sponsors__logo--slack {
  width: 280px;
  height: 71px;
}
.sponsors__logo--google {
  width: 211px;
  height: 69.81px;
}

@media (max-width: 1151px) {
  .sponsors__title {
    font-size: 3.375rem;
  }
  .sponsors__row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 100px;
  }
}
@media (max-width: 767px) {
  .sponsors {
    padding-block: 80px;
  }
  .sponsors__title {
    font-size: 2.25rem;
  }
  .sponsors__logo--microsoft {
    width: 213px;
    height: 46px;
  }
  .sponsors__logo--slack {
    width: 192px;
    height: 49px;
  }
  .sponsors__logo--google {
    width: 139.5px;
    height: 46.16px;
  }
}

.sponsors__mark {
  position: relative;
  z-index: 0;
  white-space: nowrap;
}
.sponsors__mark-swoosh {
  display: none;
}

@media (max-width: 1439px) {
  .sponsors__swoosh {
    display: none;
  }
  .sponsors__mark-swoosh {
    display: block;
    position: absolute;
    z-index: -1;
    max-width: none;
    pointer-events: none;
    user-select: none;
    left: 0.004em;
    top: 0.913em;
    width: 4.697em;
    height: 0.59em;
  }
}
@media (min-width: 1152px) {
  .sponsors__title {
    font-size: clamp(64px, 64px + 8 * (100vw - 1152px) / 288, 72px);
  }
}
.apps {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: 140px;
  background-color: #043873;
}
.apps__waves {
  position: absolute;
  z-index: -1;
  top: 9.78px;
  height: 701px;
  max-width: none;
}
.apps__waves--wide {
  width: 1440px;
  left: calc(50% - 720px);
}
.apps__waves--1152 {
  display: none;
}
.apps__waves--xxl {
  display: none;
}
.apps__inner {
  display: flex;
  align-items: flex-start;
  gap: 100px;
}
.apps__media {
  flex: 0 0 auto;
  width: 582px;
  height: 470.8px;
}
.apps__cluster {
  display: block;
  width: 100%;
  height: 100%;
}
.apps__content {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
}
.apps__text-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.apps__title {
  font-family: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0;
}
.apps__copy {
  font-family: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0;
}

@media (max-width: 1151px) {
  .apps__inner {
    flex-direction: column;
    align-items: center;
    gap: 100px;
  }
  .apps__content {
    flex: 0 0 auto;
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .apps__title {
    font-size: 3.375rem;
  }
  .apps__media {
    width: 485px;
    max-width: 100%;
    height: auto;
    aspect-ratio: 582/470.8;
  }
}
@media (max-width: 767px) {
  .apps {
    padding-block: 80px;
  }
  .apps__title {
    font-size: 2.25rem;
  }
  .apps__media {
    width: 286px;
  }
}

@media (min-width: 1152px) and (max-width: 1439px) {
  .apps__title {
    font-size: clamp(64px, 64px + 8 * (100vw - 1152px) / 288, 72px);
  }
  .apps__inner {
    align-items: center;
  }
  .apps__media {
    flex: 0 0 auto;
    width: clamp(528px, 528px + 54 * (100vw - 1152px) / 288, 582px);
    height: auto;
    aspect-ratio: 582/470.8;
  }
  .apps__content {
    min-width: 0;
  }
  .apps__waves--wide {
    display: none;
  }
  .apps__waves--1152 {
    display: block;
    width: 1152px;
    left: calc(50% - 576px);
  }
}
@media (min-width: 1920px) {
  .apps__waves--wide {
    display: none;
  }
  .apps__waves--xxl {
    display: block;
    width: 1920px;
    left: calc(50% - 960px);
  }
}
.testimonials {
  position: relative;
  isolation: isolate;
  padding-block: 140px;
}
.testimonials__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.testimonials__heading {
  position: relative;
  align-self: stretch;
}
.testimonials__title {
  font-family: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.02em;
  color: #212529;
  text-align: center;
  margin: 0;
}
.testimonials__swoosh {
  position: absolute;
  z-index: -1;
  top: 77.8px;
  left: calc(50% - 65.83px);
  width: 257px;
  height: 50px;
}
.testimonials__grid {
  display: flex;
  gap: 32px;
  align-self: stretch;
}
.testimonials__card {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 49px;
  padding: 60px 40px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.08);
  color: #01252a;
}
.testimonials__card--accent {
  background-color: #4f9cf9;
  box-shadow: none;
  color: #ffffff;
}
.testimonials__comment {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.testimonials__avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.testimonials__quote {
  width: 353px;
  font-family: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: -0.02em;
  margin: 0;
}
.testimonials__meta {
  display: flex;
  align-items: flex-start;
  gap: 53px;
  width: 350px;
}
.testimonials__person {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 194px;
}
.testimonials__name {
  font-family: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.02em;
  white-space: nowrap;
  margin: 0;
}
.testimonials__role {
  font-family: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: -0.02em;
  white-space: nowrap;
  margin: 0;
}
.testimonials__stars {
  display: flex;
  gap: 7px;
}
.testimonials__slider {
  display: flex;
  gap: 100px;
}
.testimonials__nav {
  position: relative;
  width: 75px;
  height: 75px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.testimonials__nav:hover {
  transform: scale(1.06);
}
.testimonials__nav:active {
  transform: scale(0.97);
}
.testimonials__nav img {
  position: absolute;
  top: -35px;
  left: -35px;
  width: 145px;
  height: 145px;
  max-width: none;
}

.testimonials__mark {
  position: relative;
  z-index: 0;
  white-space: nowrap;
}
.testimonials__mark-swoosh {
  display: none;
}
.testimonials__dots {
  display: none;
}
@media (max-width: 1151px) {
  .testimonials {
    padding-block: 140px 100px;
  }
  .testimonials__title {
    font-size: 3.375rem;
  }
  .testimonials__grid {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-block: 30px;
    margin-block: -30px;
    scrollbar-width: none;
  }
  .testimonials__grid::-webkit-scrollbar {
    display: none;
  }
  .testimonials__card {
    flex: 0 0 auto;
    width: min(437px, 100% - 48px);
    scroll-snap-align: center;
    padding: 20px;
  }
  .testimonials__quote {
    width: 100%;
  }
  .testimonials__meta {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px 24px;
  }
  .testimonials__person {
    width: auto;
  }
  .testimonials__slider {
    display: none;
  }
  .testimonials__dots {
    display: flex;
    gap: 12px;
  }
  .testimonials__dot {
    width: 12px;
    height: 12px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background-color: #c4defd;
    cursor: pointer;
    transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .testimonials__dot.is-active {
    background-color: #4f9cf9;
  }
}
@media (max-width: 767px) {
  .testimonials {
    padding-block: 80px;
  }
  .testimonials__title {
    font-size: 2.25rem;
  }
}

@media (max-width: 1439px) {
  .testimonials__swoosh {
    display: none;
  }
  .testimonials__mark-swoosh {
    display: block;
    position: absolute;
    z-index: -1;
    max-width: none;
    pointer-events: none;
    user-select: none;
    left: 0.038em;
    top: 1.081em;
    width: 3.569em;
    height: 0.694em;
  }
}
@media (min-width: 1152px) and (max-width: 1439px) {
  .testimonials__title {
    font-size: clamp(64px, 64px + 8 * (100vw - 1152px) / 288, 72px);
  }
  .testimonials__card {
    padding: 20px;
  }
  .testimonials__quote {
    width: 100%;
  }
  .testimonials__meta {
    width: 100%;
    gap: 0;
  }
}
.site-footer {
  padding: 140px 0 32px;
  background-color: #043873;
}
.site-footer__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.site-footer__inner::after {
  content: "";
  position: absolute;
  top: 248.92px;
  left: 0;
  width: 1336px;
  height: 1px;
  background-color: #2e598a;
}
.site-footer__info {
  display: flex;
  align-items: flex-start;
  gap: 100px;
}
.site-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  width: 240px;
}
.site-footer__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.site-footer__logo-text {
  font-family: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: normal;
  color: #ffffff;
}
.site-footer__tagline {
  font-family: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: -0.02em;
  color: #f7f7ee;
  margin: 0;
}
.site-footer__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.site-footer__col--g16 {
  gap: 16px;
}
.site-footer__col-title {
  font-family: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0;
}
.site-footer__link {
  font-family: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.site-footer__link:hover {
  color: #ffe492;
}
.site-footer__link--active {
  color: #ffe492;
}
.site-footer__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 23px;
  width: 259px;
}
.site-footer__cta-title {
  font-family: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2857142857;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0;
}
.site-footer__cta-copy {
  font-family: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0;
}
.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-footer__legal {
  display: flex;
  align-items: center;
  gap: 60px;
}
.site-footer__lang {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  font-family: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #ffffff;
  white-space: nowrap;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.site-footer__lang:hover {
  color: #ffe492;
}
.site-footer__lang-chevron {
  width: 12px;
  height: 6px;
  margin-inline: 4px;
}
.site-footer__legal-link {
  font-family: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  transition: color 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.site-footer__legal-link:hover {
  color: #ffe492;
}
.site-footer__copyright {
  font-family: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #ffffff;
  white-space: nowrap;
  margin: 0;
}
.site-footer__social {
  display: flex;
  align-items: center;
  gap: 32px;
}
.site-footer__social-link {
  display: flex;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.site-footer__social-link:hover {
  opacity: 0.7;
}

@media (min-width: 1152px) and (max-width: 1439px) {
  .site-footer__info {
    gap: 0;
    justify-content: space-between;
  }
  .site-footer__inner::after {
    width: 100%;
  }
}
@media (max-width: 1151px) {
  .site-footer__inner::after {
    display: none;
  }
  .site-footer__inner {
    padding-inline: 32px;
  }
  .site-footer__info {
    flex-direction: column;
    align-items: center;
    gap: 100px;
    text-align: center;
  }
  .site-footer__brand {
    align-items: center;
    width: 100%;
    gap: 24px;
  }
  .site-footer__logo {
    gap: 18px;
  }
  .site-footer__logo img {
    width: 68.237px;
    height: 53.483px;
  }
  .site-footer__logo-text {
    font-size: 51.64px;
  }
  .site-footer__col {
    align-items: center;
  }
  .site-footer__cta {
    align-items: center;
    text-align: center;
    width: 201px;
  }
  .site-footer__bottom {
    flex-direction: column;
    gap: 40px;
  }
  .site-footer__legal {
    width: 100%;
    justify-content: space-between;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .site-footer__inner {
    padding-inline: 16px;
    gap: 80px;
  }
  .site-footer__info {
    gap: 80px;
  }
  .site-footer__logo {
    gap: 10px;
  }
  .site-footer__logo img {
    width: 37px;
    height: 29px;
  }
  .site-footer__logo-text {
    font-size: 1.75rem;
  }
  .site-footer__legal {
    flex-direction: column;
    gap: 20px;
  }
  .site-footer__cta .btn {
    font-size: 1.125rem;
    line-height: 30px;
  }
}

@media (min-width: 1920px) {
  .site-footer__info {
    justify-content: flex-start;
  }
  .site-footer__brand {
    width: 205.25px;
  }
  .site-footer__tagline {
    width: 240px;
  }
  .site-footer__col {
    width: 205.25px;
  }
  .site-footer__inner::after {
    width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
