@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

a {
  text-decoration: none;
}

input, button {
  -webkit-appearance: none !important;
  border-radius: 0;
  box-shadow: none;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

:root {
  --primary-900: #020617;
  --primary-800: #0a1628;
  --primary-700: #0f1d32;
  --primary-600: #152238;
  --primary-500: #1e3a5f;
  --primary-400: #2563eb;
  --primary-300: #3b82f6;
  --primary-200: #60a5fa;
  --primary-100: #93c5fd;
  --primary-50: #dbeafe;
  --neutral-100: #fff;
  --neutral-200: #f1f5f9;
  --neutral-300: #e2e9f2;
  --neutral-400: #94a3b8;
  --neutral-500: #64748b;
  --neutral-600: #475569;
  --neutral-700: #334155;
  --neutral-800: #1e293b;
  --neutral-900: #0f172a;
  --semantic-background: #020617;
  --semantic-surface: #0f1d32;
  --semantic-surface-elevated: #152238;
  --semantic-text-primary: #fff;
  --semantic-text-secondary: #94a3b8;
  --semantic-text-accent: #60a5fa;
  --semantic-border: #1e293b;
  --semantic-error: #ef4444;
  --semantic-success: #22c55e;
  --accent-blue-glow: #2563eb;
  --accent-blue-light: #38bdf8;
  --accent-gradient-start: #1e3a5f;
  --accent-gradient-end: #2563eb;
  --font-family: "Poppins", sans-serif;
}

html,
body {
  height: 100%;
}

body {
  background: var(--neutral-200);
  font-family: var(--font-family);
  font-weight: normal;
  font-style: normal;
}

.noscroll {
  overflow: hidden;
  touch-action: none;
}

* {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.main {
  flex: 1;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0px 16px;
  }
}

strong {
  font-weight: 600;
}

.btn-light {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: var(--primary-400);
  padding: 20px 32px;
  border-radius: 30px;
  border: none;
  background: var(--neutral-100);
  transition: 0.23s;
  cursor: pointer;
}
.btn-light:hover {
  gap: 16px;
}
@media (max-width: 767px) {
  .btn-light {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: var(--neutral-100);
  padding: 20px 32px;
  border-radius: 30px;
  border: none;
  box-shadow: 0 0 20px 0 rgba(37, 99, 235, 0.35);
  background: var(--primary-400);
  transition: 0.23s;
  cursor: pointer;
}
.btn:hover {
  gap: 16px;
  box-shadow: 0 0 20px 0 rgba(37, 99, 235, 0.9);
}
@media (max-width: 767px) {
  .btn {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.sl-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--neutral-100);
  border-radius: 100px;
  width: clamp(50px, 7.333vw, 60px);
  height: clamp(50px, 7.333vw, 60px);
  cursor: pointer;
  transition: 0.23s;
}
.sl-btn:hover {
  box-shadow: 0 0 20px 0 rgba(37, 99, 235, 0.1);
}

.top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.top p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: var(--neutral-700);
}
.top--left {
  align-items: flex-start;
}
.top--left .title {
  text-align: left;
}
.top--left p {
  text-align: left;
}

.title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(30px, 4.8vw, 40px);
  line-height: 110%;
  letter-spacing: -0.01em;
  text-align: center;
  color: var(--neutral-800);
}

.title-label {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0.05em;
  color: var(--primary-400);
  background: var(--primary-50);
  border-radius: 20px;
  padding: 8px 16px;
}

