@charset "UTF-8";
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 300;
  font-family: "Poppins";
  font-display: swap;
  src: url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Poppins";
  font-display: swap;
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.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: 600;
  font-family: "Poppins";
  font-display: swap;
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "Poppins";
  font-display: swap;
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 500;
  font-family: "Inter";
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-decor:before {
  content: "\e900";
  color: #affcaf;
}

/* 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: 9.4rem;
  --rem-func: 10px;
  --body-bg: #F6F8FA;
  --container-width-mode: calc((var(--content-width) * 1.25) + (var(--container-offset) * 2));
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --content-width: 164rem;
  --container-offset: 2rem;
  --default-gap: clamp(40px, 4.8828125vw, 6rem);
  --default-padding: clamp(80px, 8.7890625vw, 10rem);
  --scrollbar-thumb: var(--bg-c);
  --scrollbar-thumb-hover: var(--bg-c);
  --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: "Raleway", sans-serif;
  --font-title: "Urbanist", sans-serif;
  --color-white: #ffffff;
  --color-text-soft: #f3f5f8;
  --color-border-light: #eaeaeb;
  --color-text-main: #34373C;
  --color-accent: #F15D26;
  --color-accent-dark: #D95020;
  --color-bg-dark: #0d1118;
  --cl-a: #FFFFFF;
  --cl-b: #0d1118;
  --cl-c: #f3f5f8;
  --cl-d: #eaeaeb;
  --cl-e: #34373C;
  --cl-f: #F15D26;
  --cl-g: #D95020;
  --cl-h: #adb0b6;
  --cl-i: #d1d1d1;
  --bg-a: #FFFFFF;
  --bg-b: #0d1118;
  --bg-c: #f3f5f8;
  --bg-d: #eaeaeb;
  --bg-e: #34373C;
  --bg-f: #F15D26;
  --bg-g: #D95020;
  --bg-h: #adb0b6;
  --bg-i: #d1d1d1;
  --br-a: #FFFFFF;
  --br-b: #0d1118;
  --br-c: #f3f5f8;
  --br-d: #eaeaeb;
  --br-e: #34373C;
  --br-f: #F15D26;
  --br-g: #D95020;
  --br-h: #adb0b6;
  --br-i: #d1d1d1;
  --range-bg: var(--cl-e);
  --loader: #D95020;
}

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 p:has(.full-width) {
  width: 100%;
}
.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;
}

p {
  font-family: var(--font-base);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.77;
}

.subtitle {
  color: var(--cl-h);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.subtitle:before {
  content: "•";
  margin-right: 10px;
  color: var(--cl-f);
}

h1,
.h1 {
  font-family: var(--font-title);
  font-size: clamp(48px, 3.659vw, 6rem);
  text-transform: uppercase;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

h2,
.h2 {
  font-family: var(--font-title);
  font-size: clamp(28px, 2.683vw, 4.4rem);
  text-transform: uppercase;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

h3,
.h3 {
  font-family: var(--font-title);
  font-size: 2.8rem;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

h4,
.h4 {
  font-family: var(--font-title);
  font-size: 2.2rem;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

h5,
.h5 {
  font-family: var(--font-title);
  font-size: 1.8rem;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

h6,
.h6 {
  font-family: var(--font-title);
  font-size: 1.6rem;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.body-16 {
  font-family: var(--font-family);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
}

.body-18 {
  font-family: var(--font-family);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.77;
}

.body-22 {
  font-family: var(--font-family);
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
}

@keyframes markerShadowPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.76);
  }
}
.title-gradient-border--left h1 {
  border-bottom: 1px solid;
  border-image-source: linear-gradient(to right, rgba(254, 254, 254, 0) 0%, rgba(254, 254, 254, 0.4) 100%);
  border-image-slice: 1;
}
.title-gradient-border--right h1 {
  border-bottom: 1px solid;
  border-image-source: linear-gradient(to right, rgba(254, 254, 254, 0.4) 0%, rgba(254, 254, 254, 0) 100%);
  border-image-slice: 1;
}
.title-gradient-border--split {
  border-bottom: 1px solid;
  border-image-source: linear-gradient(to right, rgba(254, 254, 254, 0) 0%, rgba(254, 254, 254, 0.4) 50%, rgba(254, 254, 254, 0) 100%);
  border-image-slice: 1;
}

.list-markers li {
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.77;
}
.list-markers li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-color: var(--color-accent);
  --marker-shadow-color: rgba(240, 123, 58, 0.22);
  box-shadow: 0 0 0 6px var(--marker-shadow-color);
  transform-origin: center;
  animation: markerShadowPulse 1.8s infinite ease-in-out;
}

.hero .list-markers ul,
.renovation-showcase .list-markers ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 16px;
}

.hero .list-markers li {
  font-size: 2.4rem;
  line-height: 1.2;
}
.hero .list-markers li::before {
  --marker-shadow-color: rgba(254, 254, 254, 0.2);
}

.desc-aside__list li::before, .desc-aside__split-list li::before {
  transform-origin: center;
  animation: markerShadowPulse 1.8s infinite ease-in-out;
}

.decor {
  position: relative;
}
.decor:before {
  content: "\e900";
  color: #affcaf;
  position: absolute;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0.2;
  font-size: 230%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

a.inline-flex-link {
  display: inline-flex;
}

[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-b);
  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-d);
  position: absolute;
  content: "";
  display: flex;
}
blockquote p:not([class]) {
  color: var(--cl-e);
  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: 0.7rem;
  position: relative;
  width: 100%;
  align-self: center;
}
.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: clamp(14px, 1.5625vw, 1.8rem);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--cl-c);
  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(--cl-d);
  pointer-events: none;
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.editors {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.editor .row {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.editor .row[data-btn-count="2"] .main-button--transparent {
  height: 6.8rem;
}
.editor .row[style*="text-align: center;"][data-btn-count="1"]:has(.full-width) {
  justify-content: center;
}
.editor .row:has(.full-width) {
  width: 100%;
}
.editor table:not([class]) {
  border-radius: 2.4rem;
  border: 0.1rem solid var(--bg-b);
  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-b);
}
.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;
}

.dark-section {
  color: var(--cl-a);
}
.dark-section .subtitle {
  color: var(--cl-a);
}
.dark-section .h1, .dark-section .h2, .dark-section .h3, .dark-section .h4, .dark-section .h5, .dark-section .h6, .dark-section h1, .dark-section h2, .dark-section h3, .dark-section h4, .dark-section h5, .dark-section h6 {
  color: var(--cl-a);
}

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: 110%;
  scroll-padding-top: var(--header-height);
}

body {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  width: 100%;
  margin: 0;
  will-change: font-size;
  color: var(--cl-e);
  background-color: var(--body-bg);
  -webkit-text-size-adjust: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100svh;
}
body.admin-bar .header {
  top: 32px;
}
body.fixed-body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

main {
  min-width: 0 !important;
  padding-top: var(--header-height);
  flex-grow: 1;
}
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 {
  color: color-mix(in srgb, var(--cl-b) 60%, transparent);
  font-family: var(--font-family);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.77;
}
p a {
  text-decoration: underline;
  color: inherit;
  transition: color 0.25s ease;
}
p:has(.aligncenter) {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
p:has(.aligncenter) {
  margin-left: auto;
  margin-right: auto;
}
p:has(.alignright) {
  margin-left: auto;
  margin-right: 0;
}

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;
}

.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);
}

.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;
}

*::-webkit-scrollbar {
  width: 8px;
  cursor: pointer;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
*::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track);
}
*::-webkit-scrollbar-button {
  display: none;
  background-color: transparent;
  box-shadow: none;
}

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

.grid-cols {
  --gap: 1.6rem;
  --gtc: repeat(12, 1fr);
  display: grid;
  grid-template-columns: var(--gtc);
  gap: var(--gap);
}

.cols-1 {
  grid-column: span 1;
}

.cols-2 {
  grid-column: span 2;
}

.cols-3 {
  grid-column: span 3;
}

.cols-4 {
  grid-column: span 4;
}

.cols-5 {
  grid-column: span 5;
}

.cols-6 {
  grid-column: span 6;
}

.cols-7 {
  grid-column: span 7;
}

.cols-8 {
  grid-column: span 8;
}

.cols-9 {
  grid-column: span 9;
}

.cols-10 {
  grid-column: span 10;
}

.cols-11 {
  grid-column: span 11;
}

.cols-12 {
  grid-column: span 12;
}

.full-row {
  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){
  .hide-on-desktop {
    display: none !important;
  }
}
@media (max-width: 1023.98px){
  :root {
    --header-height: 73px;
  }
}
@media (max-width: 766.98px){
  :root {
    --default-padding: calc(clamp(80px, 16.13vw, 120px) / 2);
  }
  *::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 575.98px){
  blockquote p:not([class]) {
    line-height: 122%;
    letter-spacing: -0.36px;
  }
  .editor .row:has(.main-button:only-child) {
    width: 100%;
  }
  .editor .row .main-button, .editor .row .second-button {
    flex-grow: 1;
  }
}
/*# sourceMappingURL=critical.css.map */