/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/styles.scss ***!
  \******************************************************************************************************************/
.h1 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 78px;
  line-height: 1.05;
  letter-spacing: -2px;
}

.h2 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 58px;
  line-height: 1.05;
  letter-spacing: -1.86px;
}

.h3 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 52px;
  line-height: 1.05;
  letter-spacing: -2px;
}

.h4 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.05;
  letter-spacing: -2px;
}

.h5 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: -2px;
}

.h6 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: 0;
}

.h7 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: 0;
}

.h8 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
}

.h9 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.05;
  letter-spacing: 0;
}

.h10 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
}

.body-l {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 20px;
  line-height: 1.3;
}

.body-m {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.body-s {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.body-xs, .blog-card__author {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.caps-lg {
  font-family: "Azeret Mono", monospace;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1;
}

.caps-big, .btn--link {
  font-family: "Azeret Mono", monospace;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
}

.caps-sm, .blog-card__date {
  font-family: "Azeret Mono", monospace;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
}

.italic {
  font-family: "Azeret Mono", monospace;
  font-size: 21px;
  font-style: italic;
  line-height: 1.4;
}

@media (max-width: 600px) {
  .h1 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 44px;
    line-height: 1.05;
    letter-spacing: -2px;
  }
  .h2 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 39px;
    line-height: 1.05;
    letter-spacing: -2px;
  }
  .h3 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -2px;
  }
  .h4 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -1px;
  }
  .h5 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .h6 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.05;
    letter-spacing: 0;
  }
  .h7 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.05;
    letter-spacing: 0;
  }
  .h8 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
  }
  .h9 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.05;
    letter-spacing: 0;
  }
  .h10 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .body-l {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 18px;
    line-height: 1.3;
  }
  .body-m {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    line-height: 1.4;
  }
  .body-s {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    line-height: 1.4;
  }
  .body-xs, .blog-card__author {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 12px;
    line-height: 1.4;
  }
  .caps-lg {
    font-family: "Azeret Mono", monospace;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1;
  }
  .caps-big, .btn--link {
    font-family: "Azeret Mono", monospace;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1;
  }
  .caps-sm, .blog-card__date {
    font-family: "Azeret Mono", monospace;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
  }
  .italic {
    font-family: "Azeret Mono", monospace;
    font-size: 16px;
    font-style: italic;
    line-height: 1.4;
  }
}
html {
  -webkit-text-size-adjust: 100%;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  position: relative;
  text-rendering: optimizeSpeed;
  width: 100%;
}

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

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

input, input:required {
  box-shadow: none;
}

input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
  -webkit-box-shadow: inset 0 0 0 30px #fff;
}

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

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

input:focus {
  outline: none;
}

audio, canvas, video {
  display: inline-block;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a:active, a:hover {
  outline: none;
}

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

img, picture {
  display: inline-block;
}

button, input {
  line-height: normal;
}

button[disabled], html input[disabled] {
  cursor: default;
}

[disabled] {
  pointer-events: none;
}

input[type=checkbox], input[type=radio] {
  padding: 0;
}

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

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

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  background: transparent;
  border: 0;
}

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

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

hr {
  background: #000;
  border: 0;
  box-sizing: content-box;
  height: 1px;
  line-height: 0;
  margin: 0;
  overflow: visible;
  padding: 0;
  page-break-after: always;
  width: 100%;
}

pre {
  font-family: monospace, monospace;
  font-size: 100%;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

small, sub, sup {
  font-size: 75%;
}

sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -5px;
}

sup {
  top: -5px;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  outline: 0;
  padding: 0;
}

legend {
  border: 0;
  color: inherit;
  display: block;
  max-width: 100%;
  white-space: normal;
  width: 100%;
}

fieldset {
  min-width: 0;
}

body:not(:-moz-handler-blocked) fieldset {
  display: block;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

template {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * tom-select.css (v2.2.2)
 * Copyright (c) contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 */
:root {
  --ts-pr-clear-button:	0;
  --ts-pr-caret:	0;
  --ts-pr-min:	.75rem;
}

.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
  cursor: pointer;
}

.ts-control {
  padding-right: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-wrapper.plugin-drag_drop.multi > .ts-control > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}

.ts-wrapper.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.ts-wrapper.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.plugin-checkbox_options .option input {
  margin-right: 0.5rem;
}

.plugin-clear_button {
  --ts-pr-clear-button: 1em;
}

.plugin-clear_button .clear-button {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
  margin-right: 0 !important;
  background: transparent !important;
  transition: opacity 0.5s;
  cursor: pointer;
}

.plugin-clear_button.form-select .clear-button, .plugin-clear_button.single .clear-button {
  right: max(var(--ts-pr-caret), 8px);
}

.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  opacity: 1;
}

.ts-wrapper .dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}

.ts-wrapper .dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.ts-wrapper .dropdown-header-close:hover {
  color: black;
}

.plugin-dropdown_input.focus.dropdown-active .ts-control {
  box-shadow: none;
  border: 1px solid #d0d0d0;
}

.plugin-dropdown_input .dropdown-input {
  border: 1px solid #d0d0d0;
  border-width: 0 0 1px 0;
  display: block;
  padding: 8px 8px;
  box-shadow: none;
  width: 100%;
  background: transparent;
}

.plugin-dropdown_input .items-placeholder {
  border: 0 none !important;
  box-shadow: none !important;
  width: 100%;
}

.plugin-dropdown_input.has-items .items-placeholder, .plugin-dropdown_input.dropdown-active .items-placeholder {
  display: none !important;
}

.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  flex: none;
  min-width: 4px;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-ms-input-placeholder {
  color: transparent;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  color: transparent;
}

.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}

.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.ts-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.ts-wrapper.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
  padding-right: 0 !important;
}

.ts-wrapper.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0 6px;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}

.ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}

.ts-wrapper.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  border-left: 1px solid #d0d0d0;
  margin-left: 6px;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
  border-left-color: #cacaca;
}

.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
  border-left-color: white;
}

.ts-wrapper.plugin-remove_button.rtl .item .remove {
  border-right: 1px solid #d0d0d0;
  margin-right: 6px;
}

.ts-wrapper.plugin-remove_button.rtl .item.active .remove {
  border-right-color: #cacaca;
}

.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
  border-right-color: white;
}

.ts-wrapper {
  position: relative;
}

.ts-dropdown,
.ts-control,
.ts-control input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  font-smoothing: inherit;
}

.ts-control,
.ts-wrapper.single.input-active .ts-control {
  background: #fff;
  cursor: text;
}

.ts-control {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
}

.ts-wrapper.multi.has-items .ts-control {
  padding: 6px 8px 3px;
}

.full .ts-control {
  background-color: #fff;
}

.disabled .ts-control, .disabled .ts-control * {
  cursor: default !important;
}

.focus .ts-control {
  box-shadow: none;
}

.ts-control > * {
  vertical-align: baseline;
  display: inline-block;
}

.ts-wrapper.multi .ts-control > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0px solid #d0d0d0;
}

.ts-wrapper.multi .ts-control > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0px solid #cacaca;
}

.ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
  color: #7d7d7d;
  background: white;
  border: 0px solid white;
}

.ts-control > input {
  flex: 1 1 auto;
  min-width: 7rem;
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
  box-shadow: none !important;
}

.ts-control > input::-ms-clear {
  display: none;
}

.ts-control > input:focus {
  outline: none !important;
}

.has-items .ts-control > input {
  margin: 0px 4px !important;
}

.ts-control.rtl {
  text-align: right;
}

.ts-control.rtl.single .ts-control:after {
  left: 15px;
  right: auto;
}

.ts-control.rtl .ts-control > input {
  margin: 0px 4px 0px -2px !important;
}

.disabled .ts-control {
  opacity: 0.5;
  background-color: #fafafa;
}

.input-hidden .ts-control > input {
  opacity: 0;
  position: absolute;
  left: -10000px;
}

.ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: 0.25rem 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.ts-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

.ts-dropdown .option,
.ts-dropdown .optgroup-header,
.ts-dropdown .no-results,
.ts-dropdown .create {
  padding: 5px 8px;
}

.ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.ts-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}

.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.ts-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.ts-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.ts-dropdown .active.create {
  color: #495c68;
}

.ts-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.ts-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px;
}

.ts-dropdown .spinner:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ts-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  overflow-scrolling: touch;
  scroll-behavior: smooth;
}

.ts-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}


[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

.blog-card {
  background: #0B0B0F;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: box-shadow 0.2s;
}
.blog-card__image {
  width: 100%;
}
.blog-card__image a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}
.blog-card__image a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: 0.2s;
}
.blog-card__image a:hover::before {
  opacity: 1;
}
.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 400/264;
}
.blog-card__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1 1 auto;
  margin: 16px 0 0;
}
.blog-card__category {
  font-family: "Azeret Mono", monospace;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  color: #2A79FF;
  margin-bottom: 8px;
  display: block;
}
.blog-card__title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.05;
  letter-spacing: 0;
  margin-bottom: 24px;
  font-weight: 500;
  line-height: 1.2;
}
.blog-card__title a {
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.2s;
}
.blog-card__title a:hover {
  color: #2A79FF;
}
.blog-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
}
.blog-card__author {
  color: #B0B0B0;
  white-space: nowrap;
}
.blog-card__date {
  color: #B0B0B0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.blog-card__date img {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
}

.blog-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-bottom: 56px;
}

@media (max-width: 1200px) {
  .blog-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 20px;
  }
}
@media (max-width: 768px) {
  .blog-cards {
    grid-template-columns: 1fr;
    gap: 64px;
  }
}
.header {
  height: 70px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}
.header__container {
  display: flex;
  align-items: center;
  height: 70px;
  gap: 32px;
  position: relative;
}
.header__burger {
  display: none;
  background: none;
  border: none;
  width: 32px;
  height: 32px;
  padding: 0;
  cursor: pointer;
}
.header__logo {
  display: flex;
  align-items: center;
  margin-right: 32px;
}
.header__logo img {
  height: 40px;
}
.header__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.header__menu {
  display: flex;
  gap: 35px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}
