.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal !important}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label:before,.wpcf7-list-item-label:after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner:before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.wpcf7-spinner:before{animation-name:blink;animation-duration:2s}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type=file]{cursor:pointer}.wpcf7 input[type=file]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=tel]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{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;
}
:root{--hystmodal-speed: .2s;--hystmodal-zindex: 70}.hystmodal{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;pointer-events:none;display:grid;grid-template-columns:100%;grid-template-rows:0px min-content 0px;justify-content:center;align-content:space-between;visibility:hidden;scrollbar-width:none;-ms-overflow-style:none}.hystmodal::-webkit-scrollbar{display:none}.hystmodal:before{position:fixed;top:0;left:0;width:100%;height:100%;content:"";display:block;background-color:#000;opacity:0;pointer-events:none}.hystmodal--animated:before{transition:opacity var(--hystmodal-speed) ease}.hystmodal--active:before{opacity:.6}.hystmodal--moved,.hystmodal--active{opacity:1;pointer-events:none;visibility:visible}.hystmodal--active{pointer-events:auto}.hystmodal__wrap{display:block;min-width:0;grid-row:2 / 3}.hystmodal__window{min-width:0;grid-row:2 / 3;position:relative;z-index:10;box-sizing:border-box;flex-shrink:0;flex-grow:0;background:#fff;width:600px;max-width:100%;overflow:visible;transform:scale(.95);opacity:0;margin:50px auto}.hystmodal__window--loading{min-height:400px;background-image:url("data:image/svg+xml,%0A%3Csvg width=%27105%27 height=%27105%27 viewBox=%270 0 105 105%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23aaa%27%3E%3Ccircle cx=%2712.5%27 cy=%2712.5%27 r=%2712.5%27%3E%3Canimate attributeName=%27fill-opacity%27 begin=%270s%27 dur=%271s%27 values=%271;.2;1%27 calcMode=%27linear%27 repeatCount=%27indefinite%27 /%3E%3C/circle%3E%3Ccircle cx=%2712.5%27 cy=%2752.5%27 r=%2712.5%27 fill-opacity=%27.5%27%3E%3Canimate attributeName=%27fill-opacity%27 begin=%27100ms%27 dur=%271s%27 values=%271;.2;1%27 calcMode=%27linear%27 repeatCount=%27indefinite%27 /%3E%3C/circle%3E%3Ccircle cx=%2752.5%27 cy=%2712.5%27 r=%2712.5%27%3E%3Canimate attributeName=%27fill-opacity%27 begin=%27300ms%27 dur=%271s%27 values=%271;.2;1%27 calcMode=%27linear%27 repeatCount=%27indefinite%27 /%3E%3C/circle%3E%3Ccircle cx=%2752.5%27 cy=%2752.5%27 r=%2712.5%27%3E%3Canimate attributeName=%27fill-opacity%27 begin=%27600ms%27 dur=%271s%27 values=%271;.2;1%27 calcMode=%27linear%27 repeatCount=%27indefinite%27 /%3E%3C/circle%3E%3Ccircle cx=%2792.5%27 cy=%2712.5%27 r=%2712.5%27%3E%3Canimate attributeName=%27fill-opacity%27 begin=%27800ms%27 dur=%271s%27 values=%271;.2;1%27 calcMode=%27linear%27 repeatCount=%27indefinite%27 /%3E%3C/circle%3E%3Ccircle cx=%2792.5%27 cy=%2752.5%27 r=%2712.5%27%3E%3Canimate attributeName=%27fill-opacity%27 begin=%27400ms%27 dur=%271s%27 values=%271;.2;1%27 calcMode=%27linear%27 repeatCount=%27indefinite%27 /%3E%3C/circle%3E%3Ccircle cx=%2712.5%27 cy=%2792.5%27 r=%2712.5%27%3E%3Canimate attributeName=%27fill-opacity%27 begin=%27700ms%27 dur=%271s%27 values=%271;.2;1%27 calcMode=%27linear%27 repeatCount=%27indefinite%27 /%3E%3C/circle%3E%3Ccircle cx=%2752.5%27 cy=%2792.5%27 r=%2712.5%27%3E%3Canimate attributeName=%27fill-opacity%27 begin=%27500ms%27 dur=%271s%27 values=%271;.2;1%27 calcMode=%27linear%27 repeatCount=%27indefinite%27 /%3E%3C/circle%3E%3Ccircle cx=%2792.5%27 cy=%2792.5%27 r=%2712.5%27%3E%3Canimate attributeName=%27fill-opacity%27 begin=%27200ms%27 dur=%271s%27 values=%271;.2;1%27 calcMode=%27linear%27 repeatCount=%27indefinite%27 /%3E%3C/circle%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:48px}.hystmodal--animated .hystmodal__window{transition:transform var(--hystmodal-speed) ease 0s,opacity var(--hystmodal-speed) ease 0s}.hystmodal--active .hystmodal__window{transform:none;opacity:1}.hystmodal__close{position:absolute;z-index:10;top:15px;right:15px;display:block;width:25px;height:25px;background-color:transparent;background-position:center center;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27%23fff%27 stroke=%27%23000%27 stroke-linecap=%27square%27 stroke-miterlimit=%2750%27 stroke-width=%272%27 d=%27M22 2L2 22%27/%3E%3Cpath fill=%27none%27 stroke=%27%23000%27 stroke-linecap=%27square%27 stroke-miterlimit=%2750%27 stroke-width=%272%27 d=%27M2 2l20 20%27/%3E%3C/svg%3E");background-size:100% 100%;border:none;font-size:0;cursor:pointer;outline:none}.hystmodal__close--wh{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27%23fff%27 stroke=%27%23fff%27 stroke-linecap=%27square%27 stroke-miterlimit=%2750%27 stroke-width=%272%27 d=%27M22 2L2 22%27/%3E%3Cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27square%27 stroke-miterlimit=%2750%27 stroke-width=%272%27 d=%27M2 2l20 20%27/%3E%3C/svg%3E")}.hystmodal__close:hover{opacity:.95}.hystmodal__close:focus{outline:2px dotted rgba(0,0,0,.7);outline-offset:2px}.hystmodal__close--wh:focus{outline:2px dotted rgba(255,255,255,.7)}@media all and (max-width:767px){.hystmodal__close{top:10px;right:10px;width:24px;height:24px}.hystmodal__window{margin-top:0;margin-bottom:0}}
.choices{position:relative;overflow:hidden;margin-bottom:24px;font-size:16px}.choices:focus{outline:0}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:visible}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none!important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.25}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #005f75}.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button{display:none}.choices[data-type*=select-one]::after{content:"";height:0;width:0;border-style:solid;border-color:#333 transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open::after{border-color:transparent transparent #333;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]::after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0-4px 0 8px;padding-left:16px;border-left:1px solid #003642;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#005f75;border:1px solid #004a5c;color:#fff;word-break:break-all;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#004a5c;border:1px solid #003642}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown,.choices__list[aria-expanded]{display:none;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all}.is-active.choices__list--dropdown,.is-active.choices__list[aria-expanded]{display:block}.is-open .choices__list--dropdown,.is-open .choices__list[aria-expanded]{border-color:#b7b7b7}.is-flipped .choices__list--dropdown,.is-flipped .choices__list[aria-expanded]{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item,.choices__list[aria-expanded] .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item,[dir=rtl] .choices__list[aria-expanded] .choices__item{text-align:right}@media (min-width:640px){.choices__list--dropdown .choices__item--selectable[data-select-text],.choices__list[aria-expanded] .choices__item--selectable[data-select-text]{padding-right:100px}.choices__list--dropdown .choices__item--selectable[data-select-text]::after,.choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text],[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text]::after,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted::after,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus,.choices__input:focus{outline:0}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}.choices__input::-webkit-search-cancel-button,.choices__input::-webkit-search-decoration,.choices__input::-webkit-search-results-button,.choices__input::-webkit-search-results-decoration{display:none}.choices__input::-ms-clear,.choices__input::-ms-reveal{display:none;width:0;height:0}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}
@font-face{font-family:'Rock Star';src:local("Rock Star"),local("RockStar-Regular"),url(//tvoekolo.com.ua/wp-content/themes/tvoekolo/dist/a2434436b795ac8fd220.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Rock Star';src:local("Rock Star Semi Bold"),local("RockStar-SemiBold"),url(//tvoekolo.com.ua/wp-content/themes/tvoekolo/dist/45576d185a66ff12423f.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:'Core Sans C';src:local("Core Sans C 65 Bold"),local("CoreSansC-65Bold"),url(//tvoekolo.com.ua/wp-content/themes/tvoekolo/dist/2ee1cf521b838e6fa973.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:'Core Sans C';src:local("Core Sans C 75 ExtraBold"),local("CoreSansC-75ExtraBold"),url(//tvoekolo.com.ua/wp-content/themes/tvoekolo/dist/91987e1165cb32afe1b3.woff2) format("woff2");font-weight:800;font-style:normal;font-display:swap}*,*:after,*:before{box-sizing:border-box}html{font-size:62.5%}body{min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;position:relative;font-family:'Rock Star', sans-serif;font-weight:400;line-height:1.4;font-size:1.6rem;background-color:#EEEDEA}img{display:block;max-width:100%;object-fit:contain;user-select:none;-webkit-tap-highlight-color:transparent}a,input[type="submit"],button{cursor:pointer;user-select:none;-webkit-tap-highlight-color:transparent}p,h1,h2,h3,h4,h5,h6,ul,ol{margin:0;padding:0}.grecaptcha-badge{right:-100% !important}.main-content{flex:1 1;overflow-x:hidden}.main-content.--has-padding{padding-top:68px}@media (min-width: 680px){.main-content.--has-padding{padding-top:90px}}@media (min-width: 1360px){.main-content.--has-padding{padding-top:104px}}.v-container{width:100%;padding-left:16px;padding-right:16px}@media (min-width: 680px){.v-container{padding-left:40px;padding-right:40px}}@media (min-width: 1280px){.v-container{padding-left:calc((100% - 1110px) / 2);padding-right:calc((100% - 1110px) / 2)}}@media (min-width: 1360px){.v-container{padding-left:calc((100% - 1276px) / 2);padding-right:calc((100% - 1276px) / 2)}}.title-h1{color:#fff;font-size:2rem;font-style:normal;font-weight:800;line-height:normal;position:relative;z-index:1}@media (min-width: 680px){.title-h1{font-size:2.4rem}}.title-h1.center{text-align:center}.title-h2{color:#000;font-size:2.4rem;font-style:normal;font-weight:400;line-height:142%}@media (min-width: 1360px){.title-h2{font-size:3.6rem}}.title-h2.--center{text-align:center}.custom-scroll{scrollbar-width:auto;scrollbar-color:#000 #EEEDEA}.custom-scroll::-webkit-scrollbar{width:8px}.custom-scroll::-webkit-scrollbar-track{background-color:#EEEDEA}.custom-scroll::-webkit-scrollbar-thumb{background-color:#000}.ellipsis-sting{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.no-select{user-select:none;-webkit-tap-highlight-color:transparent}.hamburger{cursor:pointer;border:0;background-color:transparent;width:26px;height:22px;padding:0;position:relative;z-index:101}@media (any-hover: hover){.hamburger:hover:after{transform:scale(1.6)}}.hamburger:focus-visible{outline:10px solid #eee;background-color:#eee}.hamburger:after{content:'';display:block;width:26px;height:26px;background-color:rgba(130,130,130,0.2);border-radius:50%;position:absolute;top:-2px;left:0;transform:scale(0);transition:transform .2s}.hamburger__line{display:block;width:100%;height:2px;background-color:#fff}.--white-header .hamburger__line{background-color:#000}.hamburger__line:nth-child(1){transform:translateY(-5px);transition:transform .2s .2s, opacity .2s .2s}.--open .hamburger__line:nth-child(1){opacity:0;transform:translateY(6px);background-color:#14140F;transition:transform .2s, opacity .2s}.hamburger__line:nth-child(2){transform:translateY(1px);transition:transform .2s}.--open .hamburger__line:nth-child(2){transform:rotate(-45deg) translateY(1px);background-color:#14140F;transition:transform .2s .2s}.hamburger__line:nth-child(3){transform:translateY(-1px);transition:transform .2s}.--open .hamburger__line:nth-child(3){transform:rotate(45deg) translateY(-1px);background-color:#14140F;transition:transform .2s .2s}.hamburger__line:nth-child(4){transform:translateY(5px);transition:transform .2s .2s, opacity .2s .2s}.--open .hamburger__line:nth-child(4){transform:translateY(-6px);opacity:0;background-color:#14140F;transition:transform .2s, opacity .2s}.btn-primary{display:inline-flex;align-items:center;justify-content:center;width:100%;height:48px;padding:16px 40px;color:#fff;background-color:#14140F;font-feature-settings:'clig' off, 'liga' off;font-size:1.2rem;font-style:normal;font-weight:600;line-height:normal;border-radius:8px;border:2px solid #14140F;text-decoration:none;transition:background-color .2s, color .2s, border-color .2s, transform .2s}@media (min-width: 1280px){.btn-primary{padding:16px 64px;width:min-content;white-space:nowrap}}@media (any-hover: hover){.btn-primary:hover{background-color:#8C8264;border-color:#8C8264}}.btn-primary:focus-visible{outline:0;box-shadow:0 0 0 3px rgba(20,20,15,0.4)}.btn-primary:active{transform:translateY(2px)}.btn-primary.--clay-creek{background-color:#8C8264;border-color:#8C8264}@media (any-hover: hover){.btn-primary.--clay-creek:hover{background-color:#14140F;border-color:#14140F}}.cookie-banner{display:flex;align-items:center;justify-content:space-between;flex-direction:column;gap:16px;width:100%;background-color:rgba(140,130,100,0.9);padding:20px 30px 18px;position:fixed;bottom:0;left:0;z-index:1000}@media (min-width: 680px){.cookie-banner{flex-direction:row;padding:30px 60px 22px;gap:30px}}@media (min-width: 1280px){.cookie-banner{gap:110px}}.cookie-banner.hidden{display:none}.cookie-banner__text{color:#fff;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal;text-align:justify;letter-spacing:-0.48px}@media (min-width: 1280px){.cookie-banner__text{font-size:2.4rem;text-align:left}}.cookie-banner__btn{display:flex;align-items:baseline;justify-content:space-between;height:50px;padding:12px 30px;background-color:transparent;border-radius:40px;border:2px solid #fff;color:#fff;text-align:center;font-feature-settings:'clig' off, 'liga' off;font-family:"Core Sans C", sans-serif;font-size:1.4rem;font-style:normal;font-weight:800;line-height:170%;text-transform:uppercase;margin-top:6px;transition:background-color .2s,  color .2s}@media (min-width: 1280px){.cookie-banner__btn{font-size:1.8rem}}@media (min-width: 1280px){.cookie-banner__btn{height:54px}}@media (any-hover: hover){.cookie-banner__btn:hover{background-color:#fff;color:#14140F}}.cookie-banner__btn:active{background-color:#fff;color:#14140F}.header{display:flex;align-items:center;justify-content:space-between;width:100%;padding-top:14px;padding-bottom:14px;position:fixed;top:0;left:0;right:0;z-index:100;transition:padding .2s}@media (min-width: 680px){.header{padding-top:20px;padding-bottom:20px}}.header.--white-header{background-color:#fff;padding-top:14px;padding-bottom:14px;box-shadow:0 0 18px 0 rgba(0,0,0,0.15)}.header.--white-header .--brown-logo{display:block}.header__nav-desktop{display:flex;align-items:center;flex:1 1}.header__nav-desktop-logo{width:69px;height:32px}@media (min-width: 680px){.header__nav-desktop-logo{width:90px;height:42px}}@media (min-width: 1360px){.header__nav-desktop-logo{width:118px;height:55px}}.header__nav-desktop-logo.--brown-logo{display:none}.--white-header .header__nav-desktop-logo{display:none}.header__nav-desktop-logo-link{display:flex;align-items:center}.header__nav-desktop-menu{display:none}@media (min-width: 1360px){.header__nav-desktop-menu{display:flex;align-items:center;justify-content:space-evenly;list-style:none;flex:1 1;padding-left:20px;padding-right:20px;margin-top:4px}}.header__nav-desktop-menu>li{position:relative}.header__nav-desktop-menu>li:nth-of-type(1){order:1}.header__nav-desktop-menu>li:nth-of-type(2){order:2}.header__nav-desktop-menu>li:nth-of-type(3){order:3}.header__nav-desktop-menu>li:nth-of-type(4){order:5}.header__nav-desktop-menu>li:nth-of-type(5),.header__nav-desktop-menu>li:nth-of-type(6),.header__nav-desktop-menu>li:nth-of-type(7),.header__nav-desktop-menu>li:nth-of-type(8),.header__nav-desktop-menu>li:nth-of-type(9){display:none}.header__nav-desktop-menu>li>a{color:#FFF;font-family:"Core Sans C", sans-serif;font-size:1.4rem;font-style:normal;font-weight:600;line-height:normal;text-decoration:none;transition:color .2s}@media (min-width: 1280px){.header__nav-desktop-menu>li>a{padding-bottom:30px;border-radius:8px}}@media (any-hover: hover){.header__nav-desktop-menu>li>a:hover{color:#8C8264}.header__nav-desktop-menu>li>a:hover+.sub-menu{opacity:1;transform:translateY(0);pointer-events:auto}}.--white-header .header__nav-desktop-menu>li>a{color:#000}@media (any-hover: hover){.--white-header .header__nav-desktop-menu>li>a:hover{color:#8C8264}}.header__nav-desktop-menu>li.current-menu-item>span{color:#8C8264;font-family:"Core Sans C", sans-serif;font-size:1.4rem;font-style:normal;font-weight:600;line-height:normal;padding-bottom:30px}@media (any-hover: hover){.header__nav-desktop-menu>li.current-menu-item>span:hover+.sub-menu{opacity:1;transform:translateY(0);pointer-events:auto}}.header__nav-desktop-menu .sub-menu{display:none}@media (min-width: 1360px){.header__nav-desktop-menu .sub-menu{display:block;min-width:150px;width:max-content;list-style:none;position:absolute;top:40px;left:0;background-color:#fff;padding:24px 22px;border-radius:15px;box-shadow:0 6px 30px 0 rgba(0,0,0,0.12);opacity:0;transform:translateY(10px);pointer-events:none;transition:opacity .15s, transform .15s}}@media (any-hover: hover){.header__nav-desktop-menu .sub-menu:hover{opacity:1;transform:translateY(0);pointer-events:auto}}.header__nav-desktop-menu .sub-menu li+li{margin-top:15px}.header__nav-desktop-menu .sub-menu li.current-menu-item>span{color:#8C8264;text-align:left;font-family:"Core Sans C", sans-serif;font-size:1.4rem;font-style:normal;font-weight:600;line-height:normal}.header__nav-desktop-menu .sub-menu a{display:block;color:#14140F;text-decoration:none;text-align:left;font-family:"Core Sans C", sans-serif;font-size:1.4rem;font-style:normal;font-weight:600;line-height:normal}@media (any-hover: hover){.header__nav-desktop-menu .sub-menu a:hover{color:#8C8264}}.header__nav-desktop .buttons{flex:1 1;display:flex;align-items:center;justify-content:flex-end;margin-right:26px}@media (min-width: 680px){.header__nav-desktop .buttons{flex-direction:row-reverse;justify-content:flex-start;margin-right:12px}}@media (min-width: 768px){.header__nav-desktop .buttons{margin-right:26px}}@media (min-width: 1360px){.header__nav-desktop .buttons{flex:initial;margin-right:58px}}.header__nav-desktop .phone{display:flex;align-items:center;justify-content:center;height:26px;background-color:#fff;border-radius:8px;text-decoration:none;transition:color .2s}@media (min-width: 680px){.header__nav-desktop .phone{background-color:transparent;margin-top:4px;font-family:'Core Sans C', sans-serif;color:#FFF;font-size:1.4rem;font-style:normal;font-weight:800;line-height:normal}}@media (min-width: 1280px){.header__nav-desktop .phone{padding:4px 6px;border-radius:8px}}@media (any-hover: hover){.header__nav-desktop .phone:hover .text{color:#8C8264}}.header__nav-desktop .phone:focus-visible{outline:0;box-shadow:0 0 0 2px #fff}.header__nav-desktop .phone.--mobile{display:block}@media (min-width: 680px){.header__nav-desktop .phone.--mobile{display:none}}.header__nav-desktop .phone.--desktop{display:none}@media (min-width: 680px){.header__nav-desktop .phone.--desktop{display:flex}}.header__nav-desktop .phone .icon{width:100%;height:100%;fill:#828282}.--white-header .header__nav-desktop .phone{color:#000;border:1px solid #8C8264}@media (min-width: 680px){.--white-header .header__nav-desktop .phone{border-color:transparent}}.header__nav-desktop .tg{display:flex;align-items:center;justify-content:center;height:26px;text-decoration:none;padding:6px 12px 6px 10px;border-radius:8px;border:1px solid #fff;transition:background-color .2s}@media (min-width: 680px){.header__nav-desktop .tg{margin-left:8px;height:32px;padding:0 20px 0 18px}}@media (min-width: 768px){.header__nav-desktop .tg{margin-left:58px}}@media (any-hover: hover){.header__nav-desktop .tg:hover{background-color:#fff}.header__nav-desktop .tg:hover .text{color:#828282}.header__nav-desktop .tg:hover .icon{fill:#828282}}.header__nav-desktop .tg:active{background-color:#fff}.header__nav-desktop .tg:active .text{color:#828282}.header__nav-desktop .tg:active .icon{fill:#828282}.--white-header .header__nav-desktop .tg{border:1px solid #8C8264;transition:background-color .2s, border-color .2s}@media (any-hover: hover){.--white-header .header__nav-desktop .tg:hover{background-color:rgba(221,218,209,0.4);border-color:rgba(221,218,209,0.4)}.--white-header .header__nav-desktop .tg:hover .text{color:#828282}.--white-header .header__nav-desktop .tg:hover .icon{fill:#828282}}.header__nav-desktop .tg .text{color:#fff;font-size:1rem;font-style:normal;font-weight:600;line-height:normal}@media (min-width: 680px){.header__nav-desktop .tg .text{font-size:1.2rem}}.--white-header .header__nav-desktop .tg .text{color:#8C8264}.header__nav-desktop .tg .icon{width:14px;height:13px;margin-right:6px;fill:#fff;margin-top:-2px}@media (min-width: 680px){.header__nav-desktop .tg .icon{margin-top:-1px}}.--white-header .header__nav-desktop .tg .icon{fill:#8C8264}.header__nav-desktop .kabinet{display:none}@media (min-width: 680px){.header__nav-desktop .kabinet{display:flex;align-items:center;justify-content:center;height:32px;background-color:#fff;border-radius:8px;text-decoration:none;margin-left:16px;padding-left:20px;padding-right:18px;border:1px solid #fff;transition:background-color .2s}}@media (any-hover: hover){.header__nav-desktop .kabinet:hover{background-color:transparent}.header__nav-desktop .kabinet:hover .text{color:#fff}.header__nav-desktop .kabinet:hover .icon{fill:#fff}}.header__nav-desktop .kabinet:active{background-color:#fff}.header__nav-desktop .kabinet:active .text{color:#828282}.header__nav-desktop .kabinet:active .icon{fill:#828282}.--white-header .header__nav-desktop .kabinet{border:1px solid rgba(221,218,209,0.4);background-color:rgba(221,218,209,0.4);transition:border-color .2s, background-color .2s}@media (any-hover: hover){.--white-header .header__nav-desktop .kabinet:hover{border-color:#8C8264;background-color:transparent}.--white-header .header__nav-desktop .kabinet:hover .text{color:#828282}.--white-header .header__nav-desktop .kabinet:hover .icon{fill:#828282}}.header__nav-desktop .kabinet .text{color:#828282;font-size:1.2rem;font-style:normal;font-weight:600;line-height:normal}.--white-header .header__nav-desktop .kabinet .text{color:#8C8264}.header__nav-desktop .kabinet .icon{width:10px;height:12px;margin-right:8px;fill:#828282}.header__nav-desktop a+a{margin-left:12px}@media (min-width: 680px){.header__nav-desktop a+a{margin-left:0}}.header__nav-aside{display:block;background-color:#fff;padding:38px 36px;width:100%;height:100vh;position:absolute;top:0;right:-100%;z-index:10;overflow-y:auto;box-shadow:0 0 18px 0 rgba(0,0,0,0.15);transition:transform .2s}@media (min-width: 1280px){.header__nav-aside{width:900px;right:-900px}}.header__nav-aside.--open{transform:translateX(-100%)}.header__nav-aside .buttons{display:flex;flex-direction:column;align-items:flex-start}@media (min-width: 360px){.header__nav-aside .buttons{flex-direction:row;gap:40px}}.header__nav-aside .buttons .link+.link{margin-top:12px}@media (min-width: 360px){.header__nav-aside .buttons .link+.link{margin-top:0}}.header__nav-aside .buttons .link{display:flex;align-items:baseline;color:#8C8264;font-size:1.1rem;font-style:normal;font-weight:400;line-height:normal;text-decoration:none;transition:color .2s}@media (any-hover: hover){.header__nav-aside .buttons .link:hover .text{color:#14140F}.header__nav-aside .buttons .link:hover .text:after{background-color:#14140F}}.header__nav-aside .buttons .link .text{position:relative}.header__nav-aside .buttons .link .text:after{content:'';width:100%;height:1px;background-color:#8C8264;position:absolute;bottom:0;left:0;transition:background-color .2s}.header__nav-aside .buttons .link .icon{fill:#999894;margin-left:10px}.header__nav-aside__title{color:#999894;font-size:1.4rem;font-style:normal;font-weight:400;line-height:normal;margin-top:30px}@media (min-width: 360px){.header__nav-aside__title{margin-top:40px}}.header__nav-aside-menu{list-style:none;padding:0;margin:30px 0 0 0}@media (min-width: 360px){.header__nav-aside-menu{margin-top:34px}}@media (min-width: 680px){.header__nav-aside-menu{columns:2}}.header__nav-aside-menu>li{margin-bottom:18px}@media (min-width: 360px){.header__nav-aside-menu>li{margin-bottom:28px}}@media (min-width: 1360px){.header__nav-aside-menu>li{margin-bottom:27px}}@media (min-width: 680px){.header__nav-aside-menu>li.menu-item-98{margin-bottom:110px}}@media (min-width: 1280px){.header__nav-aside-menu>li.menu-item-90,.header__nav-aside-menu>li.menu-item-95{margin-bottom:14px}}@media (min-width: 1280px){.header__nav-aside-menu>li.menu-item-99,.header__nav-aside-menu>li.menu-item-100,.header__nav-aside-menu>li.menu-item-101,.header__nav-aside-menu>li.menu-item-102,.header__nav-aside-menu>li.menu-item-104,.header__nav-aside-menu>li.menu-item-593{margin-bottom:34px}}.header__nav-aside-menu>li:last-of-type{margin-bottom:0}.header__nav-aside-menu>li>a{color:#14140F;font-size:2rem;font-style:normal;font-weight:600;line-height:normal;text-decoration:none;transition:color .2s}@media (any-hover: hover){.header__nav-aside-menu>li>a:hover{color:#8C8264}}@media (min-width: 1360px){.header__nav-aside-menu>li>a{font-size:2.4rem}}@media (any-hover: hover){.header__nav-aside-menu>li>a[href="#"]:hover{color:#14140F;cursor:default}}.header__nav-aside-menu>li>span{color:#8C8264;font-size:2rem;font-style:normal;font-weight:600;line-height:normal}@media (min-width: 1360px){.header__nav-aside-menu>li>span{font-size:2.4rem}}.header__nav-aside-menu .sub-menu{list-style:none;padding:0}.header__nav-aside-menu .sub-menu>li{margin-top:18px;padding-left:20px}@media (min-width: 360px){.header__nav-aside-menu .sub-menu>li{margin-top:14px}}.header__nav-aside-menu .sub-menu>li>a{color:#8C8264;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal;text-decoration:none;transition:color .2s}@media (any-hover: hover){.header__nav-aside-menu .sub-menu>li>a:hover{color:#14140F}}@media (min-width: 1360px){.header__nav-aside-menu .sub-menu>li>a{font-size:2rem}}.header__nav-aside-menu .sub-menu>li>span{color:#14140F;font-size:1.6rem;font-style:normal;font-weight:400;line-height:normal}@media (min-width: 1360px){.header__nav-aside-menu .sub-menu>li>span{font-size:2rem}}.header__nav-aside .social-messenger-links{display:inline-flex;align-items:center;margin-top:30px}@media (min-width: 360px){.header__nav-aside .social-messenger-links{margin-top:60px}}@media (min-width: 680px){.header__nav-aside .social-messenger-links{margin-left:51%}}@media (min-width: 1360px){.header__nav-aside .social-messenger-links{margin-top:0}}.header__nav-aside .social-messenger-link{display:block;width:40px;height:40px;text-decoration:none}@media (any-hover: hover){.header__nav-aside .social-messenger-link:hover svg{fill:#8C8264}.header__nav-aside .social-messenger-link:hover svg .inner{fill:#fff}}.header__nav-aside .social-messenger-link svg{width:100%;height:100%;transition:fill .2s}.header__nav-aside .social-messenger-link+.social-messenger-link{width:56px;padding-left:16px}.header__nav-aside .address{color:#14140F;font-size:1.2rem;font-style:normal;font-weight:400;line-height:normal;margin-top:36px}@media (min-width: 680px){.header__nav-aside .address{padding-left:51%}}@media (min-width: 680px){.header__nav-aside .menu-item-1683 .sub-menu{margin-bottom:140px}}@media (min-width: 1280px){.header__nav-aside .menu-item-1683 .sub-menu{margin-bottom:238px}}.footer{background-color:#14140F;padding-top:40px;padding-bottom:54px}@media (min-width: 1024px){.footer{display:flex;position:relative}}@media (min-width: 1280px){.footer{padding-top:58px;padding-bottom:100px}}.footer__logo{display:block;width:112px;height:52px;margin-left:auto;margin-right:auto}@media (min-width: 1024px){.footer__logo{width:212px;height:98px;margin-right:100px}}@media (min-width: 1360px){.footer__logo{margin-right:240px}}.footer__logo-link{display:block;height:min-content}@media (min-width: 1024px){.footer__nav{flex:1 1}}.footer__nav-menu{display:flex;flex-direction:column;align-items:center;gap:24px;margin-top:51px;list-style:none}@media (min-width: 1024px){.footer__nav-menu{display:block;column-count:3;margin-top:0}}@media (min-width: 1280px){.footer__nav-menu{column-count:4}}@media (min-width: 1024px){.footer__nav-menu .menu-item{margin-bottom:24px}}.footer__nav-menu .menu-item:nth-child(n+1):nth-child(-n+14){display:none}@media (min-width: 1024px){.footer__nav-menu .menu-item:nth-child(n+1):nth-child(-n+14){display:block}}@media (min-width: 1280px){.footer__nav-menu .menu-item:nth-child(10){margin-bottom:30px}}.footer__nav-menu .menu-item:nth-child(16) span{color:#fff;font-family:"Core Sans C", sans-serif;font-size:1.6rem;font-style:normal;font-weight:800;line-height:normal}.footer__nav-menu .menu-item a{color:#fff;font-family:"Core Sans C", sans-serif;font-size:1.4rem;font-style:normal;font-weight:600;line-height:normal;text-decoration:none;transition:opacity .2s}@media (any-hover: hover){.footer__nav-menu .menu-item a:hover{opacity:.3}}.footer__nav-menu .menu-item span{color:#fff;font-family:"Core Sans C", sans-serif;font-size:1.4rem;font-style:normal;font-weight:600;line-height:normal;text-decoration:none}.footer__nav-menu .menu-item span.current{opacity:.3}.footer .address-title{color:#fff;font-weight:600}.footer .social-messenger-title{margin-top:60px;color:#fff;text-align:center;font-family:"Core Sans C", sans-serif;font-size:1.2rem;font-style:normal;font-weight:600;line-height:normal}@media (min-width: 1024px){.footer .social-messenger-title{display:none}}.footer .social-messenger-links{display:inline-flex;align-items:center;justify-content:center;width:100%;margin-top:20px}@media (min-width: 1024px){.footer .social-messenger-links{position:absolute;bottom:20px;left:40px;width:auto}}@media (min-width: 1280px){.footer .social-messenger-links{left:calc((100% - 1110px) / 2);bottom:80px}}@media (min-width: 1360px){.footer .social-messenger-links{left:calc((100% - 1276px) / 2)}}.footer .social-messenger-link{display:block;width:40px;height:40px;text-decoration:none;transition:opacity .2s}@media (any-hover: hover){.footer .social-messenger-link:hover svg{fill:#8C8264}.footer .social-messenger-link:hover svg .inner{fill:#14140F}}.footer .social-messenger-link+.social-messenger-link{width:56px;padding-left:16px}.legal-content{padding-top:20px;padding-bottom:60px}.legal-content h1,.legal-content h2,.legal-content h3{margin:40px 0 24px}.legal-content p,.legal-content ol,.legal-content ul{margin:24px 0}.legal-content ol,.legal-content ul{padding-left:20px}.order{z-index:110 !important;padding:40px 0}.order .hystmodal__window{border-radius:26px;background:#fff;padding:70px 18px 26px;position:relative}@media (min-width: 680px){.order .hystmodal__window{padding:70px 100px 74px}}.order__close{display:block;width:27px;height:27px;background-color:transparent;border-radius:0;border:0;position:absolute;top:20px;right:20px}@media (min-width: 1024px){.order__close{top:24px;right:24px}}@media (any-hover: hover){.order__close:hover svg rect{fill:#8C8264}.order__close:hover svg path{fill:#fff}}.order__close svg rect,.order__close svg path{transition:fill .2s}.order__title{color:#8C8264;text-align:center;font-size:1.8rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-0.36px}.order .wpcf7{margin-top:34px}.order .wpcf7 form.failed .wpcf7-response-output,.order .wpcf7 form.aborted .wpcf7-response-output,.order .wpcf7 form.invalid .wpcf7-response-output,.order .wpcf7 form.unaccepted .wpcf7-response-output,.order .wpcf7 form.payment-required .wpcf7-response-output{display:none}.order .wpcf7 .wpcf7-spinner{display:none}.order .wpcf7 .wpcf7-not-valid-tip{font-size:1.2rem;margin-top:4px}.order .wpcf7 .wpcf7-form-control-wrap{display:block;margin-bottom:16px}.order .wpcf7 .wpcf7-form-control-wrap .choices{margin-bottom:0}.order .wpcf7 .wpcf7-form-control-wrap[data-name="menu-849"]{display:none}.order .choices__placeholder{opacity:1;color:#999894}.order .choices.is-focused .choices__inner,.order .choices.is-open .choices__inner{border-color:#999894;border-radius:8px !important}.order .choices__inner{display:flex;align-items:center;justify-content:center}.order .choices__list--single{padding:4px 40px}.order .choices__list--dropdown{border-color:#999894;border-radius:8px !important;margin-top:4px !important;margin-bottom:4px !important}.order .choices__list--dropdown .order .choices__item--selectable.is-highlighted,.order .choices__list[aria-expanded] .order .choices__item--selectable.is-highlighted{color:#8C8264;font-weight:600}.order .choices[data-type*=select-one]::after{border:0;width:14px;height:10px;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2713%27 height=%277%27 viewBox=%270 0 13 7%27 fill=%27none%27%3e%3cpath d=%27M6.04634 6.98727C6.04634 6.98727 6.16089 6.98727 6.22452 6.96182C6.28816 6.96182 6.3518 6.93636 6.40271 6.91091C6.42816 6.91091 6.45361 6.91091 6.46634 6.89818C6.50452 6.88545 6.52998 6.84727 6.55543 6.82182C6.60634 6.78364 6.65725 6.74545 6.70816 6.70727C6.75907 6.65636 6.79725 6.60545 6.83543 6.55455C6.86089 6.52909 6.88634 6.50364 6.89907 6.46545C7.85362 4.58182 9.78816 1.90909 11.1373 1.90909C11.6591 1.90909 12.0918 1.47636 12.0918 0.954545C12.0918 0.432727 11.6591 -1.89151e-08 11.1373 -4.17245e-08C9.0118 -1.34631e-07 7.10271 2.44364 6.04634 4.12364C4.98998 2.44364 3.08089 -3.93879e-07 0.955434 -4.86786e-07C0.433616 -5.09595e-07 0.000887852 0.432727 0.000887829 0.954545C0.000887806 1.47636 0.433616 1.90909 0.955434 1.90909C2.30452 1.90909 4.23907 4.58182 5.19361 6.47818C5.19361 6.47818 5.20634 6.49091 5.20634 6.50364C5.25725 6.60545 5.32089 6.69455 5.40998 6.77091C5.42271 6.78364 5.44816 6.79636 5.46089 6.80909C5.5118 6.84727 5.54998 6.88545 5.61361 6.91091C5.63907 6.91091 5.66452 6.91091 5.67725 6.92364C5.74089 6.94909 5.7918 6.96182 5.85543 6.97455C5.91907 6.97455 5.96998 7 6.03361 7L6.04634 6.98727Z%27 fill=%27%23999894%27/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:contain;margin-top:-5.5px}.is-open .order .choices[data-type*=select-one]::after{margin-top:-5.5px}.order .choices__list--dropdown .choices__item--selectable.is-highlighted,.order .choices__list[aria-expanded] .choices__item--selectable.is-highlighted{color:#8C8264;font-weight:600}.order .choices__list--dropdown .choices__item--selectable::after,.order .choices__list[aria-expanded] .choices__item--selectable::after{display:none}.order .choices__list--dropdown .choices__item--selectable,.order .choices__list[aria-expanded] .choices__item--selectable{word-break:keep-all}.order .choices__inner,.order__field{width:100%;height:52px;border-radius:8px;border:1px solid #999894;background-color:transparent;color:#14140F;text-align:center;font-size:1.2rem;font-style:normal;font-weight:400;line-height:normal}.order .choices__inner::placeholder,.order__field::placeholder{color:#999894;text-align:center;font-size:1.2rem;font-style:normal;font-weight:400;line-height:normal;transition:opacity .2s}.order .choices__inner:focus-visible,.order__field:focus-visible{outline:0}.order .choices__inner:focus-visible::placeholder,.order__field:focus-visible::placeholder{opacity:0}.order .choices__inner.--hidden,.order__field.--hidden{display:none}.order .btn-primary{width:100%;min-height:52px;margin-top:30px}.order-success .hystmodal__window{border-radius:26px;background:#fff;padding:110px 18px;position:relative}@media (min-width: 680px){.order-success .hystmodal__window{padding:110px 95px}}@media (min-width: 1280px){.order-success .hystmodal__window{padding:150px 95px}}.order-success__close{display:block;width:27px;height:27px;background-color:transparent;border-radius:0;border:0;position:absolute;top:20px;right:20px}@media (min-width: 1024px){.order-success__close{top:24px;right:24px}}@media (any-hover: hover){.order-success__close:hover svg rect{fill:#8C8264}.order-success__close:hover svg path{fill:#fff}}.order-success__close svg rect,.order-success__close svg path{transition:fill .2s}.order-success__title{color:#8C8264;text-align:center;font-size:3.6rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-0.72px;position:relative;z-index:1}.order-success__subtitle{color:#000;text-align:center;font-size:2.8rem;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-0.56px;margin-top:30px}.order-success__img{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);width:425px;height:425px}@media (min-width: 1280px){.order-success__img{width:500px;height:500px}}


/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
.bread-crumbs{font-size:1.2rem;font-style:normal;font-weight:400;line-height:normal;text-align:center}@media (min-width: 768px){.bread-crumbs{font-size:1.4rem}}@media (min-width: 1280px){.bread-crumbs{text-align:left;font-size:1.6rem}}.bread-crumbs__link{display:inline-flex;width:fit-content;color:#8C8264;text-decoration:none;transition:color .2s}@media (min-width: 1280px){.bread-crumbs__link{margin-right:8px}}@media (any-hover: hover){.bread-crumbs__link:hover .bread-crumbs__link-text{color:#14140F}}.bread-crumbs__link-text{display:inline-block;margin-right:4px}@media (min-width: 1280px){.bread-crumbs__link-text{margin-right:12px}}.bread-crumbs__current{color:rgba(140,130,100,0.5)}.reviews-card{display:flex;flex-direction:column;align-items:center;height:100%;width:100%}.reviews-card__img{display:block;width:48px;height:48px;border-radius:18px;overflow:hidden}.reviews-card__name{color:#14140F;text-align:center;font-size:2rem;font-style:normal;font-weight:400;line-height:normal;margin-top:14px}@media (min-width: 1280px){.reviews-card__name{font-size:2.4rem;margin-top:14px}}.reviews-card__text{color:#14140F;text-align:center;font-size:1.4rem;font-style:normal;font-weight:400;line-height:150%;margin-top:40px}@media (min-width: 1024px){.reviews-card__text{max-width:622px}}@media (min-width: 1280px){.reviews-card__text{font-size:1.6rem;margin-top:20px}}.reviews-card__date{color:#999894;font-size:1.2rem;font-style:normal;font-weight:400;line-height:18px;margin-top:32px}@media (min-width: 1280px){.reviews-card__date{margin-top:40px}}.hero-v1{padding-top:30px;position:relative;z-index:1}@media (min-width: 680px){.hero-v1{padding-bottom:40px}}@media (min-width: 1280px){.hero-v1{padding-top:47px;padding-bottom:80px}}@media (min-width: 1280px){.page-template-page-faq .hero-v1{padding-bottom:30px}}@media (min-width: 680px){.page-template-page-vacancies .hero-v1,.page-template-page-about .hero-v1,.page-template-page-video .hero-v1,.page-template-page-news .hero-v1,.page-template-page-media .hero-v1,.page-template-page-contacts .hero-v1{padding-bottom:0}}@media (min-width: 1280px){.page-template-page-vacancies .hero-v1,.page-template-page-about .hero-v1,.page-template-page-video .hero-v1,.page-template-page-news .hero-v1,.page-template-page-media .hero-v1,.page-template-page-contacts .hero-v1{padding-bottom:0}}@media (min-width: 1280px){.page-template-page-partners .hero-v1{padding-bottom:0}}@media (min-width: 1280px){.page-template-page-review .hero-v1{padding-bottom:10px}}@media (min-width: 1600px){.page-template-page-review .hero-v1{padding-bottom:40px}}@media (min-width: 1280px){.analytics-template-default .hero-v1{padding-bottom:47px}}@media (min-width: 1280px){.page-template-page-analytics .hero-v1{padding-bottom:40px}}.hero-v1__title{color:#14140F;font-size:2.4rem;font-style:normal;font-weight:400;line-height:146%;text-align:center}@media (min-width: 768px){.hero-v1__title{font-size:3.2rem}}@media (min-width: 1280px){.hero-v1__title{text-align:left;font-size:4rem}}.hero-v1 .bread-crumbs{margin-top:10px}@media (min-width: 1280px){.hero-v1 .bread-crumbs{margin-top:16px}}.hero-v1__img{display:block;width:100vw;max-width:100vw;margin-left:-16px;height:249px;object-fit:cover;object-position:center;margin-top:30px;border-radius:16px 16px 0 0}@media (min-width: 680px){.hero-v1__img{max-width:100%;width:100%;margin-left:0}}@media (min-width: 1280px){.hero-v1__img{margin-top:74px;height:288px;border-radius:24px 24px 0 0}}@media (min-width: 1280px){.page-template-page-land-owned .hero-v1__img,.page-template-page-funds .hero-v1__img,.page-template-page-invest .hero-v1__img{margin-top:40px}}.hero-v1__text{width:100vw;margin-left:-16px;background-color:#E8E6E0;padding:30px 16px 38px;border-radius:0 0 16px 16px}@media (min-width: 680px){.hero-v1__text{max-width:100%;width:100%;margin-left:0;padding:40px}}@media (min-width: 1280px){.hero-v1__text{padding:74px 95px}}.hero-v1__text ul,.hero-v1__text p{text-align:justify;font-size:1.6rem;font-style:normal;font-weight:400;line-height:200%}@media (min-width: 1280px){.page-template-page-fond .hero-v1__text ul,.page-template-page-fond .hero-v1__text p{font-size:2rem}}.hero-v1__text ul{margin-left:18px}@media (min-width: 1280px){.hero-v1__text ul{margin-left:28px}}.reviews-slider{margin-top:50px;margin-bottom:112px}@media (min-width: 1600px){.reviews-slider{margin-bottom:200px}}.reviews-slider .swiper{overflow:initial}@media (min-width: 1280px){.reviews-slider .swiper{overflow:hidden;padding:0 80px}}.reviews-slider .reviews-card{transition:transform .3s}@media (min-width: 680px){.reviews-slider .reviews-card{max-width:380px;margin:0 auto}}@media (min-width: 1280px){.reviews-slider .reviews-card{transform:scale(0.8);opacity:0}}.reviews-slider .swiper-slide{height:auto}@media (min-width: 1280px){.reviews-slider .swiper-slide-prev .reviews-card,.reviews-slider .swiper-slide-active .reviews-card,.reviews-slider .swiper-slide-next .reviews-card{opacity:1}}@media (min-width: 1280px){.reviews-slider .swiper-slide-active .reviews-card{transform:scale(1)}}.reviews-slider .swiper-pagination-bullet{border-radius:0;height:4px;width:20px;opacity:.1;transition:opacity .2s}@media (any-hover: hover){.reviews-slider .swiper-pagination-bullet:hover{opacity:.4}}.reviews-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#000;opacity:1}.reviews-slider .swiper-pagination{top:initial;bottom:18px}@media (min-width: 1024px){.reviews-slider .swiper-pagination{position:static;width:100%;margin-top:40px}}.reviews-slider__buttons{display:flex;align-items:center;justify-content:space-between;margin-top:40px;position:relative;z-index:11}@media (min-width: 1024px){.reviews-slider__buttons{position:absolute;top:128px;left:0;width:100%;margin-top:0}}.reviews-slider__button{display:flex;align-items:center;justify-content:center;width:52px;height:52px;background-color:#fff;border-radius:8px;border:0;transition:transform .2s, box-shadow .2s, background-color .2s}@media (min-width: 1280px){.reviews-slider__button{box-shadow:0 4px 4px rgba(0,0,0,0.25)}}@media (any-hover: hover){.reviews-slider__button:hover{background-color:#8C8264}.reviews-slider__button:hover svg path{fill:#fff}}.reviews-slider__button:active{transform:translateY(2px);box-shadow:0 4px 4px rgba(0,0,0,0)}