@charset "UTF-8";

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("../fonts/inter-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("../fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("../fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/space-grotesk-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/space-grotesk-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input,
textarea {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.3rem 0.5rem;
  border: 1px solid #999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

input.placeholder,
textarea.placeholder {
  color: #999;
}

input:focus,
textarea:focus {
  border-color: #000000;
}

select {
  -webkit-border-radius: 0;
}

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

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  cursor: pointer;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  color: #000000;
  background: #ffffff;
  font: 16px/1.2 "Rubik", "Inter", "Arial", sans-serif;
  min-width: 320px;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

p,
ul,
ol {
  margin: 0 0 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin: 0 0 0.5em;
  font-weight: bold;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 21px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.grid [class*=col-] {
  padding: 0 15px;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

.btn {
  -webkit-transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
  border-radius: 3px;
  text-align: center;
  border: none;
  color: green;
}

.btn:hover {
  text-decoration: none;
  outline: none;
}

.btn.btn-primary {
  background-color: #007bff;
  color: #fff;
}

.btn.btn-primary:hover {
  background-color: #0069d9;
}

.btn.btn-secondary {
  background-color: #28a745;
  color: #fff;
}

.btn.btn-secondary:hover {
  background-color: #218838;
}

.btn.btn-outline-primary {
  background-color: transparent;
  border: 2px solid #007bff;
  color: #007bff;
}

.btn.btn-outline-primary:hover {
  background-color: #0069d9;
  border-color: #0069d9;
  color: #fff;
}

.btn.btn-outline-secondary {
  background-color: transparent;
  border: 2px solid #28a745;
  color: #28a745;
}

.btn.btn-outline-secondary:hover {
  background-color: #218838;
  border-color: #218838;
  color: #fff;
}

.btn.btn-block {
  display: block;
  width: 100%;
}

.button-primary {
  height: 60px;
  padding: 0 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  border: 0;
  background: #791e39;
  color: #fff;
  text-decoration: none;
  border-radius: 0 15px 0 15px;
  font-size: 16px;
  line-height: 1;
  -webkit-box-shadow: 0 12px 24px rgba(121, 30, 57, 0.25);
          box-shadow: 0 12px 24px rgba(121, 30, 57, 0.25);
  cursor: pointer;
  -webkit-transition: background-color 180ms ease, border-radius 220ms ease;
  transition: background-color 180ms ease, border-radius 220ms ease;
}

.button-primary:hover,
.button-primary:focus-visible {
  border-radius: 15px 0 15px 0;
  background: #8a2845;
  text-decoration: none;
}

.button-primary__icon,
.button-primary > svg {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #fdc687;
}

.button-primary__icon {
  -webkit-filter: brightness(0) saturate(100%) invert(83%) sepia(61%) saturate(690%) hue-rotate(313deg) brightness(101%) contrast(98%);
          filter: brightness(0) saturate(100%) invert(83%) sepia(61%) saturate(690%) hue-rotate(313deg) brightness(101%) contrast(98%);
}

.button-primary__label {
  display: inline-block;
}

.wrapper {
  overflow-x: clip;
  overflow-y: visible;
  position: relative;
}

main {
  overflow: hidden;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 16px;
}

.form-group {
  margin-bottom: 16px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 12px 16px;
}

.form-control::-webkit-input-placeholder {
  color: #f00;
}

.form-control::-moz-placeholder {
  opacity: 1;
  color: #f00;
}

.form-control:-moz-placeholder {
  color: #f00;
}

.form-control:-ms-input-placeholder {
  color: #f00;
}

.form-control.placeholder {
  color: #f00;
}

.form-control:focus {
  border-color: #ff0;
}

.grid img {
  display: block;
  width: 100%;
}

.header {
  --bg: #000000;
  --gold: #b48c4c;
  --gold-soft: #dfb877;
  --cta: #791e39;
  --bottom-line: #502632;
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.72);
  --divider: rgba(255, 255, 255, 0.18);
  --header-h: 130px;
  --container-w: 1300px;
  background: var(--bg);
  color: var(--text);
  position: sticky;
  top: 0;
  z-index: 2000;
  backdrop-filter: blur(0);
  -webkit-transition: background-color 220ms ease, backdrop-filter 220ms ease, -webkit-box-shadow 220ms ease;
  transition: background-color 220ms ease, backdrop-filter 220ms ease, -webkit-box-shadow 220ms ease;
  transition: background-color 220ms ease, box-shadow 220ms ease, backdrop-filter 220ms ease;
  transition: background-color 220ms ease, box-shadow 220ms ease, backdrop-filter 220ms ease, -webkit-box-shadow 220ms ease;
}

.header.is-scrolled {
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
}

.header.is-compact {
  --header-h: 82px;
  -webkit-box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
          box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.header__bottomLine {
  height: 5px;
  background: var(--bottom-line);
  width: 100%;
}

.header__container {
  max-width: calc(var(--container-w) + clamp(16px, 3vw, 32px) * 2);
  height: var(--header-h);
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  -webkit-transition: height 260ms ease;
  transition: height 260ms ease;
}

.header__logo {
  display: grid;
  grid-template-columns: 44px auto;
  grid-template-rows: auto auto;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: var(--gold);
  min-width: 260px;
}

.header__logoImg {
  display: block;
  grid-column: 1/-1;
  grid-row: 1/-1;
  width: 100%;
  max-width: 260px;
  height: auto;
  -webkit-transition: max-width 240ms ease, opacity 200ms ease;
  transition: max-width 240ms ease, opacity 200ms ease;
}

.header.is-compact .header__logoImg {
  max-width: 190px;
}

.header__logoMark {
  grid-row: 1/span 2;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(180, 140, 76, 0.65);
  border-radius: 10px;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.5px;
  color: var(--gold-soft);
}

.header__logoText {
  font-weight: 700;
  letter-spacing: 0.6px;
  font-size: 20px;
  line-height: 1;
}

.header__logoTagline {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2px;
  color: rgba(223, 184, 119, 0.72);
}

.header__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.header__menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
  margin: 0;
  padding: 0;
  -webkit-transition: gap 240ms ease;
  transition: gap 240ms ease;
}

.header.is-compact .header__menu {
  gap: 24px;
}

.header__item--mobileActions {
  display: none;
}

.header__link {
  color: var(--text);
  text-decoration: none;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1.35;
  padding: 10px 0;
  opacity: 0.95;
  -webkit-transition: opacity 120ms ease, color 120ms ease, padding 220ms ease, font-size 220ms ease;
  transition: opacity 120ms ease, color 120ms ease, padding 220ms ease, font-size 220ms ease;
}

.header.is-compact .header__link {
  padding: 5px 0;
  font-size: 14px;
}

.header__linkValue {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  height: 1.35em;
}

.header__linkText,
.header__langValueText {
  position: relative;
  display: inline-block;
  line-height: 1.35;
  color: inherit;
  -webkit-transition: -webkit-transform 260ms ease;
  transition: -webkit-transform 260ms ease;
  transition: transform 260ms ease;
  transition: transform 260ms ease, -webkit-transform 260ms ease;
}

.header__linkText::before,
.header__langValueText::before {
  content: attr(data-hover);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  color: var(--gold);
  pointer-events: none;
}

.header__link:hover .header__linkText,
.header__link:focus-visible .header__linkText,
.header__langBtn:hover .header__langValueText,
.header__langBtn:focus-visible .header__langValueText {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.header__link:hover {
  opacity: 1;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}

.header__link:focus-visible,
.header__link:active {
  text-decoration: none;
}

.header__link.is-active,
.header__link[aria-current=page] {
  color: var(--gold);
  opacity: 1;
}

.header__chev {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0;
  height: 10px;
  margin-left: 0;
  -webkit-transform: translateX(14px);
      -ms-transform: translateX(14px);
          transform: translateX(14px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.header__chev img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  -webkit-transition: -webkit-transform 180ms ease;
  transition: -webkit-transform 180ms ease;
  transition: transform 180ms ease;
  transition: transform 180ms ease, -webkit-transform 180ms ease;
}

.header__item {
  position: relative;
}

.header__item::before,
.header__item::after,
.header__item:hover::before,
.header__item:hover::after {
  content: none !important;
}

.header__dropdown,
.header__langDropdown {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 18px 18px 16px;
  background: linear-gradient(135deg, rgba(24, 24, 24, 0.98) 0%, rgba(10, 10, 10, 0.98) 100%);
  border: 1px solid rgba(180, 140, 76, 0.14);
  border-radius: 0 18px 0 18px;
  -webkit-box-shadow: 0 24px 54px rgba(0, 0, 0, 0.42);
          box-shadow: 0 24px 54px rgba(0, 0, 0, 0.42);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-8px) scale(0.96);
      -ms-transform: translateY(-8px) scale(0.96);
          transform: translateY(-8px) scale(0.96);
  -webkit-transition: opacity 280ms ease var(--dropdown-panel-close-delay, 110ms), visibility 0s linear calc(280ms + var(--dropdown-panel-close-delay, 110ms)), -webkit-transform 280ms ease var(--dropdown-panel-close-delay, 110ms);
  transition: opacity 280ms ease var(--dropdown-panel-close-delay, 110ms), visibility 0s linear calc(280ms + var(--dropdown-panel-close-delay, 110ms)), -webkit-transform 280ms ease var(--dropdown-panel-close-delay, 110ms);
  transition: opacity 280ms ease var(--dropdown-panel-close-delay, 110ms), transform 280ms ease var(--dropdown-panel-close-delay, 110ms), visibility 0s linear calc(280ms + var(--dropdown-panel-close-delay, 110ms));
  transition: opacity 280ms ease var(--dropdown-panel-close-delay, 110ms), transform 280ms ease var(--dropdown-panel-close-delay, 110ms), visibility 0s linear calc(280ms + var(--dropdown-panel-close-delay, 110ms)), -webkit-transform 280ms ease var(--dropdown-panel-close-delay, 110ms);
  z-index: 20;
}

.header__dropdown {
  top: calc(100% + 18px);
  left: 0;
  min-width: 276px;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}

.header__langDropdown {
  right: 0;
  top: calc(100% + 12px);
  min-width: 110px;
  padding: 10px;
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  z-index: 30;
}

.header__dropdownItem {
  margin: 0;
  --item-index: 0;
}

.header__langItem {
  --item-index: 0;
}

.header__dropdownItem + .header__dropdownItem {
  margin-top: 4px;
}

.header__dropdownLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 100%;
  padding: 10px 12px;
  color: var(--text);
  text-decoration: none;
  border-radius: 0 12px 0 12px;
  font-size: 15px;
  line-height: 1.35;
  opacity: 0.92;
  -webkit-transition: background-color 180ms ease, color 180ms ease, opacity 180ms ease, -webkit-transform 180ms ease;
  transition: background-color 180ms ease, color 180ms ease, opacity 180ms ease, -webkit-transform 180ms ease;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease, opacity 180ms ease;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease, opacity 180ms ease, -webkit-transform 180ms ease;
}

.header__dropdownStar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  width: 18px;
  height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

.header__dropdownStar,
.header__dropdownLabel,
.header__langOptionLabel {
  opacity: 0;
}

.header__dropdownStar img {
  width: 16px;
  height: 16px;
  display: block;
  -webkit-filter: brightness(0) saturate(100%) invert(71%) sepia(1%) saturate(0%) hue-rotate(168deg) brightness(94%) contrast(84%);
          filter: brightness(0) saturate(100%) invert(71%) sepia(1%) saturate(0%) hue-rotate(168deg) brightness(94%) contrast(84%);
  -webkit-transition: opacity 180ms ease, -webkit-filter 180ms ease, -webkit-transform 180ms ease;
  transition: opacity 180ms ease, -webkit-filter 180ms ease, -webkit-transform 180ms ease;
  transition: filter 180ms ease, transform 180ms ease, opacity 180ms ease;
  transition: filter 180ms ease, transform 180ms ease, opacity 180ms ease, -webkit-filter 180ms ease, -webkit-transform 180ms ease;
  opacity: 0.88;
}

.header__dropdownStar {
  -webkit-transform: translateY(-6px) scale(0.75);
      -ms-transform: translateY(-6px) scale(0.75);
          transform: translateY(-6px) scale(0.75);
  -webkit-transition: opacity 220ms ease, -webkit-transform 240ms ease;
  transition: opacity 220ms ease, -webkit-transform 240ms ease;
  transition: opacity 220ms ease, transform 240ms ease;
  transition: opacity 220ms ease, transform 240ms ease, -webkit-transform 240ms ease;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.header__dropdownLabel,
.header__langOptionLabel {
  display: inline-block;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: opacity 220ms ease, -webkit-transform 240ms ease;
  transition: opacity 220ms ease, -webkit-transform 240ms ease;
  transition: opacity 220ms ease, transform 240ms ease;
  transition: opacity 220ms ease, transform 240ms ease, -webkit-transform 240ms ease;
  -webkit-transition-delay: var(--dropdown-label-close-delay, 70ms);
          transition-delay: var(--dropdown-label-close-delay, 70ms);
}

.header__dropdownLink:hover {
  background: rgba(255, 255, 255, 0.04);
  color: var(--gold);
  opacity: 1;
  text-decoration: none;
  -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
          transform: translateX(2px);
}

.header__item.is-open > .header__dropdown,
.header__item.is-closing > .header__dropdown,
.header__lang.is-open .header__langDropdown,
.header__lang.is-closing .header__langDropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0) scale(1);
      -ms-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

.header__item.is-open > .header__dropdown,
.header__lang.is-open .header__langDropdown {
  -webkit-transition-delay: 0ms, 0ms, 0ms;
          transition-delay: 0ms, 0ms, 0ms;
}

.header__item.is-closing > .header__dropdown,
.header__lang.is-closing .header__langDropdown {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-8px) scale(0.96);
      -ms-transform: translateY(-8px) scale(0.96);
          transform: translateY(-8px) scale(0.96);
}

.header__item.is-open > .header__dropdown .header__dropdownLabel,
.header__lang.is-open .header__langOptionLabel {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.header__item.is-open > .header__dropdown .header__dropdownLabel {
  -webkit-transition-delay: calc(110ms + var(--item-index) * 42ms);
          transition-delay: calc(110ms + var(--item-index) * 42ms);
}

.header__lang.is-open .header__langOptionLabel {
  -webkit-transition-delay: calc(110ms + var(--item-index) * 42ms);
          transition-delay: calc(110ms + var(--item-index) * 42ms);
}

.header__item.is-open > .header__dropdown .header__dropdownStar {
  opacity: 1;
  -webkit-transform: translateY(-1px) scale(1);
      -ms-transform: translateY(-1px) scale(1);
          transform: translateY(-1px) scale(1);
  -webkit-transition-delay: calc(190ms + var(--item-index) * 42ms);
          transition-delay: calc(190ms + var(--item-index) * 42ms);
}

.header__dropdownLink:hover .header__dropdownStar img,
.header__dropdownLink:focus-visible .header__dropdownStar img {
  -webkit-filter: brightness(0) saturate(100%) invert(68%) sepia(36%) saturate(409%) hue-rotate(356deg) brightness(91%) contrast(88%);
          filter: brightness(0) saturate(100%) invert(68%) sepia(36%) saturate(409%) hue-rotate(356deg) brightness(91%) contrast(88%);
  -webkit-transform: rotate(-8deg) scale(1.05);
      -ms-transform: rotate(-8deg) scale(1.05);
          transform: rotate(-8deg) scale(1.05);
  opacity: 1;
}

.header__item.is-open > .header__link--dropdown .header__chev img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  -webkit-transition: gap 220ms ease;
  transition: gap 220ms ease;
}

.header.is-compact .header__actions {
  gap: 14px;
}

.header__cta {
  height: 60px;
  padding: 0 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: var(--cta);
  color: var(--text);
  text-decoration: none;
  border-radius: 0 15px 0 15px;
  font-size: 16px;
  line-height: 1;
  -webkit-box-shadow: 0 12px 24px rgba(121, 30, 57, 0.25);
          box-shadow: 0 12px 24px rgba(121, 30, 57, 0.25);
  -webkit-transition: background-color 180ms ease, border-radius 220ms ease, height 220ms ease, padding 220ms ease, font-size 220ms ease;
  transition: background-color 180ms ease, border-radius 220ms ease, height 220ms ease, padding 220ms ease, font-size 220ms ease;
}

.header__cta::before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  display: block;
  background-color: #fdc687;
  -webkit-mask: url("../img/icons/iconoir--send-mail.svg") no-repeat center/contain;
  mask: url("../img/icons/iconoir--send-mail.svg") no-repeat center/contain;
}

.header.is-compact .header__cta {
  height: 44px;
  padding: 0 16px;
  font-size: 14px;
}

.header__cta:hover {
  border-radius: 15px 0 15px 0;
  background: #8a2845;
  text-decoration: none;
}

.header__cta .button-primary__icon {
  display: none;
}

.header__ctaIcon {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  color: var(--gold-soft);
}

.header__divider {
  width: 1px;
  height: 34px;
  background: var(--divider);
  -webkit-transition: height 220ms ease, opacity 220ms ease;
  transition: height 220ms ease, opacity 220ms ease;
}

.header.is-compact .header__divider {
  height: 24px;
  opacity: 0.9;
}

.header__lang {
  position: relative;
}

.header__langBtn {
  height: 44px;
  padding: 0 10px;
  background: transparent;
  border: 0;
  color: var(--text);
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 14px;
  opacity: 0.92;
  -webkit-transition: opacity 180ms ease, height 220ms ease, font-size 220ms ease;
  transition: opacity 180ms ease, height 220ms ease, font-size 220ms ease;
  overflow: hidden;
}

.header.is-compact .header__langBtn {
  height: 34px;
  font-size: 12px;
}

.header__langBtn:hover {
  opacity: 1;
  text-decoration: none;
}

.header__langValue {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 2ch;
  height: 1.35em;
  overflow: hidden;
}

.header__langChev {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8px;
  height: 8px;
}

.header__langChev img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  -webkit-transition: -webkit-transform 180ms ease;
  transition: -webkit-transform 180ms ease;
  transition: transform 180ms ease;
  transition: transform 180ms ease, -webkit-transform 180ms ease;
}

.header__lang.is-open .header__langChev img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header__langItem + .header__langItem {
  margin-top: 2px;
}

.header__langOption {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  color: var(--text);
  padding: 10px 10px;
  border-radius: 0 10px 0 10px;
  cursor: pointer;
  font-size: 14px;
  opacity: 0.9;
  -webkit-transition: background-color 180ms ease, color 180ms ease, opacity 180ms ease, -webkit-transform 180ms ease;
  transition: background-color 180ms ease, color 180ms ease, opacity 180ms ease, -webkit-transform 180ms ease;
  transition: background-color 180ms ease, color 180ms ease, opacity 180ms ease, transform 180ms ease;
  transition: background-color 180ms ease, color 180ms ease, opacity 180ms ease, transform 180ms ease, -webkit-transform 180ms ease;
}

.header__langOption:hover {
  background: rgba(255, 255, 255, 0.04);
  color: var(--gold);
  opacity: 1;
  text-decoration: none;
}

.header__burger {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 12px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.5, 0.02, 0.2, 1);
  transition: -webkit-transform 800ms cubic-bezier(0.5, 0.02, 0.2, 1);
  transition: transform 800ms cubic-bezier(0.5, 0.02, 0.2, 1);
  transition: transform 800ms cubic-bezier(0.5, 0.02, 0.2, 1), -webkit-transform 800ms cubic-bezier(0.5, 0.02, 0.2, 1);
}

