@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Inter";
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.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-style: normal;
  font-weight: 600;
  font-family: "Inter";
  font-display: swap;
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "Inter";
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "icomoon";
  font-display: swap;
  src: url("../fonts/icomoon.woff2") format("woff2"), url("../fonts/icomoon.woff") format("woff");
}
[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-calendar:before {
  content: "\e90c";
}

.icon-close:before {
  content: "\e90d";
}

.icon-arrow-reverse:before {
  content: "\e90e";
}

.icon-phone:before {
  content: "\e90a";
}

.icon-mail:before {
  content: "\e90b";
}

.icon-prev:before {
  content: "\e900";
}

.icon-arrow-down:before {
  content: "\e901";
}

.icon-next:before {
  content: "\e902";
}

.icon-arrow-left:before {
  content: "\e903";
}

.icon-arrow-right:before {
  content: "\e904";
}

.icon-check:before {
  content: "\e905";
}

.icon-search:before {
  content: "\e906";
}

.icon-timer:before {
  content: "\e907";
}

.icon-tringle:before {
  content: "\e908";
}

.icon-user:before {
  content: "\e909";
}

/* 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 {
  --body-bg:#111111;
  --body-font-size: clamp(14px, 1.563vw, 16px);
  --content-width: 1920px;
  --container-small: 916px;
  --container-offset: clamp(12px, 2.083vw, 30px);
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --default-gap: 24px;
  --default-padding: calc(clamp(72px, 12.31vw, 144px) / 2);
  --header-height: 80px;
  --scrollbar-thumb: #4f82e2;
  --scrollbar-thumb-hover: #044dd6;
  --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: "Inter", sans-serif;
  --cl-a: #FBFBFB;
  --cl-b: #000000;
  --cl-c: #292929;
  --cl-d: #1C1C1C;
  --cl-e: #A3A3A3;
  --cl-f: #2E7BB2;
  --cl-g: #A41C35;
  --bg-a: #FBFBFB;
  --bg-b: #000000;
  --bg-c: #292929;
  --bg-d: #1C1C1C;
  --bg-e: #A41C35;
  --bg-f: #2E7BB2;
  --bg-g: #C23A53;
  --bg-h: #900821;
  --bg-i: #56A3DA;
  --bg-j: #2471A8;
  --br-a: #FBFBFB;
  --br-b: #000000;
  --br-c: #2E7BB2;
  --br-d: #A41C35;
  --br-e: #505050;
  --br-f: #EDEDED;
  --br-g: #C23A53;
  --br-h: #900821;
  --br-i: #56A3DA;
  --br-j: #2471A8;
  --loader: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #A41C35 100%);
}

h1,
.h1 {
  color: var(--cl-a);
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: clamp(24px, 4.583vw, 88px);
}

h2,
.h2 {
  color: var(--cl-a);
  font-family: var(--font-family);
  font-size: clamp(24px, 3.125vw, 60px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

h3,
.h3 {
  color: var(--cl-a);
  font-family: var(--font-family);
  font-size: clamp(24px, 3.125vw, 60px);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

h4,
.h4 {
  color: var(--cl-a);
  font-family: var(--font-family);
  font-size: clamp(24px, 2.5vw, 48px);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.editor {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.editor .wpcf7 {
  width: 100%;
}
.editor p:has(iframe) {
  height: 100%;
}
.editor p:has(image) {
  display: flex;
}
.editor iframe {
  height: 100%;
  border-radius: 24px;
  aspect-ratio: 1/1;
  max-width: 100%;
  width: 100%;
  min-height: 500px;
}
.editor p:not([class]) {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(14px, 1.563vw, 16px);
  color: var(--cl-a);
  line-height: 150%;
}
.editor ul:not([class]) {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.editor ul:not([class]) li {
  color: var(--cl-a);
  font-family: var(--font-family);
  font-size: clamp(14px, 1.563vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  position: relative;
}
.editor ul:not([class]) li div {
  display: flex;
  align-items: center;
  font-size: clamp(16px, 3.125vw, 24px);
  line-height: 150%;
  font-weight: 500;
}
.editor ul:not([class]) li i {
  margin-right: clamp(16px, 3.125vw, 24px);
}
.editor ul:not([class]) li i svg {
  width: clamp(24px, 4.557vw, 35px);
  height: clamp(24px, 4.557vw, 35px);
}
.editor ol:not([class]) {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.editor ol:not([class]) li {
  color: var(--cl-a);
  font-family: var(--font-family);
  font-size: clamp(14px, 1.563vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  position: relative;
}
.editor ol:not([class]) li div {
  display: flex;
  align-items: center;
  font-size: clamp(16px, 3.125vw, 24px);
  line-height: 150%;
  font-weight: 500;
}
.editor ol:not([class]) li i {
  margin-right: clamp(16px, 3.125vw, 24px);
}
.editor ol:not([class]) li i svg {
  width: clamp(24px, 4.557vw, 35px);
  height: clamp(24px, 4.557vw, 35px);
}
.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: 0 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, 1.25vw, 24px);
  line-height: 150%;
  font-weight: 500;
}
.editor > div.scroll-text {
  max-height: clamp(150px, 22.135vw, 170px);
  overflow-y: auto;
  padding-right: 10px;
}
.editor > div.scroll-text p + p {
  margin-top: 24px;
}
.editor > div.scroll-text h4 {
  margin: 12px 0;
}
.editor > div.scroll-text ul,
.editor > div.scroll-text ol {
  margin: 12px 0;
}
.editor > div.scroll-text ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.editor > div.scroll-text ul {
  list-style-type: disc;
  list-style-position: inside;
}
.editor > div.scroll-text::-webkit-scrollbar {
  width: 4px;
  cursor: pointer;
}
.editor > div.scroll-text::-webkit-scrollbar-thumb {
  background-color: var(--bg-e);
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.editor > div.scroll-text::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track);
}
.editor > div.scroll-text::-webkit-scrollbar-button {
  display: none;
  background-color: transparent;
  box-shadow: none;
}
.editor img {
  display: block;
}
.editor img.aligncenter {
  margin: 0 auto;
}
.editor img.alignleft {
  margin-right: auto;
}
.editor img.alignright {
  margin-left: auto;
}

html {
  box-sizing: border-box;
  width: 100%;
  max-width: 100dvw;
  font-size: var(--body-fontstyle-size);
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  overflow-x: hidden;
}

body {
  position: relative;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  width: 100%;
  margin: 0;
  will-change: font-size;
  color: var(--cl-a);
  background-color: var(--body-bg);
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
}
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;
}

svg {
  fill: currentColor;
  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;
}

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

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

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

.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;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.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: 51;
}
.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;
}

.es-embed-root {
  max-width: 100% !important;
}

.es-popup-content-container {
  background-color: #111111 !important;
}

.es-header-container {
  justify-content: space-between !important;
}

.es-review-author-name {
  font-family: var(--font-family);
  font-size: clamp(16px, 1.758vw, 18px);
  font-weight: 500;
  line-height: 150%;
  color: var(--bg-e);
}

.es-rating-value {
  font-size: clamp(16px, 2.148vw, 22px) !important;
  line-height: 150%;
  font-weight: 500;
  color: var(--cl-a) !important;
}

.es-header-text-with-source-text {
  font-size: clamp(14px, 1.758vw, 18px) !important;
  line-height: 150%;
  font-weight: 500;
}

.es-review-info-container {
  color: var(--cl-e) !important;
}
.es-header-rating-reviews-count {
  color: var(--cl-a) !important;
}

.es-header-write-review-button {
  height: 48px !important;
  background-color: var(--bg-e) !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.es-header-write-review-button:active {
  background-color: var(--br-h) !important;
}

.jUNUKy {
  padding: 0 !important;
  border: none !important;
  font-family: var(--font-family);
  background-color: transparent !important;
  font-weight: 500;
  transition: all 0.3s;
  cursor: pointer;
}
.jUNUKy:active {
  background-color: transparent !important;
}

.es-text-shortener {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: clamp(14px, 1.563vw, 16px);
  color: var(--cl-a);
  line-height: 150%;
}

.es-review-background-container {
  padding: 16px !important;
  border: 1px solid #505050 !important;
  background-color: transparent !important;
}

.es-review-content {
  margin-top: 12px !important;
}

.es-bullets-control-item {
  background: var(--bg-a) !important;
  opacity: 0.6;
}

.es-bullets-control-item-active {
  opacity: 1;
}

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

@media (max-width: 1024px) {
  .editor > div.scroll-text::-webkit-scrollbar {
    display: block;
  }
  *::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 767px) {
  .editor .wpcf7 {
    max-width: 576px;
  }
  .editor > div:not([class]) br {
    display: none;
  }
  .es-rating-container .es-rating-item {
    width: 20px !important;
    height: 18px !important;
  }
}

@media (max-width: 575px) {
  .editor .accent-label {
    margin: 0 auto;
  }
  .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;
  }
  .overlay {
    padding: 10px 0 !important;
  }
  .es-header-container {
    flex-flow: initial !important;
  }
}

@media (hover: hover) {
  .es-header-write-review-button:hover {
    background-color: var(--br-g) !important;
  }
  .jUNUKy:hover {
    background-color: transparent !important;
  }
}

@media (hover: none) {
  .es-header-write-review-button:active {
    background-color: var(--br-g) !important;
  }
  .jUNUKy:active {
    background-color: transparent !important;
  }
}
/*# sourceMappingURL=critical.css.map */