@charset "UTF-8";
@font-face {
  font-style: normal;
  font-weight: 300;
  font-family: "TildaSans";
  font-display: swap;
  src: url("../fonts/TildaSans-Light.woff2") format("woff2"), url("../fonts/TildaSans-Light.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "TildaSans";
  font-display: swap;
  src: url("../fonts/TildaSans-Regular.woff2") format("woff2"), url("../fonts/TildaSans-Regular.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 500;
  font-family: "TildaSans";
  font-display: swap;
  src: url("../fonts/TildaSans-Medium.woff2") format("woff2"), url("../fonts/TildaSans-Medium.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "TildaSans";
  font-display: swap;
  src: url("../fonts/TildaSans-SemiBold.woff2") format("woff2"), url("../fonts/TildaSans-SemiBold.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "TildaSans";
  font-display: swap;
  src: url("../fonts/TildaSans-Bold.woff2") format("woff2"), url("../fonts/TildaSans-Bold.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 800;
  font-family: "TildaSans";
  font-display: swap;
  src: url("../fonts/TildaSans-ExtraBold.woff2") format("woff2"), url("../fonts/TildaSans-ExtraBold.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 900;
  font-family: "TildaSans";
  font-display: swap;
  src: url("../fonts/TildaSans-Black.woff2") format("woff2"), url("../fonts/TildaSans-Black.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 500;
  font-family: "Poppins";
  font-display: swap;
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Rubik";
  font-display: swap;
  src: url("../fonts/Rubik-Regular.woff2") format("woff2"), url("../fonts/Rubik-Regular.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
}
/* stylelint-disable */
/* ---------- example ---------- */
/*
.selector {
  // только в промежутке tablet..desktop
  @include media-between(tablet, desktop) { ... }

  // ровно «только tablet» (1024..1239)
  @include media-only(tablet) { ... }

  // ≥ 1440
  @include for-desktop { ... }

  // ≤ 767
  @include small-tablet { ... }
}
*/
/* ---------- helpers ---------- */
/* Min-width */
/* Max-width */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox {
  position: relative;
}
.custom-checkbox.error span {
  color: red !important;
}
.custom-checkbox.error span:before {
  border-color: red;
}
.custom-checkbox .wpcf7-not-valid-tip {
  display: none;
}
.custom-checkbox input {
  position: absolute;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  inset: 0;
}
.custom-checkbox .wpcf7-list-item-label {
  margin: 0 !important;
  cursor: pointer;
  position: relative;
  z-index: 2;
  display: inline-flex;
  gap: 0.8rem;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  color: var(--cl-b);
  font-family: var(--font-family);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: -0.08rem;
  transition: all 0.3s;
  position: relative;
}
.custom-checkbox .wpcf7-list-item-label::before {
  margin-top: 0.1rem;
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.3rem;
  border: 0.1rem solid var(--cl-b);
}
.custom-checkbox .wpcf7-list-item-label::after {
  content: "";
  border-radius: 100%;
  width: 0.8rem;
  height: 0.8rem;
  background: var(--cl-b);
  top: 0.85rem;
  left: 0.35rem;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.custom-checkbox input:checked + span::after {
  opacity: 1;
  visibility: visible;
}

.wpcf7-list-item {
  margin: 0;
}

:root {
  --header-height: 90px;
  --body-bg: #FFFFFF;
  --rem-func: Max(62.5%, 0.52084vw);
  --body-font-size: 1.6rem;
  --content-width: 120rem;
  --content-width-full: 100%;
  --container-offset: clamp(15px, 2.778vw, 4rem);
  --container-medium: clamp(15px, 11.458vw, 22rem);
  --container-width-mode: calc((var(--content-width) / 2) + (var(--container-offset) * 2));
  --container-width-full: calc((var(--content-width-full)) + (var(--container-offset) * 2));
  --container-width-medium: calc((var(--content-width-full)) + (var(--container-medium) * 2));
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --default-gap: clamp(4rem, 3.143vw, 4.4rem);
  --default-padding: clamp(5rem, 7.143vw, 10rem);
  --scrollbar-thumb: var(--global-color);
  --scrollbar-thumb-hover: var(--global-color);
  --scrollbar-track: tranparent;
  --scrollbar-track-hover: tranparent;
  --overlay-bg: rgba(0, 0, 0, 0.5);
  --select-inner-bg: #404040;
  --select-inner-border: #fdfdfd;
  --select-focus-border: #fdfdfd;
  --font-family: "TildaSans", sans-serif;
  --font-poppins: "Poppins", sans-serif;
  --font-rubik: "Rubik", sans-serif;
  --font-roboto: "Roboto", sans-serif;
  --cl-a: #ffffff;
  --cl-b: #4F5665;
  --cl-c: #f1a501;
  --cl-d: #A9A9A9;
  --cl-e: #000000;
  --cl-f: #273454;
  --cl-g: #f3994a;
  --cl-h: #54aa9f;
  --cl-i: #0B132A;
  --bg-a: #ffffff;
  --bg-b: #000000;
  --bg-c: #f8f8f8;
  --bg-d: #f1a501;
  --bg-e: #f18301;
  --bg-f: #AFB5C0;
  --bg-g: #f3994a;
  --bg-h: #54aa9f;
  --br-a: #E2E2E2;
  --br-b: #f1a501;
  --gr-a: linear-gradient(180deg, #02A451 0%, #14828d 100%);
  --gr-b: linear-gradient(180deg, #018A7A 0%, #AED29A 100%), #FFF;
  --gr-c: linear-gradient(0deg, rgba(239, 246, 255, 0.00) 0%, #FAFFFF 100%);
  --gr-d: linear-gradient(-90deg, rgba(239, 246, 255, 0.00) 14.56%, #FAFFFF 98.73%);
  --gr-e: linear-gradient(208deg, rgba(0, 0, 0, 0.00) 17.41%, rgba(0, 0, 0, 0.40) 62.51%);
  --loader: var(--global-color);
}

html {
  font-size: var(--rem-func);
}
html * {
  box-sizing: border-box !important;
}

.wp-editor {
  --cl-a: #0c0909;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.wp-editor .h1, .wp-editor .h2, .wp-editor .h3, .wp-editor .h4, .wp-editor .h5, .wp-editor .h6, .wp-editor h1, .wp-editor h2, .wp-editor h3, .wp-editor h4, .wp-editor h5, .wp-editor h6 {
  margin: 0;
}
.wp-editor * {
  font-family: var(--font-family) !important;
}
.wp-editor a {
  --cl-a: #faf8f8;
}
.wp-editor a[class] {
  display: inline-flex !important;
  vertical-align: middle;
}
.wp-editor p {
  margin: 0;
}
.wp-editor p:has(a[class]) a + a {
  margin-left: 16px;
}
.wp-editor hr {
  display: flex;
  height: 1px;
  width: 100%;
}
.wp-editor ol:not([class]),
.wp-editor ul:not([class]) {
  margin: 0;
  padding-left: 15px;
}
.wp-editor > *[style*="text-align: center;"] {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.wp-editor > *[style*="text-align: left;"] {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
}
.wp-editor > *[style*="text-align: right;"] {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.logo {
  display: flex;
}
.logo img,
.logo svg,
.logo picture,
.logo i {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

h1,
.h1 {
  color: var(--cl-f);
  font-style: normal;
  letter-spacing: 1.5px;
  line-height: 120%;
  font-weight: 900;
}

h2,
.h2 {
  color: var(--cl-f);
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
}

h3,
.h3 {
  color: var(--cl-f);
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
}

h4,
.h4 {
  color: var(--cl-f);
  font-size: clamp(18px, 2.143vw, 3rem);
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
}

h5,
.h5 {
  color: var(--cl-f);
  font-size: clamp(24px, 2vw, 2.8rem);
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
}

h6,
.h6 {
  color: var(--cl-f);
  font-size: clamp(16px, 1.429vw, 2rem);
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
}

.text-30 {
  font-size: clamp(24px, 2.93vw, 3rem);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.text-26 {
  font-size: clamp(21px, 2.539vw, 2.6rem);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.text-25 {
  font-size: clamp(21px, 2.441vw, 2.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.text-24 {
  font-size: clamp(20px, 2.344vw, 2.4rem);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.text-23 {
  font-size: clamp(20px, 2.246vw, 2.3rem);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.text-22 {
  font-size: clamp(20px, 2.148vw, 2.2rem);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.text-21 {
  font-size: clamp(18px, 2.051vw, 2.1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.text-20 {
  font-size: clamp(18px, 1.953vw, 2rem);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.captions {
  color: var(--cl-b);
  font-size: clamp(14px, 1.071vw, 1.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  letter-spacing: -0.03rem;
}

.caption-small {
  leading-trim: both;
  text-edge: cap;
  color: var(--cl-b);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.media-box {
  aspect-ratio: 571/381;
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  max-width: 57.1rem;
}
.media-box img,
.media-box picture,
.media-box video {
  aspect-ratio: 571/381;
}

.clip-box {
  position: relative;
  isolation: isolate;
  clip-path: polygon(11px 0%, 100% 0%, 100% calc(100% - 11px), calc(100% - 11px) 100%, 0% 100%, 0% 11px);
  padding: 10px 20px;
  display: inline-block;
}
.clip-box::before, .clip-box::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.clip-box::before {
  inset: 0;
  background: linear-gradient(135deg, #A1BE8C 0%, #018A7A 100%);
}
.clip-box::after {
  inset: 1px;
  background: #fff;
  clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px);
}

@supports not selector(:has(*)) {
  .title-label {
    padding-left: 1.2rem;
    border-left: 0.4rem solid currentColor;
  }
}
a.inline-flex-link {
  display: inline-flex;
  color: var(--cl-c);
}

.label-list {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 2.15vw, 1.6rem);
  margin: 0;
  padding: 0;
  list-style: none;
}
.label-list__item {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
.label-list__image {
  margin-top: 0.2rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label-list__image img,
.label-list__image picture,
.label-list__image .sprite {
  width: 2rem;
  height: 2rem;
}

[data-read-more] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  background: none;
  border: 0.1rem solid currentColor;
  border-radius: clamp(16px, 2.1484375vw, 3.2rem);
  color: var(--cl-d);
  text-align: center;
  font-family: var(--font-family);
  padding: 0.2rem 2rem;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 900;
}
[data-read-more] .sprite,
[data-read-more] img {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  transition: all 0.4s;
  fill: currentColor;
}
[data-read-more] .read-more-text {
  order: -1;
}
[data-read-more].active .sprite,
[data-read-more].active img {
  transform: scaleY(-1);
}
[data-read-more].active:not(:has(.read-more-text)):before {
  content: attr(data-less-text);
}
[data-read-more]:not(:has(.read-more-text)):before {
  content: attr(data-more-text);
}

blockquote {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin: 0;
  padding: clamp(20px, 1.714vw, 2.4rem) 0 clamp(20px, 1.714vw, 2.4rem) clamp(20px, 1.714vw, 2.4rem);
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
blockquote:before {
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.1rem;
  background-color: var(--bg-b);
  position: absolute;
  content: "";
  display: flex;
}
blockquote p:not([class]) {
  color: var(--cl-b);
  leading-trim: both;
  text-edge: cap;
  font-size: clamp(18px, 1.714vw, 2.4rem);
  font-style: italic;
  font-weight: 500;
  line-height: 133%;
  letter-spacing: -0.048rem;
}
blockquote span {
  color: var(--cl-b);
  leading-trim: both;
  text-edge: cap;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 144%;
  letter-spacing: -0.072rem;
}

.editor {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  position: relative;
  width: 100%;
  align-self: center;
}
.editor-list {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
.editor-list .editor {
  gap: 1.6rem;
}
.editor-list p:not([class]) {
  color: var(--cl-c);
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: -0.016rem;
}
.editor-list li {
  color: var(--cl-c);
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: -0.016rem;
}
.editor-list img,
.editor-list video,
.editor-list picture {
  border-radius: 2rem;
  aspect-ratio: 708/480;
  width: 100%;
}
.editor .title-label {
  margin-bottom: clamp(4px, 1.143vw, 1.6rem);
}
.editor p:has(iframe) {
  height: 100%;
}
.editor iframe {
  height: 100%;
  border-radius: 2.4rem;
  aspect-ratio: 1/1;
  max-width: 100%;
  width: 100%;
  min-height: 50rem;
}
.editor > *[style*="text-align: center;"] {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.editor > *[style*="text-align: left;"] {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
}
.editor > *[style*="text-align: right;"] {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.editor ul:not([class]) {
  display: flex;
  flex-direction: column;
  gap: clamp(4px, 0.714vw, 1rem);
}
.editor ul:not([class]) li {
  font-family: var(--font-family);
  font-size: initial;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--cl-b);
  gap: clamp(8px, 0.857vw, 1.2rem);
  position: relative;
  z-index: 1;
  padding-left: calc(clamp(8px, 0.857vw, 1.2rem) + clamp(4px, 0.429vw, 0.6rem));
}
.editor ul:not([class]) li:before {
  content: "";
  position: absolute;
  width: clamp(4px, 0.429vw, 0.6rem);
  height: clamp(4px, 0.429vw, 0.6rem);
  border-radius: 50%;
  background: var(--second-color);
  pointer-events: none;
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.editor ol:not([class]) {
  display: flex;
  flex-direction: column;
  gap: clamp(4px, 0.714vw, 1rem);
}
.editor ol:not([class]) li {
  list-style-position: inside;
  list-style-type: decimal;
  font-family: var(--font-family);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--cl-b);
  gap: clamp(8px, 0.857vw, 1.2rem);
}
.editors {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.editors__coll:only-of-type {
  grid-column: 1/-1;
}
.editor .row {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.editor .row[data-btn-count="2"] .main-button--transparent {
  height: 6.8rem;
}
.editor table:not([class]) {
  border-radius: 2.4rem;
  border: 0.1rem solid var(--bg-d);
  border-collapse: initial !important;
}
.editor table:not([class]) tr:first-child {
  overflow: hidden;
  width: 100%;
}
.editor table:not([class]) tr:first-child td {
  color: var(--cl-m);
  background: var(--bg-l);
}
.editor table:not([class]) tr:first-child td:first-of-type {
  border-radius: 2.4rem 0 0 0;
}
.editor table:not([class]) tr:first-child td:last-of-type {
  border-radius: 0 2.4rem 0 0;
}
.editor table:not([class]) tr td {
  border-bottom: solid 0.1rem var(--bg-d);
}
.editor table:not([class]) tr:last-child td {
  border: none !important;
}
.editor table:not([class]) td {
  padding: 1.6rem 0;
  color: var(--cl-j);
  font-family: var(--font-family);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  margin-left: 0;
  margin-right: auto;
}

.alignright {
  margin-left: auto;
  margin-right: 0;
}

html {
  box-sizing: border-box;
  width: 100%;
  max-width: 100dvw;
  font-size: var(--rem-func);
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

body {
  font-size: var(--body-font-size);
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  width: 100%;
  margin: 0;
  will-change: font-size;
  color: var(--cl-b);
  background-color: var(--body-bg);
  -webkit-text-size-adjust: 100%;
}
body.fixed-body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

main {
  min-width: 0 !important;
  padding-top: var(--header-height);
}
main.no-padding {
  padding: 0;
}

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

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  display: inline-flex;
  margin: 0;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

button {
  display: inline-flex;
  margin: 0;
  padding: 0;
  line-height: initial;
  color: inherit;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
button,
p {
  margin: 0;
  padding: 0;
}

p {
  font-family: var(--font-family);
  font-size: 1.67rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

picture {
  display: inline-flex;
}

label {
  display: inline-flex;
}

input {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
}
input::-moz-placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
input::placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}

textarea {
  border: none;
  outline: none;
  resize: none;
}

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

.full-row {
  grid-column: 1/-1;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
}

.container {
  position: relative;
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--container-offset);
}
.container--mode {
  max-width: var(--container-width-mode);
}
.container--full {
  max-width: var(--container-width-full);
}
.container--medium {
  max-width: var(--container-width-medium);
  padding: 0 var(--container-medium);
}

.dis-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  overscroll-behavior: none !important;
  scroll-behavior: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 2px solid rgba(17, 116, 166, 0.5);
  -webkit-text-fill-color: #1d1d1d;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 174, 255, 0) 50%, rgba(255, 255, 255, 0) 51%, rgba(0, 174, 255, 0) 100%);
}

[data-content] {
  z-index: 20;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s;
}

[data-tab-content] {
  display: none;
}
[data-tab-content].active {
  display: block;
}

.sprite {
  display: flex;
  align-items: center;
  justify-content: center;
}

[data-count-items="3"] [data-count="1"] {
  grid-column: 1/-1;
}

body:has(.overlay.overlay-drawer) {
  overflow: hidden;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 59;
  display: flex;
  overflow-y: auto;
  padding: 20px 0;
  height: 100%;
  min-height: 100dvh;
  max-height: 100dvh;
  background: rgba(28, 27, 31, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s 0.5s, visibility 0.5s 0.5s, z-index 0.5s 0.7s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transform-origin: bottom;
  pointer-events: none;
  backdrop-filter: blur(0.3rem);
}
.overlay::-webkit-scrollbar {
  display: none;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s, visibility 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  pointer-events: initial;
  z-index: 10;
}
.overlay.overlay-drawer {
  opacity: 1;
  visibility: visible;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  pointer-events: initial;
  transition: opacity 0.2s, visibility 0.2s, z-index 0.2s;
  z-index: 61;
}
.overlay.active-mode {
  opacity: 1;
  visibility: visible;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  pointer-events: initial;
  transition: opacity 0.2s, visibility 0.2s, z-index 0.2s;
  z-index: 61;
}
@media (min-width: 576px){
  .editor-list p:not([class]) + p:not([class]) {
    margin-top: 0.4rem;
  }
  .editor-list ul:not([class]) {
    margin: 0.4rem 0;
  }
}
@media (min-width: 1441px){
  h1,
  .h1 {
    font-size: clamp(32px, 3.5vw, 5.6rem);
  }
}
@media (max-width: 1440.98px){
  h1,
  .h1 {
    font-size: clamp(32px, 3.333vw, 4.8rem);
  }
}
@media (max-width: 1024.98px){
  :root {
    --header-height: 73px;
  }
  .media-box {
    max-width: 100%;
    aspect-ratio: 361/241;
  }
}
@media (max-width: 766.98px){
  :root {
    --default-padding: calc(clamp(80px, 16.13vw, 120px) / 2);
  }
}
@media (max-width: 575.98px){
  .captions {
    line-height: 142.857%;
    letter-spacing: -0.28px;
  }
  blockquote p:not([class]) {
    line-height: 122%;
    letter-spacing: -0.36px;
  }
  .editor-list img,
  .editor-list video,
  .editor-list picture {
    aspect-ratio: 361/245;
  }
  .editor-list {
    gap: 5rem;
  }
}
/*# sourceMappingURL=critical.css.map */