@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */
.toastify {
  padding: 12px 20px;
  color: #ffffff;
  display: inline-block;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
  background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5);
  background: linear-gradient(135deg, #73a5ff, #5477f5);
  position: fixed;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  max-width: calc(50% - 20px);
  z-index: 2147483647;
}

.toastify.on {
  opacity: 1;
}

.toast-close {
  background: transparent;
  border: 0;
  color: white;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  opacity: 0.4;
  padding: 0 5px;
}

.toastify-right {
  right: 15px;
}

.toastify-left {
  left: 15px;
}

.toastify-top {
  top: -150px;
}

.toastify-bottom {
  bottom: -150px;
}

.toastify-rounded {
  border-radius: 25px;
}

.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: -7px 5px;
  border-radius: 2px;
}

.toastify-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: fit-content;
  max-width: -moz-fit-content;
}

@media only screen and (max-width: 360px) {
  .toastify-right, .toastify-left {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
  }
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot?t=1760517975368");
  src: url("../fonts/icons.eot?t=1760517975368#iefix") format("embedded-opentype"), url("../fonts/icons.woff2?t=1760517975368") format("woff2"), url("../fonts/icons.woff?t=1760517975368") format("woff"), url("../fonts/icons.ttf?t=1760517975368") format("truetype"), url("../fonts/icons.svg?t=1760517975368#icons") format("svg");
}
[class^=icons-], [class*=" icons-"] {
  font-family: "icons" !important;
  font-size: 1rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icons-close::before {
  content: "\ea01";
}

:root {
  --icons-close: "";
}

:root {
  /**
   * Color Variables
   *
   * --mt-color--{name}-{variation a...z}_{opacity}
   *
   * {name} - name of the color
   * {variation} - variation of the color
   * {opacity} - opacity of the color
   */
  --mt-color--white-a_100: #ffffff;
  --mt-color--black-a_100: #020617;
  --mt-color--gray-a_100: #808080;
  --mt-color--purple-a_100: #800080;
  /**
  * Border Radius Variables
  */
  --mt-border-radius: 32px;
  /**
   * Font weight variables
   */
  --mt-font-weight-regular: 400;
  --mt-font-weight-medium: 500;
  --mt-font-weight-semibold: 600;
}
@media screen and (max-width: 940px) {
  :root {
    --mt-border-radius: 24px;
  }
}
@media screen and (max-width: 720px) {
  :root {
    --mt-border-radius: 16px;
  }
}
@media screen and (max-width: 480px) {
  :root {
    --mt-border-radius: 8px;
  }
}

h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: var(--mt-font-weight-bold);
  line-height: 90%;
  letter-spacing: -0.02em;
  display: block;
  white-space: pre-line;
}
h1 {
  font-size: clamp(2.25rem, 1.2558139535rem + 4.1860465116vw, 4.5rem);
  line-height: normal;
}

h2 {
  font-size: clamp(2rem, 1.3372093023rem + 2.7906976744vw, 3.5rem);
}
h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: var(--mt-font-weight-bold);
  line-height: 90%;
  letter-spacing: -0.02em;
  display: block;
  white-space: pre-line;
}

h3 {
  font-size: clamp(1.5rem, 0.8372093023rem + 2.7906976744vw, 3rem);
}
h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: var(--mt-font-weight-bold);
  line-height: 90%;
  letter-spacing: -0.02em;
  display: block;
  white-space: pre-line;
}
h3 {
  line-height: 100%;
}

h4 {
  font-family: "Inter";
  font-style: normal;
  font-weight: var(--mt-font-weight-bold);
  line-height: 90%;
  letter-spacing: -0.02em;
  display: block;
  white-space: pre-line;
}

h5 {
  font-family: "Inter";
  font-style: normal;
  font-weight: var(--mt-font-weight-bold);
  line-height: 90%;
  letter-spacing: -0.02em;
  display: block;
  white-space: pre-line;
}
h5 {
  font-size: 18px;
}

h6 {
  font-family: "Inter";
  font-style: normal;
  font-weight: var(--mt-font-weight-bold);
  line-height: 90%;
  letter-spacing: -0.02em;
  display: block;
  white-space: pre-line;
}
h6 {
  font-size: 16px;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  white-space: normal;
}

p {
  white-space: normal;
  font-family: "Inter";
  font-style: normal;
  font-weight: var(--mt-font-weight-regular);
  line-height: 130%;
  font-size: clamp(0.875rem, 0.8197674419rem + 0.2325581395vw, 1rem);
}

a {
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff") url("../fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff") url("../fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff") url("../fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.loader {
  position: fixed;
  z-index: 105;
  left: 0;
  height: 100vh;
  width: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.loader img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  object-position: center;
}
.loader_show, .loader_show ~ .overlay {
  opacity: 1;
  visibility: visible;
}
.loader ~ .modal::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1215686275);
  position: absolute;
  left: 0;
  z-index: 1;
  top: 0;
  border-radius: var(--border-radius--cards-a);
  visibility: hidden;
  opacity: 0;
  transition: all 0.22s ease-in-out;
}
.loader_show ~ .modal {
  pointer-events: none;
  filter: blur(2px);
}
.loader_show ~ .modal::before {
  visibility: visible;
  opacity: 1;
}

.overlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3137254902);
  backdrop-filter: blur(2px);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: all 0.22s ease-in-out;
}

.toastify {
  display: grid;
  grid-template-columns: auto 25px;
  align-items: baseline;
  font-size: 16px;
}