@media (max-width: 1200px) {
  .header__menu {
    gap: 20px;
  }
}
.header__menu li {
  position: relative;
}
.header__menu li > a {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.2s;
}
.header__menu li > a:hover {
  color: #2A79FF;
}
@media (max-width: 600px) {
  .header__menu li > a {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    line-height: 1.4;
  }
}
.header__menu .menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
}
.header__menu .menu-item-has-children > a > svg {
  transition: transform 0.3s;
}
.header__menu .menu-item-has-children:hover > .submenu, .header__menu .menu-item-has-children.open > .submenu {
  display: block;
}
.header .megamenu {
  position: fixed;
  left: 0;
  width: 100%;
  top: 70px;
}
.header .megamenu__container {
  background: rgb(12, 16, 31);
  padding: 40px 48px;
  margin: 0 -48px;
  border: 1px solid rgb(32, 35, 49);
  border-radius: 5px;
}
@media (max-width: 1400px) {
  .header .megamenu__container {
    padding: 40px 12px;
    margin: 0 -12px;
  }
}
.header .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #080A16;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
  min-width: 210px;
  padding: 16px 0;
  z-index: 10;
}
.header .submenu li {
  padding: 0 24px;
}
.header .submenu li > a {
  display: block;
  padding: 8px 0;
  color: #FFFFFF;
}
.header .submenu li > a:hover {
  color: #2A79FF;
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-left: auto;
}
.header__cart {
  position: relative;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .header__cart {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    line-height: 1.4;
  }
}
.header__cart-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  background: #2A293C;
  color: #FFFFFF;
  border-radius: 5px;
  text-align: center;
  line-height: 22px;
  margin-left: 8px;
  font-weight: 500;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .header__cart-badge {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 12px;
    line-height: 1.4;
  }
}
.header__cta {
  margin-left: 32px;
}
@media (max-width: 1200px) {
  .header__cta {
    margin-left: 0;
  }
}
.header__panel {
  flex: 1 1 auto;
}
.header__panel .btn--black {
  display: none;
}
@media (max-width: 1100px) {
  .header__container {
    gap: 20px;
  }
  .header__logo {
    margin-right: 0;
  }
}
@media (max-width: 1000px) {
  .header__burger {
    display: block;
  }
  .header__panel {
    background: #080A16;
    display: none;
    position: fixed;
    left: 0;
    top: 80px;
    height: 100vh;
    width: 100%;
  }
  .header__panel .btn--black {
    display: inline-flex;
    margin-left: 20px;
  }
  .header__nav {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 78px 20px 40px;
    height: auto;
  }
  .header__menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .header__menu li > a {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    line-height: 1.4;
  }
  .header__cta {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .header__logo img {
    height: 28px;
  }
}

.applications__container {
  max-width: 1076px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  justify-content: space-between;
  background: rgba(42, 41, 92, 0.1019607843);
  border: 1px solid #202123;
  border-radius: 16px;
  padding: 72px 56px;
  margin: 64px auto 124px;
}
@media (max-width: 900px) {
  .applications__container {
    flex-direction: column;
    gap: 72px;
  }
}
@media (max-width: 600px) {
  .applications__container {
    padding: 40px 20px;
    margin: 64px 0;
  }
}
.applications__sidebar {
  position: sticky;
  top: 20px;
}
@media (max-width: 900px) {
  .applications__sidebar {
    position: static;
  }
}
.applications__sidebar ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 600px) {
  .applications__sidebar ul {
    gap: 12px;
  }
}
.applications__sidebar a {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #E0E0E0;
  text-decoration: none;
  display: inline-block;
  padding: 0 0 8px;
  border-bottom: 1px solid transparent;
  transition: 0.2s;
}
@media (max-width: 600px) {
  .applications__sidebar a {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    line-height: 1.4;
  }
}
.applications__sidebar a:hover {
  border-bottom-color: #2A79FF;
  color: #FFFFFF;
}
.applications__content {
  max-width: 571px;
  display: flex;
  flex-direction: column;
  gap: 72px;
}
@media (max-width: 600px) {
  .applications__content {
    gap: 64px;
  }
}

.application-item {
  scroll-margin: 30px;
}
.application-item__title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: 0;
  margin: 0 0 24px;
}
@media (max-width: 600px) {
  .application-item__title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -1px;
    margin: 0 0 16px;
  }
}
.application-item__text {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 40px;
}
@media (max-width: 600px) {
  .application-item__text {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    line-height: 1.4;
  }
}
.application-item__product {
  border-radius: 12px;
  background: rgba(42, 41, 92, 0.2392156863);
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 24px;
  padding: 12px 32px 12px 12px;
  gap: 24px;
}
@media (max-width: 600px) {
  .application-item__product {
    padding: 12px;
    gap: 16px;
  }
}
.application-item__product-img {
  background: rgba(42, 41, 92, 0.2392156863);
  border: 1p solid #202123;
  border-radius: 8px;
  width: 92px;
  min-width: 92px;
  height: 92px;
  overflow: hidden;
}
.application-item__product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.application-item__product-link {
  display: flex;
  align-content: center;
}
.application-item__product-panel {
  display: flex;
  width: 100%;
  gap: 24px;
}
@media (max-width: 600px) {
  .application-item__product-panel {
    flex-direction: column;
    gap: 16px;
  }
}
.application-item__product-txt {
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
@media (max-width: 600px) {
  .application-item__product-txt {
    gap: 12px;
  }
}
.application-item__product-txt h4 a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #FFFFFF;
  transition: 0.2s;
  text-decoration: none;
}
@media (max-width: 600px) {
  .application-item__product-txt h4 a {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.05;
    letter-spacing: 0;
  }
}
.application-item__product-txt h4 a:hover {
  color: #2A79FF;
}
.application-item > img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.products {
  padding: 115px 0 200px;
  position: relative;
  margin: 56px 0 0;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .products {
    padding: 66px 0 52px;
  }
}
.products__title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 52px;
  line-height: 1.05;
  letter-spacing: -2px;
  color: #FFFFFF;
  margin-bottom: 88px;
  text-align: center;
}
@media (max-width: 600px) {
  .products__title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -2px;
    margin-bottom: 48px;
  }
}
.products__list {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 900px) {
  .products__list {
    flex-direction: column;
    gap: 72px;
  }
}
@media (max-width: 600px) {
  .products__list {
    gap: 72px;
  }
}
.products__item {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #202123;
}
@media (max-width: 900px) {
  .products__item {
    max-width: 400px;
    margin: 0 auto;
  }
}
.products__item-content {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 58px;
}
.products__item-title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: 0;
  margin-bottom: 24px;
}
.products__item-title a {
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.2s;
}
.products__item-title a:hover {
  color: #2A79FF;
}
@media (max-width: 600px) {
  .products__item-title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -1px;
  }
}
.products__item-desc {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #E0E0E0;
  margin-bottom: 48px;
  margin-right: 12px;
  max-width: 332px;
}
@media (max-width: 600px) {
  .products__item-desc {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 32px;
    max-width: 100%;
  }
}
.products__item-img {
  flex: 1 1 auto;
  width: 100%;
}
.products__item-img img {
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: contain;
  display: block;
}
@media (max-width: 900px) {
  .products .bgline img {
    width: 300%;
    max-width: unset;
    margin: 0 0 0 -100%;
  }
}

.engineering {
  padding: 113px 0 132px;
  background-color: #080A16;
  position: relative;
}
@media (max-width: 600px) {
  .engineering {
    padding: 56px 0 64px;
  }
}
.engineering__head {
  margin-bottom: 88px;
}
.engineering__head .engineering__title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.05;
  letter-spacing: -2px;
  margin-bottom: 16px;
  color: #FFFFFF;
}
@media (max-width: 600px) {
  .engineering__head .engineering__title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -1px;
  }
}
.engineering__head .engineering__desc {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #E0E0E0;
  max-width: 720px;
}
@media (max-width: 600px) {
  .engineering__head .engineering__desc {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    line-height: 1.4;
  }
}
.engineering__head--center {
  text-align: center;
}
.engineering__head--center .engineering__desc {
  max-width: 750px;
  margin: 0 auto;
}
.engineering__features {
  display: flex;
  gap: 110px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .engineering__features {
    gap: 80px;
  }
}
@media (max-width: 992px) {
  .engineering__features {
    gap: 48px;
    flex-direction: column;
  }
}
.engineering__features .feature {
  text-align: left;
  max-width: 360px;
  width: calc(33.3333% - 73.3333333333px);
}
@media (max-width: 1200px) {
  .engineering__features .feature {
    width: calc(33.3333% - 53.3333333333px);
  }
}
@media (max-width: 992px) {
  .engineering__features .feature {
    max-width: 100%;
    width: 100%;
  }
}
.engineering__features .feature__icon {
  width: 40px;
  height: 40px;
  margin-bottom: 24px;
  background-color: #2A293C;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #202123;
}
.engineering__features .feature__title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 12px;
  color: #FFFFFF;
}
@media (max-width: 600px) {
  .engineering__features .feature__title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
.engineering__features .feature__desc {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #E0E0E0;
}
@media (max-width: 600px) {
  .engineering__features .feature__desc {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    line-height: 1.4;
  }
}
.engineering__features--4 {
  gap: 40px;
}
.engineering__features--4 .feature {
  width: calc(25% - 30px);
}
@media (max-width: 992px) {
  .engineering__features--4 .feature {
    width: 100%;
  }
}
.engineering__features--4 .feature__title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.05;
  letter-spacing: 0;
}

.promo {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .promo {
    padding: 80px 0 32px;
  }
}
.promo__container {
  display: flex;
  align-items: center;
  gap: 64px;
}
@media (max-width: 900px) {
  .promo__container {
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
  }
}
.promo__content {
  flex: 1 1 0;
  min-width: 0;
}
.promo__content .promo__title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.05;
  letter-spacing: -2px;
  color: #FFFFFF;
  margin-bottom: 16px;
  max-width: 470px;
}
@media (max-width: 900px) {
  .promo__content .promo__title {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .promo__content .promo__title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -1px;
  }
}
.promo__content .promo__desc {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #E0E0E0;
  margin-bottom: 32px;
  max-width: 410px;
}
@media (max-width: 900px) {
  .promo__content .promo__desc {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .promo__content .promo__desc {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    line-height: 1.4;
  }
}
.promo__image {
  flex: 1 1 0;
  min-width: 0;
}
@media (max-width: 900px) {
  .promo__image {
    text-align: center;
    width: 100%;
  }
}
.promo__image img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 0;
}
@media (max-width: 900px) {
  .promo__image img {
    margin: 0 auto;
  }
}
.promo .btn {
  padding: 16px 32px;
  border-radius: 5px;
}
@media (max-width: 900px) {
  .promo .bgline img {
    width: 300%;
    max-width: unset;
    margin: 0 0 0 -100%;
  }
}

.cta {
  width: 100%;
  background: #080A16;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: stretch;
}
.cta__container {
  height: 100%;
  display: flex;
  align-items: stretch;
}
.cta__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-top: 0;
}
.cta__content .cta__title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 52px;
  line-height: 1.05;
  letter-spacing: -2px;
  color: #FFFFFF;
  margin-bottom: 24px;
  margin-top: 0;
}
@media (max-width: 600px) {
  .cta__content .cta__title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -2px;
  }
}
.cta__content .cta__desc {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #E0E0E0;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .cta__content .cta__desc {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 32px;
  }
}
.cta__content .cta__actions {
  display: flex;
  gap: 16px;
}
@media (max-width: 600px) {
  .cta__content .cta__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
}
.cta__image {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-width: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cta__image img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: right center;
  border-radius: 0;
}
@media (max-width: 900px) {
  .cta__container {
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
  }
  .cta__image {
    order: 2;
    width: calc(100% + 30px);
    height: auto;
    justify-content: center;
    position: static;
    margin-left: -15px;
    margin-right: -15px;
  }
  .cta__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center bottom;
  }
  .cta__content {
    order: 1;
    padding-top: 56px;
    max-width: 100%;
    align-items: flex-start;
  }
}