.header {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 4;
}
.header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  padding-left: 10px;
  padding-right: 10px;
}
.header__nav > ul {
  display: flex;
  gap: 40px;
}
.header__nav > ul li {
  position: relative;
}
.header__nav > ul li a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  color: var(--neutral-400);
  transition: 0.23s;
}
.header__nav > ul li a:hover, .header__nav > ul li a.active {
  color: var(--neutral-100);
}
.header__nav > ul li.has-dropdown {
  padding-bottom: 12px;
  margin-bottom: -12px;
}
.header__nav > ul li.has-dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 12px;
}
.header__nav > ul li.has-dropdown > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.header__nav > ul li.has-dropdown > a::after {
  content: "";
  display: block;
  width: 8px;
  height: 5px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.87352 4.41606C3.73468 4.41606 3.59585 4.36304 3.49 4.25724L0.158925 0.926133C-0.0529749 0.714234 -0.0529749 0.370675 0.158925 0.158861C0.370739 -0.0529535 0.714229 -0.0529535 0.926146 0.158861L3.87352 3.10641L6.82092 0.158963C7.03281 -0.0528506 7.37627 -0.0528506 7.58807 0.158963C7.80007 0.370777 7.80007 0.714336 7.58807 0.926236L4.25705 4.25734C4.15114 4.36316 4.01231 4.41606 3.87352 4.41606Z' fill='%2394A3B8' /%3E%3C/svg%3E");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.23s, background-image 0.23s;
}
.header__nav > ul li.has-dropdown > a.active::after {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.87352 4.41606C3.73468 4.41606 3.59585 4.36304 3.49 4.25724L0.158925 0.926133C-0.0529749 0.714234 -0.0529749 0.370675 0.158925 0.158861C0.370739 -0.0529535 0.714229 -0.0529535 0.926146 0.158861L3.87352 3.10641L6.82092 0.158963C7.03281 -0.0528506 7.37627 -0.0528506 7.58807 0.158963C7.80007 0.370777 7.80007 0.714336 7.58807 0.926236L4.25705 4.25734C4.15114 4.36316 4.01231 4.41606 3.87352 4.41606Z' fill='white' /%3E%3C/svg%3E");
}
.header__nav > ul li.has-dropdown .dropdown-menu {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  transform: translate(-50%, 8px);
  min-width: 230px;
  padding: 12px;
  border-radius: 14px;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.23s ease, transform 0.23s ease, visibility 0.23s ease;
}
.header__nav > ul li.has-dropdown .dropdown-menu li {
  width: 100%;
}
.header__nav > ul li.has-dropdown .dropdown-menu li a {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 14px;
  color: var(--neutral-300);
}
.header__nav > ul li.has-dropdown .dropdown-menu li a:hover {
  background: rgba(59, 130, 246, 0.14);
  color: var(--neutral-100);
}
.header__nav > ul li.has-dropdown.dropdown-open > a::after {
  transform: rotate(180deg);
}
@media (min-width: 993px) {
  .header__nav > ul > li.has-dropdown .dropdown-menu {
    border: 1px solid rgba(148, 163, 184, 0.2);
    background: rgba(15, 29, 50, 0.95);
    box-shadow: 0 16px 40px rgba(2, 6, 23, 0.35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .header__nav > ul > li.has-dropdown:hover > a, .header__nav > ul > li.has-dropdown:focus-within > a {
    color: var(--neutral-100);
  }
  .header__nav > ul > li.has-dropdown:hover > a::after, .header__nav > ul > li.has-dropdown:focus-within > a::after {
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.87352 4.41606C3.73468 4.41606 3.59585 4.36304 3.49 4.25724L0.158925 0.926133C-0.0529749 0.714234 -0.0529749 0.370675 0.158925 0.158861C0.370739 -0.0529535 0.714229 -0.0529535 0.926146 0.158861L3.87352 3.10641L6.82092 0.158963C7.03281 -0.0528506 7.37627 -0.0528506 7.58807 0.158963C7.80007 0.370777 7.80007 0.714336 7.58807 0.926236L4.25705 4.25734C4.15114 4.36316 4.01231 4.41606 3.87352 4.41606Z' fill='white' /%3E%3C/svg%3E");
  }
  .header__nav > ul > li.has-dropdown:hover .dropdown-menu, .header__nav > ul > li.has-dropdown:focus-within .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }
}
.header .h-btn {
  padding: 16px 24px;
}
.header .header-burger {
  display: none;
}
.header .header-logo {
  position: relative;
  z-index: 31;
}
.header .header-logo img {
  width: 175px;
}
@media (max-width: 992px) {
  .header__wrap {
    height: 72px;
  }
  .header .header-logo {
    position: relative;
    z-index: 31;
  }
  .header .h-btn {
    display: none;
  }
  .header .header-burger {
    position: relative;
    z-index: 31;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 14px;
    background: var(--primary-400);
    box-shadow: 0 0 20px 0 rgba(37, 99, 235, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: box-shadow 0.23s ease;
  }
  .header .header-burger:hover {
    box-shadow: 0 0 20px 0 rgba(37, 99, 235, 0.9);
  }
  .header .header-burger span, .header .header-burger::before, .header .header-burger::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 2px;
    background: var(--neutral-100);
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  .header .header-burger::before {
    transform: translateY(-7px);
  }
  .header .header-burger::after {
    transform: translateY(7px);
  }
  .header__nav {
    position: fixed;
    inset: 0;
    z-index: 30;
    background: rgba(2, 6, 23, 0.94);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 110px 24px 32px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
    padding-top: 140px;
  }
  .header__nav > ul {
    width: 100%;
    max-width: 520px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .header__nav > ul li {
    width: 100%;
    text-align: left;
  }
  .header__nav > ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-size: 26px;
    color: var(--neutral-200);
  }
  .header__nav > ul li.has-dropdown {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .header__nav > ul li.has-dropdown::before {
    display: none;
  }
  .header__nav > ul li.has-dropdown > a {
    width: auto;
    justify-content: flex-start;
  }
  .header__nav > ul li.has-dropdown > a::after {
    width: 12px;
    height: 7px;
  }
  .header__nav > ul li.has-dropdown .dropdown-menu {
    position: static !important;
    transform: none;
    left: 0;
    right: 0;
    top: auto;
    min-width: 0;
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding: 0 12px;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 0;
    border-radius: 0;
    background: none !important;
    box-shadow: none;
    transition: max-height 0.3s ease, opacity 0.25s ease, margin-top 0.25s ease, padding 0.25s ease;
  }
  .header__nav > ul li.has-dropdown .dropdown-menu li a {
    font-size: 16px;
    color: var(--neutral-300);
    padding: 10px 0;
  }
  .header__nav > ul li.has-dropdown.dropdown-open > a {
    color: var(--neutral-100);
  }
  .header__nav > ul li.has-dropdown.dropdown-open .dropdown-menu {
    transform: none;
    margin-top: 10px;
    padding: 8px 0 4px 14px;
    max-height: 320px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .header.menu-open .header__nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .header.menu-open .header-burger span {
    opacity: 0;
  }
  .header.menu-open .header-burger::before {
    transform: rotate(45deg);
  }
  .header.menu-open .header-burger::after {
    transform: rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .header .header-logo svg, .header .header-logo img {
    width: 160px;
  }
  .header .header-burger {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }
  .header__nav {
    padding: 130px 24px 24px;
  }
  .header__nav ul li a {
    font-size: 18px;
  }
  .header__nav ul li.has-dropdown .dropdown-menu {
    position: static !important;
  }
  .header__nav ul li.has-dropdown .dropdown-menu li a {
    font-size: 14px;
  }
}

.contact {
  padding: 10px;
  padding-bottom: 0;
}
.contact__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(38px, 6.4vw, 72px);
  line-height: 110%;
  letter-spacing: -0.02em;
  color: var(--neutral-100);
  margin-bottom: clamp(16px, 2.667vw, 24px);
}
.contact__wrap {
  background: var(--primary-400);
  border-radius: clamp(15px, 3.067vw, 30px);
  padding: clamp(50px, 8.667vw, 80px) 0;
}
.contact .container {
  display: flex;
  gap: clamp(24px, 5.867vw, 64px);
  justify-content: space-between;
}
.contact__main {
  width: 100%;
  max-width: 519px;
}
.contact__main p {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(18px, 2.533vw, 20px);
  line-height: 140%;
  color: var(--neutral-200);
}
.contact__form {
  width: 100%;
  max-width: 628px;
  background: rgba(255, 255, 255, 0.25);
  padding: 40px clamp(16px, 3.733vw, 40px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .contact .container {
    flex-direction: column;
  }
  .contact__main {
    max-width: 100%;
  }
  .contact__form {
    max-width: 100%;
  }
}

.form {
  display: grid;
  gap: 16px;
}
.form .form-group input,
.form .form-group textarea {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--primary-500);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  padding: 18px 24px;
  width: 100%;
  border: none;
}
.form .form-group input::placeholder,
.form .form-group textarea::placeholder {
  color: var(--primary-500);
}
.form .form-group textarea {
  height: 120px;
  resize: none;
}

.testimonials {
  padding: clamp(60px, 16vw, 150px) 0;
}
.testimonials__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: clamp(24px, 4.267vw, 48px);
}
@media (max-width: 767px) {
  .testimonials__top .testimonials__nav {
    display: none;
  }
}
.testimonials__nav {
  display: flex;
  gap: 16px;
}
.testimonials .testimonials-next {
  transform: rotate(180deg);
}
.testimonials .testimonialsSlider .swiper-wrapper {
  align-items: stretch;
}
.testimonials .testimonialsSlider .swiper-slide {
  height: auto;
  display: flex;
}
.testimonials .testimonials-slide {
  height: 100%;
  background: var(--neutral-100);
  border-radius: 16px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
.testimonials .testimonials-slide__content::before {
  position: relative;
  content: "“";
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  color: var(--primary-400);
}
.testimonials .testimonials-slide__content {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--neutral-700);
}
.testimonials .testimonials-slide .testimonials-slide-usr {
  display: flex;
  align-items: center;
  gap: 16px;
}
.testimonials .testimonials-slide .testimonials-slide-usr__av {
  border-radius: 50px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
}
.testimonials .testimonials-slide .testimonials-slide-usr__av img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.testimonials .testimonials-slide .testimonials-slide-usr__name {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: var(--neutral-800);
  display: flex;
  margin-bottom: 2px;
}
.testimonials .testimonials-slide .testimonials-slide-usr__position {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: var(--neutral-400);
  display: flex;
}
.testimonials__bottom .testimonials__nav {
  display: none;
  margin-top: clamp(24px, 4.267vw, 48px);
}
@media (max-width: 767px) {
  .testimonials__bottom .testimonials__nav {
    display: flex;
  }
}

.ctabanner {
  padding: 10px;
}
.ctabanner__wrap {
  background: var(--primary-900);
  border-radius: clamp(15px, 3.067vw, 30px);
  padding: clamp(50px, 8.667vw, 80px) 0;
  position: relative;
  overflow: hidden;
}
.ctabanner__wrap .ctabanner-bg-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
}
.ctabanner__wrap .ctabanner-bg-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
}
@media (max-width: 767px) {
  .ctabanner__wrap .ctabanner-bg-1 {
    left: -200px;
  }
  .ctabanner__wrap .ctabanner-bg-2 {
    right: -180px;
  }
}
.ctabanner__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 846px;
  margin: 0 auto;
}
.ctabanner__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(33px, 5.6vw, 48px);
  line-height: 110%;
  letter-spacing: -0.01em;
  text-align: center;
  color: var(--neutral-100);
  margin-bottom: 16px;
}
.ctabanner p {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(16px, 2.4vw, 20px);
  line-height: 140%;
  text-align: center;
  color: var(--neutral-300);
}
.ctabanner .btn {
  margin-top: clamp(30px, 4.667vw, 40px);
}