@media only screen and (max-width: 720px) {
  .toastify-left,
  .toastify-right {
    margin-left: 50px;
    margin-right: 50px;
    left: 0;
    right: 0;
    max-width: unset;
  }
}
@media screen and (max-width: 580px) {
  .toastify-left,
  .toastify-right {
    margin-left: 35px;
    margin-right: 35px;
  }
}
@media screen and (max-width: 480px) {
  .toastify-left,
  .toastify-right {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
  transition: all 0.22s ease-in-out;
}
.preloader_hide {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-100%);
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 1240px;
  width: calc(100% - 80px);
}
@media screen and (max-width: 720px) {
  .container {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 480px) {
  .container {
    width: calc(100% - 40px);
  }
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  padding: 0 16px;
}
@media (max-width: 1150px) {
  .header {
    padding: 0;
  }
}
.header-top__bar {
  background: #0056d8;
  padding: 8px 22px;
  border-radius: 24px 24px 0 0;
}
@media (max-width: 1150px) {
  .header-top__bar {
    border-radius: 0;
  }
}
@media (max-width: 560px) {
  .header-top__bar {
    padding: 8px 20px;
  }
}
.header-top__bar-wrapper {
  display: flex;
  gap: 56px;
  align-items: center;
  justify-content: space-between;
  max-width: 1247px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .header-top__bar-wrapper {
    gap: 26px;
  }
}
@media (max-width: 560px) {
  .header-top__bar-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 430px) {
  .header-top__bar-wrapper {
    gap: 8px;
  }
}
.header-top__bar__tag {
  padding: 8px 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.12);
  letter-spacing: 0.3px;
}
@media (max-width: 1310px) {
  .header-top__bar__tag {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .header-top__bar__tag {
    padding: 6px 16px;
    line-height: 20px;
  }
}
.header-top__bar__text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.3px;
}
@media (max-width: 1310px) {
  .header-top__bar__text {
    font-size: 16px;
  }
}
@media (max-width: 910px) {
  .header-top__bar__text {
    display: none;
  }
}
.header-top__bar__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.4s ease;
}
@media (max-width: 540px) {
  .header-top__bar__link {
    gap: 8px;
  }
}
.header-top__bar__link span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.5s ease;
  position: relative;
  letter-spacing: 0.3px;
}
.header-top__bar__link span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: width 0.5s ease;
}
@media (max-width: 1310px) {
  .header-top__bar__link span {
    font-size: 14px;
  }
}
.header-top__bar__link-icon {
  width: 24px;
  height: 24px;
  transition: all 0.5s ease;
}
.header-top__bar__link:hover span::before {
  width: 0%;
}
.header-top__bar__link:hover .header-top__bar__link-icon {
  transform: translateX(5px);
}
.header__container {
  display: flex;
  align-items: center;
  gap: 38px;
  padding: 29px 0 24px;
}
@media (max-width: 1310px) {
  .header__container {
    gap: 30px;
  }
}
@media (max-width: 1280px) {
  .header__container {
    gap: 20px;
  }
}
@media (max-width: 1180px) {
  .header__container {
    gap: 13px;
  }
}
@media (max-width: 1150px) {
  .header__container {
    justify-content: space-between;
  }
}
@media (max-width: 540px) {
  .header__container {
    padding: 11px 0;
  }
}
.header__logo {
  width: 142px;
  height: 32px;
  position: relative;
  z-index: 9;
}
@media (max-width: 540px) {
  .header__logo {
    width: 124px;
    height: 26px;
  }
}
.header__menu {
  margin-right: auto;
}
@media (max-width: 1150px) {
  .header__menu {
    display: none;
  }
}
.header__nav-list {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1150px) {
  .header__nav-list {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
}
.header__nav-link {
  color: #020617;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 100px;
  border: 1px solid #e2e8f0;
  background-color: #fff;
  padding: 11px 24px;
  position: relative;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1200px) {
  .header__nav-link {
    font-size: 14px;
  }
}
.header__nav-link:hover {
  color: #0056d8;
  border: 1px solid #0056d8;
}
@media (max-width: 1150px) {
  .header__nav-link:hover {
    color: #020617;
    border: none;
  }
}
@media (max-width: 1280px) {
  .header__nav-link {
    padding: 14px 20px;
  }
}
@media (max-width: 1150px) {
  .header__nav-link {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 0;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    padding: 0px;
  }
}
@media (max-width: 575px) {
  .header__nav-link {
    line-height: 28px;
    letter-spacing: -0.02em;
  }
}
.header__nav-icon {
  height: 16px;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
@media (max-width: 1150px) {
  .header__nav-icon {
    transform: rotate(268deg);
  }
}
.header__nav-item {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: -8px;
}
@media (max-width: 575px) {
  .header__nav-item:last-child {
    padding-bottom: 0;
  }
}
.header__nav-item--has-children .header__nav-link {
  padding: 11px 16px 11px 24px;
}
@media (max-width: 1280px) {
  .header__nav-item--has-children .header__nav-link {
    padding: 11px 15px 11px 20px;
  }
}
@media (max-width: 1150px) {
  .header__nav-item--has-children .header__nav-link {
    padding: 0;
  }
}
.header__nav-item--has-children .header__sub-menu {
  padding: 16px;
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  background: #fff;
  min-width: 340px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 1150px) {
  .header__nav-item--has-children .header__sub-menu {
    display: none;
    padding: 16px 0 0 20px;
    border: none;
    background: none;
    border-radius: 0;
    min-width: 100%;
    position: relative;
    transform: none;
  }
}
.header__nav-item--has-children.is-open .header__sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
@media (max-width: 1150px) {
  .header__nav-item--has-children.is-open .header__sub-menu {
    transform: none;
    display: block;
  }
}
@media (min-width: 1151px) {
  .header__nav-item--has-children:hover .header__sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}
.header__nav-item--has-children.is-open .header__nav-icon {
  transform: rotate(180deg);
}
@media (max-width: 1150px) {
  .header__nav-item--has-children.is-open .header__nav-icon {
    transform: rotate(360deg);
  }
}
.header__action {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 8px;
  margin-bottom: -8px;
}
@media (max-width: 1150px) {
  .header__action {
    display: none;
  }
}
@media (max-width: 1150px) {
  .header__action--buttons {
    display: flex;
    gap: 8px;
    padding-top: 40px;
  }
}
.header__login {
  color: #020617;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  border-radius: 100px;
  border: 1px solid rgba(226, 232, 240, 0);
  background-color: rgba(255, 255, 255, 0);
  padding: 12px 26px;
  position: relative;
  transition: all 0.5s ease;
}
.header__login:hover {
  color: #0056d8;
  border: 1px solid #0056d8;
}
@media (max-width: 1150px) {
  .header__login:hover {
    color: #fff;
    border-radius: 28px;
    border: 1px solid #020617;
    background: #020617;
  }
}
@media (max-width: 1280px) {
  .header__login {
    padding: 14px 20px;
  }
}
@media (max-width: 1150px) {
  .header__login {
    text-align: center;
    width: 140px;
    display: block;
    border-radius: 28px;
    border: 1px solid #e2e8f0;
    background: #fff;
    box-shadow: -1.85px 21.27px 5.549px 0 rgba(125, 143, 161, 0), -0.925px 13.872px 5.549px 0 rgba(125, 143, 161, 0.03), -0.925px 7.398px 4.624px 0 rgba(125, 143, 161, 0.1), 0 3.699px 3.699px 0 rgba(125, 143, 161, 0.16), 0 0.925px 1.85px 0 rgba(125, 143, 161, 0.19);
  }
}
@media (max-width: 430px) {
  .header__login {
    width: 50%;
  }
}
.header__label {
  position: relative;
  display: inline-block;
  line-height: 1;
  overflow: hidden;
}
.header__link {
  cursor: pointer;
  overflow: hidden;
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 26px;
  border-radius: 28px;
  transition: all 0.5s ease;
  background: #020617;
}
@media (max-width: 1280px) {
  .header__link {
    padding: 14px 20px;
  }
}
@media (max-width: 1150px) {
  .header__link {
    display: flex;
    align-items: center;
    text-align: center;
    width: 140px;
    justify-content: center;
  }
}
@media (max-width: 430px) {
  .header__link {
    width: 50%;
  }
}
.header__link span {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  color: #fff;
}
@media (max-width: 1150px) {
  .header__link span {
    font-size: 16px;
  }
}
.header__link-btn {
  display: block;
  transition: transform 0.5s ease;
  width: 100%;
}
.header__link-btn-duplicate {
  position: absolute;
  top: 100%;
  text-align: center;
  transition: transform 0.5s ease;
}
.header__link:hover {
  border-radius: 28px;
  background: #1d2442;
}
.header__link:hover .header__link-btn {
  transform: translateY(-100%);
}
.header__link:hover .header__link-btn-duplicate {
  transform: translateY(-100%);
}
.header__language {
  cursor: pointer;
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #e2e8f0;
  background: #fff;
  transition: all 0.5s ease;
}
.header__language:hover {
  border-radius: 100px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: -1.85px 21.27px 5.549px 0 rgba(125, 143, 161, 0), -0.925px 13.872px 5.549px 0 rgba(125, 143, 161, 0.03), -0.925px 7.398px 4.624px 0 rgba(125, 143, 161, 0.1), 0 3.699px 3.699px 0 rgba(125, 143, 161, 0.16), 0 0.925px 1.85px 0 rgba(125, 143, 161, 0.19);
}
@media (max-width: 1150px) {
  .header__language {
    width: 280px;
    gap: 10px;
    height: 56px;
    margin-top: 8px;
    border-radius: 100px;
    border: 1px solid #e2e8f0;
    background: #fff;
    flex-direction: row-reverse;
    box-shadow: -1.85px 21.27px 5.549px 0 rgba(125, 143, 161, 0), -0.925px 13.872px 5.549px 0 rgba(125, 143, 161, 0.03), -0.925px 7.398px 4.624px 0 rgba(125, 143, 161, 0.1), 0 3.699px 3.699px 0 rgba(125, 143, 161, 0.16), 0 0.925px 1.85px 0 rgba(125, 143, 161, 0.19);
  }
}
@media (max-width: 430px) {
  .header__language {
    width: 100%;
  }
}
.header__language-icon {
  width: 24px;
  height: 24px;
}
.header__mob {
  width: 100%;
  height: 100%;
}
@media (max-width: 1150px) {
  .header__mob {
    display: block;
    border-radius: 4px;
    border-radius: 9999px;
    border: 1px solid #e2e8f0;
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    z-index: 2;
  }
}
.header__mobile {
  display: none;
}
@media (max-width: 1150px) {
  .header__mobile {
    display: block;
  }
}
.header__mobile__nav {
  padding-top: 0px;
}
.header__mobile-bg {
  height: 100vh;
  position: fixed;
  right: 0%;
  width: 100%;
  border-radius: 24px;
  background: #f1f5f9;
  transition: transform 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 1;
  transform: translateX(130%);
  transition: transform 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 1;
}
@media (max-width: 1150px) {
  .header__mobile-bg {
    top: 56px;
    padding: 24px 40px;
  }
}
@media (max-width: 768px) {
  .header__mobile-bg {
    top: 57px;
    padding: 24px;
  }
}
@media (max-width: 368px) {
  .header__mobile-bg {
    top: 85px;
  }
}
.header__mobile.open .header__mobile-bg {
  transform: translateX(0);
}
.header__sub-menu-wrapper {
  display: flex;
  gap: 32px;
}
@media (max-width: 1150px) {
  .header__sub-menu-wrapper {
    gap: 10px;
    flex-direction: column;
  }
}
.header__sub-menu-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 300px;
}
@media (max-width: 1150px) {
  .header__sub-menu-column--has-children .header__nav-icon {
    margin-top: 5px;
  }
  .header__sub-menu-column--has-children.is-open .header__sub-menu-list--add {
    padding-left: 20px;
    display: block;
  }
  .header__sub-menu-column--has-children.is-open .header__sub-menu-title .header__nav-icon {
    transform: rotate(360deg) !important;
  }
}
.header__sub-menu-title {
  padding: 8px 16px;
  color: #64748b;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: -1.85px 21.27px 5.549px 0 rgba(125, 143, 161, 0), -0.925px 13.872px 5.549px 0 rgba(125, 143, 161, 0.03), -0.925px 7.398px 4.624px 0 rgba(125, 143, 161, 0.1), 0 3.699px 3.699px 0 rgba(125, 143, 161, 0.16), 0 0.925px 1.85px 0 rgba(125, 143, 161, 0.19);
}
@media (max-width: 1150px) {
  .header__sub-menu-title {
    color: #020617;
    border-radius: 0px;
    border: 0px solid #e2e8f0;
    background: rgba(255, 255, 255, 0);
    box-shadow: none;
    display: flex;
    gap: 8px;
    font-size: 20px;
    line-height: 28px;
    padding: 6px 0px;
  }
  .header__sub-menu-title .header__nav-icon {
    transform: rotate(268deg) !important;
  }
}
.header__sub-menu-list {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1150px) {
  .header__sub-menu-list {
    gap: 16px;
  }
}
.header__sub-menu-list--add {
  display: none;
}
.header__sub-menu-item {
  list-style: none;
}
@media (max-width: 575px) {
  .header__sub-menu-item {
    max-width: 230px;
  }
}
.header__sub-menu-link {
  width: 100%;
  padding: 6px 12px;
  color: #020617;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: color 0.3s ease;
  display: block;
}
.header__sub-menu-link:hover {
  border-radius: 12px;
  background: #f1f5f9;
}
@media (max-width: 1150px) {
  .header__sub-menu-link {
    font-size: 20px;
    padding: 0px;
  }
}
.header__mob-bar {
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #020617;
  left: 6px;
  border-radius: 10px;
  transition: all 0.2s ease;
  left: 0;
  right: 0;
  margin: auto;
}
.header__mob-bar:nth-child(1) {
  top: 18px;
  transform: rotate(0deg) translate(0, 0);
}
.header__mob-bar:nth-child(2) {
  top: 23px;
  right: 0px;
}
.header__mob-bar:nth-child(3) {
  top: 28px;
  transform: rotate(0deg) translate(0, 0);
}
.header__mob.open .header__mob-bar:nth-child(1) {
  transform: rotate(46deg);
  transition: transform 0.5s ease;
  left: 0px;
  top: auto;
}
.header__mob.open .header__mob-bar:nth-child(2) {
  transform: rotate(-45deg);
  transition: transform 0.5s ease;
  width: 16px;
  top: auto;
  right: 0px;
}
.header__mob.open .header__mob-bar:nth-child(3) {
  display: none;
}

body.menu-open {
  overflow: hidden;
}

.header__mobile-container {
  overflow-y: auto;
  height: calc(100dvh - 158px);
  padding-bottom: 24px;
  padding-right: 24px;
  margin-right: -29px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 540px) {
  .header__mobile-container {
    height: calc(100dvh - 132px);
  }
}

.header__sub-menu-list--add .header__sub-menu-item {
  padding: 8px 0;
}
.header__sub-menu-list--add .header__sub-menu-item:first-child {
  padding-top: 0;
}
.header__sub-menu-list--add .header__sub-menu-item:last-child {
  padding-bottom: 0;
}

.header__mobile-bg {
  padding-top: 100px;
  width: 100%;
}
@media (max-width: 540px) {
  .header__mobile-bg {
    padding-top: 74px;
  }
}

.header__mobile-bg .header__login {
  font-size: 18px;
  height: 56px;
}

.header__mobile-bg .header__action--buttons .header__link,
.header__mobile-bg .header__language {
  height: 56px;
}

.header__mobile-bg .header__language p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.header__sub-menu-title {
  justify-content: space-between;
  padding-right: 7px;
}

@media (max-width: 1150px) {
  .header__mobile-bg .header__action--buttons {
    justify-content: center;
  }
}

@media (max-width: 1150px) {
  .header__mobile-bg .header__language {
    margin: 8px auto 0;
  }
}

.top__bar {
  background: #0056d8;
  padding: 12px 22px;
  border-radius: 24px 24px 0 0;
}
.top__bar-wrapper {
  display: flex;
  gap: 56px;
  align-items: center;
  justify-content: center;
}
.top__bar__tag {
  padding: 8px 22px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.12);
}
.top__bar__text {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.top__bar__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.4s ease;
}
.top__bar__link span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.5s ease;
  position: relative;
}
.top__bar__link span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: width 0.5s ease;
}
.top__bar__link-icon {
  width: 24px;
  height: 24px;
  transition: all 0.5s ease;
}
.top__bar__link:hover span::before {
  width: 0%;
}
.top__bar__link:hover .top__bar__link-icon {
  transform: translateX(5px);
}