.deployment {
  position: relative;
  padding: 56px 0;
  aspect-ratio: 1440/788;
  min-height: 755px;
  color: #FFFFFF;
  background-color: #0B0B0F;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.3s;
  width: 100%;
  overflow: hidden;
}
.deployment__content {
  position: relative;
  z-index: 1;
  max-width: 1296px;
  margin: 0 auto;
  padding: 0 20px;
}
.deployment__title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 58px;
  line-height: 1.05;
  letter-spacing: -1.86px;
  margin-bottom: 32px;
  color: #FFFFFF;
}
@media (max-width: 600px) {
  .deployment__title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 39px;
    line-height: 1.05;
    letter-spacing: -2px;
  }
}
.deployment__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .deployment__tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.deployment__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.deployment__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: none;
}
.deployment__tab {
  font-family: "Azeret Mono", monospace;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  padding: 10px 16px;
  border-radius: 4px;
  background: rgba(176, 176, 176, 0.5);
  color: #FFFFFF;
  backdrop-filter: blur(24px);
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  text-align: left;
}
.deployment__tab--active {
  background: #FFFFFF;
  color: #0B0B0F;
}
.deployment__desc {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: -2px;
  color: #FFFFFF;
  max-width: 1000px;
}
@media (max-width: 600px) {
  .deployment__desc {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
@media (max-width: 1024px) {
  .deployment__desc {
    max-width: 100%;
  }
}
.deployment__desc span {
  display: none;
}
@media (max-width: 1024px) {
  .deployment {
    padding: 64px 0;
  }
}
@media (max-width: 600px) {
  .deployment {
    padding: 40px 0;
  }
}

.founder {
  padding: 114px 0 64px;
  background-color: #0B0B0F;
  color: #FFFFFF;
}
.founder__inner {
  margin: 0 auto;
  padding: 32px 32px 32px 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
  border-radius: 16px;
  background: radial-gradient(87.83% 87.83% at 0% 12.77%, rgba(10, 20, 40, 0.64) 0%, rgba(10, 20, 40, 0) 100%);
  backdrop-filter: blur(8px);
  border: 2px solid #2A293C;
  position: relative;
  overflow: hidden;
}
.founder__text {
  max-width: 560px;
  position: relative;
  z-index: 1;
}
.founder__title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: -2px;
  margin-bottom: 38px;
}
@media (max-width: 1024px) {
  .founder__title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 20px;
  }
}
.founder__desc {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  color: #E0E0E0;
  margin-bottom: 72px;
}
.founder__desc p {
  margin-bottom: 24px;
}
.founder__desc strong {
  color: #FFFFFF;
  font-weight: normal;
}
@media (max-width: 1024px) {
  .founder__desc {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 48px;
  }
}
.founder__name {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  color: #FFFFFF;
  margin-bottom: 6px;
}
@media (max-width: 1024px) {
  .founder__name {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.05;
    letter-spacing: 0;
  }
}
.founder__position {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #E0E0E0;
}
@media (max-width: 1024px) {
  .founder__position {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    line-height: 1.4;
  }
}
.founder__photo {
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  max-width: 50%;
}
.founder__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 1024px) {
  .founder__photo {
    width: 100%;
    max-width: 581px;
    height: auto;
    margin: 0 auto;
    border-radius: 12px;
  }
  .founder__photo img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 12px;
  }
}
@media (max-width: 768px) {
  .founder__photo {
    max-width: 400px;
  }
}
@media (max-width: 480px) {
  .founder__photo {
    max-width: 295px;
  }
}
@media (max-width: 1024px) {
  .founder {
    padding: 56px 0 32px;
  }
  .founder__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 48px 20px 56px 20px;
    gap: 48px;
    background: none;
  }
  .founder__text {
    padding: 0;
    width: 100%;
  }
  .founder .bgline1 {
    bottom: auto;
    top: 0;
    transform: rotate(90deg);
    margin: -30% 0 0 -55%;
  }
  .founder .bgline2 {
    margin: 0 0 80% 35%;
    transform: rotate(-45deg);
  }
}

.tech {
  padding: 72px 0;
}
.tech__heading {
  font-family: "Azeret Mono", monospace;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  color: #FFFFFF;
  margin-bottom: 56px;
  text-align: center;
}
@media (max-width: 600px) {
  .tech__heading {
    font-family: "Azeret Mono", monospace;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
  }
}
.tech__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}
.tech__item {
  background-color: #2A293C;
  border: 1px solid #202331;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  min-height: 280px;
  transition: background 0.3s;
}
.tech__item:hover {
  background-color: #2A293C;
}
.tech__item--4 {
  grid-column: span 4;
}
.tech__item--5 {
  grid-column: span 5;
}
.tech__item--6 {
  grid-column: span 6;
}
.tech__item--7 {
  grid-column: span 7;
}
.tech__item--8 {
  grid-column: span 8;
}
.tech__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
.tech__title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: 0;
  color: #FFFFFF;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
}
@media (max-width: 600px) {
  .tech__title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.05;
    letter-spacing: 0;
  }
}
.tech__desc {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #B0B0B0;
  position: relative;
  z-index: 2;
}
@media (max-width: 600px) {
  .tech__desc {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    line-height: 1.4;
  }
}

@media (max-width: 1024px) {
  .tech {
    padding: 48px 0 56px;
  }
  .tech__heading {
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .tech__grid {
    gap: 16px;
  }
  .tech__item {
    grid-column: span 6;
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .tech__item {
    grid-column: span 12;
  }
}
.partners {
  padding-top: 56px;
  padding-bottom: 88px;
  text-align: center;
}
@media (max-width: 600px) {
  .partners {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.partners__title {
  font-family: "Azeret Mono", monospace;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  color: #FFFFFF;
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .partners__title {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2;
  }
}
.partners__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
  flex-wrap: wrap;
}
.partners__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 100px;
}
.partners__logo img {
  max-height: 100px;
  width: auto;
  height: auto;
  display: block;
}
@media (max-width: 600px) {
  .partners__logo img {
    max-height: 70px;
    max-width: 140px;
  }
}

.team {
  position: relative;
  padding: 115px 0 124px;
}
.team__title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 52px;
  line-height: 1.05;
  letter-spacing: -2px;
  color: #FFFFFF;
  text-align: center;
  margin: 0 0 24px 0;
}
@media (max-width: 1024px) {
  .team__title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -2px;
    margin-bottom: 16px;
  }
}
.team__subtitle {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #B0B0B0;
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 1024px) {
  .team__subtitle {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 32px;
  }
}
.team__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 1076px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .team__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.team-card {
  position: relative;
  width: 100%;
  min-height: 480px;
  background: #0B0B0F;
  border: 1px solid #202331;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .team-card {
    min-height: 420px;
  }
}
.team-card__front {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: transparent;
}
.team-card__photo {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: opacity 0.3s;
  pointer-events: none;
  border-radius: 16px;
  object-fit: contain;
  object-position: 50% 0;
}
.team-card__info {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, rgba(8, 10, 22, 0) 60%, rgba(8, 10, 22, 0.96) 100%);
  border-radius: 0 0 16px 16px;
  padding: 0 48px 32px 48px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 86px;
  width: 100%;
  pointer-events: auto;
}
@media (max-width: 1024px) {
  .team-card__info {
    padding: 0 16px 24px 16px;
    min-height: 72px;
  }
}
.team-card__name {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: 0;
  color: #FFFFFF;
  margin-bottom: 4px;
}
@media (max-width: 1024px) {
  .team-card__name {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.05;
    letter-spacing: 0;
  }
}
.team-card__role {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #B0B0B0;
}
@media (max-width: 1024px) {
  .team-card__role {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    line-height: 1.4;
  }
}
.team-card__linkedin {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: rgba(42, 41, 92, 0.5);
  border-radius: 8px;
  transition: background 0.2s;
  margin-left: 16px;
}
.team-card__linkedin svg {
  width: 24px;
  height: 24px;
  display: block;
}
.team-card__linkedin:hover, .team-card__linkedin:focus {
  background: #FFFFFF;
}
.team-card__linkedin:hover svg, .team-card__linkedin:focus svg {
  filter: invert(1);
}
.team-card__back {
  position: absolute;
  min-height: 225px;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  color: #B0B0B0;
  border-radius: 16px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  padding: 48px;
  box-sizing: border-box;
  transition: opacity 0.3s;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .team-card__back {
    left: 20px;
    top: 24px;
    right: 20px;
    width: auto;
    min-width: 0;
    padding: 32px 16px;
    border-radius: 12px;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 567px) {
  .team-card__back {
    left: 16px;
    right: 16px;
    padding: 0;
  }
}
.team-card.active .team-card__back, .team-card:hover .team-card__back, .team-card:focus .team-card__back {
  opacity: 1;
  pointer-events: auto;
}
.team-card.active .team-card__photo, .team-card:hover .team-card__photo, .team-card:focus .team-card__photo {
  opacity: 0.25;
}

.contact {
  background: #080A16;
}
.contact__wrapper {
  display: flex;
  gap: 64px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 235px 0 94px;
}
@media (max-width: 900px) {
  .contact__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .contact__wrapper {
    padding: 120px 0 58px;
    gap: 72px;
  }
}
.contact__left {
  flex: 1;
  max-width: 633px;
}
@media (max-width: 900px) {
  .contact__left {
    max-width: 100%;
  }
}
.contact__left-title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 52px;
  line-height: 1.05;
  letter-spacing: -2px;
  color: #FFFFFF;
  margin-bottom: 32px;
  margin-top: 0;
}
@media (max-width: 600px) {
  .contact__left-title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 39px;
    line-height: 1.05;
    letter-spacing: -2px;
  }
}
.contact__left-desc {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #E0E0E0;
  max-width: 500px;
}
@media (max-width: 600px) {
  .contact__left-desc {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    line-height: 1.4;
  }
}
.contact__right {
  flex: 1;
  max-width: 526px;
}
@media (max-width: 900px) {
  .contact__right {
    max-width: 100%;
    width: 100%;
  }
}
.contact__right-title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: 0;
  color: #FFFFFF;
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .contact__right-title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -2px;
  }
}
.contact__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-left: auto;
}
.contact .wpcf7 {
  margin-top: 40px;
}
.contact .wpcf7-form {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 16px 10px;
}
.contact .wpcf7 span[data-name=full-name],
.contact .wpcf7 span[data-name=your-organization],
.contact .wpcf7 span[data-name=your-job],
.contact .wpcf7 span[data-name=first-name],
.contact .wpcf7 span[data-name=last-name],
.contact .wpcf7 span[data-name=your-email],
.contact .wpcf7 span[data-name=your-phone] {
  width: calc(50% - 5px);
}
@media (max-width: 600px) {
  .contact .wpcf7 span[data-name=full-name],
  .contact .wpcf7 span[data-name=your-organization],
  .contact .wpcf7 span[data-name=your-job],
  .contact .wpcf7 span[data-name=first-name],
  .contact .wpcf7 span[data-name=last-name],
  .contact .wpcf7 span[data-name=your-email],
  .contact .wpcf7 span[data-name=your-phone] {
    width: 100%;
  }
}
.contact .wpcf7 span[data-name=your-custom-interest],
.contact .wpcf7 span[data-name=your-interest],
.contact .wpcf7 span[data-name=your-use],
.contact .wpcf7 span[data-name=preferred-contact],
.contact .wpcf7 span[data-name=your-message] {
  width: 100%;
}
.contact .wpcf7 .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 4px;
}
@media (max-width: 600px) {
  .contact .wpcf7 .radio-style {
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }
}
.contact .wpcf7 span[data-name=your-interest] .focus .ts-control {
  border-color: #2A79FF;
}
.contact .wpcf7 span[data-name=your-interest] .focus .ts-control::after {
  transform: rotate(-180deg);
  margin-top: -12px;
}
.contact .wpcf7 span[data-name=your-interest] .focus .ts-control input::placeholder {
  color: rgba(224, 224, 224, 0.2);
}
.contact .wpcf7 span[data-name=your-interest] .ts-dropdown {
  background: #101227;
  border-radius: 5px;
  border: 1px solid #202123;
  overflow: hidden;
}
.contact .wpcf7 span[data-name=your-interest] .ts-dropdown-content {
  max-height: unset;
}
.contact .wpcf7 span[data-name=your-interest] .ts-dropdown .option {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #FFFFFF;
  padding: 10px 14px;
  position: relative;
}
.contact .wpcf7 span[data-name=your-interest] .ts-dropdown .option.active, .contact .wpcf7 span[data-name=your-interest] .ts-dropdown .option:hover {
  background: rgba(42, 41, 92, 0.2392156863);
}
.contact .wpcf7 span[data-name=your-interest] .ts-dropdown .option.selected::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M16.6693 5L7.5026 14.1667L3.33594 10%27 stroke=%27%2362A1FF%27 stroke-width=%271.66667%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  margin-right: 14px;
}
.contact .wpcf7 span[data-name=your-interest] .ts-control {
  width: 100%;
  background: rgba(42, 41, 92, 0.2392156863);
  padding: 17px 21px;
  border-radius: 5px;
  border: 1px solid #202123;
  transition: 0.2s;
  position: relative;
}
.contact .wpcf7 span[data-name=your-interest] .ts-control::after {
  content: "";
  width: 30px;
  height: 28px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width=%2730%27 height=%2728%27 viewBox=%270 0 25 22%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M17.1827 10L18 10.7436L13.5459 14.794C13.4745 14.8593 13.3896 14.9111 13.2961 14.9464C13.2027 14.9818 13.1024 15 13.0012 15C12.8999 15 12.7996 14.9818 12.7062 14.9464C12.6127 14.9111 12.5278 14.8593 12.4564 14.794L8 10.7436L8.81727 10.0007L13 13.8022L17.1827 10Z%27 fill=%27white%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -14px;
  margin-right: 21px;
  transition: 0.1s;
}
.contact .wpcf7 span[data-name=your-interest] .ts-control .item,
.contact .wpcf7 span[data-name=your-interest] .ts-control input {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #FFFFFF;
}
.contact .wpcf7 span[data-name=your-interest] .ts-control .item::placeholder,
.contact .wpcf7 span[data-name=your-interest] .ts-control input::placeholder {
  color: #FFFFFF;
}
.contact .wpcf7 .contact__label {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  width: 100%;
  margin-top: 8px;
}
.contact .wpcf7 input[type=submit] {
  margin-top: 32px;
}
@media (max-width: 600px) {
  .contact .wpcf7 input[type=submit] {
    width: 216px;
  }
}
.contact .wpcf7 .wpcf7-spinner {
  margin-top: 46px;
}
.contact .wpcf7 .wpcf7-response-output {
  border: 0;
  margin: 12px 0 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 100%;
}