.cases {
  padding-top: clamp(60px, 16vw, 150px);
  padding-bottom: clamp(60px, 16vw, 150px);
}
.cases__list {
  margin: 0 auto;
  margin-top: clamp(30px, 4.667vw, 40px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.cases__bottom {
  display: flex;
  justify-content: center;
  margin-top: clamp(30px, 4.667vw, 40px);
}
@media (max-width: 992px) {
  .cases__list {
    display: flex;
    flex-direction: column;
    max-width: 700px;
  }
}

.case {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 31px;
  background: var(--neutral-100);
  border-radius: 16px;
  padding: 12px 12px 32px 12px;
}
.case__image {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 240px;
  margin-bottom: 20px;
}
.case__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
.case__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 20px;
}
.case .case-label {
  cursor: default;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: var(--neutral-500);
  padding: 6px 12px;
  border-radius: 20px;
  background: var(--neutral-200);
}
.case__box {
  padding-left: 16px;
  padding-right: 16px;
}
.case__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(18px, 2.533vw, 20px);
  line-height: 140%;
  color: var(--neutral-800);
  margin-bottom: 8px;
}
.case__descr {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--neutral-700);
}
.case .case-result {
  border-top: 1px solid var(--neutral-300);
  margin-top: 16px;
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  gap: 12px 0px;
}
.case .case-result .case-result-item {
  padding-right: 12px;
}
.case .case-result .case-result-item__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: var(--primary-400);
  margin-bottom: 4px;
}
.case .case-result .case-result-item p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: var(--neutral-700);
}
@media (max-width: 1200px) {
  .case .case-result {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .case .case-result {
    flex-direction: row;
  }
}
@media (max-width: 440px) {
  .case .case-result {
    flex-direction: column;
  }
}
.case__bottom {
  padding-left: 16px;
  padding-right: 16px;
}
.case .case-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: var(--primary-400);
  transition: 0.23s;
}
.case .case-btn:hover {
  gap: 16px;
}
@media (max-width: 767px) {
  .case {
    gap: 24px;
  }
  .case__image {
    height: 200px;
  }
  .case__bottom {
    display: flex;
    justify-content: center;
  }
}