.footer {
  padding: 48px 0 28px;
  border-radius: 24px;
  border: 1px solid #e2e8f0;
  background: #f1f5f9;
  margin: 0 16px 16px;
}
@media (max-width: 540px) {
  .footer {
    padding: 23px 0 28px;
    margin: 0 4px 4px;
  }
}
.footer__container {
  width: calc(100% - 32px);
}
.footer__main {
  display: flex;
  justify-content: space-between;
  padding-bottom: 68px;
}
@media (max-width: 1280px) {
  .footer__main {
    padding-bottom: 50px;
  }
}
@media (max-width: 900px) {
  .footer__main {
    padding-bottom: 30px;
  }
}
@media (max-width: 850px) {
  .footer__main {
    flex-direction: column;
    gap: 31px;
    padding-bottom: 26px;
  }
}
.footer__main__logo {
  width: 142px;
  height: 32px;
  position: relative;
  display: block;
}
.footer__main-info {
  height: fit-content;
  width: 20%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1100px) {
  .footer__main-info {
    gap: 22px;
  }
}
@media (max-width: 850px) {
  .footer__main-info {
    width: 100%;
  }
}
.footer__social {
  display: flex;
  gap: 20px;
}
.footer__social a {
  display: flex;
  width: 56px;
  height: 56px;
  padding: 14px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: -2.363px 27.179px 7.09px 0 rgba(125, 143, 161, 0), -1.182px 17.725px 7.09px 0 rgba(125, 143, 161, 0.03), -1.182px 9.453px 5.908px 0 rgba(125, 143, 161, 0.1), 0 4.727px 4.727px 0 rgba(125, 143, 161, 0.16), 0 1.182px 2.363px 0 rgba(125, 143, 161, 0.19);
}
.footer__social a img {
  width: 26px;
  height: 26px;
  transition: all 0.5s ease;
}
.footer__social a:hover img {
  scale: 1.1;
}
.footer__text {
  color: #475569;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.18px;
  line-height: 28px;
}
@media (max-width: 1280px) {
  .footer__text {
    font-size: 16px;
  }
}
@media (max-width: 540px) {
  .footer__text {
    width: 70%;
    line-height: 25px;
  }
}
.footer__column {
  width: fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1370px) {
  .footer__column {
    gap: 28px;
  }
}
.footer__column-title {
  color: #020617;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.4px;
  padding-bottom: 12px;
}
@media (max-width: 1280px) {
  .footer__column-title {
    font-size: 18px;
  }
}
@media (max-width: 540px) {
  .footer__column-title {
    padding-bottom: 4px;
  }
}
.footer__column-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 1280px) {
  .footer__column-list {
    gap: 6px;
  }
}
@media (max-width: 768px) {
  .footer__column-list {
    gap: 0;
  }
}
.footer__column-list a {
  color: #475569;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.18px;
  position: relative;
  width: fit-content;
}
.footer__column-list a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #475569;
  transition: width 0.3s ease;
}
.footer__column-list a:hover::before {
  width: 100%;
}
@media (max-width: 1280px) {
  .footer__column-list a {
    font-size: 16px;
  }
}
.footer__gallery {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1280px) {
  .footer__gallery {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .footer__gallery {
    position: relative;
  }
}
@media (max-width: 850px) {
  .footer__gallery {
    gap: 12px;
  }
}
@media (max-width: 540px) {
  .footer__gallery {
    gap: 28px;
  }
  .footer__gallery-item img {
    max-width: 82px;
  }
  .footer__gallery-item:first-of-type img {
    max-width: 103px;
  }
  .footer__gallery-item:last-of-type img {
    max-width: 55px;
  }
}
.footer__menu {
  width: 76.5%;
  position: relative;
}
@media (max-width: 850px) {
  .footer__menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  column-gap: 88px;
}
@media (max-width: 1370px) {
  .footer__nav {
    column-gap: 40px;
  }
}
@media (max-width: 1100px) {
  .footer__nav {
    justify-content: space-between;
  }
}
@media (max-width: 900px) {
  .footer__nav {
    column-gap: 20px;
  }
}
@media (max-width: 610px) {
  .footer__nav {
    justify-content: normal;
    gap: 30px;
  }
}
@media (max-width: 540px) {
  .footer__nav {
    flex-direction: column;
    gap: 28px;
  }
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 900px) {
  .footer__bottom {
    flex-direction: column;
    gap: 13px;
  }
}
.footer__bottom-copyright {
  color: #94a3b8;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.18px;
  text-align: center;
}
@media (max-width: 1280px) {
  .footer__bottom-copyright {
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  .footer__bottom-copyright {
    font-size: 16px;
  }
}
@media (max-width: 540px) {
  .footer__bottom-copyright {
    text-align: left;
  }
}
.footer__bottom-nav-list {
  display: flex;
}
@media (max-width: 540px) {
  .footer__bottom-nav-list {
    flex-wrap: wrap;
    column-gap: 29px;
    row-gap: 7px;
    max-width: 324px;
  }
}
.footer__bottom-nav-item {
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}
@media (max-width: 540px) {
  .footer__bottom-nav-item {
    padding-left: 0;
    padding-right: 0;
  }
  .footer__bottom-nav-item:nth-child(3):before {
    display: none;
  }
}
.footer__bottom-nav-item:before {
  content: "";
  width: 6px;
  border-radius: 50%;
  height: 6px;
  position: absolute;
  left: -3px;
  bottom: 0;
  top: 0;
  margin: auto;
  background-color: #94a3b8;
}
@media (max-width: 520px) {
  .footer__bottom-nav-item:before {
    width: 4px;
    height: 4px;
    left: -12px;
  }
}
.footer__bottom-nav-item:first-child:before {
  display: none;
}
.footer__bottom-nav-item a {
  color: #94a3b8;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.18px;
  position: relative;
  width: fit-content;
}
.footer__bottom-nav-item a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #94a3b8;
  transition: width 0.3s ease;
}
.footer__bottom-nav-item a:hover::before {
  width: 100%;
}
@media (max-width: 1280px) {
  .footer__bottom-nav-item a {
    font-size: 16px;
  }
}
.modal {
  position: fixed;
  left: 50%;
  top: 20vh;
  padding: 40px;
  border-radius: var(--border-radius-small);
  background-color: var(--color-white-a_100);
  z-index: 101;
  max-width: 1100px;
  width: calc(100% - 120px);
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.0392156863);
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, 20px);
  transition: all 0.22s ease-in-out;
  max-height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 720px) {
  .modal {
    padding: 20px;
  }
}
.modal_show {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}
.modal_show ~ .overlay {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 720px) {
  .modal {
    width: calc(100% - 74px);
  }
}
@media screen and (max-width: 480px) {
  .modal {
    width: calc(100% - 32px);
  }
}
.modal__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.modal__title {
  margin-right: 25px;
  font-weight: 500;
  font-size: 18px;
}
.modal__close {
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-top: -5px;
  margin-right: -5px;
}
@media screen and (hover: hover) {
  .modal__close {
    transition: all 0.22s ease-in-out;
  }
  .modal__close:hover {
    background-color: var(--gray);
  }
}
.modal__body {
  overflow-y: auto;
  height: 100%;
  padding-right: 10px;
  margin-right: -10px;
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
* {
  margin: 0;
  padding: 0;
  color: var(--mt-color--black-a_100);
  box-sizing: border-box;
  touch-action: manipulation;
  font-family: "Inter";
  font-style: normal;
  line-height: 130%;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: rgba(0, 86, 216, 0.3019607843);
}

::-webkit-scrollbar-thumb {
  width: 4px;
  position: absolute;
  right: 0;
  border-radius: 5px;
  top: 0;
  background-color: #0056d8;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: var(--mt-color--white-a_100);
  margin-top: 16px;
}
@media (max-width: 1150px) {
  body {
    margin: 0px;
  }
}

main {
  flex-grow: 1;
}

.scroll-disabled {
  overflow: hidden;
}

img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}