.contact-card {
  background: rgba(42, 41, 92, 0.2392156863);
  border: 1px solid #202123;
  border-radius: 12px;
  padding: 40px 32px;
  gap: 32px;
}
@media (max-width: 600px) {
  .contact-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 16px;
    gap: 20px;
  }
}
.contact-card__icon {
  background: #2A293C;
  width: 40px;
  height: 40px;
  margin-bottom: 24px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #202123;
}
.contact-card__icon img {
  width: 24px;
  height: 24px;
  display: block;
}
.contact-card__content {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-card__title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  color: #FFFFFF;
  margin-bottom: 12px;
}
@media (max-width: 600px) {
  .contact-card__title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.05;
    letter-spacing: 0;
  }
}
.contact-card__subtitle {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #E0E0E0;
  margin-bottom: 12px;
}
@media (max-width: 600px) {
  .contact-card__subtitle {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    line-height: 1.4;
  }
}
.contact-card__info {
  margin-top: auto;
}
.contact-card__label {
  font-family: "Azeret Mono", monospace;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  color: #62A1FF;
  text-decoration: unset;
}
@media (max-width: 600px) {
  .contact-card__label {
    font-family: "Azeret Mono", monospace;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
  }
}

.catalog {
  padding: 140px 0;
}
@media (max-width: 600px) {
  .catalog {
    padding: 120px 0;
  }
}
.catalog .woocommerce-notices-wrapper {
  padding: 0;
  margin: 0;
}
.catalog h1 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 52px;
  line-height: 1.05;
  letter-spacing: -2px;
  color: #FFFFFF;
  margin: 0 0 80px;
}
@media (max-width: 600px) {
  .catalog h1 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -2px;
    margin-bottom: 40px;
  }
}
.catalog ul {
  display: flex;
  gap: 24px;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.catalog ul::before, .catalog ul::after {
  content: unset !important;
}
.catalog li.product {
  background: rgba(42, 41, 92, 0.1019607843);
  border: 2px solid rgba(42, 41, 92, 0.5019607843);
  border-radius: 12px;
  margin: 0 !important;
  width: calc(25% - 18px) !important;
}
@media (max-width: 1199px) {
  .catalog li.product {
    width: calc(33.3333% - 16px) !important;
  }
}
@media (max-width: 768px) {
  .catalog li.product {
    width: calc(50% - 12px) !important;
  }
}
@media (max-width: 600px) {
  .catalog li.product {
    width: 100% !important;
  }
}
.catalog li.product .price {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  display: block;
  margin: 0 0 32px !important;
  color: #E0E0E0 !important;
}
.catalog li.product .woocommerce-loop-product__link {
  padding: 24px;
}
.catalog li.product .woocommerce-loop-product__title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.05;
  letter-spacing: 0;
  color: #FFFFFF;
  transition: 0.2s;
  margin: 0 0 16px !important;
  padding: 0 !important;
}
@media (max-width: 600px) {
  .catalog li.product .woocommerce-loop-product__title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
.catalog li.product .woocommerce-loop-product__title:hover {
  color: #2A79FF;
}

.blog-hero {
  padding-top: 142px;
}
@media (max-width: 600px) {
  .blog-hero {
    padding-top: 120px;
  }
}
.blog-hero__heading {
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .blog-hero__heading {
    margin-bottom: 40px;
  }
}
.blog-hero__heading-title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 58px;
  line-height: 1.05;
  letter-spacing: -1.86px;
  margin: 0 0 32px;
  color: #FFFFFF;
}
@media (max-width: 600px) {
  .blog-hero__heading-title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 39px;
    line-height: 1.05;
    letter-spacing: -2px;
  }
}
.blog-hero__heading-desc {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .blog-hero__heading-desc {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    line-height: 1.4;
  }
}
.blog-hero__card {
  display: flex;
  background: #0B0B0F;
  border: 2px solid rgba(42, 41, 92, 0.5);
  border-radius: 12px;
  padding: 32px;
  position: relative;
  justify-content: space-between;
  gap: 30px;
  overflow: hidden;
  margin-bottom: 72px;
}
@media (max-width: 900px) {
  .blog-hero__card {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .blog-hero__card {
    padding: 48px 24px;
  }
}
.blog-hero__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 2;
  padding: 32px 32px 50px;
}
@media (max-width: 600px) {
  .blog-hero__content {
    padding: 0;
  }
}
.blog-hero__labels {
  display: flex;
  gap: 8px;
  margin-bottom: 48px;
}
@media (max-width: 600px) {
  .blog-hero__labels {
    margin-bottom: 32px;
  }
}
.blog-hero__label {
  font-family: "Azeret Mono", monospace;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #62A1FF;
  letter-spacing: 0;
}
.blog-hero__title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: -2px;
  margin-bottom: 28px;
}
@media (max-width: 600px) {
  .blog-hero__title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 16px;
  }
}
.blog-hero__title a {
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.2s;
}
.blog-hero__title a:hover {
  color: #2A79FF;
}
.blog-hero__desc {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #B0B0B0;
}
@media (max-width: 600px) {
  .blog-hero__desc {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    line-height: 1.4;
  }
}
.blog-hero__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: 100%;
  margin-top: 32px;
}
@media (max-width: 600px) {
  .blog-hero__meta {
    margin-top: 36px;
  }
}
.blog-hero__author {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #B0B0B0;
}
@media (max-width: 600px) {
  .blog-hero__author {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    line-height: 1.4;
  }
}
.blog-hero__date {
  font-family: "Azeret Mono", monospace;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  color: #B0B0B0;
  display: flex;
  align-items: center;
  gap: 7px;
  letter-spacing: 0;
}
@media (max-width: 600px) {
  .blog-hero__date {
    font-family: "Azeret Mono", monospace;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
  }
}
.blog-hero__date img {
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-right: 7px;
}
.blog-hero__image {
  flex: 1;
  max-width: 494px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.blog-hero__image img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  display: block;
  aspect-ratio: 1/1;
}

.blog-list-section {
  padding-top: 0;
  padding-bottom: 72px;
}
.blog-list-section .blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 58px 48px;
  margin: 0 auto;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 48px 0 0 0;
}
.pagination__btn {
  width: 45px;
  height: 45px;
  border-radius: 5px;
  background: transparent;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border 0.2s, color 0.2s, background 0.2s;
}
.pagination__btn:hover, .pagination__btn:focus {
  border-color: #62A1FF;
  color: #62A1FF;
  outline: none;
  background: rgba(98, 161, 255, 0.04);
}
.pagination__btn.is-active {
  border: 1px solid #B0B0B0;
  color: #FFFFFF;
  cursor: default;
}
.pagination__btn--prev, .pagination__btn--next {
  width: 45px;
  height: 45px;
  padding: 0;
  font-size: 20px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #B0B0B0;
  color: #FFFFFF;
}
.pagination__btn--prev:hover, .pagination__btn--prev:focus, .pagination__btn--next:hover, .pagination__btn--next:focus {
  border-color: #62A1FF;
  color: #62A1FF;
  background: rgba(98, 161, 255, 0.04);
}
.pagination__btn--prev:disabled, .pagination__btn--next:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.pagination__dots {
  color: #B0B0B0;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  user-select: none;
  padding: 0 5px;
}