.case-hero {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding-top: 150px;
}
.case-hero .hero-content-box {
  display: flex;
  align-items: flex-start !important;
  margin-left: 0px !important;
  margin-right: 0 !important;
  padding-top: 0 !important;
  width: 100%;
  max-width: 628px !important;
}
.case-hero .hero-content-box .hero-main-title {
  text-align: left;
}
.case-hero .hero-content-box .hero-pretitle {
  text-align: left;
}
.case-hero__image img {
  width: 100%;
  max-width: 628px;
}
@media (max-width: 1400px) {
  .case-hero .hero-content-box {
    max-width: 520px !important;
  }
}
@media (max-width: 1200px) {
  .case-hero {
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 40px;
  }
  .case-hero .hero-content-box {
    align-items: center !important;
    max-width: 100% !important;
  }
  .case-hero .hero-content-box .hero-main-title {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .case-hero .hero-content-box .hero-pretitle {
    text-align: center;
  }
  .case-hero__image img {
    max-width: 528px;
  }
}
@media (max-width: 767px) {
  .case-hero .hero-main-title--V2 {
    font-size: 30px !important;
  }
}

@media (max-width: 767px) {
  .heroCase {
    height: auto !important;
  }
  .heroCase .hero__wrap {
    padding-bottom: 20px;
  }
}

.case-nav {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.case-nav__main {
  flex: 1;
  min-width: 0;
  display: flex;
  justify-content: center;
}
.case-nav .case-navSlider {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.case-nav .case-nav-track {
  display: flex;
  gap: 12px;
  align-items: center;
  transition: transform 0.3s ease;
  will-change: transform;
}
.case-nav .case-nav-slide {
  flex: 0 0 auto;
}
.case-nav .case-nav-btn {
  cursor: pointer;
  transition: 0.23s;
  width: auto;
  border: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--primary-400);
  border-radius: 30px;
  padding: 12px 20px;
  background: var(--neutral-100);
  text-align: center;
  white-space: nowrap;
}
.case-nav .case-nav-btn.active {
  background: var(--primary-400);
  color: var(--neutral-100);
}
.case-nav .case-nav-next {
  transform: rotate(180deg);
}
.case-nav .case-nav-prev,
.case-nav .case-nav-next {
  position: relative;
  z-index: 3;
  flex-shrink: 0;
}
.case-nav .case-nav-prev.is-disabled,
.case-nav .case-nav-next.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}
@media (max-width: 767px) {
  .case-nav {
    gap: 0;
    width: 100vw;
    left: -16px;
    position: relative;
  }
  .case-nav__main {
    justify-content: flex-start;
  }
  .case-nav .case-nav-prev,
  .case-nav .case-nav-next {
    display: none;
  }
  .case-nav .case-navSlider {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .case-nav .case-navSlider::-webkit-scrollbar {
    display: none;
  }
  .case-nav .case-nav-track {
    width: max-content;
    transform: none !important;
    padding-right: 16px;
    padding-left: 16px;
  }
  .case-nav .case-nav-btn {
    font-size: 14px;
    padding: 10px 16px;
  }
}

.cases-page .cases-page-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr) !important;
}
.cases-page .case__image {
  height: 340px;
}
@media (max-width: 992px) {
  .cases-page .case__image {
    height: 240px;
  }
}
@media (max-width: 992px) {
  .cases-page .cases-page-list {
    max-width: 100%;
  }
  .cases-page .case .case-result {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cases-page .cases-page-list {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

.hero {
  padding: 10px;
  height: 790px;
}
.hero__wrap {
  position: relative;
  border-radius: clamp(15px, 3.067vw, 30px);
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.hero__wrap .hero-video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hero__wrap .hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
.hero .container {
  position: relative;
  z-index: 3;
  height: 100%;
}
.hero__box {
  height: 100%;
  padding-top: 90px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.hero .hero-content-box {
  width: 100%;
  max-width: 846px;
  margin: 0 auto;
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero .hero-content-box--V2 {
  padding-top: 200px;
}
.hero .hero-main-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 72px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--neutral-100);
  position: relative;
}
.hero .hero-main-title span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 72px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-align: center;
  background: linear-gradient(90deg, #38bdf8 0%, #2563eb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero .hero-main-title i {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  font-style: normal;
}
.hero .hero-main-title.is-typing::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 0.9em;
  margin-left: 4px;
  vertical-align: -0.08em;
  background: var(--neutral-100);
  animation: heroTitleCursorBlink 0.8s steps(1, end) infinite;
}
.hero .hero-main-title--V2 {
  font-size: 60px;
}
.hero .hero-pretitle {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: var(--neutral-200);
  margin-top: 24px;
}
.hero .hero-pretitle span {
  color: var(--primary-400);
}
.hero .hero-nav {
  display: flex;
  gap: 16px;
  margin-top: clamp(30px, 4.667vw, 40px);
}
.hero .hero-bottom-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.hero .hero-txt {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(16px, 2.667vw, 24px);
  line-height: 130%;
  text-align: center;
  color: #94a3b8;
  margin-bottom: clamp(30px, 4.667vw, 40px);
}
.hero .platform-logos {
  display: flex;
  justify-content: center;
  gap: 80px;
}
.hero .platform-logos__item img {
  height: 40px;
}
@media (max-width: 767px) {
  .hero .platform-logos {
    gap: 15px 30px;
  }
  .hero .platform-logos__item img {
    height: 30px;
  }
}
.hero .platform-logos-em .platform-logos__item {
  display: flex;
  align-items: center;
}
.hero .platform-logos-em .platform-logos__item:nth-child(1) img {
  height: 40px;
}
.hero .platform-logos-em .platform-logos__item:nth-child(2) img {
  height: 27px;
}
.hero .platform-logos-em .platform-logos__item:nth-child(3) img {
  height: 22px;
}
.hero .platform-logos-em .platform-logos__item:nth-child(4) img {
  height: 40px;
}
@media (max-width: 767px) {
  .hero .platform-logos-em {
    flex-wrap: wrap;
  }
  .hero .platform-logos-em .platform-logos__item:nth-child(1) img {
    height: 30px;
  }
  .hero .platform-logos-em .platform-logos__item:nth-child(2) img {
    height: 20px;
  }
  .hero .platform-logos-em .platform-logos__item:nth-child(3) img {
    height: 17px;
  }
  .hero .platform-logos-em .platform-logos__item:nth-child(4) img {
    height: 30px;
  }
}
@media (max-width: 992px) {
  .hero .hero-content-box {
    padding-top: 70px;
  }
  .hero .hero-content-box--V2 {
    padding-top: 200px;
  }
}
@media (max-width: 767px) {
  .hero {
    height: 700px;
  }
  .hero__box {
    padding-bottom: 40px;
  }
  .hero .hero-content-box {
    padding-top: 30px;
  }
  .hero .hero-main-title {
    font-size: 46px;
  }
  .hero .hero-main-title span {
    font-size: 46px;
  }
  .hero .hero-main-title--V2 {
    font-size: 38px;
  }
  .hero .hero-pretitle {
    font-size: 16px;
  }
  .hero .hero-nav {
    flex-direction: column;
    align-items: center;
  }
}

.clogo1 img {
  min-width: 100%;
  max-width: 85px;
}

.clogo2 img {
  min-width: 100%;
  max-width: 140px;
}

.clogo3 img {
  min-width: 100%;
  max-width: 85px;
}

.clogo4 img {
  min-width: 100%;
  max-width: 30px;
}

.clogo5 img {
  min-width: 100%;
  max-width: 140px;
}

.clogo6 img {
  min-width: 100%;
  max-width: 80px;
}

.clogo7 img {
  min-width: 100%;
  max-width: 160px;
}

.wdic img {
  min-width: 100%;
  max-width: 40px;
}

@media (max-width: 767px) {
  .clogo1 img {
    max-width: 65px;
  }
  .clogo2 img {
    max-width: 110px;
  }
  .clogo3 img {
    max-width: 65px;
  }
  .clogo4 img {
    max-width: 25px;
  }
  .clogo5 img {
    max-width: 110px;
  }
  .clogo6 img {
    max-width: 80px;
  }
  .clogo7 img {
    max-width: 125px;
  }
}
.logo-carousel {
  display: flex;
  gap: 93px;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  max-width: 1280px;
}
@media (max-width: 767px) {
  .logo-carousel {
    gap: 40px;
  }
}

.logo-carousel__body {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 85px, #000 calc(100% - 85px), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 85px, #000 calc(100% - 85px), transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.logo-carousel-track {
  display: flex;
  gap: 93px;
  margin-left: 93px;
  animation: marquee 25s linear infinite;
}
@media (max-width: 767px) {
  .logo-carousel-track {
    gap: 40px;
    margin-left: 40px;
  }
}

.logo-carousel-item {
  display: flex;
  align-items: center;
}

@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 40px));
    transform: translateX(calc(-100% - 40px));
    will-change: transform;
  }
}
@keyframes heroTitleCursorBlink {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
.about-us {
  padding-top: clamp(60px, 16vw, 150px);
}
.about-us__list {
  margin-top: clamp(30px, 4.667vw, 40px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.about-us .about-us-item {
  background: var(--neutral-100);
  border-radius: 16px;
  padding: 40px;
}
.about-us .about-us-item__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(30px, 5.067vw, 48px);
  line-height: 110%;
  letter-spacing: -0.01em;
  color: var(--primary-400);
  margin-bottom: 8px;
}
.about-us .about-us-item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--neutral-700);
}
.about-us__bottom {
  display: flex;
  justify-content: center;
  margin-top: clamp(30px, 4.667vw, 40px);
}
@media (max-width: 992px) {
  .about-us__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .about-us__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .about-us .about-us-item {
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about-us .about-us-item__title {
    text-align: center;
  }
  .about-us .about-us-item p {
    text-align: center;
  }
}

.services {
  padding-top: clamp(60px, 16vw, 150px);
}
.services__list {
  margin: 0 auto;
  margin-top: clamp(30px, 4.667vw, 40px);
  padding: 10px;
  counter-reset: services-counter;
  max-width: 1460px;
}
.services .services-item {
  counter-increment: services-counter;
  transition: 0.23s;
  min-height: 160px;
  border-radius: 16px;
  padding: 32px 70px;
  display: flex;
  justify-content: space-between;
}
.services .services-item__num {
  position: relative;
  transition: 0.23s;
  width: 20%;
}
.services .services-item__num::before {
  content: counter(services-counter, decimal-leading-zero);
  transition: 0.23s;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 28px;
  line-height: 110%;
  color: var(--neutral-700);
}
.services .services-item__content {
  min-width: 628px;
  max-width: 628px;
}
.services .services-item__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 28px;
  line-height: 110%;
  color: var(--neutral-800);
  margin-bottom: 24px;
  transition: 0.23s;
}
.services .services-item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--neutral-700);
  transition: 0.23s;
}
.services .services-item__link-block {
  width: 20%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.services .services-item .services-item-link {
  display: flex;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: var(--primary-400);
  gap: 8px;
  transition: 0.23s;
}
.services .services-item .services-item-link:hover {
  gap: 16px;
}
.services .services-item:hover {
  background: var(--primary-400);
}
.services .services-item:hover .services-item__num::before {
  color: #fff;
}
.services .services-item:hover .services-item__title {
  color: #fff;
}
.services .services-item:hover p {
  color: #fff;
}
.services .services-item:hover a {
  color: #fff;
}
.services__bottom {
  display: flex;
  justify-content: center;
  margin-top: clamp(30px, 4.667vw, 40px);
}
@media (max-width: 1200px) {
  .services .services-item {
    padding: 24px 30px;
  }
  .services .services-item__num {
    min-width: 70px;
    width: 70px;
    max-width: 70px;
  }
  .services .services-item__content {
    width: 100%;
    min-width: auto;
    max-width: auto;
  }
  .services .services-item__link-block {
    min-width: 130px;
    width: 130px;
    max-width: 130px;
  }
}
@media (max-width: 992px) {
  .services .services-item__num::before {
    font-size: 24px;
  }
  .services .services-item .services-item-link {
    font-size: 14px;
  }
  .services .services-item .services-item-link svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .services .services-item {
    padding: 24px 18px;
    min-height: 100px;
    flex-wrap: wrap;
  }
  .services .services-item__num {
    min-width: 40px;
    max-width: 40px;
  }
  .services .services-item__num::before {
    font-size: 20px;
  }
  .services .services-item__content {
    width: calc(100% - 40px);
  }
  .services .services-item__title {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .services .services-item__link-block {
    min-width: 100%;
    max-width: 100%;
    justify-content: flex-end;
    margin-top: 20px;
  }
}

.trusted-by {
  padding-bottom: clamp(60px, 16vw, 150px);
}
.trusted-by .top {
  gap: 12px;
  margin-bottom: clamp(30px, 4.667vw, 40px);
}
.trusted-by .top p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: var(--neutral-700);
}
.trusted-by__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.trusted-by .trusted-by-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 27px;
  background: var(--neutral-100);
  border-radius: 16px;
}
.trusted-by .trusted-by-item:nth-child(1) img {
  width: 100%;
  max-width: 140px;
}
.trusted-by .trusted-by-item:nth-child(2) img {
  width: 100%;
  max-width: 140px;
}
.trusted-by .trusted-by-item:nth-child(3) img {
  width: 100%;
  max-width: 160px;
}
.trusted-by .trusted-by-item:nth-child(4) img {
  width: 100%;
  max-width: 160px;
}
@media (max-width: 992px) {
  .trusted-by__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .trusted-by__list {
    gap: 16px;
  }
  .trusted-by .trusted-by-item {
    padding: 27px;
    border-radius: clamp(10px, 1.733vw, 16px);
  }
  .trusted-by .trusted-by-item:nth-child(1) img {
    max-width: 80px;
  }
  .trusted-by .trusted-by-item:nth-child(2) img {
    max-width: 80px;
  }
  .trusted-by .trusted-by-item:nth-child(3) img {
    max-width: 100px;
  }
  .trusted-by .trusted-by-item:nth-child(4) img {
    max-width: 100px;
  }
}