.js-reveal {
  overflow: hidden;
  display: inline-block;
  line-height: normal;
}

.reveal-word {
  overflow: hidden;
  display: inline-block;
  line-height: normal;
}

.preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #F1F5F9;
}

.hero-about-section {
  padding-top: 257px;
  background-color: #F1F5F9;
  border-radius: 24px;
  border: 1px solid #E2E8F0;
  position: relative;
  margin: 0 16px;
  margin-bottom: 56px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .hero-about-section {
    padding-top: 180px;
    overflow: hidden;
    margin: 0;
  }
}

.hero-about-section__title {
  font-size: 72px;
  line-height: 72px;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #020617;
  margin-bottom: 24px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .hero-about-section__title {
    font-size: 44px;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 17px;
  }
}

.hero-home-section__text {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 40px;
  max-width: 735px;
  text-align: center;
  margin: 0 auto 40px;
  color: #475569;
  position: relative;
  background-color: #f1f5f9;
  z-index: 1;
}
@media (max-width: 575px) {
  .hero-home-section__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.1px;
    margin-bottom: 25px;
  }
}

.hero-about-section__button {
  display: flex;
  justify-content: center;
  margin-bottom: 13px;
}

.hero-about-section__link {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
  font-weight: 500;
  color: #fff;
  padding: 14px 28px;
  border-radius: 50px;
  background-color: #1B76FF;
  border: 1px solid #0056D8;
  transition: all 0.3s ease-in-out;
}
.hero-about-section__link:hover {
  background-color: #0056d8;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .hero-about-section__link {
    font-size: 16px;
    letter-spacing: 0.35px;
  }
}