.header__burger b {
  display: block;
  position: absolute;
  left: 0;
  width: 44px;
  height: 3px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: top, opacity, -webkit-transform;
  transition-property: top, opacity, -webkit-transform;
  transition-property: top, transform, opacity;
  transition-property: top, transform, opacity, -webkit-transform;
  -webkit-transition-duration: 200ms, 800ms, 180ms;
          transition-duration: 200ms, 800ms, 180ms;
  -webkit-transition-timing-function: ease, cubic-bezier(0.5, 0.02, 0.2, 1), ease;
          transition-timing-function: ease, cubic-bezier(0.5, 0.02, 0.2, 1), ease;
  -webkit-transition-delay: 0ms, 0ms, 0ms;
          transition-delay: 0ms, 0ms, 0ms;
}

.header__burger b:nth-child(1) {
  top: 6px;
}

.header__burger b:nth-child(2) {
  top: 20px;
}

.header__burger b:nth-child(3) {
  top: 34px;
}

.header.is-menu-open .header__burger b:nth-child(2) {
  opacity: 0;
}

.header.is-menu-open .header__burger b:nth-child(1) {
  top: 20px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.header.is-menu-open .header__burger b:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition-delay: 0ms, 200ms, 0ms;
          transition-delay: 0ms, 200ms, 0ms;
}

.header.is-menu-open .header__burger {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.scroll-top {
  position: fixed;
  left: 24px;
  bottom: 28px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0 14px 0 14px;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(6px);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  pointer-events: none;
  -webkit-transition: opacity 220ms ease, border-radius 220ms ease, background-color 220ms ease, border-color 220ms ease, -webkit-transform 220ms ease;
  transition: opacity 220ms ease, border-radius 220ms ease, background-color 220ms ease, border-color 220ms ease, -webkit-transform 220ms ease;
  transition: opacity 220ms ease, transform 220ms ease, border-radius 220ms ease, background-color 220ms ease, border-color 220ms ease;
  transition: opacity 220ms ease, transform 220ms ease, border-radius 220ms ease, background-color 220ms ease, border-color 220ms ease, -webkit-transform 220ms ease;
  z-index: 2100;
}

.scroll-top.is-visible {
  opacity: 0.5;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

.scroll-top:hover,
.scroll-top:focus-visible {
  background: rgba(0, 0, 0, 0.52);
  border-color: rgba(255, 255, 255, 0.22);
  border-radius: 14px 0 14px 0;
  opacity: 0.8;
}

.scroll-top__arrow {
  display: block;
  font-size: 18px;
  line-height: 1;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

.services-ai-banner {
  background: #ffffff;
  padding: clamp(24px, 4vw, 44px) 0 0;
}

.services-ai-banner__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 32px);
}

.services-ai-banner__breadcrumbs {
  margin: 0 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #8a8f98;
}

.services-ai-banner__eyebrow {
  display: inline-block;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #858585;
  text-decoration: none;
}

.services-ai-banner__eyebrow:hover,
.services-ai-banner__eyebrow:focus-visible {
  text-decoration: underline;
}

.services-ai-banner__breadcrumb-sep,
.services-ai-banner__breadcrumb-current {
  color: #8a8f98;
}

.services-ai-banner__title {
  margin: 0;
  max-width: 1180px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(30px, 3.3vw, 52px);
  line-height: 1.02;
  font-weight: 700;
  color: #3f3f3f;
}

.services-ai-banner__intro {
  max-width: 1180px;
  margin-top: 18px;
  color: #4b5563;
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.7;
}

.services-ai-banner__intro[hidden] {
  display: none !important;
}

.services-ai-banner__intro p {
  margin: 0;
}

.services-ai-banner__intro p + p,
.services-ai-banner__intro ul,
.services-ai-banner__intro ol {
  margin-top: 14px;
}

.services-ai-banner__intro ul,
.services-ai-banner__intro ol {
  padding-left: 1.4em;
}

.services-ai-banner__intro a {
  color: #791e39;
}

.services-ai-banner__title-link {
  color: inherit;
  text-decoration: none;
}

.services-ai-banner__title-link[data-assemble-title].is-lettered {
  white-space: normal;
}

.services-ai-banner__title-link:hover,
.services-ai-banner__title-link:focus-visible {
  text-decoration: underline;
}

.assemble-title-letter {
  display: inline-block;
  opacity: 0;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transform: translate3d(var(--char-x, 0px), var(--char-y, 0px), 0) scale(0.88) rotate(var(--char-r, 0deg));
          transform: translate3d(var(--char-x, 0px), var(--char-y, 0px), 0) scale(0.88) rotate(var(--char-r, 0deg));
  -webkit-transition: opacity 560ms ease, -webkit-transform 720ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-filter 720ms ease;
  transition: opacity 560ms ease, -webkit-transform 720ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-filter 720ms ease;
  transition: transform 720ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 560ms ease, filter 720ms ease;
  transition: transform 720ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 560ms ease, filter 720ms ease, -webkit-transform 720ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-filter 720ms ease;
  -webkit-transition-delay: var(--char-delay, 0ms);
          transition-delay: var(--char-delay, 0ms);
  will-change: transform, opacity, filter;
}

.assemble-title-word {
  display: inline-block;
  white-space: nowrap;
}

.assemble-title-letter.is-space {
  width: 0.3em;
}

[data-assemble-scope].is-title-assembled .assemble-title-letter {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
          transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
}

.services-ai-banner__hero {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0 18px 0 18px;
}

.services-showcase {
  padding: clamp(20px, 3vw, 30px) 0 clamp(34px, 5vw, 64px);
  background: #ffffff;
  color: #1c1c1c;
}

.services-showcase__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 32px);
}

.services-showcase__title {
  margin: 0 0 clamp(18px, 3vw, 28px);
  font-size: clamp(28px, 4.3vw, 52px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #3f4045;
}

.services-showcase__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.85fr) minmax(0, 0.95fr);
  gap: clamp(22px, 3vw, 44px);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.services-showcase__media-column {
  min-width: 0;
}

.services-showcase__slider {
  border-radius: 0 15px 0 15px;
  overflow: hidden;
  background: #d9dbde;
}

.services-showcase__slide {
  display: block;
}

.services-showcase__media {
  position: relative;
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
}

.services-showcase__media:disabled {
  cursor: default;
}

.services-showcase__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.04)), to(rgba(0, 0, 0, 0.28)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.28) 100%);
  opacity: 0;
  -webkit-transition: opacity 240ms ease;
  transition: opacity 240ms ease;
}

.services-showcase__media:hover::after,
.services-showcase__media:focus-visible::after {
  opacity: 1;
}

.services-showcase__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 320ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition: -webkit-transform 320ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition: transform 320ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition: transform 320ms cubic-bezier(0.2, 0.82, 0.2, 1), -webkit-transform 320ms cubic-bezier(0.2, 0.82, 0.2, 1);
}

.services-showcase__placeholder {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

.services-showcase__media:has(.nc-media-placeholder)::after {
  display: none;
}

.services-showcase__media:hover img,
.services-showcase__media:focus-visible img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.services-showcase__play {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 999px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.22);
  border: 2px solid rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(2px);
  -webkit-transition: background-color 240ms ease, -webkit-transform 240ms ease;
  transition: background-color 240ms ease, -webkit-transform 240ms ease;
  transition: transform 240ms ease, background-color 240ms ease;
  transition: transform 240ms ease, background-color 240ms ease, -webkit-transform 240ms ease;
}

.services-showcase__play[hidden] {
  display: none;
}