.what-wedo {
  padding-top: clamp(60px, 16vw, 150px);
}
.what-wedo__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.933vw, 24px);
  margin-top: clamp(30px, 4.667vw, 40px);
}
.what-wedo .what-wedo-item {
  background: #fff;
  border-radius: 16px;
  padding: clamp(24px, 4.267vw, 40px);
}
.what-wedo .what-wedo-item__icon img {
  width: clamp(45px, 7.067vw, 60px);
}
.what-wedo .what-wedo-item__icon {
  margin-bottom: clamp(16px, 2.667vw, 24px);
}
.what-wedo .what-wedo-item__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(20px, 3.2vw, 28px);
  line-height: 110%;
  color: #1e293b;
  margin-bottom: 16px;
}
.what-wedo .what-wedo-item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #334155;
}
@media (max-width: 992px) {
  .what-wedo__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .what-wedo__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.what-wedo.what-wedo-V2 .what-wedo__list {
  grid-template-columns: repeat(4, 1fr);
}
.what-wedo.what-wedo-V2 .what-wedo-item__icon {
  margin-bottom: clamp(22px, 3.733vw, 32px);
}
.what-wedo.what-wedo-V2 .what-wedo-item__title {
  font-size: clamp(20px, 2.933vw, 24px);
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .what-wedo.what-wedo-V2 .what-wedo__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .what-wedo.what-wedo-V2 .what-wedo__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.work-steps {
  padding-top: clamp(60px, 16vw, 150px);
}
.work-steps .container {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.work-steps__main {
  width: 100%;
  max-width: 520px;
}
.work-steps__list {
  width: 100%;
  max-width: 630px;
}
.work-steps .work-steps-item {
  padding-top: clamp(24px, 3.733vw, 32px);
  padding-bottom: clamp(24px, 3.733vw, 32px);
  border-bottom: 1px solid #94a3b8;
}
.work-steps .work-steps-item:nth-child(1) {
  padding-top: 0;
}
.work-steps .work-steps-item__num {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0.05em;
  color: #2563eb;
  margin-bottom: 16px;
  display: flex;
}
.work-steps .work-steps-item__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(20px, 3.2vw, 28px);
  line-height: 110%;
  color: #1e293b;
  margin-bottom: 16px;
}
.work-steps .work-steps-item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #334155;
}
@media (max-width: 992px) {
  .work-steps .container {
    flex-direction: column;
    gap: clamp(40px, 7.2vw, 64px);
  }
  .work-steps .top {
    align-items: center;
  }
  .work-steps .top .title {
    text-align: center;
  }
  .work-steps .top p {
    text-align: center;
  }
  .work-steps__main {
    max-width: 100%;
  }
  .work-steps__list {
    max-width: 100%;
  }
}

.mission {
  padding-top: clamp(60px, 16vw, 150px);
}
.mission .container {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.mission__main {
  width: 100%;
  max-width: 520px;
}
.mission__content {
  width: 100%;
  max-width: 630px;
}
.mission__text {
  display: grid;
  gap: 16px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--neutral-700);
}
@media (max-width: 992px) {
  .mission .container {
    flex-direction: column;
    gap: clamp(40px, 7.2vw, 64px);
  }
  .mission .top {
    align-items: center;
  }
  .mission .top .title {
    text-align: center;
  }
  .mission .top p {
    text-align: center;
  }
  .mission__main {
    max-width: 100%;
  }
  .mission__content {
    max-width: 100%;
  }
  .mission__text {
    text-align: center;
  }
}

.team {
  padding-top: clamp(60px, 16vw, 150px);
}
.team .container {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.team__main {
  width: 100%;
  max-width: 520px;
}
.team__content {
  width: 100%;
  max-width: 630px;
}
.team__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 24px;
}
@media (max-width: 576px) {
  .team__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.team .team-item__image {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  height: 420px;
  margin-bottom: clamp(18px, 3.467vw, 32px);
}
.team .team-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
@media (max-width: 1280px) {
  .team .team-item__image {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .team .team-item__image {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .team .team-item__image {
    height: 400px;
  }
}
@media (max-width: 576px) {
  .team .team-item__image {
    height: 500px;
  }
}
@media (max-width: 420px) {
  .team .team-item__image {
    height: 400px;
  }
}
.team .team-item__name {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(18px, 2.533vw, 20px);
  line-height: 140%;
  color: var(--neutral-800);
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .team .team-item__name {
    text-align: center;
  }
}
.team .team-item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--neutral-700);
}
@media (max-width: 992px) {
  .team .team-item p {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .team .container {
    flex-direction: column;
    gap: clamp(40px, 7.2vw, 64px);
  }
  .team .top {
    align-items: center;
  }
  .team .top .title {
    text-align: center;
  }
  .team .top p {
    text-align: center;
  }
  .team__main {
    max-width: 100%;
  }
  .team__content {
    max-width: 100%;
  }
}

.values {
  padding-top: clamp(60px, 16vw, 150px);
  padding-bottom: clamp(60px, 16vw, 150px);
}
.values .container {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.values__main {
  width: 100%;
  max-width: 520px;
}
.values__list {
  width: 100%;
  max-width: 630px;
}
.values .values-item {
  padding-top: clamp(24px, 3.733vw, 32px);
  padding-bottom: clamp(24px, 3.733vw, 32px);
  border-bottom: 1px solid #94a3b8;
}
.values .values-item:nth-child(1) {
  padding-top: 0;
}
.values .values-item__num {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(20px, 3.2vw, 28px);
  line-height: 110%;
  letter-spacing: 0.05em;
  color: var(--primary-400);
  margin-bottom: 16px;
  display: flex;
}
.values .values-item__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(20px, 3.2vw, 28px);
  line-height: 110%;
  color: #1e293b;
  margin-bottom: 16px;
}
.values .values-item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #334155;
}
@media (max-width: 992px) {
  .values .container {
    flex-direction: column;
    gap: clamp(40px, 7.2vw, 64px);
  }
  .values .top {
    align-items: center;
  }
  .values .top .title {
    text-align: center;
  }
  .values .top p {
    text-align: center;
  }
  .values__main {
    max-width: 100%;
  }
  .values__list {
    max-width: 100%;
  }
}

.approach {
  padding: 10px;
}
.approach__wrap {
  background: var(--primary-400);
  border-radius: clamp(15px, 3.067vw, 30px);
  padding: clamp(50px, 8.667vw, 80px) 0;
}
.approach .container {
  display: flex;
  justify-content: space-between;
  gap: 44px;
}
.approach__main {
  width: 100%;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.approach__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(32px, 4.8vw, 40px);
  line-height: 110%;
  letter-spacing: -0.01em;
  color: var(--neutral-100);
  margin-bottom: 24px;
}
.approach__content {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--neutral-200);
  display: grid;
  gap: 16px;
  margin-bottom: 40px;
}
.approach__image {
  width: 100%;
  max-width: 628px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  min-height: 380px;
  height: 100%;
}
.approach__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
@media (max-width: 992px) {
  .approach .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 44px;
  }
  .approach__main {
    max-width: 100%;
  }
  .approach__content {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .approach__image {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .approach__image {
    min-height: 240px;
  }
}

.technologies {
  padding-top: clamp(60px, 16vw, 150px);
}
.technologies .technologies-nav-box {
  display: flex;
  justify-content: center;
  margin-top: clamp(30px, 6vw, 60px);
}
.technologies .technologies-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: var(--neutral-100);
  border-radius: 30px;
  padding: 4px;
  gap: 2px;
}
@media (max-width: 767px) {
  .technologies .technologies-nav {
    background: transparent;
    gap: 10px;
  }
}
.technologies .technologies-btn {
  border-radius: 30px;
  padding: 12px clamp(24px, 3.733vw, 32px);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(16px, 2.4vw, 20px);
  line-height: 140%;
  text-align: center;
  color: var(--neutral-800);
  transition: 0.23s;
  cursor: pointer;
  white-space: nowrap;
}
.technologies .technologies-btn.active, .technologies .technologies-btn:hover {
  background: var(--primary-50);
}
@media (max-width: 767px) {
  .technologies .technologies-btn {
    background-color: #fff;
  }
}
.technologies .technologies-content-item {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(20px, 4vw, 40px) clamp(30px, 8vw, 80px);
  width: 100%;
  max-width: 900px;
  margin-top: clamp(30px, 6vw, 60px);
}
.technologies .technologies-item img {
  width: clamp(45px, 6.667vw, 60px);
}

@media (max-width: 992px) {
  .hero-contact {
    height: auto;
  }
}

.hero-contact-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 24px;
  padding-top: 80px;
}
.hero-contact-wrap .hero-content-box {
  width: 100%;
  max-width: 530px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  align-items: flex-start;
}
.hero-contact-wrap .hero-content-box .hero-main-title {
  text-align: left;
}
.hero-contact-wrap .hero-content-box .hero-pretitle {
  text-align: left;
}
.hero-contact-wrap .form {
  width: 100%;
  max-width: 628px;
}
.hero-contact-wrap .form .form-top {
  margin-bottom: clamp(8px, 1.6vw, 16px);
}
.hero-contact-wrap .form .form-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(22px, 3.333vw, 28px);
  line-height: 110%;
  color: var(--neutral-100);
  margin-bottom: 12px;
}
.hero-contact-wrap .form p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 140%;
  color: var(--neutral-200);
}
.hero-contact-wrap .form .form-group input, .hero-contact-wrap .form .form-group textarea {
  background: rgba(255, 255, 255, 0.15);
  color: var(--neutral-300);
}
.hero-contact-wrap .form .form-group input::placeholder, .hero-contact-wrap .form .form-group textarea::placeholder {
  color: var(--neutral-300);
}
@media (max-width: 992px) {
  .hero-contact-wrap {
    flex-direction: column;
    padding-top: 40px;
    gap: 44px;
  }
  .hero-contact-wrap .hero-content-box {
    max-width: 100%;
  }
  .hero-contact-wrap .form {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .hero-contact-wrap {
    padding-top: 20px;
  }
}

.contact-block {
  padding: clamp(50px, 8.667vw, 80px) 0px;
}
.contact-block__box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.contact-block .contact-block-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-block .contact-block-col__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(20px, 2.933vw, 24px);
  line-height: 130%;
  color: var(--primary-400);
  margin-bottom: 16px;
}
.contact-block .contact-block-col__item {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: var(--neutral-700);
  text-align: center;
}
.contact-block .contact-block-col__social {
  display: flex;
  gap: 24px;
}
.contact-block .contact-block-col__social a {
  display: flex;
  transition: 0.23s;
}
.contact-block .contact-block-col__social a:hover {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .contact-block__box {
    grid-template-columns: repeat(2, 1fr);
    gap: 44px 24px;
  }
}
@media (max-width: 576px) {
  .contact-block__box {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}

@media (max-width: 992px) {
  .hero-casepage {
    height: auto;
  }
}

.case-page-hero {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 220px;
  padding-bottom: 60px;
}
.case-page-hero__main {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.case-page-hero__box {
  width: 100%;
  max-width: 670px;
}
.case-page-hero__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: var(--neutral-100);
  margin-bottom: 24px;
}
.case-page-hero__pretitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--neutral-200);
}
.case-page-hero__image {
  width: 100%;
  max-width: 580px;
}
.case-page-hero__image img {
  width: 100%;
}
.case-page-hero .case-value-list {
  display: flex;
  gap: 20px 40px;
  margin-top: 60px;
}
.case-page-hero .case-value-list .case-value-item__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 28px;
  line-height: 110%;
  color: var(--primary-300);
  margin-bottom: 4px;
}
.case-page-hero .case-value-list .case-value-item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--neutral-400);
}
.case-page-hero .case-page-hero-details {
  display: flex;
  justify-content: space-between;
}
.case-page-hero .case-page-hero-details .case-page-hero-details-item__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: var(--neutral-100);
  margin-bottom: 4px;
}
.case-page-hero .case-page-hero-details .case-page-hero-details-item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--neutral-400);
}
@media (max-width: 1300px) {
  .case-page-hero {
    padding-top: 190px;
  }
  .case-page-hero__title {
    font-size: 38px;
    margin-bottom: 24px;
  }
  .case-page-hero .case-value-list {
    gap: 20px 30px;
    margin-top: 60px;
  }
  .case-page-hero .case-value-list .case-value-item__title {
    font-size: 24px;
  }
  .case-page-hero .case-value-list .case-value-item p {
    font-size: 16px;
  }
  .case-page-hero__image {
    max-width: 530px;
    padding-top: 20px;
  }
}
@media (max-width: 992px) {
  .case-page-hero {
    padding-top: 120px;
  }
  .case-page-hero__main {
    flex-direction: column;
    align-items: center;
    padding-bottom: 60px;
  }
  .case-page-hero__box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .case-page-hero__title {
    text-align: center;
  }
  .case-page-hero__pretitle {
    text-align: center;
  }
  .case-page-hero .case-value-list {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .case-page-hero {
    padding-bottom: 40px;
  }
  .case-page-hero__main {
    padding-bottom: 40px;
  }
  .case-page-hero__title {
    font-size: 32px;
  }
  .case-page-hero__pretitle {
    font-size: 14px;
  }
  .case-page-hero .case-value-list {
    flex-direction: column;
    align-items: center;
  }
  .case-page-hero .case-value-list .case-value-item__title {
    text-align: center;
    font-size: 20px;
  }
  .case-page-hero .case-value-list .case-value-item p {
    text-align: center;
    font-size: 14px;
  }
  .case-page-hero .case-page-hero-details {
    flex-wrap: wrap;
    gap: 12px 8px;
  }
  .case-page-hero .case-page-hero-details .case-page-hero-details-item {
    width: calc(50% - 4px);
  }
  .case-page-hero .case-page-hero-details .case-page-hero-details-item:nth-child(even) .case-page-hero-details-item__title {
    text-align: right;
  }
  .case-page-hero .case-page-hero-details .case-page-hero-details-item:nth-child(even) p {
    text-align: right;
  }
}

.quote {
  border-left: 2px solid var(--primary-400);
  padding: 12px 12px 12px clamp(22px, 3.467vw, 32px);
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--neutral-700);
  margin-top: 40px;
}