.hero-about-section__img-wrap {
  height: 255px;
  width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.hero-about-section__img-wrap img {
  object-fit: cover;
  object-position: top;
}

.hero-solutions-line {
  opacity: 1;
  position: absolute;
  z-index: 0;
  left: 50%;
  height: 797px;
  transform: translateX(-50%);
  top: 0px;
  min-width: 4145px;
}
@media (max-width: 830px) {
  .hero-solutions-line {
    display: none;
  }
}

.about-works-section {
  margin: 56px 0;
  padding: 75px 0;
  position: relative;
  overflow: hidden;
}

.about-works-section__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  gap: 40px;
}
@media (max-width: 991px) {
  .about-works-section__main {
    flex-direction: column;
  }
}

.works-section__content {
  max-width: 660px;
}
@media (max-width: 991px) {
  .works-section__content {
    max-width: 100%;
  }
}

.works-section__title {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 56px;
  line-height: 60px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #020617;
  margin-bottom: 36px;
}

.works-section__gallery {
  display: flex;
  gap: 9px;
}

.works-section__gallery-icon {
  width: 56px;
  height: 56px;
}
.works-section__gallery-icon img {
  width: 100%;
  height: 100%;
  border-radius: 14.61px;
  box-shadow: -1.44px 16.54px 4.32px 0 rgba(125, 143, 161, 0), -0.72px 10.79px 4.32px 0 rgba(125, 143, 161, 0.03), -0.72px 5.75px 3.6px 0 rgba(125, 143, 161, 0.1), 0px 2.88px 2.88px 0 rgba(125, 143, 161, 0.16), 0px 0.72px 1.44px rgba(125, 143, 161, 0.19);
}