@media (max-width: 768px) {
  .pagination {
    gap: 8px;
    margin-top: 32px;
  }
  .pagination__btn {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  .pagination__dots {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .blog-list-section .blog-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }
}
@media (max-width: 700px) {
  .blog-list-section .blog-list {
    grid-template-columns: 1fr;
    gap: 64px;
  }
}
.article-content {
  padding-top: 48px;
  padding-bottom: 132px;
}
@media (max-width: 600px) {
  .article-content {
    padding-bottom: 90px;
  }
}
.article-content + .blog-list-section {
  padding-bottom: 121px;
}
.article-content .article {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  max-width: 856px;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #202123;
  padding-bottom: 40px;
}
@media (max-width: 600px) {
  .article-content .article {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    line-height: 1.4;
  }
}
.article-content .article h2, .article-content .article h3, .article-content .article h4, .article-content .article h5, .article-content .article h6 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: -2px;
  color: #FFFFFF;
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .article-content .article h2, .article-content .article h3, .article-content .article h4, .article-content .article h5, .article-content .article h6 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 24px;
  }
}
.article-content .article h2:not(:first-child), .article-content .article h3:not(:first-child), .article-content .article h4:not(:first-child), .article-content .article h5:not(:first-child), .article-content .article h6:not(:first-child) {
  margin-top: 88px;
}
@media (max-width: 600px) {
  .article-content .article h2:not(:first-child), .article-content .article h3:not(:first-child), .article-content .article h4:not(:first-child), .article-content .article h5:not(:first-child), .article-content .article h6:not(:first-child) {
    margin-top: 56px;
  }
}
.article-content .article p {
  margin-bottom: 24px;
  width: 100%;
}
.article-content .article strong {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.05;
  letter-spacing: 0;
  color: #FFFFFF;
  display: block;
  margin-top: 72px;
}
.article-content .article ul {
  list-style: disc inside;
  margin-bottom: 72px;
}
.article-content .article ul li {
  margin-bottom: 8px;
}
.article-content .article blockquote {
  font-family: "Azeret Mono", monospace;
  font-size: 21px;
  font-style: italic;
  line-height: 1.4;
  color: #2A79FF;
  text-align: center;
  padding: 0 24px;
  margin: 72px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .article-content .article blockquote {
    font-family: "Azeret Mono", monospace;
    font-size: 16px;
    font-style: italic;
    line-height: 1.4;
    margin: 56px 0;
  }
}
.article-content .article-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  max-width: 856px;
  width: 100%;
  margin: 32px auto 0;
}
@media (max-width: 600px) {
  .article-content .article-footer {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}
.article-content .article-footer__author {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
.article-content .article-footer__share {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 600px) {
  .article-content .article-footer__share {
    justify-content: space-between;
    width: 100%;
  }
}
.article-content .article-footer__share-label {
  font-family: "Azeret Mono", monospace;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  margin-right: 8px;
}
.article-content .article-footer__share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background: transparent;
  transition: background 0.2s, box-shadow 0.2s;
}
.article-content .article-footer__share-btn img {
  width: 20px;
  height: 20px;
  display: block;
  filter: brightness(0) invert(1);
}
.article-content .article-footer__share-btn:hover, .article-content .article-footer__share-btn:focus {
  background: #0B0B0F;
  box-shadow: 0 0 0 2px #2A79FF;
}

.support {
  padding: 126px 0 104px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .support {
    padding: 120px 0 64px;
  }
}
.support__title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 58px;
  line-height: 1.05;
  letter-spacing: -1.86px;
  margin-bottom: 64px;
}
@media (max-width: 600px) {
  .support__title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 39px;
    line-height: 1.05;
    letter-spacing: -2px;
    margin-bottom: 32px;
  }
}
.support__tab:not(.active) {
  display: none;
}
.support__tab[data-tab=setup-and-documentation] .support-item__right {
  position: relative;
}
.support__tab[data-tab=setup-and-documentation] .support-item__right::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #0B0B0F, transparent);
}
.support__menu {
  display: flex;
  align-items: stretch;
  gap: 32px;
  margin-bottom: 96px;
}
@media (max-width: 900px) {
  .support__menu {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 48px;
  }
}
.support__menu button {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: 0;
  flex: 1;
  color: #FFFFFF;
  padding: 24px 32px;
  text-align: left;
  border-radius: 12px;
  border: 1px solid #202123;
  height: 132px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-flex;
  align-items: flex-end;
  transition: 0.2s;
}
@media (max-width: 600px) {
  .support__menu button {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.05;
    letter-spacing: 0;
    padding: 28px 24px;
    height: 72px;
  }
}
.support__menu button.active {
  border-color: #2A79FF;
  background: rgba(42, 41, 92, 0.2392156863);
}
.support__menu button img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.support__menu button span {
  position: relative;
  z-index: 1;
}
.support__form input[type=submit] {
  margin-top: 48px;
}
@media (max-width: 600px) {
  .support__form input[type=submit] {
    margin-top: 32px;
    width: 100%;
  }
}
.support__form-result > span {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  display: block;
  margin: 32px 0 0;
}
.support__form-result > span span {
  font-family: "Azeret Mono", monospace;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 600px) {
  .support__form-result > span span {
    display: block;
  }
}
.support__form-result > span span ~ span {
  margin-left: 32px;
}
@media (max-width: 600px) {
  .support__form-result > span span ~ span {
    margin-left: 0;
    margin-top: 12px;
  }
}
.support__form-result--success span {
  color: #22B37A;
}
.support__form-result--error span {
  color: #FC4A4A;
}
.support-item {
  display: flex;
  align-items: flex-start;
  gap: 76px;
}
@media (max-width: 900px) {
  .support-item {
    flex-direction: column;
    gap: 48px;
  }
}
.support-item__left {
  max-width: 663px;
  flex: 1;
}
@media (max-width: 900px) {
  .support-item__left {
    width: 100%;
    max-width: 100%;
  }
}
.support-item__right {
  flex: 1;
  text-align: right;
}
.support-item__right img {
  margin-right: -15px;
}
@media (max-width: 900px) {
  .support-item__right {
    width: 100%;
    max-width: 100%;
  }
}
.support-item__title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.05;
  letter-spacing: -2px;
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .support-item__title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -2px;
    margin-bottom: 24px;
  }
}
.support-item__text {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .support-item__text {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    line-height: 1.4;
  }
}
.support [data-tab=request-feature] .wpcf7-form {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 16px 10px;
}
.support [data-tab=request-feature] .wpcf7 span[data-name=your-email],
.support [data-tab=request-feature] .wpcf7 span[data-name=your-request] {
  width: calc(50% - 5px);
}
@media (max-width: 600px) {
  .support [data-tab=request-feature] .wpcf7 span[data-name=your-email],
  .support [data-tab=request-feature] .wpcf7 span[data-name=your-request] {
    width: 100%;
  }
}
.support [data-tab=request-feature] .wpcf7 span[data-name=your-important] {
  width: 100%;
}
.support [data-tab=request-feature] .wpcf7 .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 4px;
}
.support [data-tab=request-feature] .wpcf7 input[type=submit] {
  margin-top: 32px;
}
@media (max-width: 600px) {
  .support [data-tab=request-feature] .wpcf7 input[type=submit] {
    width: 100%;
  }
}
.support [data-tab=request-feature] .wpcf7 .wpcf7-spinner {
  margin-top: 46px;
}
.support [data-tab=request-feature] .wpcf7 .wpcf7-response-output {
  border: 0;
  margin: 12px 0 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 100%;
}