.case-summary {
  padding-top: clamp(60px, 16vw, 150px);
  padding-bottom: clamp(60px, 16vw, 150px);
  display: grid;
  gap: clamp(60px, 16vw, 150px);
}
.case-summary .case-summary-item .container {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.case-summary .case-summary-item__main {
  width: 100%;
  max-width: 520px;
}
.case-summary .case-summary-item__content {
  width: 100%;
  max-width: 740px;
}
.case-summary .case-summary-item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--neutral-700);
}
.case-summary .cs-text {
  display: grid;
  gap: 16px;
}
.case-summary .cs-vl-wrap {
  display: grid;
  gap: 24px;
}
.case-summary .cs-vl-block {
  display: grid;
  gap: 24px;
}
.case-summary .cs-vl-block .cs-vl-block-item__title {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}
.case-summary .cs-vl-block .cs-vl-block-item__title svg {
  position: relative;
  bottom: -5px;
  min-width: 12px;
  max-width: 12px;
}
.case-summary .cs-vl-block .cs-vl-block-item__title p {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: var(--neutral-800);
}
@media (max-width: 992px) {
  .case-summary .case-summary-item .container {
    flex-direction: column;
  }
  .case-summary .case-summary-item__main {
    max-width: 100%;
  }
  .case-summary .case-summary-item__content {
    max-width: 100%;
  }
}