.works-section__text p {
  font-size: 18px;
  line-height: 28px;
  color: #475569;
  max-width: 660px;
}
.works-section__text p:not(:last-child) {
  margin-bottom: 16px;
}

.works-section__text {
  margin-bottom: 40px;
}

.works-section-helpdesk .works-section__list {
  margin-top: 40px;
  max-width: 618px;
}

.works-section__item {
  display: flex;
  align-items: center;
  padding: 0 13px;
  gap: 16px;
}
.works-section__item:not(:last-child) {
  margin-bottom: 8px;
}

.works-section__item.active {
  padding: 6px 13px;
  background-color: #1B76FF;
}
.works-section__item.active svg path {
  stroke: #fff;
}
.works-section__item.active p {
  color: #fff;
}

.works-section__item-check {
  margin-top: 5px;
  width: 26px;
  height: 15px;
}

.works-section__item-text {
  color: #020617;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.05px;
}

.work-section__img-block-wrap {
  max-width: 443px;
  height: auto;
}
.work-section__img-block-wrap img {
  width: 100%;
  height: auto;
}

.works-section-line {
  opacity: 1;
  position: absolute;
  top: 0;
  z-index: 0;
  left: 50%;
  transform: translate(-50%);
  width: 2560px;
  min-height: 854px;
  z-index: 0;
}
@media (max-width: 991px) {
  .works-section-line {
    display: none;
  }
}