.services-showcase__play img {
  width: 26px;
  height: 26px;
  margin-left: 2px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.services-showcase__media:hover .services-showcase__play,
.services-showcase__media:focus-visible .services-showcase__play {
  -webkit-transform: translate(-50%, -50%) scale(1.06);
      -ms-transform: translate(-50%, -50%) scale(1.06);
          transform: translate(-50%, -50%) scale(1.06);
  background: rgba(255, 255, 255, 0.3);
}

.services-showcase__footer {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 18px;
}

.services-showcase__navigation {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.services-showcase__arrow {
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 999px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #d6d6da;
  color: #7d7f88;
  cursor: pointer;
  -webkit-transition: background-color 220ms ease, -webkit-transform 220ms ease;
  transition: background-color 220ms ease, -webkit-transform 220ms ease;
  transition: background-color 220ms ease, transform 220ms ease;
  transition: background-color 220ms ease, transform 220ms ease, -webkit-transform 220ms ease;
}

.services-showcase__arrow:hover,
.services-showcase__arrow:focus-visible {
  background: #bfc2c9;
}

.services-showcase__arrow:active {
  -webkit-transform: scale(0.97);
      -ms-transform: scale(0.97);
          transform: scale(0.97);
}

.services-showcase__arrow img {
  width: 15px;
  height: 15px;
  -webkit-filter: grayscale(1) brightness(0.5);
          filter: grayscale(1) brightness(0.5);
}

.services-showcase__arrow--prev img {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.services-showcase__arrow--next img {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.services-showcase__dots {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  margin-left: 2px;
}

.services-showcase__dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background: #c8c9ce;
  cursor: pointer;
  -webkit-transition: background-color 220ms ease, -webkit-transform 220ms ease;
  transition: background-color 220ms ease, -webkit-transform 220ms ease;
  transition: background-color 220ms ease, transform 220ms ease;
  transition: background-color 220ms ease, transform 220ms ease, -webkit-transform 220ms ease;
}

.services-showcase__dot.is-active {
  background: #ad4060;
  -webkit-transform: scale(1.22);
      -ms-transform: scale(1.22);
          transform: scale(1.22);
}

.services-showcase__label {
  border-radius: 0 0 0 15px;
  padding: 8px 14px;
  background: #f6f6f6;
  color: #4f5158;
  font-size: 13px;
  line-height: 1.3;
  max-width: min(100%, 540px);
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.services-showcase__content {
  align-self: center;
  max-width: 360px;
  min-height: 240px;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 18px;
}

.services-showcase__content-title {
  margin: 0;
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.18;
  color: #3f4045;
}

.services-showcase__description {
  margin: 0;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.75;
  color: #3f4045;
  max-width: 34ch;
}

.services-showcase__content.is-changing {
  -webkit-animation: servicesShowcaseTextSwap 300ms ease;
          animation: servicesShowcaseTextSwap 300ms ease;
}

@-webkit-keyframes servicesShowcaseTextSwap {
  0% {
    opacity: 0.28;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes servicesShowcaseTextSwap {
  0% {
    opacity: 0.28;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.services-showcase__cta {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.services-showcase *:focus-visible,
.services-showcase .ai-modal *:focus-visible {
  outline: 2px solid #ad4060;
  outline-offset: 2px;
}

.services-showcase-benefits {
  margin-top: clamp(46px, 5vw, 74px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.services-showcase-benefits__card {
  border: 1px solid #d7d8dd;
  border-radius: 0 15px 0 15px;
  background: #fbfbfb;
  overflow: hidden;
}

.services-showcase-benefits__title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  font-weight: 500;
}

.services-showcase-benefits__card--burgundy {
  border-color: rgba(128, 31, 61, 0.4);
}

.services-showcase-benefits__card--burgundy .services-showcase-benefits__title {
  background: #ad4060;
}

.services-showcase-benefits__card--blue {
  border-color: rgba(64, 135, 171, 0.44);
}

.services-showcase-benefits__card--blue .services-showcase-benefits__title {
  background: #4087ab;
}

.services-showcase-benefits__card--orange {
  border-color: rgba(198, 123, 63, 0.5);
}

.services-showcase-benefits__card--orange .services-showcase-benefits__title {
  background: #c67b3f;
}

.services-showcase-benefits__list {
  margin: 0;
  padding: 14px 16px 16px;
  list-style: none;
  display: grid;
  gap: 12px;
}

.services-showcase-benefits__list li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.28;
  color: #3f4045;
}

.services-showcase-benefits__list li::before {
  content: "✧";
  position: absolute;
  left: 0;
  top: -1px;
  color: #c3c3c8;
  font-size: 14px;
}

.ai-reels {
  padding: 18px 0 24px;
  background: #ffffff;
  color: #2b2b2b;
}

.main--services .ai-reels {
  background: #ffffff;
}

.ai-reels__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 32px);
}

.ai-reels__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.ai-reels__eyebrow {
  margin: 0 0 6px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 600;
  color: #8e8e8e;
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 520ms ease, -webkit-transform 620ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition: opacity 520ms ease, -webkit-transform 620ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition: opacity 520ms ease, transform 620ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition: opacity 520ms ease, transform 620ms cubic-bezier(0.2, 0.82, 0.2, 1), -webkit-transform 620ms cubic-bezier(0.2, 0.82, 0.2, 1);
}

.ai-reels__title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(14px, 2vw, 28px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ai-reels__title {
  margin: 0;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: clamp(34px, 4.1vw, 54px);
  line-height: 1.03;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #2b2b2b;
}

.ai-reels__title .title-main,
.ai-reels__title .title-accent {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 620ms ease, -webkit-transform 760ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition: opacity 620ms ease, -webkit-transform 760ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition: transform 760ms cubic-bezier(0.2, 0.82, 0.2, 1), opacity 620ms ease;
  transition: transform 760ms cubic-bezier(0.2, 0.82, 0.2, 1), opacity 620ms ease, -webkit-transform 760ms cubic-bezier(0.2, 0.82, 0.2, 1);
}

.ai-reels__title .title-main {
  -webkit-transform: translate3d(-56px, 0, 0);
          transform: translate3d(-56px, 0, 0);
}

.ai-reels__title .title-accent {
  -webkit-transform: translate3d(56px, 0, 0);
          transform: translate3d(56px, 0, 0);
  color: #ad4060;
}

.ai-reels__count {
  width: 45px;
  height: 45px;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
  background: linear-gradient(135deg, #4a9bc8 0%, #3b7ea6 100%);
  border-radius: 0 15px 0 15px;
  -webkit-box-shadow: 0 14px 26px rgba(59, 126, 166, 0.24);
          box-shadow: 0 14px 26px rgba(59, 126, 166, 0.24);
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translate3d(-18px, 4px, 0) scale(0.82);
          transform: translate3d(-18px, 4px, 0) scale(0.82);
  -webkit-transition: opacity 520ms ease, -webkit-transform 640ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition: opacity 520ms ease, -webkit-transform 640ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition: transform 640ms cubic-bezier(0.2, 0.82, 0.2, 1), opacity 520ms ease;
  transition: transform 640ms cubic-bezier(0.2, 0.82, 0.2, 1), opacity 520ms ease, -webkit-transform 640ms cubic-bezier(0.2, 0.82, 0.2, 1);
}

.ai-reels__count-value {
  display: block;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 21px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.03em;
  font-variant-numeric: tabular-nums;
}

.ai-reels.is-heading-animated .ai-reels__eyebrow {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.ai-reels.is-heading-animated .ai-reels__title .title-main,
.ai-reels.is-heading-animated .ai-reels__title .title-accent {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.ai-reels.is-heading-animated .ai-reels__title .title-accent {
  -webkit-transition-delay: 120ms;
          transition-delay: 120ms;
}

.ai-reels.is-heading-animated .ai-reels__count {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition-delay: 180ms;
          transition-delay: 180ms;
}

.ai-reels__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding-top: 4px;
}

.ai-reels__nav {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e2e2e2;
  color: #c2c2c2;
  cursor: pointer;
  -webkit-transition: background 180ms ease, color 180ms ease, -webkit-transform 180ms ease;
  transition: background 180ms ease, color 180ms ease, -webkit-transform 180ms ease;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease, -webkit-transform 180ms ease;
}

.ai-reels__nav svg,
.ai-reels__nav img {
  width: 20px;
  height: 20px;
  opacity: 0.8;
}

.ai-reels__nav--prev img {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.ai-reels__nav--next img {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.ai-reels__nav:hover,
.ai-reels__nav:focus-visible {
  background: #d8d8d8;
  color: #aeaeae;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

.ai-reels__frame {
  position: relative;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 24px 0;
  margin-bottom: 34px;
  overflow: hidden;
  background: #121212;
  --reel-hole-width: 18px;
  --reel-hole-gap: 16px;
  --reel-hole-height: 16px;
  --reel-strip-color: #d8d8d8;
}

.ai-reels__frame::before,
.ai-reels__frame::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 24px;
  background-color: var(--reel-strip-color);
  background-image: repeating-linear-gradient(90deg, #ffffff 0 var(--reel-hole-width), var(--reel-strip-color) var(--reel-hole-width) calc(var(--reel-hole-width) + var(--reel-hole-gap)));
  background-position: left center;
  background-repeat: repeat-x;
  background-size: auto var(--reel-hole-height);
  pointer-events: none;
  z-index: 2;
}

.ai-reels__frame::before {
  top: 0;
}

.ai-reels__frame::after {
  bottom: 0;
}

.ai-reels__track {
  margin: 0;
  background: #121212;
}

.ai-reels__slide {
  padding: 0;
}

.ai-reels-card {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  background: #121212;
}

.ai-reels-card:not([data-youtube]),
.ai-reels-card[data-youtube=""] {
  cursor: default;
}

.ai-reels-card__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 32%;
  padding: 28px 22px 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 10, 14, 0)), color-stop(38%, rgba(8, 10, 14, 0.14)), to(rgba(8, 10, 14, 0.72)));
  background: linear-gradient(180deg, rgba(8, 10, 14, 0) 0%, rgba(8, 10, 14, 0.14) 38%, rgba(8, 10, 14, 0.72) 100%);
  pointer-events: none;
}

.ai-reels-card__caption[hidden] {
  display: none;
}

.ai-reels-card__title {
  margin: 0;
  color: #ffffff;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.32);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.ai-reels-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 320ms ease;
  transition: -webkit-transform 320ms ease;
  transition: transform 320ms ease;
  transition: transform 320ms ease, -webkit-transform 320ms ease;
}

.ai-reels-card__placeholder {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  background: linear-gradient(135deg, #262a30 0%, #171a1f 100%);
  color: #8d98aa;
}

.ai-reels-card--placeholder {
  cursor: default;
}

.ai-reels-card--placeholder .ai-reels-card__caption {
  display: none;
}

.ai-reels-card:hover img,
.ai-reels-card:focus-visible img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.ai-reels__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}

.ai-reels__cta-action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.ai-reels__cta-text {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: "Inter", sans-serif;
  font-size: clamp(28px, 3.2vw, 50px);
  line-height: 1.12;
  font-weight: 500;
  color: #4a4a4a;
  opacity: 0;
  -webkit-transform: translateX(-34px);
      -ms-transform: translateX(-34px);
          transform: translateX(-34px);
  -webkit-transition: opacity 540ms ease, -webkit-transform 640ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition: opacity 540ms ease, -webkit-transform 640ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition: transform 640ms cubic-bezier(0.2, 0.82, 0.2, 1), opacity 540ms ease;
  transition: transform 640ms cubic-bezier(0.2, 0.82, 0.2, 1), opacity 540ms ease, -webkit-transform 640ms cubic-bezier(0.2, 0.82, 0.2, 1);
}

.ai-reels.is-animated .ai-reels__cta-text {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.ai-reels__cta-line {
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: #d8d8d8;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 820ms ease;
  transition: -webkit-transform 820ms ease;
  transition: transform 820ms ease;
  transition: transform 820ms ease, -webkit-transform 820ms ease;
}

.ai-reels.is-animated .ai-reels__cta-line,
.ai-reels__cta:hover .ai-reels__cta-line {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.ai-reels__cta-arrow {
  width: 110px;
  height: 38px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 320ms ease;
  transition: -webkit-transform 320ms ease;
  transition: transform 320ms ease;
  transition: transform 320ms ease, -webkit-transform 320ms ease;
  -webkit-animation: ai-reels-arrow-shift 1.1s ease-in-out infinite;
          animation: ai-reels-arrow-shift 1.1s ease-in-out infinite;
  max-width: none;
}

.ai-reels__button {
  padding: 0 22px;
}

.ai-reels .slick-list {
  overflow: hidden;
}

.ai-reels .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #121212;
}

.ai-reels .slick-slide {
  height: auto;
  background: #121212;
}

.ai-reels .slick-slide > div {
  height: 100%;
}

@-webkit-keyframes ai-reels-arrow-shift {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes ai-reels-arrow-shift {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.ai-synergy {
  position: relative;
  min-height: 528px;
  padding-top: 30px;
  padding-bottom: 50px;
  overflow: hidden;
  background: #ffffff;
}

.main--services .ai-synergy {
  margin-top: 28px;
  background: #ffffff;
}

.ai-synergy__belt {
  position: absolute;
  left: 0;
  right: 0;
  top: 205px;
  height: 360px;
  background: #f6f6f6;
  z-index: 0;
}

.ai-synergy__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 32px);
  min-height: 528px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ai-synergy__layout {
  width: 100%;
  display: grid;
  grid-template-columns: 560px minmax(620px, 640px);
  -webkit-column-gap: 68px;
     -moz-column-gap: 68px;
          column-gap: 68px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

.ai-synergy__visual {
  width: 560px;
}

.ai-synergy__diagram {
  position: relative;
  width: 560px;
  height: 528px;
}

.ai-synergy__circle {
  position: absolute;
  border-radius: 50%;
  border: 3px solid #ffffff;
  overflow: hidden;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(var(--circle-scale, 1));
      -ms-transform: scale(var(--circle-scale, 1));
          transform: scale(var(--circle-scale, 1));
  -webkit-transition: -webkit-transform 1.1s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 1.1s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 1.1s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 1.1s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 1.1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.ai-synergy__circle-arc {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.ai-synergy__circle-label {
  position: absolute;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 22.7px;
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: 0;
}

.ai-synergy__circle--creative {
  top: -4px;
  left: 48px;
  width: 420px;
  height: 420px;
  background: #c9783d;
  z-index: 1;
}

.ai-synergy__circle-label--creative {
  top: 64px;
  left: 71px;
  color: #ffffff;
}

.ai-synergy__circle--tech {
  top: 41px;
  left: 178px;
  width: 420px;
  height: 420px;
  background: #3e8cb7;
  z-index: 2;
}

.ai-synergy__circle-label--tech {
  top: 186px;
  left: 233px;
  text-align: center;
  color: #ffffff;
}

.ai-synergy__circle--emotions {
  top: 145px;
  left: 82px;
  width: 420px;
  height: 420px;
  background: #ad4060;
  z-index: 1;
}

.ai-synergy.is-animated .ai-synergy__circle {
  --circle-scale: 0.9523809524;
}

.ai-synergy.is-animated.is-focus-tech .ai-synergy__circle--tech,
.ai-synergy.is-animated.is-focus-emotions .ai-synergy__circle--emotions,
.ai-synergy.is-animated.is-focus-creative .ai-synergy__circle--creative {
  --circle-scale: 1;
}

.ai-synergy__circle-label--emotions {
  top: 294px;
  left: 67px;
  color: #ffffff;
}

.ai-synergy__core {
  position: absolute;
  top: 151px;
  left: 188px;
  width: 198px;
  height: 198px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
}

.ai-synergy__core-logo {
  width: calc(100% - 52px);
  height: calc(100% - 52px);
  -o-object-fit: contain;
     object-fit: contain;
}

.ai-synergy__content {
  max-width: 640px;
  padding-top: 120px;
}

.ai-synergy__text {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 1.56;
  font-weight: 450;
  color: #171717;
}

.ai-synergy__text strong {
  font-weight: 700;
  color: #131313;
}

.ai-synergy__accent {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.ai-synergy__accent--creative {
  color: #c9783d;
}

.ai-synergy__accent--tech {
  color: #3e8cb7;
}

.ai-synergy__accent--emotions {
  color: #ad4060;
}

.ai-synergy__download[hidden] {
  display: none !important;
}

.ai-synergy__download {
  margin-top: 26px;
  min-height: 72px;
  padding: 0 32px;
  gap: 12px;
  background: #4087ab;
  -webkit-box-shadow: 0 14px 28px rgba(64, 135, 171, 0.26);
          box-shadow: 0 14px 28px rgba(64, 135, 171, 0.26);
}

.ai-synergy__download:hover,
.ai-synergy__download:focus-visible {
  background: #4a96bc;
}

.ai-synergy__download-icon {
  width: 22px;
  height: 22px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.ai-synergy__download-label {
  display: inline-block;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}

.process {
  padding: calc(clamp(48px, 6vw, 80px) / 2) 0;
  background-color: #f6f6f6;
  color: #1c1c1c;
  overflow-x: clip;
}

.process__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 32px);
}

.process__top {
  margin-bottom: calc(48px / 2);
}

.process__eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: hsl(210, 8%, 50%);
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 520ms ease, -webkit-transform 620ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition: opacity 520ms ease, -webkit-transform 620ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition: opacity 520ms ease, transform 620ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition: opacity 520ms ease, transform 620ms cubic-bezier(0.2, 0.82, 0.2, 1), -webkit-transform 620ms cubic-bezier(0.2, 0.82, 0.2, 1);
}

.process__title {
  margin: 0;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.process__title .title-main,
.process__title .title-accent {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 620ms ease, -webkit-transform 760ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition: opacity 620ms ease, -webkit-transform 760ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition: transform 760ms cubic-bezier(0.2, 0.82, 0.2, 1), opacity 620ms ease;
  transition: transform 760ms cubic-bezier(0.2, 0.82, 0.2, 1), opacity 620ms ease, -webkit-transform 760ms cubic-bezier(0.2, 0.82, 0.2, 1);
}

.process__title .title-main {
  -webkit-transform: translate3d(-56px, 0, 0);
          transform: translate3d(-56px, 0, 0);
}

.process__title .title-accent {
  -webkit-transform: translate3d(56px, 0, 0);
          transform: translate3d(56px, 0, 0);
  color: #ad4060;
}

.process.is-heading-animated .process__eyebrow {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.process.is-heading-animated .process__title .title-main,
.process.is-heading-animated .process__title .title-accent {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.process.is-heading-animated .process__title .title-accent {
  -webkit-transition-delay: 120ms;
          transition-delay: 120ms;
}

.process__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.process-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 0;
  border: 1px solid hsl(0, 0%, 85%);
  border-radius: 0 15px 0 15px;
  background: #ffffff;
  padding: 14px 16px;
  min-height: 150px;
  height: 100%;
}

.process-card__icon-wrap {
  grid-column: 1;
  grid-row: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-self: center;
  padding-top: 0;
}

.process-card__head {
  grid-column: 2;
  grid-row: 1;
  display: block;
  align-self: center;
  margin-bottom: 4px;
  min-width: 0;
}

.process-card__icon {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0.92;
}

.process-card__body {
  grid-column: 1/-1;
  grid-row: 2;
  min-width: 0;
  padding-left: 50px;
  margin-top: -2px;
}

.process-card__text {
  min-width: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: hsl(0, 0%, 24%);
}

.process-card__title {
  margin: 0;
  font-size: 22px;
  line-height: 1.02;
  font-weight: 700;
  color: #ad4060;
  min-width: 0;
  overflow-wrap: anywhere;
}

.workflow {
  padding: calc(clamp(48px, 6vw, 80px) / 2) 0;
  background-color: #f6f6f6;
  color: #1c1c1c;
}

.workflow__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 32px);
}

.workflow__top {
  margin-bottom: calc(48px / 2);
}

.workflow__eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: hsl(210, 8%, 50%);
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 520ms ease, -webkit-transform 620ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition: opacity 520ms ease, -webkit-transform 620ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition: opacity 520ms ease, transform 620ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition: opacity 520ms ease, transform 620ms cubic-bezier(0.2, 0.82, 0.2, 1), -webkit-transform 620ms cubic-bezier(0.2, 0.82, 0.2, 1);
}

.workflow__title {
  margin: 0;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
}

.workflow__title .title-main,
.workflow__title .title-accent {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 620ms ease, -webkit-transform 760ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition: opacity 620ms ease, -webkit-transform 760ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition: transform 760ms cubic-bezier(0.2, 0.82, 0.2, 1), opacity 620ms ease;
  transition: transform 760ms cubic-bezier(0.2, 0.82, 0.2, 1), opacity 620ms ease, -webkit-transform 760ms cubic-bezier(0.2, 0.82, 0.2, 1);
}

.workflow__title .title-main {
  -webkit-transform: translate3d(-56px, 0, 0);
          transform: translate3d(-56px, 0, 0);
}

.workflow__title .title-accent {
  -webkit-transform: translate3d(56px, 0, 0);
          transform: translate3d(56px, 0, 0);
  color: #ad4060;
}

.workflow.is-heading-animated .workflow__eyebrow {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.workflow.is-heading-animated .workflow__title .title-main,
.workflow.is-heading-animated .workflow__title .title-accent {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.workflow.is-heading-animated .workflow__title .title-accent {
  -webkit-transition-delay: 120ms;
          transition-delay: 120ms;
}

.workflow__grid {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 46px;
     -moz-column-gap: 46px;
          column-gap: 46px;
  row-gap: 28px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.workflow-card {
  border: 1px solid hsl(0, 0%, 85%);
  border-radius: 0 15px 0 15px;
  background: #ffffff;
  min-height: 138px;
  height: 100%;
  overflow: hidden;
}

.workflow-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 16px 20px 14px;
}

.workflow-card__number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  min-width: 24px;
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  color: hsl(0, 0%, 78%);
  letter-spacing: 0.02em;
}

.workflow-card__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  min-width: 0;
}

.workflow-card__icon {
  width: 34px;
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34px;
          flex: 0 0 34px;
  opacity: 0.98;
  -webkit-filter: grayscale(1) brightness(0.78) contrast(1.05);
          filter: grayscale(1) brightness(0.78) contrast(1.05);
}

.workflow-card__title {
  margin: 0;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 700;
  color: #ad4060;
  letter-spacing: 0;
}

.workflow-card__divider {
  height: 1px;
  background: hsl(0, 0%, 85%);
}

.workflow-card__text {
  margin: 0;
  padding: 14px 20px 12px;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 400;
  color: hsl(0, 0%, 19%);
  letter-spacing: 0;
}

.pricing {
  padding: 20px 0 56px;
  background: #ffffff;
}

.pricing__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 32px);
}

.pricing__top {
  margin-bottom: 20px;
}

.pricing__eyebrow {
  margin: 0 0 4px;
  font-size: 21px;
  line-height: 1.1;
  font-weight: 700;
  color: #7b7b7b;
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 520ms ease, -webkit-transform 620ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition: opacity 520ms ease, -webkit-transform 620ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition: opacity 520ms ease, transform 620ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition: opacity 520ms ease, transform 620ms cubic-bezier(0.2, 0.82, 0.2, 1), -webkit-transform 620ms cubic-bezier(0.2, 0.82, 0.2, 1);
}

.pricing__title {
  margin: 0;
  font-size: 49px;
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #393939;
  text-transform: uppercase;
}

.pricing__title .title-main,
.pricing__title .title-accent {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 620ms ease, -webkit-transform 760ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition: opacity 620ms ease, -webkit-transform 760ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition: transform 760ms cubic-bezier(0.2, 0.82, 0.2, 1), opacity 620ms ease;
  transition: transform 760ms cubic-bezier(0.2, 0.82, 0.2, 1), opacity 620ms ease, -webkit-transform 760ms cubic-bezier(0.2, 0.82, 0.2, 1);
}

.pricing__title .title-main {
  -webkit-transform: translate3d(-56px, 0, 0);
          transform: translate3d(-56px, 0, 0);
}

.pricing__title .title-accent {
  -webkit-transform: translate3d(56px, 0, 0);
          transform: translate3d(56px, 0, 0);
  color: #ad4060;
}

.pricing.is-heading-animated .pricing__eyebrow {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.pricing.is-heading-animated .pricing__title .title-main,
.pricing.is-heading-animated .pricing__title .title-accent {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.pricing.is-heading-animated .pricing__title .title-accent {
  -webkit-transition-delay: 120ms;
          transition-delay: 120ms;
}

.pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pricing-card {
  min-height: 484px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 0 14px 0 14px;
  overflow: hidden;
}

.pricing-card__head {
  height: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 0 14px;
  color: #ffffff;
}

.pricing-card__tier-icon {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.pricing-card__tier {
  margin: 0;
  font-size: 21px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-card__meta {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  background: #dcdcdc;
}

.pricing-card__meta-item {
  height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px 0 9px;
  background: #dcdcdc;
  border-bottom: 1px solid #ececec;
}

.pricing-card__meta-icon {
  width: 17px;
  height: 17px;
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  line-height: 1;
  color: #757575;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17px;
          flex: 0 0 17px;
}

.pricing-card__meta-icon--img {
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.9;
}

.pricing-card__meta-label {
  margin-right: 10px;
  font-size: 15px;
  line-height: 1;
  color: #878787;
}

.pricing-card__meta-value {
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.pricing-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 15px 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pricing-card__lead {
  margin: 0;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 400;
  color: #2f2f2f;
}

.pricing-card__features {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.pricing-card__feature {
  margin: 0;
  padding: 11px 0;
  font-size: 16px;
  line-height: 1.2;
  color: #2f2f2f;
  border-top: 1px solid #e5e5e5;
}

.pricing-card__cta {
  width: 219px;
  height: 52px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: auto;
  border: none;
  border-radius: 0 14px 0 0;
  background: #65122b;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  -webkit-transition: background-color 220ms ease;
  transition: background-color 220ms ease;
}

.pricing-card__cta:hover {
  background: #7a2140;
  text-decoration: none;
}

.pricing-card__cta:visited,
.pricing-card__cta:active,
.pricing-card__cta:focus {
  text-decoration: none;
}

.pricing-card__cta img {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  -webkit-filter: brightness(0) saturate(100%) invert(83%) sepia(61%) saturate(690%) hue-rotate(313deg) brightness(101%) contrast(98%);
          filter: brightness(0) saturate(100%) invert(83%) sepia(61%) saturate(690%) hue-rotate(313deg) brightness(101%) contrast(98%);
}

.pricing-card--impact .pricing-card__head {
  background: #2e759f;
}

.pricing-card--experience .pricing-card__head {
  background: #bc6430;
}

.pricing-card--epic .pricing-card__head {
  background: #65122b;
}

.pricing-card--impact .pricing-card__meta-value {
  color: #2e759f;
}

.pricing-card--experience .pricing-card__meta-value {
  color: #bc6430;
}

.pricing-card--epic .pricing-card__meta-value {
  color: #65122b;
}

.pricing *:focus-visible {
  outline: 2px solid #ad4060;
  outline-offset: 3px;
}

.ai-video {
  padding: 30px 0;
  background: #ffffff;
  color: #0f1720;
}

.ai-video.is-animated {
  padding-bottom: 10px;
}

.ai-video__container {
  max-width: none;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.ai-video__header {
  margin: 0 auto 22px;
  text-align: center;
  overflow: visible;
}

.ai-video__title {
  margin: 0;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 54px;
  line-height: 1.14;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #111827;
}

.ai-video__title.is-lettered {
  white-space: normal;
}

.ai-video__title-letter {
  display: inline-block;
  opacity: 0;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transform: translate3d(var(--char-x, 0px), var(--char-y, 0px), 0) scale(0.88) rotate(var(--char-r, 0deg));
          transform: translate3d(var(--char-x, 0px), var(--char-y, 0px), 0) scale(0.88) rotate(var(--char-r, 0deg));
  -webkit-transition: opacity 560ms ease, -webkit-transform 720ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-filter 720ms ease;
  transition: opacity 560ms ease, -webkit-transform 720ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-filter 720ms ease;
  transition: transform 720ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 560ms ease, filter 720ms ease;
  transition: transform 720ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 560ms ease, filter 720ms ease, -webkit-transform 720ms cubic-bezier(0.2, 0.8, 0.2, 1), -webkit-filter 720ms ease;
  -webkit-transition-delay: var(--char-delay, 0ms);
          transition-delay: var(--char-delay, 0ms);
  will-change: transform, opacity, filter;
}

.ai-video__title-letter.is-space {
  width: 0.3em;
}

.ai-video.is-title-assembled .ai-video__title-letter {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
          transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
}

.ai-video__subtitle {
  margin: 10px 0 0;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  color: #7a7a7a;
  display: inline-block;
  white-space: nowrap;
  -webkit-transform: translateX(115%);
      -ms-transform: translateX(115%);
          transform: translateX(115%);
  opacity: 0;
  will-change: transform, opacity;
}

.ai-video.is-animated .ai-video__subtitle {
  -webkit-animation: ai-subtitle-marquee-in 1.45s cubic-bezier(0.22, 0.61, 0.36, 1) 120ms forwards;
          animation: ai-subtitle-marquee-in 1.45s cubic-bezier(0.22, 0.61, 0.36, 1) 120ms forwards;
}

@-webkit-keyframes ai-subtitle-marquee-in {
  0% {
    -webkit-transform: translateX(115%);
            transform: translateX(115%);
    opacity: 0;
  }

  12% {
    opacity: 0.55;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes ai-subtitle-marquee-in {
  0% {
    -webkit-transform: translateX(115%);
            transform: translateX(115%);
    opacity: 0;
  }

  12% {
    opacity: 0.55;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.ai-video__composition {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 160px minmax(0, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  min-width: 0;
}

.ai-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
}

.ai-card__label {
  margin: 0 0 10px;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: 54px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.21em;
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: opacity 620ms ease, -webkit-transform 760ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition: opacity 620ms ease, -webkit-transform 760ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition: transform 760ms cubic-bezier(0.2, 0.82, 0.2, 1), opacity 620ms ease;
  transition: transform 760ms cubic-bezier(0.2, 0.82, 0.2, 1), opacity 620ms ease, -webkit-transform 760ms cubic-bezier(0.2, 0.82, 0.2, 1);
  -webkit-filter: saturate(0.78) brightness(1.05);
          filter: saturate(0.78) brightness(1.05);
}

.ai-card__label--business {
  color: #1f95d6;
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-align: right;
  -webkit-transform: translate3d(-72px, -44px, 0) scale(0.96);
          transform: translate3d(-72px, -44px, 0) scale(0.96);
  opacity: 0.82;
}

.ai-card__label--creative {
  color: #ad4060;
  -webkit-transform: translate3d(72px, -44px, 0) scale(0.96);
          transform: translate3d(72px, -44px, 0) scale(0.96);
  opacity: 0.82;
}

.ai-video.is-animated .ai-card__label {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

.ai-video.is-animated .ai-card__label--creative {
  -webkit-transition-delay: 120ms;
          transition-delay: 120ms;
}

.ai-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  border-radius: 0;
  border: 0;
  background: #d9d9d9;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}

.ai-video.is-animated .ai-card__media {
  opacity: 1;
}

.ai-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}

.nc-media-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: linear-gradient(135deg, #f4f6f9 0%, #e9edf3 100%);
  color: #8995a8;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ai-card__placeholder {
  aspect-ratio: 16/9;
}

.ai-card__play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 72px;
  height: 72px;
  border-radius: 999px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  --play-offset-x: 0px;
  --play-offset-y: 0px;
  -webkit-transform: translate(calc(-50% + var(--play-offset-x)), calc(-50% + var(--play-offset-y)));
      -ms-transform: translate(calc(-50% + var(--play-offset-x)), calc(-50% + var(--play-offset-y)));
          transform: translate(calc(-50% + var(--play-offset-x)), calc(-50% + var(--play-offset-y)));
  background: rgba(255, 255, 255, 0.22);
  border: 2px solid rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(2px);
  pointer-events: none;
  -webkit-transition: background-color 240ms ease, -webkit-transform 240ms ease;
  transition: background-color 240ms ease, -webkit-transform 240ms ease;
  transition: transform 240ms ease, background-color 240ms ease;
  transition: transform 240ms ease, background-color 240ms ease, -webkit-transform 240ms ease;
}

.ai-card__play[hidden] {
  display: none;
}

.ai-card__play svg,
.ai-card__play img {
  width: 26px;
  height: 26px;
  margin-left: 2px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.ai-card--business .ai-card__play,
.ai-card--business .ai-card__play img,
.ai-card--business .ai-card__play svg {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.ai-card--creative .ai-card__play,
.ai-card--creative .ai-card__play img,
.ai-card--creative .ai-card__play svg {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.ai-card__body {
  padding: 14px 28px 0;
}

.ai-card__body p {
  margin: 0;
  font-size: 18px;
  line-height: 1.34;
  letter-spacing: 0.02em;
  color: #424242;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.ai-video__center {
  position: relative;
  width: 160px;
  min-height: 100%;
  padding-bottom: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ai-video__connector {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 330px;
  overflow: visible;
}

.ai-video__line {
  opacity: 0;
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
  -webkit-transition: opacity 260ms ease-out, -webkit-transform 600ms ease-out;
  transition: opacity 260ms ease-out, -webkit-transform 600ms ease-out;
  transition: transform 600ms ease-out, opacity 260ms ease-out;
  transition: transform 600ms ease-out, opacity 260ms ease-out, -webkit-transform 600ms ease-out;
}

.ai-video__line--left,
.ai-video__line--right {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  transform-box: fill-box;
}

.ai-video__line--left {
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}

.ai-video__line--right {
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

.ai-video__line--left-vert,
.ai-video__line--right-vert {
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  transform-box: fill-box;
}

.ai-video__line--left-vert,
.ai-video__line--right-vert {
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
}

.ai-video.is-animated .ai-video__line {
  opacity: 1;
}

.ai-video.is-animated .ai-video__line--left,
.ai-video.is-animated .ai-video__line--right,
.ai-video.is-animated .ai-video__line--left-vert,
.ai-video.is-animated .ai-video__line--right-vert {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.ai-video.is-animated .ai-video__line--left,
.ai-video.is-animated .ai-video__line--right {
  -webkit-transition-delay: 260ms;
          transition-delay: 260ms;
}

.ai-video.is-animated .ai-video__line--left-vert,
.ai-video.is-animated .ai-video__line--right-vert {
  -webkit-transition-delay: 40ms;
          transition-delay: 40ms;
}

.ai-video__brain-wrap {
  position: absolute;
  top: var(--ai-brain-top, 110px);
  left: 50%;
  width: 160px;
  height: 160px;
  -webkit-transform: translateX(-50%) scale(0.92);
      -ms-transform: translateX(-50%) scale(0.92);
          transform: translateX(-50%) scale(0.92);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 320ms ease-out 180ms, -webkit-transform 460ms ease-out 180ms;
  transition: opacity 320ms ease-out 180ms, -webkit-transform 460ms ease-out 180ms;
  transition: transform 460ms ease-out 180ms, opacity 320ms ease-out 180ms;
  transition: transform 460ms ease-out 180ms, opacity 320ms ease-out 180ms, -webkit-transform 460ms ease-out 180ms;
}

.ai-video.is-animated .ai-video__brain-wrap {
  opacity: 1;
  -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}

.ai-video__brain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.82;
  -webkit-filter: saturate(0.78) brightness(1.05);
          filter: saturate(0.78) brightness(1.05);
}

.ai-video__cta-line {
  position: absolute;
  left: var(--ai-cta-line-left, 50%);
  top: var(--ai-cta-line-top, 0px);
  width: 3px;
  height: var(--ai-cta-line-height, 0px);
  background: -webkit-gradient(linear, left top, left bottom, from(#2aa8f6), to(#d26adf));
  background: linear-gradient(180deg, #2aa8f6 0%, #d26adf 100%);
  opacity: 0;
  -webkit-transform: translateX(-50%) scaleY(0);
      -ms-transform: translateX(-50%) scaleY(0);
          transform: translateX(-50%) scaleY(0);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: opacity 260ms ease-out 340ms, -webkit-transform 620ms ease-out 340ms;
  transition: opacity 260ms ease-out 340ms, -webkit-transform 620ms ease-out 340ms;
  transition: transform 620ms ease-out 340ms, opacity 260ms ease-out 340ms;
  transition: transform 620ms ease-out 340ms, opacity 260ms ease-out 340ms, -webkit-transform 620ms ease-out 340ms;
  pointer-events: none;
  z-index: 1;
}

.ai-video.is-animated .ai-video__cta-line {
  opacity: 1;
  -webkit-transform: translateX(-50%) scaleY(1);
      -ms-transform: translateX(-50%) scaleY(1);
          transform: translateX(-50%) scaleY(1);
}

.ai-card[role=button] {
  cursor: pointer;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}

.ai-card--no-video {
  cursor: default;
}

.ai-card--business:hover .ai-card__media,
.ai-card--business:focus-visible .ai-card__media {
  -webkit-box-shadow: 0 8px 28px rgba(58, 160, 244, 0.24);
          box-shadow: 0 8px 28px rgba(58, 160, 244, 0.24);
}

.ai-card--creative:hover .ai-card__media,
.ai-card--creative:focus-visible .ai-card__media {
  -webkit-box-shadow: 0 8px 28px rgba(214, 106, 248, 0.24);
          box-shadow: 0 8px 28px rgba(214, 106, 248, 0.24);
}

.ai-card:hover .ai-card__media img,
.ai-card:focus-visible .ai-card__media img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.ai-card:hover .ai-card__play,
.ai-card:focus-visible .ai-card__play {
  -webkit-transform: translate(calc(-50% + var(--play-offset-x)), calc(-50% + var(--play-offset-y))) scale(1.06);
      -ms-transform: translate(calc(-50% + var(--play-offset-x)), calc(-50% + var(--play-offset-y))) scale(1.06);
          transform: translate(calc(-50% + var(--play-offset-x)), calc(-50% + var(--play-offset-y))) scale(1.06);
  background: rgba(255, 255, 255, 0.3);
}

.ai-video__cta-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ai-video__cta {
  padding: 0 22px;
}

.ai-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px;
}

.ai-modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ai-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.68);
}

.ai-modal__dialog {
  position: relative;
  width: min(960px, 100%);
  border-radius: 20px;
  overflow: hidden;
  background: #0d1118;
  z-index: 1;
}

.ai-modal__header {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  color: #f3f4f6;
  background: #111827;
}

.ai-modal__header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}

.ai-modal__close {
  width: 38px;
  height: 38px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #1f2937;
  color: #f3f4f6;
  cursor: pointer;
}

.ai-modal__close-icon {
  width: 18px;
  height: 18px;
  display: block;
  pointer-events: none;
}

.ai-modal__frame-wrap {
  width: 100%;
  aspect-ratio: 16/9;
}

.ai-modal__frame-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.services {
  padding: calc(clamp(48px, 6vw, 80px) / 2) 0;
  color: hsl(210, 10%, 20%);
  background-color: hsl(0, 0%, 96%);
}

.services__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 32px);
}

.services__top {
  margin-bottom: calc(48px / 2);
}

.services__eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: hsl(210, 8%, 50%);
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 520ms ease, -webkit-transform 620ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition: opacity 520ms ease, -webkit-transform 620ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition: opacity 520ms ease, transform 620ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition: opacity 520ms ease, transform 620ms cubic-bezier(0.2, 0.82, 0.2, 1), -webkit-transform 620ms cubic-bezier(0.2, 0.82, 0.2, 1);
}

.services__title {
  margin: 0;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.1;
  font-weight: 800;
}

.services__title .title-main,
.services__title .title-accent {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 620ms ease, -webkit-transform 760ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition: opacity 620ms ease, -webkit-transform 760ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition: transform 760ms cubic-bezier(0.2, 0.82, 0.2, 1), opacity 620ms ease;
  transition: transform 760ms cubic-bezier(0.2, 0.82, 0.2, 1), opacity 620ms ease, -webkit-transform 760ms cubic-bezier(0.2, 0.82, 0.2, 1);
}

.services__title .title-main {
  -webkit-transform: translate3d(-56px, 0, 0);
          transform: translate3d(-56px, 0, 0);
}

.services__title .title-accent {
  -webkit-transform: translate3d(56px, 0, 0);
          transform: translate3d(56px, 0, 0);
}

.services__title .title-accent {
  color: #ad4060;
}

.services.is-heading-animated .services__eyebrow,
.faq.is-heading-animated .services__eyebrow,
.contact-brief.is-heading-animated .services__eyebrow {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.services.is-heading-animated .services__title .title-main,
.services.is-heading-animated .services__title .title-accent,
.faq.is-heading-animated .services__title .title-main,
.faq.is-heading-animated .services__title .title-accent,
.contact-brief.is-heading-animated .services__title .title-main,
.contact-brief.is-heading-animated .services__title .title-accent {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.services.is-heading-animated .services__title .title-accent,
.faq.is-heading-animated .services__title .title-accent,
.contact-brief.is-heading-animated .services__title .title-accent {
  -webkit-transition-delay: 120ms;
          transition-delay: 120ms;
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}

.services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.services-card:hover,
.services-card:focus-visible {
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
  text-decoration: none;
}

.services-card__media {
  position: relative;
  height: 176px;
  overflow: hidden;
}

.services-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.services-card__placeholder {
  position: absolute;
  inset: 0;
}

.services-card__media:has(.nc-media-placeholder) .services-card__overlay {
  display: none;
}

.services-card__media:has(.nc-media-placeholder) .services-card__title {
  color: #667085;
  text-shadow: none;
}

.services-card:hover .services-card__media img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}

.services-card__overlay {
  position: absolute;
  inset: 0;
  opacity: 0.7;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), color-stop(rgba(0, 0, 0, 0.22)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.22), transparent);
}

.services-card:hover .services-card__overlay {
  opacity: 0.85;
}

.services-card__title {
  position: absolute;
  left: 20px;
  bottom: 20px;
  margin: 0;
  max-width: 85%;
  font-size: clamp(18px, 2vw, 30px);
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
}

.services-card__body {
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.services-card__body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: hsl(0, 0%, 40%);
}

.services *:focus-visible {
  outline: 2px solid #ad4060;
  outline-offset: 3px;
}

.faq {
  background: #ffffff;
  padding: clamp(56px, 7vw, 92px) 0;
}

.faq__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 32px);
}

.faq__top {
  margin-bottom: clamp(24px, 3.5vw, 40px);
}

.faq__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #ececec;
}

.faq__item {
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: background-color 220ms ease;
  transition: background-color 220ms ease;
}

.faq__item:hover,
.faq__item:focus-within {
  background-color: #f6f6f6;
}

.faq__heading {
  margin: 0;
}

.faq__trigger {
  width: 100%;
  border: 0;
  background: transparent;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(40px, 5vw, 56px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  text-align: left;
  padding: clamp(18px, 2.2vw, 22px) clamp(10px, 1.4vw, 18px);
  cursor: pointer;
}

.faq__question {
  font-family: "Inter", sans-serif;
  font-size: clamp(20px, 2vw, 36px);
  line-height: 1.23;
  font-weight: 500;
  color: #2b2b2b;
  -webkit-transition: color 260ms ease;
  transition: color 260ms ease;
}

.faq__icon {
  position: relative;
  width: 24px;
  height: 24px;
  justify-self: center;
  color: #bdbdbd;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 280ms ease;
  transition: -webkit-transform 280ms ease;
  transition: transform 280ms ease;
  transition: transform 280ms ease, -webkit-transform 280ms ease;
}

.faq__icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.faq__content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 380ms ease, opacity 260ms ease;
  transition: max-height 380ms ease, opacity 260ms ease;
}

.faq__answer {
  padding: 12px clamp(40px, 5vw, 56px) 18px clamp(10px, 1.4vw, 18px);
}

.faq__answer p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.62;
  color: #303030;
}

.faq__answer div,
.faq__answer ul,
.faq__answer ol,
.faq__answer li,
.faq__answer a {
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.62;
  color: #303030;
}

.faq__answer ul,
.faq__answer ol {
  margin: 0;
  padding-left: 1.2em;
}

.faq__answer a {
  color: #ad4060;
  text-decoration: underline;
}

.faq__item.is-open .faq__question {
  color: #ad4060;
}

.faq__item.is-open .faq__icon {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.faq__item.is-open .faq__content {
  opacity: 1;
  max-height: 1000px;
}

.faq__trigger:hover .faq__question {
  color: #1f1f1f;
}

.faq__item.is-open .faq__trigger:hover .faq__question {
  color: #ad4060;
}

.faq__trigger:focus-visible {
  outline: 2px solid #ad4060;
  outline-offset: 3px;
}

.contact-brief {
  background: #f6f6f6;
  padding: clamp(44px, 6vw, 74px) 0 clamp(52px, 7vw, 84px);
}

.contact-brief__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 32px);
}

.contact-brief__top {
  margin-bottom: clamp(20px, 2.8vw, 32px);
}

.contact-brief__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}

.contact-brief__fields {
  display: grid;
  grid-template-columns: minmax(260px, 280px) minmax(0, 1fr);
  gap: 18px 36px;
}

.contact-brief__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}

.contact-brief__field {
  display: block;
}

.contact-brief__col--message {
  height: 100%;
}

.contact-brief__col--message .contact-brief__field {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-brief__label {
  display: inline-block;
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
  color: #555;
}

.contact-brief__label em {
  font-style: normal;
  color: #ad4060;
}

.contact-brief input,
.contact-brief textarea {
  width: 100%;
  border: 1px solid #d9d9d9;
  background: #fbfbfb;
  border-radius: 0 15px 0 15px;
  padding: 14px 18px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #3d3d3d;
  outline: none;
  -webkit-transition: border-color 180ms ease, -webkit-box-shadow 180ms ease;
  transition: border-color 180ms ease, -webkit-box-shadow 180ms ease;
  transition: border-color 180ms ease, box-shadow 180ms ease;
  transition: border-color 180ms ease, box-shadow 180ms ease, -webkit-box-shadow 180ms ease;
}

.contact-brief textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 100%;
  min-height: 196px;
  resize: none;
  padding-top: 14px;
}

.contact-brief input::-webkit-input-placeholder, .contact-brief textarea::-webkit-input-placeholder {
  color: #bdbdbd;
  font-size: 16px;
  line-height: 1.25;
}

.contact-brief input::-moz-placeholder, .contact-brief textarea::-moz-placeholder {
  color: #bdbdbd;
  font-size: 16px;
  line-height: 1.25;
}

.contact-brief input:-ms-input-placeholder, .contact-brief textarea:-ms-input-placeholder {
  color: #bdbdbd;
  font-size: 16px;
  line-height: 1.25;
}

.contact-brief input::-ms-input-placeholder, .contact-brief textarea::-ms-input-placeholder {
  color: #bdbdbd;
  font-size: 16px;
  line-height: 1.25;
}

.contact-brief input::placeholder,
.contact-brief textarea::placeholder {
  color: #bdbdbd;
  font-size: 16px;
  line-height: 1.25;
}

.contact-brief input[type=tel]::-webkit-input-placeholder {
  color: #979797;
  opacity: 1;
}

.contact-brief input[type=tel]::-moz-placeholder {
  color: #979797;
  opacity: 1;
}

.contact-brief input[type=tel]:-ms-input-placeholder {
  color: #979797;
  opacity: 1;
}

.contact-brief input[type=tel]::-ms-input-placeholder {
  color: #979797;
  opacity: 1;
}

.contact-brief input[type=tel]::placeholder {
  color: #979797;
  opacity: 1;
}

.contact-brief input[type=tel] {
  padding-left: 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(33.333%, #dd0000), color-stop(66.666%, #ffce00));
  background-image: linear-gradient(to bottom, #000 0 33.333%, #dd0000 33.333% 66.666%, #ffce00 66.666% 100%);
  background-repeat: no-repeat;
  background-size: 22px 14px;
  background-position: 28px 50%;
}

.contact-brief input:focus,
.contact-brief textarea:focus {
  border-color: #a7a7a7;
  -webkit-box-shadow: 0 0 0 2px rgba(80, 80, 80, 0.12);
          box-shadow: 0 0 0 2px rgba(80, 80, 80, 0.12);
}

.contact-brief input.is-invalid,
.contact-brief textarea.is-invalid,
.contact-brief .iti input[type=tel].is-invalid {
  border-color: #791e39;
  -webkit-box-shadow: 0 0 0 2px rgba(121, 30, 57, 0.16);
          box-shadow: 0 0 0 2px rgba(121, 30, 57, 0.16);
}

.contact-brief .iti {
  display: block;
  width: 100%;
}

.contact-brief .iti input[type=tel] {
  width: 100%;
  padding-left: 70px;
  background-image: none;
}

.contact-brief .iti input[type=tel]::-webkit-input-placeholder {
  color: #979797;
  opacity: 1;
}

.contact-brief .iti input[type=tel]::-moz-placeholder {
  color: #979797;
  opacity: 1;
}

.contact-brief .iti input[type=tel]:-ms-input-placeholder {
  color: #979797;
  opacity: 1;
}

.contact-brief .iti input[type=tel]::-ms-input-placeholder {
  color: #979797;
  opacity: 1;
}

.contact-brief .iti input[type=tel]::placeholder {
  color: #979797;
  opacity: 1;
}

.contact-brief .iti__country-container {
  left: 10px;
}

.contact-brief .iti__selected-country {
  height: calc(100% - 8px);
  margin: 4px 0;
  border-radius: 0 11px 0 11px;
  padding: 0 8px;
  background: transparent;
}

.contact-brief .iti__selected-country-primary {
  gap: 6px;
}

.contact-brief .iti__arrow {
  border-top-color: #a8a8a8;
}

.contact-brief .iti--inline-dropdown .iti__dropdown-content {
  border: 1px solid #d9d9d9;
  border-radius: 0 15px 0 15px;
  -webkit-box-shadow: 0 12px 22px rgba(0, 0, 0, 0.08);
          box-shadow: 0 12px 22px rgba(0, 0, 0, 0.08);
  width: 260px !important;
}

.contact-brief .iti__search-input {
  border-radius: 0 11px 0 11px;
  border: 1px solid #d9d9d9;
  background: #fbfbfb;
  font-size: 12px;
  line-height: 1.2;
  padding-left: 33px !important;
}

.contact-brief .iti__search-input::-webkit-input-placeholder {
  font-size: 12px;
}

.contact-brief .iti__search-input::-moz-placeholder {
  font-size: 12px;
}

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

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

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

.contact-brief__bottom {
  display: grid;
  grid-template-columns: auto minmax(280px, 1fr) minmax(220px, 296px);
  gap: 16px 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}

.contact-brief__submit {
  min-width: 220px;
  justify-self: start;
}

.contact-brief__consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
}

.contact-brief__consent input {
  width: 24px;
  height: 24px;
  margin: 0;
  border-radius: 0 8px 0 8px;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #dadada;
  background: #fff;
  position: relative;
  cursor: pointer;
}

.contact-brief__consent input:checked {
  background: #791e39;
  border-color: #791e39;
}

.contact-brief__consent input:checked::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}

.contact-brief__consent input.is-invalid {
  border-color: #791e39;
  -webkit-box-shadow: 0 0 0 2px rgba(121, 30, 57, 0.16);
          box-shadow: 0 0 0 2px rgba(121, 30, 57, 0.16);
}

.contact-brief__consent span,
.contact-brief__policy {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #6e6e6e;
}

.contact-brief__policy {
  justify-self: end;
}

.contact-brief__policy a {
  position: relative;
  display: inline-block;
  color: #d08a2f;
  text-decoration: none;
  -webkit-transition: color 0.24s ease;
  transition: color 0.24s ease;
}

.contact-brief__policy a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: currentColor;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 0.28s ease;
  transition: clip-path 0.28s ease;
}

.contact-brief__policy a:hover,
.contact-brief__policy a:focus-visible {
  color: #b48c4c;
  text-decoration: none;
}

.contact-brief__policy a:hover::after,
.contact-brief__policy a:focus-visible::after {
  clip-path: inset(0 0 0 0);
}

body.contact-success-open {
  overflow: hidden;
}

.contact-success-modal {
  position: fixed;
  inset: 0;
  z-index: 13000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 22px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 220ms ease;
  transition: opacity 220ms ease;
}

.contact-success-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.contact-success-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 8, 10, 0.62);
  backdrop-filter: blur(3px);
}

.contact-success-modal__dialog {
  position: relative;
  width: min(560px, 100vw - 32px);
  padding: 0 0 clamp(28px, 4vw, 42px);
  border: 1px solid rgba(173, 64, 96, 0.22);
  border-radius: 0 24px 0 24px;
  background: #ffffff;
  -webkit-box-shadow: 0 30px 70px rgba(0, 0, 0, 0.34);
          box-shadow: 0 30px 70px rgba(0, 0, 0, 0.34);
  color: #1f1f1f;
  overflow: hidden;
  -webkit-transform: translateY(12px) scale(0.98);
      -ms-transform: translateY(12px) scale(0.98);
          transform: translateY(12px) scale(0.98);
  -webkit-transition: -webkit-transform 260ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition: -webkit-transform 260ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition: transform 260ms cubic-bezier(0.2, 0.82, 0.2, 1);
  transition: transform 260ms cubic-bezier(0.2, 0.82, 0.2, 1), -webkit-transform 260ms cubic-bezier(0.2, 0.82, 0.2, 1);
}

.contact-success-modal.is-open .contact-success-modal__dialog {
  -webkit-transform: translateY(0) scale(1);
      -ms-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

.contact-success-modal__close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: color 180ms ease, -webkit-transform 180ms ease;
  transition: color 180ms ease, -webkit-transform 180ms ease;
  transition: color 180ms ease, transform 180ms ease;
  transition: color 180ms ease, transform 180ms ease, -webkit-transform 180ms ease;
}

.contact-success-modal__close:hover,
.contact-success-modal__close:focus-visible {
  color: #ad4060;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.contact-success-modal__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 96px;
  margin-bottom: clamp(20px, 3vw, 28px);
  padding: 18px 68px;
  background: #000000;
}

.contact-success-modal__brand img {
  display: block;
  width: 100%;
  max-width: 260px;
  height: auto;
}

.contact-success-modal__dialog h3 {
  margin: 0 clamp(28px, 4vw, 42px) 12px;
  font-family: "Space Grotesk", "Inter", sans-serif;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.05;
  font-weight: 700;
  color: #2d3238;
}

.contact-success-modal__dialog p {
  margin: 0 clamp(28px, 4vw, 42px) 28px;
  max-width: 420px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.45;
  color: #595959;
}

.contact-success-modal__button {
  margin-left: clamp(28px, 4vw, 42px);
  min-width: 168px;
}

.contacts-page {
  background: #ffffff;
  padding: clamp(24px, 4vw, 44px) 0 clamp(52px, 7vw, 84px);
}

.contacts-page__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 32px);
}

.contacts-page__breadcrumbs {
  margin: 0 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #8a8f98;
}

.contacts-page__title {
  margin: 0 0 clamp(20px, 3vw, 30px);
  max-width: 980px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(30px, 3.3vw, 52px);
  line-height: 1.02;
  font-weight: 700;
  color: #3f3f3f;
}

.contacts-page__eyebrow {
  display: inline-block;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #858585;
  text-decoration: none;
}

.contacts-page__eyebrow:hover,
.contacts-page__eyebrow:focus-visible {
  text-decoration: underline;
}

.contacts-page__breadcrumb-sep,
.contacts-page__breadcrumb-current {
  color: #8a8f98;
}

.contacts-page__hero {
  width: 100%;
  height: clamp(220px, 25vw, 360px);
  display: block;
  border-radius: 0 18px 0 18px;
  margin-bottom: clamp(28px, 3.4vw, 44px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.contacts-page__content {
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  gap: 36px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.contacts-page__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.contacts-page__youtube {
  display: block;
  position: relative;
  border-radius: 0 15px 0 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
          box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  -webkit-transition: border-radius 0.28s ease, -webkit-transform 0.28s ease, -webkit-box-shadow 0.28s ease;
  transition: border-radius 0.28s ease, -webkit-transform 0.28s ease, -webkit-box-shadow 0.28s ease;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-radius 0.28s ease;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-radius 0.28s ease, -webkit-transform 0.28s ease, -webkit-box-shadow 0.28s ease;
}

.contacts-page__youtube::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 8%, rgba(0, 0, 0, 0.1) 100%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.28s ease;
  transition: opacity 0.28s ease;
}

.contacts-page__youtube:hover,
.contacts-page__youtube:focus-visible {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 18px 38px rgba(0, 0, 0, 0.14);
          box-shadow: 0 18px 38px rgba(0, 0, 0, 0.14);
  border-radius: 12px 0 12px 0;
}

.contacts-page__youtube:hover::after,
.contacts-page__youtube:focus-visible::after {
  opacity: 1;
}

.contacts-page__youtube img {
  display: block;
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.45s ease;
  transition: -webkit-transform 0.45s ease;
  transition: transform 0.45s ease;
  transition: transform 0.45s ease, -webkit-transform 0.45s ease;
}

.contacts-page__youtube:hover img,
.contacts-page__youtube:focus-visible img {
  -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
          transform: scale(1.06);
}

.contacts-page__info-card {
  background: #f6f6f6;
  border-radius: 0 15px 0 15px;
  padding: 16px 16px 14px;
}

.contacts-page__contacts {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: grid;
  gap: 14px;
}

.contacts-page__contacts li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.contacts-page__contacts li > div {
  min-width: 0;
}

.contacts-page__contacts li:first-child > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contacts-page__icon {
  width: 24px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  line-height: 1;
  color: #6f6f6f;
  margin-top: 1px;
}

.contacts-page__icon img {
  width: 24px;
  height: 24px;
  display: block;
  -webkit-filter: brightness(0) saturate(100%) invert(18%) sepia(36%) saturate(2882%) hue-rotate(312deg) brightness(91%) contrast(90%);
          filter: brightness(0) saturate(100%) invert(18%) sepia(36%) saturate(2882%) hue-rotate(312deg) brightness(91%) contrast(90%);
}

.contacts-page__icon--mail img {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

.contacts-page__contacts a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  color: #595959;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.contacts-page__contacts a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background: currentColor;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
}

.contacts-page__contacts li:first-child a {
  min-height: 22px;
}

.contacts-page__contacts li:first-child a + a {
  margin-top: 5px;
}

.contacts-page__contacts a:hover,
.contacts-page__contacts a:focus-visible {
  color: #791e39;
  text-decoration: none;
}

.contacts-page__contacts a:hover::after,
.contacts-page__contacts a:focus-visible::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.contacts-page__messengers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.contacts-page__messenger {
  width: 45px;
  height: 45px;
  border-radius: 0 12px 0 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  line-height: 1;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  -webkit-transition: border-radius 0.24s ease, background-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  transition: border-radius 0.24s ease, background-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease, border-radius 0.24s ease, background-color 0.24s ease;
  transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease, border-radius 0.24s ease, background-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
}

.contacts-page__messenger:hover,
.contacts-page__messenger:focus-visible {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
          box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  -webkit-filter: brightness(1.04);
          filter: brightness(1.04);
  border-radius: 12px 0 12px 0;
}

.contacts-page__messenger img {
  width: 24px;
  height: 24px;
  display: block;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.contacts-page__messenger--wa {
  background: #0b6f30;
}

.contacts-page__messenger--tg {
  background: #0e4f7d;
}

.contacts-page__subtitle {
  margin: 0 0 16px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(38px, 3.4vw, 54px);
  line-height: 1.06;
  color: #4a4a4a;
}

.contacts-page__container .contact-brief {
  background: transparent;
  padding: 0;
}

.contacts-page__form .contact-brief__fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.contacts-page__form .contact-brief__col--inputs {
  display: contents;
}

.contacts-page__form .contact-brief__col--message {
  grid-column: 1/-1;
}

.contacts-page__form .contact-brief__col--message .contact-brief__field {
  display: block;
  height: auto;
}

.contacts-page__form .contact-brief__col--message textarea {
  min-height: 112px;
}

.contacts-page__form .contact-brief__bottom {
  grid-template-columns: auto minmax(260px, 1fr) minmax(220px, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-top: 24px;
}

.contacts-page__form .contact-brief__policy {
  justify-self: start;
}

.about-page {
  background: #ffffff;
  padding: clamp(24px, 4vw, 44px) 0 clamp(46px, 7vw, 90px);
}

.about-page__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}

.about-page__breadcrumbs {
  margin: 0 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #8a8f98;
}

.about-page__breadcrumb-home {
  color: #8a8f98;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.about-page__breadcrumb-home:hover,
.about-page__breadcrumb-home:focus-visible {
  color: #ad4060;
}

.about-page__breadcrumb-sep,
.about-page__breadcrumb-current {
  color: #8a8f98;
}

.about-page__title {
  margin: 0 0 clamp(20px, 3vw, 30px);
  max-width: 980px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(30px, 3.3vw, 52px);
  line-height: 1.02;
  font-weight: 700;
  color: #3f3f3f;
}

.about-page__intro {
  display: grid;
  grid-template-columns: minmax(180px, 320px) minmax(0, 1fr);
  gap: clamp(16px, 2.2vw, 26px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fbfbfb;
  border-radius: 0 18px 0 18px;
  padding: clamp(14px, 2vw, 22px);
  margin-bottom: clamp(28px, 4vw, 42px);
}

.about-page__portrait {
  width: 100%;
  height: auto;
  border-radius: 999px;
  display: block;
  max-width: 320px;
}

.about-page__description {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.6;
  color: #4a4a4a;
}

.about-page__story-title {
  margin: 0 0 clamp(20px, 3vw, 30px);
  max-width: 980px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(30px, 3.3vw, 52px);
  line-height: 1.02;
  font-weight: 700;
  color: #3f3f3f;
}

.about-timeline {
  position: relative;
  display: grid;
  gap: clamp(20px, 3vw, 34px);
  --timeline-progress: 0;
  --timeline-year-col: clamp(132px, 18vw, 220px);
  --timeline-gap: clamp(12px, 1.8vw, 22px);
}

.about-timeline__line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--timeline-year-col) + var(--timeline-gap) + 9px);
  width: 2px;
  background: rgba(98, 81, 89, 0.24);
  overflow: hidden;
}

.about-timeline__progress {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: calc(var(--timeline-progress) * 1%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ad4060), to(#cf7890));
  background: linear-gradient(180deg, #ad4060 0%, #cf7890 100%);
  -webkit-box-shadow: 0 0 12px rgba(173, 64, 96, 0.3);
          box-shadow: 0 0 12px rgba(173, 64, 96, 0.3);
  -webkit-transition: height 0.14s linear;
  transition: height 0.14s linear;
}

.about-timeline__item {
  display: grid;
  grid-template-columns: var(--timeline-year-col) 16px minmax(0, 1fr);
  gap: var(--timeline-gap);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
}

.about-timeline__year {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 0.95;
  letter-spacing: 0.02em;
  color: #8b8b8b;
  overflow-wrap: anywhere;
}

.about-timeline__dot {
  width: 16px;
  height: 16px;
  justify-self: center;
  border-radius: 50%;
  background: #ad4060;
  border: 3px solid #d9c9cf;
  margin-top: 10px;
  margin-left: 4px;
  z-index: 1;
  -webkit-transform: scale(0.88);
      -ms-transform: scale(0.88);
          transform: scale(0.88);
  -webkit-transition: -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  transition: transform 0.35s ease, box-shadow 0.35s ease, -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
}

.about-timeline__content {
  opacity: 0.36;
  -webkit-transform: translateY(16px);
      -ms-transform: translateY(16px);
          transform: translateY(16px);
  -webkit-transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
  transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
  transition: opacity 0.45s ease, transform 0.45s ease;
  transition: opacity 0.45s ease, transform 0.45s ease, -webkit-transform 0.45s ease;
}

.about-timeline__content h2 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(24px, 2.2vw, 42px);
  line-height: 1;
  color: #ad4060;
}

.about-timeline__content p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.58;
  color: #353535;
}

.about-timeline__content div,
.about-timeline__content ul,
.about-timeline__content ol,
.about-timeline__content li,
.about-timeline__content a {
  font-family: "Inter", sans-serif;
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.58;
  color: #353535;
}

.about-timeline__content ul,
.about-timeline__content ol {
  margin: 0;
  padding-left: 1.2em;
}

.about-timeline__content a {
  color: #ad4060;
  text-decoration: underline;
}

.about-timeline__item.is-active .about-timeline__content {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.about-timeline__item.is-active .about-timeline__dot {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-box-shadow: 0 0 0 7px rgba(173, 64, 96, 0.15);
          box-shadow: 0 0 0 7px rgba(173, 64, 96, 0.15);
}

.footer {
  margin-top: auto;
  color: #d6d6d6;
  --footer-link-hover: #b48c4c;
  background: radial-gradient(1200px 600px at 0% 50%, #2a2a2a 0%, #111111 55%, #0b0b0b 100%);
}

.footer__main {
  padding: 32px 0 18px;
}

.footer__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 32px);
}

.footer__grid {
  display: grid;
  grid-template-columns: minmax(230px, 1.2fr) minmax(260px, 1.25fr) minmax(250px, 1.1fr) minmax(210px, 0.9fr);
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.footer__title {
  margin: 0 0 15px;
  color: #8f8f8f;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
}

.footer__col {
  min-width: 0;
}

.footer__logo {
  display: inline-block;
  margin-bottom: 10px;
}

.footer__logo-img {
  width: 160px;
  max-width: 100%;
  display: block;
}

.footer__tagline {
  margin: 0;
  color: #a7a7a7;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

.footer__services-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.footer__service-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #d6d6d6;
  font-size: 14px;
  line-height: 1.35;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.footer__service-link span:last-child {
  position: relative;
  display: inline-block;
}

.footer__service-link span:last-child::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: currentColor;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 0.28s ease;
  transition: clip-path 0.28s ease;
}

.footer__service-link:hover {
  color: var(--footer-link-hover);
  text-decoration: none;
}

.footer__service-link:focus-visible {
  color: var(--footer-link-hover);
  text-decoration: none;
}

.footer__service-link:hover span:last-child::after,
.footer__service-link:focus-visible span:last-child::after {
  clip-path: inset(0 0 0 0);
}

.footer__service-link--active {
  color: #d6d6d6;
}

.footer__service-star {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #a9a9a9;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

.footer__service-star img {
  width: 16px;
  height: 16px;
  display: block;
  -webkit-filter: brightness(0) saturate(100%) invert(71%) sepia(1%) saturate(0%) hue-rotate(168deg) brightness(94%) contrast(84%);
          filter: brightness(0) saturate(100%) invert(71%) sepia(1%) saturate(0%) hue-rotate(168deg) brightness(94%) contrast(84%);
}

.footer__contact-list {
  display: grid;
  gap: 12px;
}

.footer__contact-row {
  display: grid;
  grid-template-columns: 24px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.footer__contact-icon {
  color: #ffffff;
  width: 24px;
  height: 24px;
  line-height: 1.2;
  text-align: center;
  margin-top: 1px;
}

.footer__contact-icon svg,
.footer__contact-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.footer__contact-icon img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.footer__contact-icon--mail img {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

.footer__contact-text {
  color: #d6d6d6;
  font-size: 14px;
  line-height: 1.35;
}

.footer__contact-text a,
.footer__contact-text p {
  color: inherit;
  margin: 0;
  display: block;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.footer__contact-text a:hover {
  color: var(--footer-link-hover);
  text-decoration: none;
}

.footer__contact-text a:focus-visible {
  color: var(--footer-link-hover);
  text-decoration: none;
}

.footer__messengers,
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.footer__messengers {
  margin-top: 16px;
}

.footer__messenger,
.footer__social-btn {
  width: 45px;
  height: 45px;
  border-radius: 0 12px 0 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  line-height: 1;
  -webkit-transition: border-radius 0.24s ease, background-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  transition: border-radius 0.24s ease, background-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease, border-radius 0.24s ease, background-color 0.24s ease;
  transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease, border-radius 0.24s ease, background-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
}

.footer__messenger:hover,
.footer__social-btn:hover {
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
          box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  -webkit-filter: brightness(1.04);
          filter: brightness(1.04);
  border-radius: 12px 0 12px 0;
}

.footer__messenger svg,
.footer__messenger img,
.footer__social-btn svg,
.footer__social-btn img {
  width: 24px;
  height: 24px;
  display: block;
}

.footer__messenger img,
.footer__social-btn img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.footer__messenger--wa {
  background: #0b6f30;
}

.footer__messenger--tg {
  background: #0e4f7d;
}

.footer__messenger {
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.footer__social-btn {
  background: #b45476;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.footer__social-btn:hover {
  background: #c46687;
}

.footer__social-btn svg,
.footer__social-btn img {
  width: 24px;
  height: 24px;
}

.footer__bottom {
  background: rgba(0, 0, 0, 0.45);
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.footer__container--bottom {
  min-height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.footer__copyright {
  margin: 0;
  color: #8f8f8f;
  font-size: 13px;
  line-height: 1.3;
  white-space: nowrap;
}

.footer__legal {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  row-gap: 6px;
}

.footer__legal li {
  color: #555555;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}

.footer__legal li:not(:last-child)::after {
  content: "•";
  color: #4e4e4e;
  font-size: 11px;
  line-height: 1;
}

.footer__legal a {
  position: relative;
  display: inline-block;
  color: #7f7f7f;
  font-size: 13px;
  line-height: 1.25;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.footer__legal a[data-cookie-settings-link] {
  cursor: pointer;
}

.footer__legal a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: currentColor;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 0.28s ease;
  transition: clip-path 0.28s ease;
}

.footer__legal a:hover {
  color: var(--footer-link-hover);
  text-decoration: none;
}

.footer__legal a:focus-visible {
  color: var(--footer-link-hover);
  text-decoration: none;
}

.footer__legal a:hover::after,
.footer__legal a:focus-visible::after {
  clip-path: inset(0 0 0 0);
}

:is(.services__container,
.services-ai-banner__container,
.services-showcase__container,
.ai-reels__container,
.ai-synergy__container,
.process__container,
.workflow__container,
.pricing__container,
.faq__container,
.contact-brief__container,
.contacts-page__container) {
  max-width: calc(1300px + clamp(16px, 3vw, 32px) * 2);
}

@media (min-width: 768px) {
  .services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .services-card__media {
    height: 208px;
  }

  .services-card__body {
    padding: 24px;
  }

  .services-card__body p {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .services__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
  }

  .services-card__media {
    height: 240px;
  }
}

@media (min-width: 1101px) {
  .process__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .process-card {
    min-height: 180px;
  }

  .workflow__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1439px) {
  .ai-synergy__layout {
    grid-template-columns: minmax(500px, 560px) minmax(500px, 1fr);
    -webkit-column-gap: 54px;
       -moz-column-gap: 54px;
            column-gap: 54px;
  }
}

@media (max-width: 1320px) {
  .ai-card__label {
    font-size: 44px;
  }

  .ai-card__body p {
    font-size: 17px;
  }

  .ai-video__cta {
    font-size: 16px;
  }
}

@media (max-width: 1279px) {
  .contact-brief__label {
    font-size: 12px;
  }

  .contact-brief input,
  .contact-brief textarea {
    font-size: 14px;
  }

  .contact-brief input::-webkit-input-placeholder, .contact-brief textarea::-webkit-input-placeholder {
    font-size: 14px;
  }

  .contact-brief input::-moz-placeholder, .contact-brief textarea::-moz-placeholder {
    font-size: 14px;
  }

  .contact-brief input:-ms-input-placeholder, .contact-brief textarea:-ms-input-placeholder {
    font-size: 14px;
  }

  .contact-brief input::-ms-input-placeholder, .contact-brief textarea::-ms-input-placeholder {
    font-size: 14px;
  }

  .contact-brief input::placeholder,
  .contact-brief textarea::placeholder {
    font-size: 14px;
  }

  .contact-brief__consent span,
  .contact-brief__policy {
    font-size: 15px;
  }

  .contact-brief__bottom {
    grid-template-columns: auto minmax(220px, 1fr);
  }

  .contact-brief__policy {
    grid-column: 1/-1;
    justify-self: start;
  }

  .contacts-page__contacts a {
    font-size: 18px;
  }

  .contacts-page__form .contact-brief__fields {
    grid-template-columns: 1fr 1fr;
  }

  .contacts-page__form .contact-brief__col--message {
    grid-column: 1/-1;
  }

  .about-page__container {
    padding: 0 24px;
  }
}

@media (max-width: 1200px) {
  .ai-synergy {
    min-height: 0;
    padding: 34px 0 44px;
  }

  .ai-synergy__belt {
    top: 220px;
    height: calc(100% - 250px);
  }

  .ai-synergy__container {
    min-height: 0;
  }

  .ai-synergy__layout {
    grid-template-columns: 1fr;
    row-gap: 34px;
  }

  .ai-synergy__visual {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 52px;
  }

  .ai-synergy__diagram {
    width: 100%;
    max-width: 597px;
    height: auto;
    aspect-ratio: 560/528;
  }

  .ai-synergy__content {
    max-width: 100%;
    padding-top: 0;
  }

  .ai-synergy__download {
    margin-top: 22px;
  }
}

@media (max-width: 1199px) {
  .ai-reels__cta {
    gap: 14px;
  }

  .footer__grid {
    grid-template-columns: minmax(200px, 0.9fr) minmax(220px, 1fr) minmax(220px, 1fr);
    grid-template-areas: "brand services contacts" "brand media media";
    gap: 30px 26px;
  }

  .footer__col--brand {
    grid-area: brand;
    align-self: start;
  }

  .footer__col--services {
    grid-area: services;
  }

  .footer__col--contacts {
    grid-area: contacts;
  }

  .footer__col--media {
    grid-area: media;
  }

  .footer__social {
    max-width: none;
  }

  .footer__container--bottom {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }

  .footer__copyright {
    white-space: normal;
  }

  .footer__legal {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 1180px) {
  .pricing__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 1100px) {
  .process-card__title {
    font-size: 22px;
  }

  .process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 24px;
  }

  .workflow__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 24px;
  }

  .contact-brief__fields {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contact-brief textarea {
    min-height: 170px;
  }

  .contact-brief__bottom {
    grid-template-columns: 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .contact-brief__submit {
    width: 100%;
    max-width: 360px;
  }
}

@media (max-width: 1030px) {
  .header {
    backdrop-filter: blur(8px);
  }

  .header__container {
    height: auto;
    padding: 18px clamp(16px, 3vw, 18px);
    gap: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: relative;
    z-index: 2002;
  }

  .header.is-compact .header__container {
    padding: 6px clamp(16px, 3vw, 18px);
    gap: 8px;
  }

  .header__bottomLine {
    position: relative;
    z-index: 2002;
  }

  .header__logo {
    min-width: auto;
  }

  .header.is-compact .header__logoImg {
    max-width: 148px;
  }

  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: auto;
    padding-left: 0;
    position: relative;
  }

  .header__burger {
    display: inline-block;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .header.is-compact .header__burger {
    width: 36px;
    height: 36px;
    border-radius: 8px;
  }

  .header.is-compact .header__burger b {
    width: 36px;
    height: 2px;
  }

  .header.is-compact .header__burger b:nth-child(1) {
    top: 6px;
  }

  .header.is-compact .header__burger b:nth-child(2) {
    top: 17px;
  }

  .header.is-compact .header__burger b:nth-child(3) {
    top: 28px;
  }

  .header__actions {
    display: none;
  }

  .header__menu {
    position: fixed;
    left: 0;
    right: 0;
    top: var(--menu-top, 0px);
    width: auto;
    height: calc(100dvh - var(--menu-top, 0px));
    background: rgba(10, 10, 10, 0.98);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
    padding: 20px 20px 40px;
    margin: 0;
    overflow-y: auto;
    -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
            transform: translateY(-8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 200ms ease, visibility 0s linear 200ms, -webkit-transform 200ms ease;
    transition: opacity 200ms ease, visibility 0s linear 200ms, -webkit-transform 200ms ease;
    transition: opacity 200ms ease, transform 200ms ease, visibility 0s linear 200ms;
    transition: opacity 200ms ease, transform 200ms ease, visibility 0s linear 200ms, -webkit-transform 200ms ease;
    z-index: 2001;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .header.is-menu-open .header__menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    pointer-events: auto;
    -webkit-transition-delay: 0s, 0s, 0s;
            transition-delay: 0s, 0s, 0s;
  }

  .header__item {
    width: 100%;
  }

  .header__link {
    display: block;
    padding: 10px 0;
    border-radius: 0;
    background: transparent;
  }

  .header__link--dropdown {
    cursor: default;
    pointer-events: none;
  }

  .header__link--dropdown .header__chev {
    display: none;
  }

  .header__link:hover .header__linkText,
  .header__link:focus-visible .header__linkText,
  .header__langBtn:hover .header__langValueText,
  .header__langBtn:focus-visible .header__langValueText {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .header__dropdown {
    position: static;
    min-width: 0;
    margin-top: 6px;
    margin-left: 0;
    padding: 0 0 0 10px;
    background: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    display: none;
  }

  .header.is-menu-open .header__dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: block;
  }

  .header__item--mobileActions {
    display: block;
    margin-top: 8px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .header__mobileActions {
    display: grid;
    gap: 12px;
  }

  .header__cta--mobile {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 56px;
  }

  .header__lang--mobile {
    width: 100%;
  }

  .header__lang--mobile .header__langBtn {
    display: none;
  }

  .header__lang--mobile .header__langDropdown {
    position: static;
    right: auto;
    left: auto;
    width: 100%;
    min-width: 0;
    margin-top: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    z-index: 40;
  }

  .header__dropdownItem + .header__dropdownItem,
  .header__langItem + .header__langItem {
    margin-top: 2px;
  }

  .header__langItem {
    position: relative;
    margin-top: 0;
  }

  .header__langItem:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.18);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .header__dropdownLink,
  .header__langOption {
    padding: 8px 0;
    border-radius: 0;
    background: transparent;
  }

  .header__langOption {
    width: auto;
    padding: 8px 14px;
  }

  .header__dropdownStar {
    opacity: 1;
    -webkit-transform: translateY(-1px) scale(1);
        -ms-transform: translateY(-1px) scale(1);
            transform: translateY(-1px) scale(1);
  }

  .header__dropdownLabel,
  .header__langOptionLabel {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }

  .header__dropdownLink:hover,
  .header__langOption:hover {
    background: transparent;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .header__dropdownLink:hover .header__dropdownStar img,
  .header__dropdownLink:focus-visible .header__dropdownStar img {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .header__divider {
    display: none;
  }

  .scroll-top {
    left: 16px;
    bottom: 18px;
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 1024px) {
  .services-showcase__layout {
    grid-template-columns: 1fr;
  }

  .services-showcase__content {
    max-width: 100%;
    min-height: 0;
    gap: 14px;
  }

  .services-showcase__description {
    max-width: 54ch;
  }

  .services-showcase-benefits {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 1023px) {
  .ai-video {
    padding: 72px 0;
  }

  .ai-video__container {
    padding: 0 20px;
  }

  .ai-video__title {
    font-size: 44px;
  }

  .ai-video__subtitle {
    font-size: 18px;
    line-height: 1.35;
    white-space: normal;
    display: block;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1;
    -webkit-animation: none;
            animation: none;
  }

  .ai-video__composition {
    grid-template-columns: 1fr;
    row-gap: 28px;
    min-width: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .ai-card {
    opacity: 1;
    -webkit-filter: none;
            filter: none;
  }

  .ai-video__center {
    display: none;
  }

  .ai-video__cta-line {
    display: none;
  }

  .ai-card__label {
    font-size: 34px;
  }

  .ai-card__label--business {
    -ms-flex-item-align: start;
        align-self: flex-start;
    text-align: left;
  }

  .ai-card__body {
    padding: 14px 10px 0;
  }

  .ai-card__body p {
    font-size: 16px;
    line-height: 1.35;
  }

  .ai-card__media {
    opacity: 1;
  }

  .ai-video__cta-wrap {
    margin-top: 40px;
  }

  .ai-video__cta {
    font-size: 15px;
    padding: 0 28px;
  }

  .faq__answer {
    padding-bottom: 16px;
  }

  .contacts-page__content {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .contacts-page__aside {
    width: min(100%, 346px);
    max-width: 346px;
    justify-self: start;
  }

  .about-page__intro {
    grid-template-columns: 1fr;
  }

  .about-page__portrait {
    max-width: 220px;
  }

  .about-timeline__line {
    left: 18px;
  }

  .about-timeline__item {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-left: 44px;
  }

  .about-timeline__dot {
    position: absolute;
    left: 10px;
    top: 0;
    margin-top: 6px;
  }

  .about-timeline__year {
    font-size: clamp(20px, 6vw, 28px);
  }

  .footer__grid {
    grid-template-columns: repeat(2, minmax(250px, 1fr));
    grid-template-areas: "brand services" "contacts media";
    gap: 34px 28px;
  }
}

@media (max-width: 970px) {
  .ai-synergy__belt {
    top: 165px;
    height: calc(100% - 190px);
  }

  .ai-synergy__diagram {
    width: min(100%, 358px);
    max-width: 358px;
    height: 338px;
    aspect-ratio: auto;
    margin: 0 auto;
  }

  .ai-synergy__circle-label {
    font-size: 15px;
  }

  .ai-synergy__circle--creative {
    top: 0;
    left: 28px;
    width: 268px;
    height: 268px;
  }

  .ai-synergy__circle-label--creative {
    top: 41px;
    left: 45px;
  }

  .ai-synergy__circle--tech {
    top: 26px;
    left: 90px;
    width: 268px;
    height: 268px;
  }

  .ai-synergy__circle-label--tech {
    top: 118px;
    left: auto;
    right: 9px;
  }

  .ai-synergy__circle--emotions {
    top: 70px;
    left: 50px;
    width: 268px;
    height: 268px;
  }

  .ai-synergy__circle-label--emotions {
    top: 188px;
    left: 24px;
  }

  .ai-synergy__core {
    top: 96px;
    left: 114px;
    width: 126px;
    height: 126px;
    border-width: 2px;
  }

  .ai-synergy__core-logo {
    width: calc(100% - 36px);
    height: calc(100% - 36px);
  }
}

@media (max-width: 899px) {
  .ai-reels {
    padding: 18px 0 20px;
  }

  .ai-reels__title-row {
    gap: 12px 16px;
  }

  .ai-reels__count {
    width: 45px;
    height: 45px;
    -ms-flex-preferred-size: 45px;
        flex-basis: 45px;
    border-radius: 0 15px 0 15px;
  }

  .ai-reels__top {
    margin-bottom: 14px;
  }

  .ai-reels__controls {
    padding-top: 2px;
  }

  .ai-reels__frame {
    margin-bottom: 24px;
  }

  .ai-reels__cta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .ai-reels__cta-action {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .ai-reels__cta-line {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .ai-synergy {
    padding: 32px 0 40px;
  }

  .ai-synergy__layout {
    grid-template-columns: 1fr;
    row-gap: 34px;
  }

  .ai-synergy__visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .ai-synergy__diagram {
    max-width: min(92vw, 520px);
  }

  .ai-synergy__content {
    max-width: 100%;
    padding-top: 0;
  }

  .ai-synergy__download {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .services-ai-banner {
    padding-top: 14px;
  }

  .services-ai-banner__hero {
    border-radius: 0 12px 0 12px;
  }

  .services-showcase__title {
    margin-bottom: 14px;
  }

  .services-showcase__play {
    width: 60px;
    height: 60px;
  }

  .services-showcase__footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 10px;
  }

  .services-showcase__label {
    font-size: 12px;
    max-width: 100%;
  }

  .ai-reels__top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .ai-reels__heading {
    min-width: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .ai-reels__title-row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .ai-reels__title {
    max-width: 230px;
    font-size: clamp(24px, 8.4vw, 32px);
    line-height: 0.98;
  }

  .ai-reels__eyebrow {
    font-size: 16px;
  }

  .ai-reels__count {
    width: 45px;
    height: 45px;
    -ms-flex-preferred-size: 45px;
        flex-basis: 45px;
    border-radius: 0 15px 0 15px;
  }

  .ai-reels__count-value {
    font-size: 21px;
  }

  .ai-reels__nav {
    width: 36px;
    height: 36px;
  }

  .ai-reels__frame {
    padding: 20px 0;
    --reel-hole-width: 16px;
    --reel-hole-gap: 14px;
    --reel-hole-height: 14px;
  }

  .ai-reels__frame::before,
  .ai-reels__frame::after {
    height: 20px;
  }

  .ai-reels-card__caption {
    min-height: 38%;
    padding: 20px 16px 14px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 10, 14, 0)), color-stop(34%, rgba(8, 10, 14, 0.18)), to(rgba(8, 10, 14, 0.76)));
    background: linear-gradient(180deg, rgba(8, 10, 14, 0) 0%, rgba(8, 10, 14, 0.18) 34%, rgba(8, 10, 14, 0.76) 100%);
  }

  .ai-reels-card__title {
    font-size: 17px;
    -webkit-line-clamp: 3;
  }

  .ai-reels__button {
    height: 50px;
    font-size: 16px;
    padding: 0 20px;
  }

  .ai-reels__cta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    gap: 12px;
  }

  .ai-reels__cta-text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
  }

  .ai-reels__cta-line {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .ai-reels__cta-action {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }

  .faq {
    padding: 42px 0;
  }

  .faq__top {
    margin-bottom: 20px;
  }

  .faq__trigger {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .faq__question {
    font-size: clamp(22px, 6vw, 28px);
  }

  .contact-brief {
    padding: 40px 0 48px;
  }

  .contact-brief__label {
    margin-bottom: 6px;
    font-size: 11px;
  }

  .contact-brief input,
  .contact-brief textarea {
    border-radius: 0 12px 0 12px;
    padding: 12px 14px;
    font-size: 13px;
  }

  .contact-brief input[type=tel] {
    padding-left: 62px;
    background-position: 24px 50%;
  }

  .contact-brief input::-webkit-input-placeholder, .contact-brief textarea::-webkit-input-placeholder {
    font-size: 13px;
  }

  .contact-brief input::-moz-placeholder, .contact-brief textarea::-moz-placeholder {
    font-size: 13px;
  }

  .contact-brief input:-ms-input-placeholder, .contact-brief textarea:-ms-input-placeholder {
    font-size: 13px;
  }

  .contact-brief input::-ms-input-placeholder, .contact-brief textarea::-ms-input-placeholder {
    font-size: 13px;
  }

  .contact-brief input::placeholder,
  .contact-brief textarea::placeholder {
    font-size: 13px;
  }

  .contact-brief .iti input[type=tel] {
    padding-left: 70px;
  }

  .contact-brief .iti__country-container {
    left: 8px;
  }

  .contact-brief .iti__selected-country {
    padding: 0 6px;
  }

  .contact-brief .iti__search-input::-webkit-input-placeholder {
    font-size: 11px;
  }

  .contact-brief .iti__search-input::-moz-placeholder {
    font-size: 11px;
  }

  .contact-brief .iti__search-input:-ms-input-placeholder {
    font-size: 11px;
  }

  .contact-brief .iti__search-input::-ms-input-placeholder {
    font-size: 11px;
  }

  .contact-brief .iti__search-input,
  .contact-brief .iti__search-input::placeholder {
    font-size: 11px;
  }

  .contact-brief textarea {
    min-height: 140px;
  }

  .contact-brief__submit {
    max-width: none;
  }

  .contact-brief__consent span,
  .contact-brief__policy {
    font-size: 14px;
    line-height: 1.3;
  }

  .contact-brief__consent input {
    width: 20px;
    height: 20px;
    border-radius: 6px;
  }

  .contact-brief__consent input:checked::after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
  }

  .contacts-page {
    padding-top: 18px;
  }

  .contacts-page__title {
    margin-bottom: 8px;
  }

  .contacts-page__hero {
    border-radius: 0 12px 0 12px;
    margin-bottom: 20px;
  }

  .contacts-page__subtitle {
    margin-bottom: 10px;
  }

  .contacts-page__form .contact-brief__fields {
    grid-template-columns: 1fr;
  }

  .contacts-page__form .contact-brief__bottom {
    grid-template-columns: 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .contacts-page__form .contact-brief__policy {
    justify-self: start;
  }

  .contacts-page__form .contact-brief__col--message textarea {
    min-height: 140px;
  }

  .about-page {
    padding-top: 18px;
  }

  .about-page__container {
    padding: 0 16px;
  }

  .about-page__intro {
    border-radius: 0 12px 0 12px;
    margin-bottom: 24px;
  }

  .about-timeline__line {
    left: 14px;
  }

  .about-timeline__item {
    padding-left: 34px;
  }

  .about-timeline__dot {
    left: 6px;
  }

  .footer__main {
    padding-top: 28px;
    padding-bottom: 18px;
  }

  .footer__grid {
    grid-template-columns: 1fr;
    grid-template-areas: "brand" "services" "contacts" "media";
    gap: 28px;
  }

  .footer__social {
    max-width: none;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .footer__container--bottom {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }

  .footer__copyright {
    white-space: normal;
  }

  .footer__legal {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    row-gap: 8px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .footer__legal li {
    gap: 10px;
  }
}

@media (max-width: 700px) {
  .process-card {
    padding: 16px;
    min-height: auto;
  }

  .process-card__title {
    font-size: 20px;
  }

  .process-card {
    min-height: auto;
  }

  .process__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .workflow__top {
    margin-bottom: 16px;
  }

  .workflow-card {
    min-height: auto;
  }

  .workflow__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .workflow-card__top {
    padding: 14px 16px 12px;
  }

  .workflow-card__text {
    padding: 12px 16px 14px;
    font-size: 16px;
  }

  .workflow-card__title {
    font-size: 20px;
  }

  .workflow-card__number {
    font-size: 24px;
  }

  .workflow-card__icon {
    width: 30px;
    height: 30px;
    -ms-flex-preferred-size: 30px;
        flex-basis: 30px;
  }

  .pricing {
    padding: 20px 0 42px;
  }

  .pricing__eyebrow {
    font-size: 17px;
  }

  .pricing__title {
    font-size: clamp(34px, 10vw, 49px);
  }
}

@media (max-width: 480px) {
  .header__container {
    padding: 12px 14px;
    gap: 10px;
  }

  .header.is-compact .header__container {
    padding: 5px 14px;
    gap: 6px;
  }

  .header__logo {
    max-width: 185px;
  }

  .header__logoImg {
    max-width: 185px;
  }

  .header.is-compact .header__logoImg {
    max-width: 136px;
  }

  .header__burger {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }

  .header__burger b {
    width: 40px;
    height: 2px;
  }

  .header__burger b:nth-child(1) {
    top: 7px;
  }

  .header__burger b:nth-child(2) {
    top: 19px;
  }

  .header__burger b:nth-child(3) {
    top: 31px;
  }

  .header__menu {
    gap: 10px;
    padding: 16px 14px 26px;
  }

  .header__link {
    padding: 10px 0;
    font-size: 15px;
  }

  .header__cta--mobile {
    height: 50px;
    font-size: 14px;
  }

  .scroll-top {
    left: 14px;
    right: auto;
    bottom: 14px;
    width: 38px;
    height: 38px;
    border-radius: 12px 0 12px 0;
  }

  .scroll-top__arrow {
    font-size: 16px;
  }

  .process {
    padding: calc(clamp(48px, 6vw, 80px) / 2) 0;
  }

  .process__top {
    margin-bottom: 14px;
  }

  .process__eyebrow {
    font-size: 11px;
  }

  .process__title {
    font-size: clamp(26px, 10vw, 34px);
  }

  .process-card {
    padding: 12px;
    grid-template-columns: 28px minmax(0, 1fr);
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }

  .process-card__body {
    padding-left: 40px;
    margin-top: -1px;
  }

  .process-card__head {
    margin-bottom: 8px;
  }

  .process-card__icon {
    width: 20px;
    height: 20px;
  }

  .process-card__title {
    font-size: 18px;
  }

  .process-card__text {
    font-size: 15px;
  }

  .workflow {
    padding: calc(clamp(48px, 6vw, 80px) / 2) 0;
  }

  .workflow__top {
    margin-bottom: 12px;
  }

  .workflow__eyebrow {
    font-size: 11px;
  }

  .workflow__title {
    font-size: clamp(26px, 10vw, 34px);
  }

  .workflow__grid {
    row-gap: 14px;
  }

  .workflow-card__top {
    gap: 8px;
    padding: 12px 12px 10px;
  }

  .workflow-card__text {
    padding: 10px 12px 12px;
    font-size: 15px;
  }

  .workflow-card__number {
    min-width: 20px;
    font-size: 20px;
  }

  .workflow-card__title {
    font-size: 16px;
  }

  .workflow-card__icon {
    width: 24px;
    height: 24px;
    -ms-flex-preferred-size: 24px;
        flex-basis: 24px;
  }

  .pricing {
    padding: 16px 0 34px;
  }

  .pricing__top {
    margin-bottom: 14px;
  }

  .pricing__eyebrow {
    font-size: 15px;
  }

  .pricing__title {
    font-size: clamp(28px, 11vw, 40px);
    line-height: 1.05;
  }

  .pricing__grid {
    gap: 16px;
  }

  .pricing-card__head {
    height: 44px;
  }

  .pricing-card__tier {
    font-size: 19px;
  }

  .pricing-card__lead {
    font-size: 15px;
    line-height: 1.4;
  }

  .pricing-card__feature {
    font-size: 15px;
  }

  .pricing-card__cta {
    width: 100%;
    max-width: 260px;
    height: 48px;
    font-size: 13px;
  }

  .ai-video {
    padding: 48px 0 34px;
  }

  .ai-video__container {
    padding: 0 16px;
  }

  .ai-video__header {
    margin-bottom: 16px;
  }

  .ai-video__title {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(26px, 8vw, 36px);
    line-height: 1.06;
  }

  .ai-video__subtitle {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.35;
  }

  .ai-video__composition {
    row-gap: 20px;
  }

  .ai-card__label {
    margin-bottom: 8px;
    font-size: clamp(18px, 8.5vw, 30px);
    letter-spacing: 0.08em;
  }

  .ai-card__body {
    padding: 10px 0 0;
  }

  .ai-card__body p {
    font-size: 15px;
    line-height: 1.35;
  }

  .ai-card__play {
    width: 58px;
    height: 58px;
  }

  .ai-card__play svg,
  .ai-card__play img {
    width: 22px;
    height: 22px;
  }

  .ai-video__cta-wrap {
    margin-top: 24px;
  }

  .ai-video__cta {
    width: 100%;
    max-width: 320px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 16px;
    font-size: 14px;
  }

  .contact-brief {
    padding: 34px 0 40px;
  }

  .contact-brief__form {
    gap: 20px;
  }

  .contact-brief__fields {
    gap: 12px;
  }

  .contact-brief input,
  .contact-brief textarea {
    padding: 11px 12px;
    font-size: 12px;
  }

  .contact-brief input[type=tel] {
    padding-left: 58px;
    background-position: 22px 50%;
  }

  .contact-brief input::-webkit-input-placeholder, .contact-brief textarea::-webkit-input-placeholder {
    font-size: 12px;
  }

  .contact-brief input::-moz-placeholder, .contact-brief textarea::-moz-placeholder {
    font-size: 12px;
  }

  .contact-brief input:-ms-input-placeholder, .contact-brief textarea:-ms-input-placeholder {
    font-size: 12px;
  }

  .contact-brief input::-ms-input-placeholder, .contact-brief textarea::-ms-input-placeholder {
    font-size: 12px;
  }

  .contact-brief input::placeholder,
  .contact-brief textarea::placeholder {
    font-size: 12px;
  }

  .contact-brief .iti--inline-dropdown .iti__dropdown-content {
    width: 240px !important;
  }

  .contact-brief__submit {
    min-width: 0;
  }

  .contact-brief__consent {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .contact-brief__consent span,
  .contact-brief__policy {
    font-size: 13px;
  }

  .contact-success-modal {
    padding: 16px;
  }

  .contact-success-modal__dialog {
    width: 100%;
    padding: 0 0 24px;
    border-radius: 0 18px 0 18px;
  }

  .contact-success-modal__brand {
    min-height: 82px;
    margin-bottom: 22px;
    padding: 16px 58px;
  }

  .contact-success-modal__brand img {
    max-width: 220px;
  }

  .contact-success-modal__dialog h3 {
    margin-left: 22px;
    margin-right: 22px;
  }

  .contact-success-modal__dialog p {
    margin-left: 22px;
    margin-right: 22px;
    font-size: 15px;
  }

  .contact-success-modal__button {
    margin-left: 22px;
  }

  .contacts-page {
    padding-top: 14px;
    padding-bottom: 34px;
  }

  .contacts-page__title {
    font-size: clamp(26px, 9vw, 34px);
  }

  .contacts-page__hero {
    height: clamp(150px, 42vw, 220px);
  }

  .contacts-page__content {
    gap: 16px;
  }

  .contacts-page__aside {
    gap: 12px;
  }

  .contacts-page__youtube img {
    height: 130px;
  }

  .contacts-page__info-card {
    padding: 12px;
  }

  .contacts-page__contacts li:first-child a {
    min-height: 26px;
  }

  .contacts-page__contacts li:first-child a + a {
    margin-top: 7px;
  }

  .contacts-page__subtitle {
    margin-bottom: 8px;
    font-size: clamp(30px, 11vw, 42px);
  }

  .contacts-page__form .contact-brief__col--message textarea {
    min-height: 118px;
  }

  .footer__main {
    padding-top: 22px;
  }

  .footer__service-link {
    gap: 8px;
    font-size: 13px;
  }

  .footer__service-star {
    -ms-flex-preferred-size: 18px;
        flex-basis: 18px;
    width: 18px;
    height: 18px;
  }

  .footer__service-star img {
    width: 12px;
    height: 12px;
  }

  .footer__contact-row {
    grid-template-columns: 20px 1fr;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }

  .footer__contact-icon {
    width: 20px;
    height: 20px;
  }

  .footer__contact-row:has(a) .footer__contact-icon {
    margin-top: 6px;
  }

  .footer__contact-icon--mail img {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .footer__contact-text a {
    min-height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer__contact-text a + a {
    margin-top: 4px;
  }

  .footer__messenger,
  .footer__social-btn {
    width: 40px;
    height: 40px;
  }

  .footer__messenger svg,
  .footer__messenger img,
  .footer__social-btn svg,
  .footer__social-btn img {
    width: 20px;
    height: 20px;
  }

  .footer__social {
    gap: 8px;
  }

  .footer__container--bottom {
    padding-top: 10px;
    padding-bottom: 12px;
  }

  .footer__legal li {
    gap: 8px;
  }

  .footer__legal li:not(:last-child)::after {
    font-size: 10px;
  }

  .footer__legal a {
    font-size: 12px;
  }

  .footer__copyright {
    font-size: 12px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .assemble-title-letter {
    -webkit-transition: none !important;
    transition: none !important;
    opacity: 1 !important;
    -webkit-filter: none !important;
            filter: none !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }

  .services-showcase *,
  .services-showcase .ai-modal * {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
            animation: none !important;
  }

  .ai-reels__eyebrow,
  .ai-reels__title .title-main,
  .ai-reels__title .title-accent,
  .ai-reels__count,
  .ai-reels__cta-text,
  .ai-reels__cta-line,
  .ai-reels__cta-arrow,
  .ai-reels__button,
  .ai-reels-card img,
  .ai-reels__nav {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
            animation: none !important;
  }

  .ai-reels__eyebrow,
  .ai-reels__title .title-main,
  .ai-reels__title .title-accent,
  .ai-reels__count,
  .ai-reels__cta-text {
    opacity: 1 !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }

  .process__eyebrow,
  .process__title .title-main,
  .process__title .title-accent {
    opacity: 1 !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }

  .workflow__eyebrow,
  .workflow__title .title-main,
  .workflow__title .title-accent {
    opacity: 1 !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }

  .pricing__eyebrow,
  .pricing__title .title-main,
  .pricing__title .title-accent,
  .pricing-card__cta {
    opacity: 1 !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }

  .ai-card,
  .ai-video__title-letter {
    -webkit-transition: none !important;
    transition: none !important;
    opacity: 1 !important;
    -webkit-filter: none !important;
            filter: none !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }

  .ai-video__subtitle {
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    opacity: 1 !important;
  }

  .ai-card__label {
    -webkit-transition: none !important;
    transition: none !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    -webkit-filter: none !important;
            filter: none !important;
  }

  .ai-card__media {
    -webkit-transition: none !important;
    transition: none !important;
    opacity: 1 !important;
  }

  .ai-video__brain-wrap {
    -webkit-transition: none !important;
    transition: none !important;
    opacity: 1 !important;
    -webkit-transform: translateX(-50%) scale(1) !important;
        -ms-transform: translateX(-50%) scale(1) !important;
            transform: translateX(-50%) scale(1) !important;
  }

  .ai-video__line {
    -webkit-transition: none !important;
    transition: none !important;
    opacity: 1 !important;
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
  }

  .ai-video__cta-line {
    -webkit-transition: none !important;
    transition: none !important;
    opacity: 1 !important;
    -webkit-transform: translateX(-50%) scaleY(1) !important;
        -ms-transform: translateX(-50%) scaleY(1) !important;
            transform: translateX(-50%) scaleY(1) !important;
  }

  .ai-card,
  .ai-card__media,
  .ai-card__media img,
  .ai-card__play,
  .ai-card__play::before,
  .ai-card__play img,
  .ai-card__play svg,
  .ai-video__cta,
  .ai-video__line,
  .ai-video__cta-line,
  .ai-video__brain-wrap {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: none;
            animation: none;
  }

  .services__eyebrow,
  .services__title .title-main,
  .services__title .title-accent {
    opacity: 1 !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }

  .faq__icon,
  .faq__content,
  .faq__question {
    -webkit-transition: none !important;
    transition: none !important;
  }
}