.the-result {
  padding: 10px;
}
.the-result__wrap {
  background: var(--primary-400);
  border-radius: clamp(15px, 3.067vw, 30px);
  padding-top: clamp(60px, 16vw, 150px);
  padding-bottom: clamp(60px, 16vw, 150px);
}
.the-result .container {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.the-result .top .title {
  color: var(--neutral-100);
}
.the-result__main {
  width: 100%;
  max-width: 520px;
}
.the-result__box {
  width: 100%;
  max-width: 740px;
}
.the-result .the-result-txt {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--neutral-100);
  margin-bottom: 24px;
}
.the-result__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.the-result .the-result-item {
  background: var(--primary-50);
  border-radius: 16px;
  padding: clamp(32px, 3.467vw, 40px) clamp(24px, 4.267vw, 40px);
}
.the-result .the-result-item__value {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(28px, 4.267vw, 36px);
  line-height: 110%;
  letter-spacing: -0.01em;
  color: var(--primary-400);
  margin-bottom: 8px;
}
.the-result .the-result-item__name {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(18px, 2.4vw, 20px);
  line-height: 140%;
  color: var(--neutral-800);
  margin-bottom: 8px;
}
.the-result .the-result-item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--neutral-700);
}
@media (max-width: 1200px) {
  .the-result .container {
    flex-direction: column;
  }
  .the-result__main {
    max-width: 100%;
  }
  .the-result__box {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .the-result__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}

.title-md3 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(22px, 3.467vw, 28px);
  line-height: 110%;
  color: var(--neutral-700);
  margin-bottom: 8px;
  text-align: left;
}