.about-quote {
  margin: 56px 0 136px;
}

.about-quote__inner {
  max-width: 960px;
  position: relative;
  padding: 98px 0 54px;
  margin: 0 auto;
}
.about-quote__inner::before {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 120px;
  background-image: url(../images/about-quote-decor.svg);
  background-size: cover;
  right: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .about-quote__inner::before {
    width: 90px;
    height: 90px;
  }
}

.about-quote-text p {
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #020617;
  max-width: 845px;
}
.about-quote-text p:not(:last-child) {
  margin-bottom: 32px;
}

.about-quote-text span {
  color: #fff;
  padding: 0 5px;
  background-color: #FF572D;
  border-radius: 6px;
  border: 1px solid #C72800;
}

.about-quote-text p:first-child span {
  background-color: #1B76FF;
  border-radius: 6px;
  border: 1px solid #0056D8;
}

.about-advantages {
  margin: 136px 0;
}

.about-adv-section__title {
  font-size: 56px;
  line-height: 60px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #020617;
  margin-bottom: 16px;
  text-align: center;
}

.about-adv-text {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #475569;
  text-align: center;
  margin-bottom: 64px;
}

.about-adv-list {
  display: flex;
  border-radius: 24px;
  border: 1px solid #CBD5E1;
  box-shadow: -1.18px 17.73px 7.09px 0 rgba(125, 143, 161, 0.03), -1.18px 9.45px 5.91px 0 rgba(125, 143, 161, 0.1), 0 4.73px 4.73px 0 rgba(125, 143, 161, 0.16);
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .about-adv-list {
    flex-direction: column;
  }
}

.about-adv-item {
  padding: 32px;
  width: 33.3333333333%;
}
@media (max-width: 767px) {
  .about-adv-item {
    width: 100%;
  }
}
.about-adv-item:not(:last-child) {
  border-right: 1px solid #CBD5E1;
}
@media (max-width: 767px) {
  .about-adv-item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #CBD5E1;
  }
}

.about-adv-item-img {
  width: 64px;
  height: 64px;
  margin-bottom: 32px;
}
.about-adv-item-img img {
  width: 100%;
  height: 100%;
}

.about-adv-item-title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
  font-weight: 500;
  margin-bottom: 8px;
  color: #020617;
}

.about-adv-item-text {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #475569;
}

.about-adv-section__second-title {
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #020617;
  margin: 80px auto 48px;
  text-align: center;
  max-width: 596px;
}

.about-adv-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 24px;
  border: 1px solid #E2E8F0;
  box-shadow: -1.85px 21.27px 5.55px 0 rgba(125, 143, 161, 0), -0.92px 13.87px 5.55px 0 rgba(125, 143, 161, 0.03), -0.92px 7.4px 4.62px 0 rgba(125, 143, 161, 0.1), 0px 3.7px 3.7px 0 rgba(125, 143, 161, 0.16), 0px 0.92px 1.85px rgba(125, 143, 161, 0.19);
  padding: 32px;
}
@media (max-width: 575px) {
  .about-adv-note {
    flex-direction: column;
    gap: 30px;
  }
}

.about-adv-note svg {
  min-width: 32px;
}

.about-adv-note-text-wrap {
  display: flex;
  width: 50%;
  flex-grow: 1;
  gap: 24px;
}
@media (max-width: 575px) {
  .about-adv-note-text-wrap {
    width: 100%;
  }
}

.about-adv-note-text {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: #020617;
  width: 50%;
  flex-grow: 1;
}

.about-adv-note-img {
  min-width: 180px;
  width: 180px;
  height: auto;
}
.about-adv-note-img img {
  width: 100%;
  height: auto;
}

.timeline {
  margin: 136px 16px;
  padding: 104px 0 111px;
  background-color: #F1F5F9;
  border-radius: 24px;
  border: 1px solid #E2E8F0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  .timeline {
    padding: 40px 0 177px;
  }
}

.timeline-section__title {
  font-size: 72px;
  line-height: 72px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #020617;
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 575px) {
  .timeline-section__title {
    font-size: 44px;
    line-height: 48px;
    text-align: left;
  }
}

.timeline-text {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #475569;
  max-width: 540px;
  text-align: center;
  margin: 0 auto 86px;
}
@media (max-width: 575px) {
  .timeline-text {
    font-size: 18px;
    margin: 0 0 64px;
    text-align: left;
  }
}

.timeline-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 48px;
}
@media (max-width: 767px) {
  .timeline-row {
    gap: 32px;
  }
}
@media (max-width: 575px) {
  .timeline-row {
    gap: 24px;
    justify-content: flex-start;
  }
}

.timeline-year {
  font-size: 56px;
  line-height: 64px;
  letter-spacing: -0.03em;
  font-weight: 500;
  width: 160px;
  text-align: center;
  color: #CBD5E1;
  padding: 8px 12px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #E2E8F0;
  box-shadow: 0 0.92px 1.85px 0 rgba(125, 143, 161, 0.19), 0 3.7px 3.7px 0 rgba(125, 143, 161, 0.16);
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .timeline-year {
    font-size: 30px;
    line-height: 33px;
  }
}
@media (max-width: 575px) {
  .timeline-year {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
    padding: 6px 18px;
    max-width: 80px;
  }
}