.scart {
  padding: 180px 0;
  max-width: 856px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .scart {
    padding: 112px 0 80px;
  }
  .scart .checkout-button {
    margin-bottom: 0 !important;
  }
}
.scart__title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.05;
  letter-spacing: -2px;
  color: #FFFFFF;
  margin: 0 0 56px;
}
@media (max-width: 600px) {
  .scart__title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -2px;
    margin-bottom: 40px;
  }
}
.scart__wrapper {
  border: 2px solid rgba(42, 41, 92, 0.5019607843);
  border-radius: 12px;
  background: rgba(42, 41, 92, 0.1019607843);
  padding: 0 40px 40px;
}
@media (max-width: 600px) {
  .scart__wrapper {
    padding: 0 20px 20px;
  }
}
.scart__help {
  margin-top: 16px;
  border: 2px solid rgba(42, 41, 92, 0.5019607843);
  border-radius: 12px;
  background: rgba(42, 41, 92, 0.1019607843);
  padding: 40px;
}
@media (max-width: 600px) {
  .scart__help {
    padding: 20px;
  }
}
.scart__help-title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: 0;
  color: #FFFFFF;
  margin: 0 0 24px;
}
@media (max-width: 600px) {
  .scart__help-title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -1px;
  }
}
.scart__help p {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .scart__help p {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    line-height: 1.4;
  }
}
.scart__help a {
  min-width: 281px;
  padding: 19px 25px;
}
@media (max-width: 768px) {
  .scart table.shop_table_responsive tr td::before, .scart table.shop_table_responsive tr td::before {
    content: unset !important;
  }
}
.scart .woocommerce-shipping-totals {
  display: none !important;
}
.scart tr {
  display: table-row !important;
}
.scart tr td {
  display: table-cell !important;
}
.scart .product-thumbnail {
  display: table-cell !important;
}
@media (max-width: 600px) {
  .scart .product-thumbnail {
    width: 92px;
    vertical-align: top !important;
    padding-left: 0 !important;
  }
}
.scart .product-thumbnail a {
  width: 112px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(42, 41, 92, 0.2392156863);
  border-radius: 16px;
  border: 1px solid #202123;
  padding: 12px;
}
@media (max-width: 600px) {
  .scart .product-thumbnail a {
    width: 92px;
    height: 92px;
  }
}
.scart .product-thumbnail img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
.scart .product-name {
  display: table-cell !important;
  text-align: left !important;
}
.scart .product-name a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.2s;
}
@media (max-width: 600px) {
  .scart .product-name a {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.05;
    letter-spacing: 0;
  }
}
.scart .product-name a:hover {
  color: #2A79FF;
}
.scart .product-subtotal {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: 0;
  color: #FFFFFF;
}
.scart .product-remove a {
  background: unset !important;
}
.scart .product-remove a path {
  transition: 0.2s;
}
.scart .product-remove a:hover path {
  stroke: #2A79FF;
}
@media (max-width: 600px) {
  .scart .quantity .qty {
    width: 42px !important;
    height: 36px !important;
  }
  .scart .custom-quantity {
    margin: 18px 0;
  }
  .scart .remove {
    position: absolute;
    right: 0;
    top: 20px;
  }
}
.scart .cart_item td {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
  border-bottom: 1px solid #202123;
}
@media (max-width: 600px) {
  .scart .cart_item td {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
.scart td.actions {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 40px !important;
}
@media (max-width: 600px) {
  .scart td.actions {
    padding-top: 32px !important;
  }
}
.scart .cart_totals {
  width: 100% !important;
  float: unset !important;
}
.scart .cart_totals th {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.05;
  letter-spacing: 0;
  color: #FFFFFF;
}
@media (max-width: 600px) {
  .scart .cart_totals th {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.05;
    letter-spacing: 0;
  }
}
.scart .cart_totals th, .scart .cart_totals td {
  border-color: #202123 !important;
}
.scart [data-title=Subtotal],
.scart [data-title=Total] {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: 0;
  color: #FFFFFF;
  text-align: right;
}
@media (max-width: 600px) {
  .scart [data-title=Subtotal],
  .scart [data-title=Total] {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
.scart .coupon {
  display: flex !important;
  float: unset !important;
  gap: 16px !important;
  align-items: stretch !important;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .scart .coupon {
    flex-direction: column;
  }
  .scart .coupon input {
    width: 100% !important;
  }
}
.scart .coupon .coupon-error-notice {
  width: 100% !important;
  margin: 0 !important;
  color: #FF9000;
}
.scart .coupon input {
  flex: 1;
}
.scart [name=update_cart] {
  display: none !important;
}

.woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
  display: table-cell !important;
}

.woocommerce table.shop_table_responsive tr.cart_item td, .woocommerce-page table.shop_table_responsive tr.cart_item td {
  text-align: left !important;
}

.scheckout {
  padding: 134px 0 88px;
}
.scheckout__title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.05;
  letter-spacing: -2px;
  color: #FFFFFF;
  margin: 0 0 56px;
}
@media (max-width: 600px) {
  .scheckout__title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -2px;
    margin-bottom: 32px;
  }
}
.scheckout #billing_country_field {
  display: none;
}
.scheckout .woocommerce-billing-fields {
  background: rgba(42, 41, 92, 0.1019607843);
  border: 2px solid rgba(42, 41, 92, 0.5019607843);
  padding: 40px;
  border-radius: 12px;
}
@media (max-width: 600px) {
  .scheckout .woocommerce-billing-fields {
    padding: 20px;
  }
}
.scheckout .woocommerce-billing-fields h3 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  color: #FFFFFF;
  margin: 0 0 32px;
}
@media (max-width: 600px) {
  .scheckout .woocommerce-billing-fields h3 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.05;
    letter-spacing: 0;
  }
}
.scheckout .woocommerce-billing-fields__field-wrapper {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .scheckout .woocommerce-billing-fields__field-wrapper {
    gap: 8px;
  }
}
.scheckout .woocommerce-billing-fields__field-wrapper > p {
  width: calc(50% - 8px);
}
@media (max-width: 600px) {
  .scheckout .woocommerce-billing-fields__field-wrapper > p {
    width: 100%;
  }
}
.scheckout #billing_email_field,
.scheckout #billing_address_1_field {
  width: 100%;
}
.scheckout #billing_first_name_field {
  order: 1;
}
.scheckout #billing_last_name_field {
  order: 2;
}
.scheckout #billing_email_field {
  order: 3;
}
.scheckout #billing_address_1_field {
  order: 4;
}
.scheckout #billing_state_field {
  order: 5;
}
.scheckout #billing_city_field {
  order: 6;
}
.scheckout #billing_postcode_field {
  order: 7;
}
.scheckout #billing_phone_field {
  order: 8;
}
.scheckout #select2-billing_state-container {
  width: 100%;
  background: #101227;
  padding: 17px 21px;
  border-radius: 5px;
  border: 1px solid #202123;
  transition: 0.2s;
  position: relative;
  color: #FFFFFF;
}
.scheckout #billing_state_field .select2-selection {
  background: unset;
}
.scheckout #billing_state_field .select2-selection__arrow {
  right: 21px;
}
.scheckout #billing_state_field .select2-selection__arrow b {
  width: 30px;
  height: 28px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width=%2730%27 height=%2728%27 viewBox=%270 0 25 22%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M17.1827 10L18 10.7436L13.5459 14.794C13.4745 14.8593 13.3896 14.9111 13.2961 14.9464C13.2027 14.9818 13.1024 15 13.0012 15C12.8999 15 12.7996 14.9818 12.7062 14.9464C12.6127 14.9111 12.5278 14.8593 12.4564 14.794L8 10.7436L8.81727 10.0007L13 13.8022L17.1827 10Z%27 fill=%27white%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: -14px;
  transition: 0.1s;
}
.scheckout__shipping {
  background: rgba(42, 41, 92, 0.1019607843);
  border: 2px solid rgba(42, 41, 92, 0.5019607843);
  padding: 40px;
  border-radius: 12px;
  margin-top: 24px;
}
@media (max-width: 600px) {
  .scheckout__shipping {
    padding: 20px;
  }
}
.scheckout__shipping h3 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  color: #FFFFFF;
  margin: 0 0 32px;
}
@media (max-width: 600px) {
  .scheckout__shipping h3 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
.scheckout__wrapper {
  display: flex;
  gap: 70px;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .scheckout__wrapper {
    flex-direction: column;
  }
}
.scheckout__right {
  width: 550px;
  min-width: 550px;
  position: sticky;
  top: 20px;
}
@media (max-width: 1200px) {
  .scheckout__right {
    position: static;
    max-width: 100%;
    width: 700px;
    min-width: unset;
    margin: 0 auto;
    order: 0;
  }
}
@media (max-width: 1200px) {
  .scheckout__left {
    max-width: 700px;
    margin: 0 auto;
    order: 1;
    width: 100%;
  }
}
.scheckout #payment {
  background: unset;
  border: 0;
}
.scheckout__payment .btn {
  width: 100%;
}
.scheckout__payment-block {
  background: rgba(42, 41, 92, 0.1019607843);
  border: 2px solid rgba(42, 41, 92, 0.5019607843);
  padding: 40px;
  border-radius: 12px;
  margin-top: 24px;
}
@media (max-width: 600px) {
  .scheckout__payment-block {
    padding: 20px;
  }
}
.scheckout__payment-block h3 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  color: #FFFFFF;
  margin: 0 0 32px;
}
@media (max-width: 600px) {
  .scheckout__payment-block h3 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
.scheckout__payment-block ul {
  border: 0 !important;
  padding: 0 !important;
}
.scheckout__cart {
  padding: 40px;
  background: rgba(42, 41, 92, 0.1019607843);
  border-radius: 12px;
  border: 2px solid rgba(42, 41, 92, 0.5019607843);
}
@media (max-width: 600px) {
  .scheckout__cart {
    padding: 20px;
  }
}
.scheckout .place-order {
  margin-top: 24px;
}
.scheckout #order_review table {
  margin: 0;
}
.scheckout #order_review th {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.05;
  letter-spacing: 0;
  color: #FFFFFF;
  padding-left: 0;
}
.scheckout #order_review tr.order-total th, .scheckout #order_review tr.order-total td {
  border-color: #202123 !important;
  padding-top: 40px;
}
.scheckout #order_review tr:not(.order-total) th, .scheckout #order_review tr:not(.order-total) td {
  border: 0;
}
.scheckout #order_review td {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: 0;
  color: #FFFFFF;
  text-align: right;
  padding-right: 0;
}
.scheckout .scart {
  padding: 0;
}
.scheckout .scart .cart_item {
  position: relative;
}
.scheckout .scart .cart_item td {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.scheckout .scart .product-remove {
  position: absolute;
  right: 0;
  top: 0;
  border: 0 !important;
}
.scheckout .scart .product-thumbnail {
  padding-left: 0;
  max-width: 102px;
}
.scheckout .scart .product-thumbnail a {
  width: 102px;
  height: 102px;
}
.scheckout .scart .product-subtotal {
  vertical-align: bottom;
}
.scheckout .scart .custom-quantity {
  margin-top: 20px;
}
.scheckout .scart__wrapper {
  border: 0;
  border-radius: unset;
  background: unset;
  padding: 0;
}
.scheckout .scart__title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: 0;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .scheckout .scart__title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -1px;
  }
}
.scheckout .scart__help .btn {
  width: 100%;
}
.scheckout #shipping_method li {
  background: rgba(42, 41, 92, 0.1019607843);
  border: 1px solid #202123;
  border-radius: 12px;
}
.scheckout #shipping_method li ~ li {
  margin-top: 16px;
}
.scheckout #shipping_method li:has(input:checked) {
  border-color: #2A79FF;
}
.scheckout #shipping_method input:checked ~ label > span::before {
  border-color: #2A79FF;
}
.scheckout #shipping_method input:checked ~ label > span::after {
  opacity: 1;
}
.scheckout #shipping_method label {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  display: flex !important;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  padding: 24px 20px;
  cursor: pointer;
}
@media (max-width: 600px) {
  .scheckout #shipping_method label {
    flex-direction: column-reverse;
    align-items: flex-start;
    position: relative;
  }
}
.scheckout #shipping_method label > span {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}
.scheckout #shipping_method label > span::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: rgba(42, 41, 92, 0.2392156863);
  border-radius: 50%;
  border: 2px solid #202123;
  transition: 0.2s;
}
.scheckout #shipping_method label > span::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #2A79FF;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 8px;
  transition: 0.2s;
  opacity: 0;
}
.scheckout #shipping_method label::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../js/4e75b03b96249024e3fb.svg);
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .scheckout #shipping_method label::before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
}
.scheckout #shipping_method input[type=radio] {
  display: none;
}

.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection {
  border-color: #202123;
}

.cart-empty {
  padding: 118px 0 150px;
}
@media (max-width: 900px) {
  .cart-empty {
    padding: 112px 0 132px;
  }
}
.cart-empty__wrapper {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  border: 2px solid rgba(42, 41, 92, 0.5019607843);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 900px) {
  .cart-empty__wrapper {
    padding: 40px 32px;
  }
}
@media (max-width: 600px) {
  .cart-empty__wrapper {
    flex-direction: column;
    gap: 80px;
  }
}
.cart-empty h1 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.05;
  letter-spacing: -2px;
  color: #FFFFFF;
  margin-bottom: 48px;
  margin-top: 0;
}
@media (max-width: 600px) {
  .cart-empty h1 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -2px;
    margin-bottom: 32px;
  }
}
.cart-empty p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  color: #FFFFFF;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .cart-empty p {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.05;
    letter-spacing: 0;
  }
}
.cart-empty span {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .cart-empty span {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    line-height: 1.4;
  }
}
.cart-empty .bgline1 {
  transform: rotate(-20deg);
  left: -10%;
  bottom: 6%;
}
.cart-empty .bgline2 {
  transform: rotate(-156deg);
  bottom: auto;
  top: 6%;
  left: 22%;
}