.conclusion {
  padding-top: clamp(60px, 16vw, 150px);
  padding-bottom: clamp(60px, 16vw, 150px);
}
.conclusion .container {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.conclusion__main {
  width: 100%;
  max-width: 520px;
}
.conclusion .quote {
  margin-top: 24px;
  max-width: 310px;
}
.conclusion__content {
  width: 100%;
  max-width: 740px;
}
.conclusion__text {
  display: grid;
  gap: 16px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--neutral-700);
}
@media (max-width: 992px) {
  .conclusion .container {
    flex-direction: column;
    gap: clamp(40px, 7.2vw, 64px);
  }
  .conclusion .top {
    align-items: flex-start;
  }
  .conclusion .top .title {
    text-align: left;
  }
  .conclusion .top p {
    text-align: left;
  }
  .conclusion__main {
    max-width: 100%;
  }
  .conclusion__content {
    max-width: 100%;
  }
  .conclusion__text {
    text-align: left;
  }
}

.footer {
  padding: 10px;
}
.footer__wrap {
  background: var(--primary-900);
  border-radius: clamp(15px, 3.067vw, 30px);
}
.footer .footer-main {
  padding-top: clamp(32px, 6.4vw, 64px);
  padding-bottom: 48px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 100px;
}
.footer .footer-main__box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 954px;
  gap: 44px 64px;
}
.footer .f-logo {
  display: flex;
  margin-top: -2px;
}
.footer .f-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--neutral-100);
  margin-bottom: 16px;
}
.footer .f-nav ul {
  display: grid;
  gap: 16px;
}
.footer .f-nav a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--neutral-400);
  transition: 0.23s;
}
.footer .f-nav a:hover {
  color: var(--primary-400);
}
.footer .f-contacts {
  display: grid;
  gap: 16px;
}
.footer .f-contacts a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--neutral-400);
  transition: 0.23s;
}
.footer .f-contacts a:hover {
  color: var(--primary-400);
}
.footer .f-socials {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
.footer .f-socials a {
  display: flex;
  transition: 0.23s;
}
.footer .f-socials a:hover {
  transform: scale(1.1);
}
.footer .footer-bottom {
  border-top: 1px solid var(--neutral-800);
  display: flex;
  justify-content: center;
  padding-top: clamp(32px, 5.067vw, 45px);
  padding-bottom: 32px;
}
.footer .footer-bottom p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  color: var(--neutral-600);
}
@media (max-width: 992px) {
  .footer .footer-main {
    flex-direction: column;
    gap: 64px;
  }
}
@media (max-width: 767px) {
  .footer .footer-main {
    gap: 32px;
  }
  .footer .footer-main__box {
    flex-wrap: wrap;
    gap: 32px 20px;
  }
  .footer .footer-main .f-col {
    width: calc(50% - 10px);
  }
}
/*# sourceMappingURL=main.css.map */