.timeline-year.active {
  background-color: #1B76FF;
  color: #fff;
  border: 1px solid #0056D8;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

.time-line-ruler {
  position: relative;
  top: -33px;
}
@media (max-width: 767px) {
  .time-line-ruler {
    top: -19px;
  }
}
@media (max-width: 575px) {
  .time-line-ruler {
    top: -11px;
  }
}

.timeline-item-text {
  max-width: 390px;
  position: relative;
  top: 41px;
  height: 96px;
}
@media (max-width: 991px) {
  .timeline-item-text {
    max-width: 240px;
  }
}
@media (max-width: 767px) {
  .timeline-item-text {
    top: 57px;
  }
}
@media (max-width: 575px) {
  .timeline-item-text {
    max-width: calc(100% - 64px);
    top: 63px;
  }
}

.timeline-item-text p {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: #020617;
}
@media (max-width: 767px) {
  .timeline-item-text p {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 575px) {
  .timeline-item-text p {
    font-size: 20px;
    line-height: 28px;
    top: 70px;
  }
}

@media (max-width: 575px) {
  .timeline-year-desktop,
  .line-svg-desktop {
    display: none;
  }
}

.timeline-year-mobile,
.line-svg-mobile {
  display: none;
}
@media (max-width: 575px) {
  .timeline-year-mobile,
  .line-svg-mobile {
    display: block;
  }
}

@media (max-width: 575px) {
  .timeline-main {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
}

@media (max-width: 575px) {
  .timeline-row:first-child {
    height: 43px;
  }
}

.timeline-section-line {
  opacity: 1;
  position: absolute;
  top: 0;
  z-index: 0;
  left: 50%;
  transform: translate(-50%);
  width: 2500px;
  height: auto;
  min-height: 854px;
  z-index: 0;
}
@media (max-width: 991px) {
  .timeline-section-line {
    display: none;
  }
}

.partnership-section {
  margin: 136px 0;
}

.title-text-section__title {
  font-size: 72px;
  line-height: 78px;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #020617;
  text-align: center;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .title-text-section__title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 40px;
  }
}

.partnership-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.partnership-card:not(:last-child) {
  width: calc((100% - 24px) / 2);
}
@media (max-width: 767px) {
  .partnership-card:not(:last-child) {
    width: 100%;
  }
}

.partnership-card {
  padding: 32px;
  border-radius: 24px;
  border: 1px solid #CBD5E1;
  box-shadow: -1.18px 17.73px 7.09px 0 rgba(125, 143, 161, 0.03), 0 4.73px 4.73px 0 rgba(125, 143, 161, 0.16), -1.18px 9.45px 5.91px 0 rgba(125, 143, 161, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  .partnership-card {
    flex-direction: column;
  }
}
.partnership-card:last-child {
  width: 100%;
}

.partnership-inner {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
}

.partnership-card-content {
  max-width: 687px;
}
@media (max-width: 767px) {
  .partnership-card-content {
    max-width: 100%;
  }
}

.partnership-card-photos {
  display: flex;
}
@media (max-width: 767px) {
  .partnership-card-photos {
    height: 210px;
  }
}

.partnership-card-photo-wrap {
  background-color: #fff;
  border-radius: 11.3px;
  padding: 5.65px;
  box-shadow: 0 0 0.96px 0 rgba(0, 0, 0, 0.41), 266.82px 220.37px 96.48px 0 rgba(197, 203, 211, 0.01), 170.34px 140.56px 88.15px 0 rgba(197, 203, 211, 0.08), 96.48px 78.62px 75.04px 0 rgba(197, 203, 211, 0.27), 42.88px 35.73px 54.79px 0 rgba(197, 203, 211, 0.46), 10.72px 8.34px 30.97px 0 rgba(197, 203, 211, 0.53);
  height: 166px;
  width: 140px;
}
.partnership-card-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 11.3px;
}

.partnership-card-photo-wrap:first-child {
  transform: rotate(-11.3deg);
}

.partnership-card-photo-wrap:last-child {
  transform: rotate(12.6deg) translate(-12px, 35px);
}

.about-cta-section {
  margin: 136px 0;
  overflow: hidden;
}

.about-cta-section-inner {
  position: relative;
}
.about-cta-section-inner::before {
  content: "";
  display: block;
  width: 465px;
  height: 278px;
  background-image: url(../images/about-cta-decor-red.svg);
  background-size: cover;
  position: absolute;
  top: 0;
  left: -285px;
  z-index: -1;
}
@media (max-width: 767px) {
  .about-cta-section-inner::before {
    display: none;
  }
}
.about-cta-section-inner::after {
  content: "";
  display: block;
  width: 465px;
  height: 278px;
  background-image: url(../images/about-cta-decor-blue.svg);
  background-size: cover;
  position: absolute;
  top: 0;
  right: -285px;
  z-index: -1;
}
@media (max-width: 767px) {
  .about-cta-section-inner::after {
    display: none;
  }
}

.cta-section__title {
  font-size: 72px;
  line-height: 78px;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #020617;
  text-align: center;
  max-width: 590px;
  margin: 0 auto 24px;
}
@media (max-width: 767px) {
  .cta-section__title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 40px;
  }
}

.cta-text {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #475569;
  max-width: 550px;
  text-align: center;
  margin: 0 auto 34px;
}

.cta-button-wrap {
  display: flex;
  justify-content: center;
}

.cta-button {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #fff;
  border-radius: 50px;
  padding: 14px 38px;
  background-color: #020617;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}