.singleproduct {
  padding: 134px 0;
}
.singleproduct .woocommerce-tabs ul.tabs {
  text-align: center;
  padding: 0 !important;
}
@media (max-width: 600px) {
  .singleproduct .woocommerce-tabs ul.tabs {
    display: flex;
    justify-content: space-between;
  }
}
.singleproduct .woocommerce-tabs ul.tabs::before {
  border-color: #202123 !important;
}
.singleproduct .woocommerce-tabs ul.tabs li {
  background: unset !important;
  color: #FFFFFF !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.singleproduct .woocommerce-tabs ul.tabs li ~ li {
  margin-left: 120px !important;
}
@media (max-width: 600px) {
  .singleproduct .woocommerce-tabs ul.tabs li ~ li {
    margin-left: 0 !important;
  }
}
.singleproduct .woocommerce-tabs ul.tabs li::before, .singleproduct .woocommerce-tabs ul.tabs li::after {
  content: unset !important;
}
.singleproduct .woocommerce-tabs ul.tabs li a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.05;
  letter-spacing: 0;
  padding-bottom: 24px !important;
  color: #FFFFFF !important;
  position: relative;
}
.singleproduct .woocommerce-tabs ul.tabs li a::after {
  content: "";
  display: block;
  height: 2px;
  background: #2A79FF;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transition: 0.2s;
}
@media (max-width: 600px) {
  .singleproduct .woocommerce-tabs ul.tabs li a {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.05;
    letter-spacing: 0;
  }
}
.singleproduct .woocommerce-tabs ul.tabs li.active a::after {
  opacity: 1;
}
.singleproduct .product_title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.05;
  letter-spacing: -2px;
  color: #FFFFFF;
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .singleproduct .product_title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 39px;
    line-height: 1.05;
    letter-spacing: -2px;
    margin-bottom: 24px;
  }
}
.singleproduct .summary .price {
  font-family: "Azeret Mono", monospace;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1;
  color: #2A79FF !important;
  margin-bottom: 32px;
}
.singleproduct .type-product > .price {
  font-family: "Azeret Mono", monospace;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1;
  color: #2A79FF !important;
  margin-bottom: 32px;
}
.singleproduct__description {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 38px;
}
.singleproduct__description > * ~ * {
  margin-top: 20px;
}
@media (max-width: 600px) {
  .singleproduct__description {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 32px;
  }
}
.singleproduct .catalog {
  padding-bottom: 0;
}
@media (max-width: 600px) {
  .singleproduct .catalog {
    padding-top: 56px;
  }
}
.singleproduct .catalog li.product {
  width: calc(33.33333% - 16px) !important;
}
@media (max-width: 768px) {
  .singleproduct .catalog li.product {
    width: calc(50% - 12px) !important;
  }
}
@media (max-width: 600px) {
  .singleproduct .catalog li.product {
    width: 100% !important;
  }
}
.singleproduct .catalog h2 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: -2px;
  margin-bottom: 56px;
}
@media (max-width: 600px) {
  .singleproduct .catalog h2 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -2px;
    margin-bottom: 40px;
  }
}
.singleproduct__cases {
  display: flex;
  align-items: stretch;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 84px;
}
@media (max-width: 600px) {
  .singleproduct__cases {
    margin-top: 56px;
  }
}
.singleproduct__cases-item {
  aspect-ratio: 1/1;
  width: calc(25% - 24px);
  position: relative;
  border-radius: 12px;
  border: 1px solid #202123;
  overflow: hidden;
  padding: 24px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1000px) {
  .singleproduct__cases-item {
    width: calc(50% - 16px);
  }
}
@media (max-width: 600px) {
  .singleproduct__cases-item {
    width: 100%;
  }
}
.singleproduct__cases-item p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  max-width: 240px;
}
.singleproduct__cases-item picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.singleproduct__cases-item picture img {
  width: 100%;
}
.singleproduct__cases-item picture::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(8, 10, 22, 0) 0%, #0B0B0F 100%);
}
.singleproduct__specifications {
  max-width: 1076px;
  margin: 88px auto 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .singleproduct__specifications {
    margin-top: 56px;
  }
}
.singleproduct__specifications-item {
  width: 100%;
}
@media (max-width: 600px) {
  .singleproduct__specifications-item {
    max-width: 100%;
    width: 100%;
  }
  .singleproduct__specifications-item:nth-last-child(2) {
    padding-bottom: 32px;
    border-bottom: 1px solid #202123;
  }
}
.singleproduct__specifications-item:not(:last-child) {
  padding-bottom: 32px;
  border-bottom: 1px solid #202123;
}
.singleproduct__specifications-item p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #FFFFFF;
  margin-bottom: 12px;
  gap: 8px;
  display: flex;
  align-items: baseline;
}
.singleproduct__specifications-item p::before {
  content: "";
  width: 6px;
  min-width: 6px;
  height: 6px;
  display: block;
  position: relative;
  background: #E0E0E0;
  border-radius: 50%;
  top: -2px;
}
.singleproduct__specifications-item span {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  padding-left: 14px;
  display: block;
}
.singleproduct__actions {
  margin-top: 38px;
  display: flex;
  align-items: stretch;
  gap: 16px;
}
@media (max-width: 1200px) {
  .singleproduct__actions {
    flex-direction: column;
  }
}
.singleproduct__actions > * {
  flex: 1;
}
.singleproduct__actions .btn--img {
  background-image: url(../js/76589686e55efef0c3f9.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #FFFFFF;
  text-transform: unset;
  border-color: #2A79FF;
}
@media (max-width: 1200px) {
  .singleproduct__actions .btn--img {
    height: 54px;
    min-height: 54px;
  }
}
.singleproduct__file {
  font-family: "Azeret Mono", monospace;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  color: #2A79FF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  margin-top: 34px;
  transition: 0.2s;
}
@media (max-width: 1200px) {
  .singleproduct__file span {
    max-width: 200px;
  }
}
.singleproduct__file svg {
  transition: 0.2s;
  min-width: 21px;
}
.singleproduct__file:hover {
  color: #FFFFFF;
}
.singleproduct__file:hover svg {
  filter: grayscale(0) brightness(1);
}
.singleproduct .woocommerce-notices-wrapper {
  padding: 0;
  margin: 0;
}
.singleproduct .woocommerce-variation-add-to-cart-disabled {
  display: none !important;
}
.singleproduct .variations th {
  padding-right: 16px;
  white-space: nowrap;
  text-align: left;
}
.singleproduct .variations select {
  color: #fff;
  padding: 4px;
  width: 100%;
}
.singleproduct .variations select option {
  color: #000;
}
.singleproduct__prev, .singleproduct__next {
  position: absolute;
  right: -24px;
  bottom: 36px;
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.2s;
  cursor: pointer;
  display: none !important;
}
@media (max-width: 768px) {
  .singleproduct__prev, .singleproduct__next {
    right: -10px;
    bottom: 12px;
  }
}
.singleproduct .woocommerce-tabs {
  padding-top: 80px;
}
.singleproduct__prev {
  right: auto;
  left: -24px;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .singleproduct__prev {
    left: -10px;
  }
}
.singleproduct .flex-control-thumbs {
  display: flex;
  gap: 12px;
  align-items: stretch;
  overflow: scroll hidden !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.singleproduct .flex-control-thumbs::-webkit-scrollbar {
  display: none;
}
.singleproduct .flex-control-thumbs li {
  width: 120px;
  min-width: 120px;
  height: 120px;
  background: rgba(42, 41, 92, 0.1019607843);
  border: 2px solid rgba(42, 41, 92, 0.5019607843);
  border-radius: 12px;
}
@media (max-width: 768px) {
  .singleproduct .flex-control-thumbs li {
    width: 74px;
    min-width: 74px;
    max-width: 74px;
    height: 74px;
  }
}
.singleproduct .flex-control-thumbs li img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  object-position: 50% 50%;
}

.footer {
  background: #080A16;
  padding: 64px 0 32px;
}
@media (max-width: 600px) {
  .footer {
    padding-top: 48px;
  }
}
.footer__top {
  display: flex;
  gap: 134px;
}
@media (max-width: 1200px) {
  .footer__top {
    gap: 64px;
  }
}
@media (max-width: 900px) {
  .footer__top {
    flex-direction: column;
    gap: 56px;
  }
}
.footer__col--brand {
  flex: 0 0 320px;
}
@media (max-width: 900px) {
  .footer__col--brand {
    flex: unset;
  }
}
.footer__col--brand .footer__logo {
  display: block;
  margin-bottom: 20px;
  width: 120px;
  height: auto;
}
.footer__col--brand .footer__desc {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #E0E0E0;
}
@media (max-width: 600px) {
  .footer__col--brand .footer__desc {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    line-height: 1.4;
  }
}
.footer__col--nav {
  display: flex;
  flex: 1 1 auto;
  gap: 104px;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .footer__col--nav {
    gap: 40px;
  }
}
@media (max-width: 900px) {
  .footer__col--nav {
    flex-wrap: wrap;
    gap: 32px;
    justify-content: space-between;
  }
}
@media (max-width: 600px) {
  .footer__col--nav {
    gap: 24px;
  }
}
.footer__menu-title {
  font-family: "Azeret Mono", monospace;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  color: #FFFFFF;
  margin-bottom: 18px;
}
@media (max-width: 600px) {
  .footer__menu-title {
    font-family: "Azeret Mono", monospace;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
  }
}
.footer__menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__menu-list li:not(:last-child) {
  margin-bottom: 6px;
}
.footer__menu-list a {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #E0E0E0;
  text-decoration: none;
  transition: color 0.2s;
}
@media (max-width: 600px) {
  .footer__menu-list a {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    line-height: 1.4;
  }
}
.footer__menu-list a:hover {
  color: #FFFFFF;
}
.footer__menu--location {
  max-width: 270px;
}
@media (max-width: 900px) {
  .footer__menu--location {
    margin-top: 32px;
    max-width: unset;
  }
}
.footer__menu--location .footer__location {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #E0E0E0;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .footer__menu--location .footer__location {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    line-height: 1.4;
  }
}
.footer__divider {
  border: none;
  height: 1px;
  background: #2A293C;
  margin: 40px 0 24px;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 600px) {
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.footer__links {
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer__links a {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.2s;
}
.footer__links a:hover {
  text-decoration: underline;
}
@media (max-width: 600px) {
  .footer__links a {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    line-height: 1.4;
  }
}
.footer__links-list {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer__links-list li ~ li::before {
  content: "|";
  color: #FFFFFF;
  opacity: 0.5;
  margin-right: 16px;
}
@media (max-width: 600px) {
  .footer__links-list li ~ li::before {
    margin-right: 10px;
  }
}
@media (max-width: 375px) {
  .footer__links-list li ~ li::before {
    display: none;
  }
}
@media (max-width: 600px) {
  .footer__links-list {
    gap: 10px;
  }
}
@media (max-width: 375px) {
  .footer__links-list {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__copyright {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #FFFFFF;
}
@media (max-width: 600px) {
  .footer__copyright {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    line-height: 1.4;
  }
}

html {
  scroll-behavior: smooth;
}

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

body {
  font-family: "IBM Plex Sans", sans-serif;
  background-color: #0B0B0F;
  color: #E0E0E0;
}

.container {
  max-width: 1326px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Azeret Mono", monospace;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  line-height: 1;
  cursor: pointer;
  transition: 0.2s;
  text-decoration: none;
  gap: 16px;
}
.btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.btn__icon svg {
  width: 20px;
  height: 20px;
  display: block;
}
.btn__icon svg path {
  transition: 0.2s;
}
.btn--white {
  background: #FFFFFF;
  color: #080A16;
  border-color: #FFFFFF;
  padding: 18px 19px;
}
.btn--white:hover {
  color: #2A79FF;
  box-shadow: 0 1px 10px 0 rgba(31, 98, 199, 0.6);
}
.btn--white:hover path {
  fill: #2A79FF;
}
.btn--black {
  background: radial-gradient(104.5% 113.94% at 50% 0%, #23243B 0%, #181926 100%);
  color: #FFFFFF;
  border: 1px solid rgba(42, 41, 92, 0.5);
  border-radius: 8px;
  backdrop-filter: blur(2px);
  padding: 12px 25px;
  box-shadow: inset 0 12px 32px -6px rgba(255, 255, 255, 0.16);
}
.btn--black:hover {
  border-color: #2A79FF;
  color: #2A79FF;
}
.btn--icon {
  gap: 16px;
}

.btn--link {
  color: #2A79FF;
  background: none;
  border: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  margin-bottom: 0;
}
.btn--link:hover {
  color: #fff;
}
.btn--link:hover path {
  fill: #fff;
}

.bgline {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.bgline img {
  max-width: 100%;
}

.bgcircle {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  pointer-events: none;
  margin: -330px;
}
@media (max-width: 600px) {
  .bgcircle {
    margin: -55%;
  }
}
.bgcircle img {
  max-width: 100%;
}

.bglight {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
}
.bglight img {
  max-width: 100%;
}

.bgline1 {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  pointer-events: none;
}
.bgline1 img {
  max-width: 100%;
}

.bgline2 {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  pointer-events: none;
}
.bgline2 img {
  max-width: 100%;
}

.innershadow {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.innershadow::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at left top, #080A16 0px, transparent 100px) 0 0/50% 50% no-repeat, radial-gradient(circle at right top, #080A16 0px, transparent 100px) 100% 0/50% 50% no-repeat, radial-gradient(circle at left bottom, #080A16 0px, transparent 100px) 0 100%/50% 50% no-repeat, radial-gradient(circle at right bottom, #080A16 0px, transparent 100px) 100% 100%/50% 50% no-repeat, linear-gradient(to right, #080A16 0px, transparent 100px, transparent calc(100% - 100px), #080A16 100%), linear-gradient(to bottom, #080A16 0px, transparent 100px, transparent calc(100% - 100px), #080A16 100%);
  z-index: 2;
}

.input-style {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  width: 100%;
  background: #101227;
  padding: 17px 21px;
  color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #202123;
  transition: 0.2s;
}
.input-style::placeholder {
  color: #FFFFFF;
}
.input-style:focus {
  border-color: #2A79FF;
}
.input-style:focus::placeholder {
  color: rgba(224, 224, 224, 0.2);
}

.hidden-input {
  display: none;
}

textarea.input-style {
  resize: none;
  height: 162px;
}

.radio-style {
  display: flex;
  align-items: center;
  gap: 56px;
}
.radio-style .wpcf7-list-item {
  margin: 0;
}
.radio-style .wpcf7-list-item-label {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  cursor: pointer;
}
.radio-style .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: rgba(42, 41, 92, 0.2392156863);
  border-radius: 50%;
  border: 2px solid #202123;
  transition: 0.2s;
}
.radio-style .wpcf7-list-item-label::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #2A79FF;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 8px;
  transition: 0.2s;
  opacity: 0;
}
.radio-style input {
  display: none !important;
}
.radio-style input:checked ~ .wpcf7-list-item-label::before {
  border-color: #2A79FF;
}
.radio-style input:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}

.woocommerce-notices-wrapper {
  padding-top: 70px;
  margin-bottom: -70px;
}
.woocommerce-notices-wrapper .woocommerce-message {
  font-family: "Azeret Mono", monospace;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  border: 2px solid rgba(42, 41, 92, 0.5019607843);
  border-radius: 12px;
  background: rgba(42, 41, 92, 0.1019607843);
  color: #FFFFFF;
  padding: 20px 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  gap: 12px;
}
.woocommerce-notices-wrapper .woocommerce-message::before {
  position: static;
  color: #2A79FF;
}
.woocommerce-notices-wrapper .woocommerce-message a.restore-item {
  color: #2A79FF;
  font-weight: 500;
  text-decoration: underline;
  transition: color 0.2s;
}
.woocommerce-notices-wrapper .woocommerce-message a.restore-item:hover {
  color: rgb(93, 153.0845070423, 255);
}

.custom-quantity {
  display: flex;
  align-items: center;
}
.custom-quantity button {
  cursor: pointer;
}
.custom-quantity button path {
  transition: 0.2s;
}
.custom-quantity button:hover path {
  stroke: #2A79FF;
}
.custom-quantity input {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  appearance: textfield;
  -webkit-appearance: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  outline: none;
  width: 52px;
  height: 46px;
  border: 2px solid #202123;
  border-radius: 5px;
  transition: 0.2s;
}
.custom-quantity input:focus {
  border-color: #2A79FF;
}
.custom-quantity input::-webkit-outer-spin-button, .custom-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.custom-quantity input[type=number] {
  -moz-appearance: textfield;
}

#post-cta {
  aspect-ratio: 1440/800;
  max-height: 800px;
}
@media (max-width: 900px) {
  #post-cta {
    aspect-ratio: unset;
    max-height: unset;
  }
}
#post-cta .cta__container {
  padding-top: 160px;
  align-items: flex-start;
}
@media (max-width: 600px) {
  #post-cta .cta__container {
    padding-top: 112px;
  }
}
#post-cta .cta__category {
  font-family: "Azeret Mono", monospace;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 32px;
  color: #2A79FF;
}
#post-cta .cta__title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 52px;
  line-height: 1.05;
  letter-spacing: -2px;
  margin-bottom: 32px;
  max-width: 746px;
  color: #FFFFFF;
}
@media (max-width: 600px) {
  #post-cta .cta__title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -2px;
  }
}
#post-cta .cta__meta {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 600px) {
  #post-cta .cta__meta {
    justify-content: space-between;
    width: 100%;
  }
}
#post-cta .cta__author {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
#post-cta .cta__date {
  font-family: "Azeret Mono", monospace;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 8px;
}
#post-cta .cta__image {
  justify-content: center;
}
#post-cta .cta__image img {
  height: auto;
  max-width: 100%;
}

