@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "THICCCBOI";
  font-display: swap;
  src: url("../fonts/THICCCBOI-Regular.woff2") format("woff2"), url("../fonts/THICCCBOI-Regular.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 500;
  font-family: "THICCCBOI";
  font-display: swap;
  src: url("../fonts/THICCCBOI-Medium.woff2") format("woff2"), url("../fonts/THICCCBOI-Medium.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "THICCCBOI";
  font-display: swap;
  src: url("../fonts/THICCCBOI-SemiBold.woff2") format("woff2"), url("../fonts/THICCCBOI-SemiBold.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "THICCCBOI";
  font-display: swap;
  src: url("../fonts/THICCCBOI-Bold.woff2") format("woff2"), url("../fonts/THICCCBOI-Bold.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 800;
  font-family: "THICCCBOI";
  font-display: swap;
  src: url("../fonts/THICCCBOI-ExtraBold.woff2") format("woff2"), url("../fonts/THICCCBOI-ExtraBold.woff") format("woff");
}
/* stylelint-disable */
/* stylelint-disable */
/* 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.done span {
  color: var(--cl-k) !important;
}
.custom-checkbox.done span:before {
  border-color: var(--br-k);
}
.custom-checkbox .wpcf7-not-valid-tip {
  display: none;
}
.custom-checkbox input {
  position: absolute;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  inset: 0;
}
.custom-checkbox span {
  margin: 0 !important;
  cursor: pointer;
  position: relative;
  z-index: 2;
  display: inline-flex;
  gap: 4px;
  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: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 110% !important;
}
.custom-checkbox span::before {
  cursor: pointer;
  content: "\e905";
  font-size: 10px;
  color: var(--cl-a);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin: 2px;
  flex-shrink: 0;
  flex-grow: 0;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid #868686;
  border-radius: 3px;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.custom-checkbox input:checked + span::before {
  border-color: var(--br-e);
  background-color: var(--bg-e);
}

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

:root {
  --frame-width: 1920;
  --rem-function: calc(100vw / var(--frame-width));
  --body-font-size: 16px;
  --body-bg: var(--cl-a);
  --content-width: 1395px;
  --content-width-xs: 1220px;
  --container-offset: clamp(20px, 3.472vw, 24px);
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --container-width-xs: calc(var(--content-width-xs) + (var(--container-offset) * 2));
  --header-height: 102px;
  --scrollbar-thumb: var(--cl-c);
  --scrollbar-track: rgba(var(--cl-b), 0.18);
  --scrollbar-track-hover: transparent;
  --overlay-bg: rgba(0, 0, 0, 0.5);
  --font-family: "THICCCBOI", sans-serif;
  --cl-a: #ffffff;
  --cl-b: #000000;
  --cl-c: #ffce51;
  --cl-d: #1a386a;
  --cl-e: #e9f4ff;
}

.wp-editor {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.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 p {
  margin: 0;
}
.wp-editor div {
  font-size: 24px;
  line-height: 150%;
  font-weight: 500;
}
.wp-editor ol {
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wp-editor ol li {
  font-family: var(--font-family);
  list-style-type: auto;
  list-style-position: outside;
  font-size: clamp(14px, 1.563vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}
.wp-editor ol li div {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
}
.wp-editor ol li i {
  margin-right: 24px;
}
.wp-editor ol li i svg {
  width: 35px;
  height: 35px;
}
.wp-editor ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wp-editor ul li {
  font-family: var(--font-family);
  font-size: clamp(14px, 1.563vw, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  list-style-type: disc;
  list-style-position: inside;
}
.wp-editor ul li div {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
}
.wp-editor ul li i {
  margin-right: 24px;
}
.wp-editor ul li i svg {
  width: 35px;
  height: 35px;
}

h1,
.h1 {
  font-size: clamp(38px, 5vw, 72px);
  line-height: 120%;
  font-weight: 700;
}

.editor {
  width: 100%;
  position: relative;
}
.editor h2,
.editor .h2 {
  margin-top: 20px;
  margin-bottom: 14px;
  font-size: 42px;
  font-size: clamp(26px, 5.476vw, 42px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.262em;
}
.editor h2:first-of-type,
.editor .h2:first-of-type {
  margin-top: 0;
}
.editor h3,
.editor .h3 {
  font-size: clamp(22px, 1.875vw, 36px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.262em;
}
.editor h4,
.editor .h4 {
  font-size: clamp(20px, 1.667vw, 32px);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.editor h5,
.editor .h5 {
  font-size: clamp(18px, 1.458vw, 28px);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.editor h6,
.editor .h6 {
  font-size: clamp(16px, 1.25vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.editor .wpcf7 {
  width: 100%;
}
.editor p:has(iframe) {
  height: 100%;
}
.editor p:has(image) {
  display: flex;
}
.editor iframe {
  border-radius: 24px;
  max-width: 100%;
  width: 100%;
}
.editor p:not([class]) {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(16px, 2.347vw, 18px);
  line-height: 150%;
}
.editor p:not([class]) + p:not([class]) {
  margin-top: 10px;
}
.editor ol {
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.editor ol li {
  padding-left: 8px;
  font-family: var(--font-family);
  list-style-type: auto;
  list-style-position: outside;
  font-size: clamp(16px, 2.347vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.667em;
  position: relative;
}
.editor ul {
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.editor ul li {
  padding-left: 8px;
  font-family: var(--font-family);
  font-size: clamp(16px, 2.347vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.667em;
  position: relative;
  list-style-type: circle;
  list-style-position: inside;
}
.editors {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-gap: clamp(35px, 8.4746vw, 117px);
}
.editors__coll:only-of-type {
  grid-column: 1/-1;
}
.editor table:not([class]) {
  border-radius: 24px;
  border: 1px 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: 24px 0 0 0;
}
.editor table:not([class]) tr:first-child td:last-of-type {
  border-radius: 0 24px 0 0;
}
.editor table:not([class]) tr td {
  border-bottom: solid 1px var(--bg-d);
}
.editor table:not([class]) tr:last-child td {
  border: none !important;
}
.editor table:not([class]) td {
  padding: 16px 0;
  color: var(--cl-j);
  font-family: var(--font-family);
  font-size: clamp(14px, 1.563vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.editor .row {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.editor .row:has(.main-button:only-child) {
  display: initial;
}
.editor blockquote {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 450px;
  margin: 0 auto;
  border-radius: 2px;
  padding-left: 18px;
  border-left: solid 2px #c4ee50;
}
.editor blockquote p:not([class]) {
  color: var(--cl-j);
  font-family: var(--font-family);
  font-size: clamp(12px, 1.5625vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.editor blockquote span {
  font-family: var(--font-family);
  font-size: clamp(18px, 2.3438vw, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.editor > div:not([class]) {
  font-size: clamp(16px, 2.344vw, 20px);
  line-height: 150%;
  font-weight: 500;
}

html {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  max-width: 100dvw;
}

body {
  display: flex;
  flex-direction: column;
  font-size: var(--body-fontstyle-size);
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 500;
  line-height: 1.667em;
  width: 100%;
  height: 100%;
  margin: 0;
  will-change: font-size;
  color: var(--cl-b);
  background-color: var(--body-bg);
  -webkit-text-size-adjust: 100%;
}

main {
  flex-grow: 1;
  min-width: 0 !important;
}
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;
}

svg {
  fill: transparent;
  transition: 0.3s ease;
}

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

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

:where(figure) {
  margin: 0 0 1em;
}

.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--xs {
  max-width: var(--container-width-xs);
}

section + section {
  margin-top: clamp(50px, 5.859vw, 60px);
}

section:last-child {
  margin-bottom: 100px;
}

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

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

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

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  overflow-y: auto;
  padding: 20px 0;
  height: 100%;
  min-height: 100dvh;
  max-height: 100dvh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s, z-index 2s;
  transition-delay: 0.5s;
  pointer-events: none;
}
.overlay::-webkit-scrollbar {
  display: none;
}
.overlay.active {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s, visibility 0.6s;
  pointer-events: initial;
}
.overlay.active.mode {
  z-index: 15;
}

*::-webkit-media-controls {
  display: none !important;
}

*::-webkit-media-controls-start-playback-button {
  display: none !important;
}

@media (min-width: 1025px) {
  .editor .wpcf7 {
    max-width: 618px;
  }
}

@media (max-width: 767px) {
  .editor > div:not([class]) br {
    display: none;
  }
}

@media (max-width: 575px) {
  .editor .row:has(.main-button:only-child) {
    display: flex;
    justify-content: center;
  }
  .editor .row .main-button {
    width: 100%;
  }
  .editor blockquote p:not([class]):last-of-type {
    max-width: 200px;
    margin-left: auto;
  }
  .editor blockquote span {
    font-family: var(--second-family);
  }
  .editor blockquote {
    margin-left: 16px;
  }
  body {
    padding-top: var(--header-height);
  }
}
/*# sourceMappingURL=critical.css.map */