.site-wrapper.fixed {
  height: 100vh;
  overflow: hidden;
}

#company-cta {
  aspect-ratio: 1440/861;
  max-height: 861px;
}
@media (max-width: 900px) {
  #company-cta {
    aspect-ratio: unset;
  }
}
#company-cta .cta__container {
  padding-top: 160px;
  align-items: flex-start;
}
#company-cta .cta__desc {
  max-width: 466px;
}
#company-cta .cta__image {
  justify-content: center;
}
#company-cta .cta__image img {
  height: auto;
  max-width: 100%;
}

#application-cta {
  aspect-ratio: 1440/861;
  max-height: 861px;
}
@media (max-width: 900px) {
  #application-cta {
    aspect-ratio: unset;
    max-height: unset;
  }
}
#application-cta .cta__title {
  max-width: 764px;
}
@media (max-width: 600px) {
  #application-cta .cta__title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -2px;
    margin-bottom: 24px;
  }
}
@media (max-width: 900px) {
  #application-cta .cta__content {
    padding-top: 0;
  }
}
#application-cta .cta__container {
  padding-top: 160px;
  align-items: flex-start;
}
@media (max-width: 600px) {
  #application-cta .cta__container {
    align-items: center;
  }
}
#application-cta .cta__desc {
  max-width: 466px;
}
@media (max-width: 600px) {
  #application-cta .cta__desc {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 18px;
    line-height: 1.3;
  }
}
#application-cta .cta__image {
  justify-content: center;
}
@media (max-width: 600px) {
  #application-cta .cta__image {
    width: 165%;
  }
  #application-cta .cta__image picture {
    width: 100%;
  }
}
#application-cta .cta__image img {
  height: auto;
  max-width: 100%;
}

#hero-cta {
  aspect-ratio: 1440/830;
}
@media (max-width: 900px) {
  #hero-cta {
    aspect-ratio: unset;
  }
}
#hero-cta .cta__desc {
  max-width: 445px;
}
@media (max-width: 900px) {
  #hero-cta .cta__container {
    align-items: flex-end;
  }
  #hero-cta .cta__content {
    padding-top: 120px;
  }
  #hero-cta .cta__image {
    position: relative;
    width: 205%;
    justify-content: flex-end;
  }
  #hero-cta .cta__image::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, #0B0B0F 0%, rgba(11, 11, 15, 0) 100%);
  }
}

#prefooter-cta {
  aspect-ratio: 1440/732;
  max-height: 732px;
}
@media (max-width: 900px) {
  #prefooter-cta {
    aspect-ratio: unset;
    max-height: unset;
  }
  #prefooter-cta .bgline {
    display: none;
  }
}
#prefooter-cta .cta__desc {
  max-width: 445px;
}
@media (max-width: 900px) {
  #prefooter-cta .cta__container {
    align-items: flex-end;
  }
  #prefooter-cta .cta__image {
    position: relative;
    width: 192%;
  }
  #prefooter-cta .cta__image::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, #0B0B0F 0%, rgba(11, 11, 15, 0) 100%);
  }
}
#prefooter-cta .btn--black {
  min-width: 230px;
}
@media (max-width: 900px) {
  #prefooter-cta .btn--black {
    min-height: 56px;
  }
}

#subscribe-cta {
  aspect-ratio: 1440/732;
  max-height: 732px;
}
@media (max-width: 900px) {
  #subscribe-cta {
    aspect-ratio: unset;
    max-height: unset;
  }
  #subscribe-cta .bgline {
    display: none;
  }
}
@media (max-width: 600px) {
  #subscribe-cta .wpcf7-form-control-wrap {
    width: 100%;
  }
}
#subscribe-cta .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
}
#subscribe-cta .wpcf7-form .wpcf7-response-output {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}
#subscribe-cta .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 4px;
}
#subscribe-cta .wpcf7-form .btn {
  padding: 20px 38px;
}
@media (max-width: 600px) {
  #subscribe-cta .wpcf7-form .btn {
    width: 100%;
  }
}
#subscribe-cta .wpcf7-form .wpcf7-spinner {
  margin: 17px;
}
@media (max-width: 600px) {
  #subscribe-cta .wpcf7-form .wpcf7-spinner {
    margin-left: auto;
    margin-right: auto;
  }
}
#subscribe-cta .cta__desc {
  max-width: 390px;
  margin-bottom: 56px;
}
@media (max-width: 900px) {
  #subscribe-cta .cta__image {
    position: relative;
    aspect-ratio: 375/438;
  }
  #subscribe-cta .cta__image img {
    height: 100%;
    object-position: 80% bottom;
  }
  #subscribe-cta .cta__image::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, #0B0B0F 0%, rgba(11, 11, 15, 0) 100%);
  }
}
#subscribe-cta .btn--black {
  min-width: 230px;
}
@media (max-width: 900px) {
  #subscribe-cta .btn--black {
    min-height: 56px;
  }
}

.woocommerce-account-fields {
  display: none !important;
}

.tiered-pricing-table tr {
  background: transparent;
}
.tiered-pricing-table th, .tiered-pricing-table td {
  color: #fff;
  border-color: #202123 !important;
}
