/*! 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;
}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */

@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") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * 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-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.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(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.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%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-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-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.basicLightbox{position:fixed;display:flex;justify-content:center;align-items:center;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.8);opacity:.01;transition:opacity .4s ease;z-index:1000;will-change:opacity}.basicLightbox--visible{opacity:1}.basicLightbox__placeholder{max-width:100%;transform:scale(.9);transition:transform .4s ease;z-index:1;will-change:transform}.basicLightbox__placeholder>iframe:first-child:last-child,.basicLightbox__placeholder>img:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{display:block;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;max-width:95%;max-height:95%}.basicLightbox__placeholder>iframe:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{pointer-events:auto}.basicLightbox__placeholder>img:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{width:auto;height:auto}.basicLightbox--iframe .basicLightbox__placeholder,.basicLightbox--img .basicLightbox__placeholder,.basicLightbox--video .basicLightbox__placeholder{width:100%;height:100%;pointer-events:none}.basicLightbox--visible .basicLightbox__placeholder{transform:scale(1)}
.choices{position:relative;margin-bottom:24px;font-size:16px}.choices:focus{outline:0}.choices:last-child{margin-bottom:0}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;-ms-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:.5}.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 #00bcd4}.choices[data-type*=select-one] .choices__item[data-value=''] .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 #008fa1;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:#00bcd4;border:1px solid #00a5bb;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:#00a5bb;border:1px solid #008fa1}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown{visibility:hidden;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;will-change:visibility}.choices__list--dropdown.is-active{visibility:visible}.is-open .choices__list--dropdown{border-color:#b7b7b7}.is-flipped .choices__list--dropdown{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item{text-align:right}@media (min-width:640px){.choices__list--dropdown .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable: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{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable:after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .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;-ms-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;-webkit-appearance:none;-moz-appearance:none;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}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}
[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:' ';display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:'';background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}a,a:focus,a:hover,i{color:inherit;text-decoration:none}*,:after,:before{box-sizing:border-box}ol,ul{list-style:none}button:focus,input:focus,select:focus,textarea:focus{outline:0}@font-face{font-family:Aller;src:url(fonts/a689d31808dcb53078212e3c05dd0ebc.woff2) format("woff2"),url(fonts/8adf65984fb49f141628114cf16810e1.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Aller Display;src:url(fonts/7f56c557aa5b4dc528fca72f835e235a.woff2) format("woff2"),url(fonts/920cdad904c974328be3974b9a16e9cb.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Aller;src:url(fonts/7ddc6949f04686602288de46d6b61389.woff2) format("woff2"),url(fonts/28ec89f69bfa0fd95f433dd1e0042b16.woff) format("woff");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Aller;src:url(fonts/a1eda8a3cf190ded0fa3fcea032ae0a0.woff2) format("woff2"),url(fonts/4ccabd978c10748e4160930eada0b654.woff) format("woff");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Aller;src:url(fonts/14874d48e1861477a114e5a27518c88d.woff2) format("woff2"),url(fonts/43320bef0d68cc2a25e1d2d606ab4d18.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Aller;src:url(fonts/a9e5072d599afa83c46d6c8e29f5fe8c.woff2) format("woff2"),url(fonts/ef57682da27d48cfcd2d7a85c9144e52.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Aller;src:url(fonts/f61bf4875ccf0a321eadd142300661d3.woff2) format("woff2"),url(fonts/d191011fc770f501d70198fc5180bbbb.woff) format("woff");font-weight:300;font-style:italic;font-display:swap}html{padding:env(safe-area-inset)}body,html{position:relative;overflow-x:hidden}body{font-family:Aller,sans-serif;font-size:16px;line-height:1.2;color:#1a1a1a}body.freeze{overflow:hidden}.grecaptcha-badge{display:none!important}h1,h2,h3,h4,h5,h6{font-weight:700}h1{font-size:68px}h2{font-size:40px}@media only screen and (max-width:991px){h2{font-size:32px}}h3{font-size:24px}@media only screen and (max-width:991px){h3{font-size:16px}}h4{font-size:18px}@media only screen and (max-width:991px){h4{font-size:16px}}h5{font-size:16px}h6{font-size:14px}.text-center{text-align:center}main{padding-top:110px}@media only screen and (max-width:1199px){main{padding-top:10px}}.container{width:100%;max-width:1190px;padding:0 15px;margin:0 auto}@media only screen and (max-width:991px){.container{max-width:830px;padding:0 20px}}.title-dots{width:45px}.title-dots svg{width:100%;height:100%}.basicLightbox__placeholder{width:100%;height:100%;padding:100px}@media only screen and (max-width:991px){.basicLightbox__placeholder{padding:60px}}@media only screen and (max-width:599px){.basicLightbox__placeholder{padding:60px 20px}}.basicLightbox__inner{position:relative;margin:0 auto}.basicLightbox__inner .close{position:absolute;top:-50px;right:-50px;width:50px;height:50px;cursor:pointer}@media only screen and (max-width:599px){.basicLightbox__inner .close{right:-20px}}.basicLightbox__inner .close:after,.basicLightbox__inner .close:before{content:"";width:35px;height:2px;position:absolute;top:50%;left:50%;background-color:#fff}.basicLightbox__inner .close:before{transform:translate3d(-50%,-50%,0) rotate(45deg)}.basicLightbox__inner .close:after{transform:translate3d(-50%,-50%,0) rotate(-45deg)}.basicLightbox__inner iframe{position:absolute;top:0;left:0;width:100%;height:100%}.choices.is-open .choices__inner{border-color:#1cb1af;border-radius:4px}@media only screen and (max-width:991px){.choices.choices--alt .choices__inner{background-color:#f6f6f6;border:1px solid #f6f6f6}}@media only screen and (max-width:991px){.choices.choices--alt .choices__list--dropdown{background-color:#f6f6f6}}@media only screen and (max-width:991px){.choices.choices--alt .choices__placeholder{opacity:1;color:#1a1a1a}}.choices[data-type*=select-one].is-open:after{border-color:inherit;margin-top:0;transform:translateY(-50%) rotate(-225deg)}.choices[data-type*=select-one]:after{width:10px;height:10px;opacity:.8;border:2px solid #1a1a1a;border-top:none;border-right:none;transform:translateY(-50%) rotate(-45deg);z-index:3;transition:.2s ease-in-out}.choices[data-type*=select-one] .choices__inner{padding-bottom:15px}.choices__inner{background-color:#fff;font-size:16px;padding:15px;border:1px solid #a4a4a4;border-radius:4px;transition:.2s ease-in-out;position:relative;z-index:2}.choices__list--single{padding:0 15px 0 0}.choices__list--dropdown{background:#fff;box-shadow:0 4px 20px rgba(0,0,0,.07);border-radius:2px;border:none;transition:.2s ease-in-out}.choices__list--dropdown:not(.is-active){transform:translateY(-20px);opacity:0}.choices__list--dropdown .choices__placeholder{display:none}.choices__list--dropdown .choices__item{font-size:16px;padding:15px 25px;position:relative;color:#a4a4a4;transition:.2s ease-in-out;word-break:break-word}.choices__list--dropdown .choices__item.is-selected{color:#1cb1af}.choices__list--dropdown .choices__item.is-highlighted{color:#1a1a1a;background-color:transparent}.choices__list--dropdown .choices__item.is-highlighted:after{opacity:1}.choices__list--dropdown .choices__item:last-child:after{content:none;display:none}.choices__list--dropdown .choices__item:after{content:"";width:calc(100% - 50px);height:1px;position:absolute;bottom:0;left:25px;background-color:hsla(0,0%,64.3%,.3);border-radius:2px;opacity:1;top:auto;right:auto;transform:none}.choices__placeholder{opacity:.8}.header{position:fixed;top:0;left:0;width:100%;z-index:20}.header.header--menu-active .header__row--mobile{opacity:1;pointer-events:auto;transform:translateY(0)}.header.header--menu-active .search-lang-box .search{opacity:0;pointer-events:none}.header.header--menu-active .search-lang-box .lang-switch{opacity:1;pointer-events:auto}.header.header--menu-active .burger .row:first-of-type,.header.header--menu-active .burger .row:nth-of-type(2){transform:translateY(-50%);top:50%}.header.header--menu-active .burger .row:nth-of-type(3){transform:translateY(50%);bottom:50%}.header.header--menu-active .phone-box,.header.header--menu-active .reservations-box{opacity:0;pointer-events:none}.header.header--menu-revealed .burger .row:first-of-type{transform:translateY(-50%);top:50%;display:none}.header.header--menu-revealed .burger .row:nth-of-type(2){transform:translateY(-50%) rotate(-45deg);top:50%}.header.header--menu-revealed .burger .row:nth-of-type(3){transform:translateY(50%) rotate(-135deg);bottom:50%}.header__row--upper{background-color:#f7f7f7;padding:5px 0}@media only screen and (max-width:1199px){.header__row--upper{display:none}}.header__row--main{background-color:#fff;padding:15px 0;box-shadow:0 20px 40px rgba(0,0,0,.06);transition:.2s ease-in-out}@media only screen and (max-width:1199px){.header__row--main{background-color:transparent;background:linear-gradient(180deg,rgba(26,26,26,.56) -67.95%,rgba(26,26,26,0) 73.72%);background:white;box-shadow:none}}@media only screen and (max-width:1199px){.scrolling .header__row--main{background:#fff}}.header__row--mobile{width:100%;height:100vh;position:absolute;top:0;left:0;background-color:#fff;z-index:-1;overflow:auto;-webkit-overflow-scrolling:touch;opacity:0;pointer-events:none;transform:translateY(-40px);transition:.2s ease-in-out}.header__row--mobile .header__container{max-width:100%;padding:0;min-height:100%;display:flex;flex-direction:column;justify-content:space-between;transition:.2s ease-in-out}.header__row--mobile .header__items{flex-direction:column;width:100%;height:auto;padding:100px 20px 85px}.header__row--mobile .header__items+.header__items{margin-top:40px}.header__row--mobile .header__items .header-nav{display:block}.header__row--mobile .header__items .header-nav .menu{flex-direction:column}.header__row--mobile .header__items .header-nav .menu .menu-item{margin:0}.header__row--mobile .header__items .header-nav .menu .menu-item a{font-size:18px;padding:0}.header__row--mobile .header__items .header-nav .menu .menu-item+.menu-item{margin-top:20px}.header__row--mobile .header__items .button{margin-top:24px;width:100%}.header__row--mobile .header__items .registration-widget{display:block;width:100%}.header__row--mobile .header__items .registration-widget .registration-widget__selector{margin-top:15px;flex-direction:column-reverse;border-radius:0;border:none}.header__row--mobile .header__items .registration-widget .registration-widget__item{width:100%;padding:15px;border:1px solid #1cb1af;border-radius:2px;text-align:center}.header__row--mobile .header__items .registration-widget .registration-widget__item:not(:first-child):before{content:none;display:none}.header__row--mobile .header__items .registration-widget .registration-widget__item--inverted{color:#1a1a1a;background-color:#fff;padding:15px}.header__row--mobile .header__items .registration-widget .registration-widget__item+.registration-widget__item{margin-top:10px}.header__container{width:100%;max-width:1440px;padding:0 50px;margin:0 auto}@media only screen and (max-width:1439px){.header__container{padding:0 20px}}.header__items{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.header__items--right{justify-content:flex-end}.header__items--between{justify-content:space-between}.header__items--align-bottom{align-items:flex-end}.header__button{margin-top:auto}.header__button .button{width:100%;height:100%}@media only screen and (max-width:1199px){.header .header-nav{display:none}}.header .header-nav.header-nav--small .menu .menu-item a{font-size:13px;line-height:1.23077}.header .header-nav .menu{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.header .header-nav .menu .menu-item{margin:0 15px}@media only screen and (max-width:1439px){.header .header-nav .menu .menu-item{margin:0 5px}}.header .header-nav .menu .menu-item.current-menu-item a:before,.header .header-nav .menu .menu-item a:hover:before{transform:scaleX(1);transform-origin:left}@media only screen and (max-width:991px){.header .header-nav .menu .menu-item a:hover:before{transform:scaleX(0)}}@media(hover:none)and (pointer:coarse){.header .header-nav .menu .menu-item a:hover:before{transform:scaleX(0)}}.header .header-nav .menu .menu-item a{font-size:16px;line-height:1.1875;color:#1a1a1a;padding:0 5px;position:relative}.header .header-nav .menu .menu-item a:before{content:"";position:absolute;width:100%;height:1px;background-color:#1a1a1a;top:calc(100% + 5px);left:0;transition:transform .2s ease-in-out;transform-origin:right;transform:scaleX(0)}.header .lang-switch{position:relative;margin-left:20px;transition:.2s ease-in-out;text-transform:uppercase}@media only screen and (max-width:1199px){.header .lang-switch{margin-left:0;cursor:pointer}}@media only screen and (max-width:1199px){.header .lang-switch.active .lang-switch__dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.header .lang-switch.active .lang-switch__arrow svg{transform:rotate(0)}}@media(hover:none)and (pointer:coarse){.header .lang-switch.active .lang-switch__dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.header .lang-switch.active .lang-switch__arrow svg{transform:rotate(0)}}@media(hover:hover)and (pointer:fine){.header .lang-switch:hover .lang-switch__dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.header .lang-switch:hover .lang-switch__arrow svg{transform:rotate(0)}}.header .lang-switch__current{display:flex;align-items:center}@media only screen and (max-width:1199px){.header .lang-switch__current{padding:6px 12px;position:relative;left:-24px;top:-12px}.header .lang-switch__current .lang-switch__item{font-size:22px}.header .lang-switch__current .lang-switch__arrow svg{width:12px;height:6px}}.header .lang-switch__dropdown{background-color:#f7f7f7;position:absolute;top:100%;left:-5px;opacity:0;pointer-events:none;padding:5px;text-align:left;transform:translateY(-10px);transition:.2s ease-in-out;z-index:2}@media only screen and (max-width:1199px){.header .lang-switch__dropdown{top:calc(100% - 10px);left:-24px;padding:0}}.header .lang-switch__dropdown .lang-switch__item{margin-top:5px}@media only screen and (max-width:1199px){.header .lang-switch__dropdown .lang-switch__item{padding:8px 17px;text-align:center;margin-top:0;font-size:20px}}.header .lang-switch__item{font-size:15px;line-height:1.23077;display:block}.header .lang-switch__arrow{margin-left:3px;display:flex;align-items:center;justify-content:center}.header .lang-switch__arrow svg{transform:rotate(180deg);transition:.2s ease-in-out}.header .header-logo{width:170px;margin-right:40px}@media only screen and (max-width:1439px){.header .header-logo{width:150px;margin-right:20px}}@media only screen and (max-width:599px){.header .header-logo{width:130px;margin-right:10px}}@media only screen and (max-width:370px){.header .header-logo{width:90px;margin-right:0}}.header .header-logo svg{width:100%;height:auto}.header .reservations-box{display:none;padding-right:15px;margin-right:15px;position:relative;transition:.2s ease-in-out}@media only screen and (max-width:1199px){.header .reservations-box{display:block}}.header .reservations-box:after{content:"";width:1px;height:20px;position:absolute;top:50%;right:0;transform:translateY(-50%);background-color:hsla(0,0%,64.3%,.4)}.header .reservations-box a{display:flex;align-items:center;justify-content:center;margin-top:2px}.header .phone-box{display:none;padding:0 15px;align-items:center;transition:.2s ease-in-out}@media only screen and (max-width:1199px){.header .phone-box{display:flex}}.header .phone-box.phone-box--active .phone-box__arrow svg{transform:rotate(0)}.header .phone-box.phone-box--active .phone-box__items{opacity:1;pointer-events:auto}.header .phone-box .phone-box__icon{width:20px;height:20px}.header .phone-box .phone-box__icon svg{width:100%;height:100%}.header .phone-box .phone-box__arrow{margin-left:10px}.header .phone-box .phone-box__arrow svg{transition:.2s ease-in-out;transform:rotate(180deg);margin-bottom:4px}.header .phone-box .phone-box__items{position:fixed;top:0;left:0;width:100%;background-color:#fff;z-index:-1;padding:80px 0 10px;overflow:hidden;transition:.2s ease-in-out;opacity:0;pointer-events:none}.header .phone-box .phone-box__items .block{display:block;text-align:center;padding:15px 0;position:relative}.header .phone-box .phone-box__items .block+.block .block__link:before{content:"";width:calc(100% + 180px);height:1px;position:absolute;top:-15px;left:50%;background-color:hsla(0,0%,64.3%,.12);transform:translateX(-50%)}.header .phone-box .phone-box__items .block .block__link{display:inline-block;position:relative}.header .phone-box .phone-box__items .block .block__row{font-size:16px;line-height:1.1875;color:rgba(26,26,26,.8)}.header .phone-box .phone-box__items .block .block__row.block__row--phone{font-weight:700}.header .search{width:20px;height:20px;margin-left:30px;cursor:pointer;transition:.2s ease-in-out}@media only screen and (max-width:1439px){.header .search{margin-left:10px}}@media only screen and (max-width:1199px){.header .search{margin-left:0}}.header .search:hover{transform:translateY(-5px)}.header .search svg{width:100%;height:100%}.header .burger{position:relative;width:30px;height:20px;margin-left:15px;display:none}@media only screen and (max-width:1199px){.header .burger{display:block}}.header .burger .row{width:100%;height:2px;background-color:#1a1a1a;position:absolute;left:0;transition:.2s ease-in-out}.header .burger .row:first-of-type{width:25px;top:0;left:auto;right:0}.header .burger .row:nth-of-type(2){transform:translateY(-50%);top:50%}.header .burger .row:nth-of-type(3){bottom:0}.header .search-lang-box{position:relative}.header .search-lang-box .lang-switch{position:absolute;top:0;left:0;opacity:0;pointer-events:none;margin-top:3px}.registration-widget{display:flex;align-items:center}@media only screen and (max-width:1199px){.registration-widget{display:none}}.registration-widget__label{font-size:16px;line-height:1.1875;color:rgba(26,26,26,.5);margin-right:20px}@media only screen and (max-width:1439px){.registration-widget__label{font-size:14px;margin-right:10px}}.registration-widget__selector{border:1px solid #00b1b0;border-radius:9px;display:flex;align-items:center}.registration-widget__item{display:block;font-size:16px;line-height:1.1875;color:#1a1a1a;padding:15px 25px 15px 15px;transition:.2s ease-in-out;position:relative}@media only screen and (max-width:1439px){.registration-widget__item{font-size:14px;padding:15px}}.registration-widget__item:first-child{border-radius:7px 0 0 7px}.registration-widget__item:last-child{border-radius:0 7px 7px 0}.registration-widget__item:hover{background-color:#00b1b0;color:#fff}.registration-widget__item:hover+:before,.registration-widget__item:hover:before{opacity:0}.registration-widget__item:hover>.box{opacity:1;pointer-events:auto}.registration-widget__item.hover{background-color:#00b1b0;color:#fff}.registration-widget__item.hover+:before,.registration-widget__item.hover:before{opacity:0}.registration-widget__item.hover>.box{opacity:1;pointer-events:auto}.registration-widget__item:not(:first-child):before{content:"";width:1px;height:calc(100% - 20px);position:absolute;left:0;top:10px;background-color:#00b1b0;transform:translateX(-50%);transition:.2s ease-in-out}.registration-widget__item--inverted{padding:15px 15px 15px 25px}@media only screen and (max-width:1439px){.registration-widget__item--inverted{padding:15px}}.registration-widget__item--dropdown{cursor:default}.registration-widget__item .box{position:absolute;top:100%;left:-1px;width:215px;box-shadow:0 4px 17px rgba(0,0,0,.07);border-radius:2px;padding-top:1px;transition:.2s ease-in-out;opacity:0;pointer-events:none;overflow:hidden}.registration-widget__item .box .box__block{padding:15px 15px 15px 35px;position:relative;background:#fff;color:#1a1a1a;font-size:14px;display:block}.registration-widget__item .box .box__block:before{content:"";width:15px;height:15px;position:absolute;top:50%;left:10px;transform:translateY(-50%);background-image:url(images/c38e4f8da008946439811fc62c394815.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;opacity:.5;transition:.2s ease-in-out}.registration-widget__item .box .box__block:hover .row,.registration-widget__item .box .box__block:hover:before{opacity:1}.registration-widget__item .box .box__block+.box__block{border-top:1px solid hsla(0,0%,64.3%,.3)}.registration-widget__item .box .box__block .row{opacity:.5;transition:.2s ease-in-out;position:relative}.registration-widget__item .box .box__block .row+.row{margin-top:7px}.registration-widget__item .box .box__block .row.row--phone{font-weight:700}.registration-widget__item .box .box__block .row.row--phone a:before{content:"";width:15px;height:15px;background-image:url(images/c38e4f8da008946439811fc62c394815.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;transition:.2s ease-in-out;display:none;position:relative;top:3px;margin-right:10px}.footer{padding:80px 0 70px;background-color:#00232c;color:#a4a4a4}@media only screen and (max-width:599px){.footer{padding:40px 0 60px}}.footer__container{width:100%;max-width:1440px;padding:0 15px;margin:0 auto}@media only screen and (max-width:991px){.footer__container{padding:0 20px}}.footer__blocks{display:flex;flex-wrap:wrap}.footer__blocks .requisites{width:56%;padding:0 35px}.footer__blocks .requisites--nav{width:44%}@media only screen and (max-width:1439px){.footer__blocks .requisites{width:100%}}@media only screen and (max-width:991px){.footer__blocks .requisites{padding:0}}.footer__blocks .requisites:nth-child(2n){border-left:1px solid rgba(78,88,92,.5)}@media only screen and (max-width:1439px){.footer__blocks .requisites:nth-child(2n){border-left:none}}.footer .requisites{display:flex}@media only screen and (max-width:599px){.footer .requisites{display:block}}@media only screen and (max-width:1439px){.footer .requisites+.requisites{margin-top:35px}}@media only screen and (max-width:599px){.footer .requisites+.requisites--mobile{margin-top:0}}.footer .requisites--between{justify-content:space-between}@media only screen and (max-width:1439px){.footer .requisites--between{justify-content:flex-start}}.footer .requisites--mobile{display:none}@media only screen and (max-width:991px){.footer .requisites--mobile,.footer .requisites--nav{display:block}}@media only screen and (max-width:991px){.footer .requisites--nav .requisites__rights p{display:none}}.footer .requisites__rights{font-size:14px;line-height:1.42857;flex-shrink:0;display:flex;flex-direction:column;justify-content:space-between}.footer .requisites__rights :not(:first-child){margin-top:20px}.footer .requisites__rights .socials{display:flex;flex-wrap:wrap;margin:0 -5px}.footer .requisites__rights .socials:hover .social{opacity:.4}.footer .requisites__rights .socials>*{margin:10px 5px 0}.footer .requisites__rights .socials .social{width:40px;height:40px;border-radius:50%;overflow:hidden;background:hsla(0,0%,51.4%,.15);transition:.2s ease-in-out}.footer .requisites__rights .socials .social:hover{opacity:1}.footer .requisites__rights .socials .social--fb{background-image:url(images/4fb79e296209c344438980a61bc17ae7.svg);background-position:50%;background-repeat:no-repeat}.footer .requisites__rights .socials .social--linkedin{background-image:url(images/0a0ee4ccb6348da80574888efab401dd.svg);background-position:50%;background-repeat:no-repeat}.footer .requisites__rights .socials .social--ig{background-image:url(images/f890de6e6ff618da1c6ab62a75023875.svg);background-position:50%;background-repeat:no-repeat}.footer .requisites__rights .socials .social--yt{background-image:url(images/00612e8be9dd009815d31f21a1ac4a0b.svg);background-position:50%;background-repeat:no-repeat}.footer .requisites__navigation{margin:0 25px}@media only screen and (max-width:1439px){.footer .requisites__navigation{display:flex;margin:0 100px}}@media only screen and (max-width:991px){.footer .requisites__navigation{margin:30px 0 0;display:block}}.footer .requisites__navigation>:not(:first-child){margin-top:45px}@media only screen and (max-width:1439px){.footer .requisites__navigation>:not(:first-child){margin-top:0;margin-left:15px}}@media only screen and (max-width:991px){.footer .requisites__navigation>:not(:first-child){margin-left:0}}@media only screen and (max-width:991px){.footer .requisites__navigation .work-time{margin-top:35px}}@media only screen and (max-width:599px){.footer .requisites__clinic{padding-bottom:30px}}@media only screen and (max-width:599px){.footer .requisites__clinic+.requisites__clinic{padding-top:30px}}.footer .logo{width:170px}.footer .logo svg{width:100%;height:auto}.footer .footer-nav .menu{width:265px;display:flex;flex-wrap:wrap}@media screen and (min-width:600px)and (max-width:991px){.footer .footer-nav .menu{width:100%}}.footer .footer-nav .menu .menu-item{width:50%;margin-bottom:10px}@media screen and (min-width:600px)and (max-width:991px){.footer .footer-nav .menu .menu-item{width:25%;padding-right:5px}}.footer .footer-nav .menu .menu-item:nth-child(odd){padding-right:5px}.footer .footer-nav .menu .menu-item a{font-size:14px;line-height:1.2;transition:.2s ease-in-out}.footer .footer-nav .menu .menu-item a:hover{color:#fff}.footer .work-time{flex-shrink:0}.footer .work-time__title{font-weight:700;font-size:14px;line-height:1.85714;color:#fff}.footer .work-time__cols{display:flex}.footer .work-time__col:not(:first-child){margin-left:15px}.footer .work-time__text{font-size:14px;line-height:1.71429}.footer .clinic{padding:0 25px;width:240px}@media only screen and (max-width:1439px){.footer .clinic{padding:0 30px 0 0;width:auto}}.footer .clinic__address{font-weight:700;font-size:16px;line-height:1.625;color:#fff}.footer .clinic__contact{margin-top:10px}.footer .clinic__contact-title{font-weight:700;font-size:14px;line-height:1.85714;color:#fff}.footer .clinic__contact-item{display:block;font-size:14px;line-height:1.71429}.footer .clinic__contact-item a{transition:.2s ease-in-out}@media screen and (min-width:600px)and (max-width:650px){.footer .clinic__contact-item a{font-size:12px}}.button,.footer .clinic__contact-item a:hover{color:#fff}.button{display:inline-block;font-weight:700;font-size:16px;line-height:1.1875;text-align:center;background-color:#00b1b0;cursor:pointer;min-width:175px;padding:15px;border-radius:2px;overflow:hidden;position:relative;z-index:2;border:none;transition:.2s ease-in-out}.button:before{content:"";background-color:#01a2a1;width:100%;height:100%;position:absolute;top:0;left:0;transition:transform .2s ease-in-out;transform-origin:right;transform:scaleX(0);z-index:-1}.button:focus,.button:hover{color:#fff}.button:focus:before,.button:hover:before{transform:scaleX(1);transform-origin:left}.button--disabled{background-color:#a4a4a4;pointer-events:none;cursor:default}.button.checkboxclick{background-color:#00b1b0;pointer-events:auto;cursor:pointer}.button--loader{padding:15px 35px}@-webkit-keyframes button-loader{0%{transform:translateY(-50%) rotate(0)}to{transform:translateY(-50%) rotate(1turn)}}@keyframes button-loader{0%{transform:translateY(-50%) rotate(0)}to{transform:translateY(-50%) rotate(1turn)}}.button--loader:after{content:"";width:20px;height:20px;position:absolute;top:50%;right:10px;border-top:1px solid #fff;border-radius:50%;-webkit-animation:button-loader .6s ease-in-out infinite forwards;animation:button-loader .6s ease-in-out infinite forwards;opacity:0;pointer-events:none;transition:.2s ease-in-out}.button--loader.button--loading:after{opacity:1}.button--inverted{background:transparent;border:1px solid #01a2a1;color:#1a1a1a;font-weight:400}.reg-links{margin-top:24px}@media only screen and (max-width:991px){.reg-links{order:45}}.reg-links h5{margin-bottom:24px}.reg-links .reg-buttons{width:205px;display:flex}.reg-links .reg-buttons .reg-button{font-size:16px;width:50%;color:#1a1a1a;transition:.2s ease-in-out;position:relative;height:46px;display:flex;justify-content:center;align-items:center;border:1px solid #00b1b0;cursor:pointer}@media only screen and (max-width:1439px){.reg-links .reg-buttons .reg-button{font-size:14px;padding:15px}}.reg-links .reg-buttons .reg-button:first-child{border-radius:7px 0 0 7px;border-right:none}.reg-links .reg-buttons .reg-button:last-child{border-radius:0 7px 7px 0;border-left:none}.reg-links .reg-buttons .reg-button:hover{background-color:#00b1b0;color:#fff}.reg-links .reg-buttons .reg-button:hover+:before,.reg-links .reg-buttons .reg-button:hover:before{opacity:0}.reg-links .reg-buttons .reg-button:hover>.box{opacity:1;pointer-events:auto}.reg-links .reg-buttons .reg-button:not(:first-child):before{content:"";width:1px;height:calc(100% - 20px);position:absolute;left:0;top:10px;background-color:#00b1b0;transform:translateX(-50%);transition:.2s ease-in-out}.wysiwyg{line-height:1.375}.wysiwyg .tablepress-wrap{overflow:auto}.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6{opacity:.7}.wysiwyg h1+p,.wysiwyg h2+p,.wysiwyg h3+p,.wysiwyg h4+p,.wysiwyg h5+p,.wysiwyg h6+p{margin-top:15px}.wysiwyg p{color:rgba(26,26,26,.7)}.wysiwyg p+*{margin-top:30px}.wysiwyg p+ol,.wysiwyg p+ul{margin-top:15px}.wysiwyg p+.text{margin-top:0}.wysiwyg p a{display:inline-block;margin:0 5px}.wysiwyg ol,.wysiwyg ul{opacity:.7;margin-top:15px}.wysiwyg ol li,.wysiwyg ul li{position:relative;padding-left:15px}.wysiwyg ol li+li,.wysiwyg ul li+li{margin-top:5px}.wysiwyg ol+h1,.wysiwyg ol+h2,.wysiwyg ol+h3,.wysiwyg ol+h4,.wysiwyg ol+h5,.wysiwyg ol+h6,.wysiwyg ol+p,.wysiwyg ul+h1,.wysiwyg ul+h2,.wysiwyg ul+h3,.wysiwyg ul+h4,.wysiwyg ul+h5,.wysiwyg ul+h6,.wysiwyg ul+p{margin-top:30px}.wysiwyg ol{counter-reset:counter}.wysiwyg ol li{counter-increment:counter}.wysiwyg ol li:before{content:counter(counter) ". ";position:absolute;top:0;right:100%}.wysiwyg ul li:before{content:"";position:absolute;top:10px;left:0;width:5px;height:5px;border-radius:50%;background-color:#00b1b0}.wysiwyg strong{font-weight:700}.wysiwyg em{font-style:italic}.wysiwyg img{max-width:100%;display:inline-block;margin-bottom:60px}@media only screen and (max-width:599px){.wysiwyg img{margin-bottom:40px}}.wysiwyg img.alignleft{float:left;margin-bottom:60px;margin-right:60px}@media only screen and (max-width:599px){.wysiwyg img.alignleft{margin-bottom:40px;margin-right:40px}}.wysiwyg img.alignright{float:right;margin-bottom:60px;margin-left:60px}@media only screen and (max-width:599px){.wysiwyg img.alignright{margin-bottom:40px;margin-left:40px}}.wysiwyg img.aligncenter{margin:0 auto 60px;display:block}@media only screen and (max-width:599px){.wysiwyg img.aligncenter{margin:0 auto 40px}}.wysiwyg blockquote{font-size:24px;font-weight:700;line-height:1.20833;text-align:center;color:#1a1a1a;margin-bottom:60px}@media only screen and (max-width:599px){.wysiwyg blockquote{font-size:16px;margin-bottom:40px}}.wysiwyg a{color:#00b1b0}.scroll-top-btn{position:fixed;bottom:50px;right:50px;z-index:2;transition:.2s ease-in-out;cursor:pointer}@media only screen and (max-width:991px){.scroll-top-btn{bottom:30px;right:20px}}.scroll-top-btn.scroll-top-btn--hide{opacity:0;pointer-events:none}.search-box{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#fff;z-index:30;-webkit-overflow-scrolling:touch;overflow:auto;transition:.2s ease-in-out}.search-box--close{opacity:0;pointer-events:none;transform:translateY(-40px)}.search-box .search-box__wrap{position:relative;height:100%}.search-box .search-box__wrap:after,.search-box .search-box__wrap:before{content:"";width:100%;position:absolute;left:0;z-index:-1}.search-box .search-box__wrap:before{bottom:calc(100% - 180px);background-image:url(images/114a5e651a7a49f9c78443ecb09a265c.svg);background-position:0 100%;background-repeat:no-repeat;background-size:100%;padding-bottom:20%}.search-box .search-box__wrap:after{height:calc(100% - 180px);bottom:0;background-color:#fbfbfb}.search-box .search-box__top{padding:50px 50px 25px;display:flex;align-items:center;justify-content:space-between}.search-box .search-box__top .header-logo{width:170px}.search-box .search-box__top .header-logo svg{width:100%}.search-box .search-box__top .close{width:30px;height:30px;position:relative;cursor:pointer}.search-box .search-box__top .close:after,.search-box .search-box__top .close:before{content:"";position:absolute;top:50%;left:50%;width:20px;height:2px;background-color:#000}.search-box .search-box__top .close:before{transform:translate3d(-50%,-50%,0) rotate(-45deg)}.search-box .search-box__top .close:after{transform:translate3d(-50%,-50%,0) rotate(-135deg)}.search-box .search-box__container{max-width:800px;padding:90px 30px 30px;margin:0 auto;position:relative}@-webkit-keyframes loader-spin{0%{transform:translateX(-50%) rotate(0)}to{transform:translateX(-50%) rotate(1turn)}}@keyframes loader-spin{0%{transform:translateX(-50%) rotate(0)}to{transform:translateX(-50%) rotate(1turn)}}.search-box .search-box__container:before{width:100%;height:100%;background:hsla(0,0%,100%,.6);left:0;top:0;z-index:5}.search-box .search-box__container:after,.search-box .search-box__container:before{position:absolute;content:"";opacity:0;transition:.2s ease-in-out;pointer-events:none}.search-box .search-box__container:after{top:50%;left:50%;width:30px;height:30px;margin-top:-15px;margin-left:-15px;border-top:1px solid #0b899a;border-radius:50%;-webkit-animation:loader-spin .5s ease-in-out infinite forwards;animation:loader-spin .5s ease-in-out infinite forwards;z-index:6}.search-box .search-box__container.loading:after,.search-box .search-box__container.loading:before{opacity:1;pointer-events:auto}.search-box .search-box__title .title-dots{margin-top:25px}.search-box .search-box__input{margin-top:60px;width:100%;position:relative}.search-box .search-box__input.search-box__input--focus label,.search-box .search-box__input.search-box__input--full label{transform:scale(.7) translateY(-100%) translateY(-10px)}.search-box .search-box__input.search-box__input--full .clear{opacity:1;pointer-events:auto}.search-box .search-box__input input,.search-box .search-box__input label{font-size:18px}.search-box .search-box__input label{position:absolute;top:10px;left:0;transform-origin:left;color:#a4a4a4;transition:.2s ease-in-out}.search-box .search-box__input input{width:100%;padding:10px 40px 10px 0;border-radius:0;border:none;border-bottom:1px solid rgba(26,26,26,.7);background-color:#fbfbfb}.search-box .search-box__input .submit{width:30px;height:30px;position:absolute;top:0;right:0;background-image:url(images/dada5d487cc1cf8a9c16c57fee0a69a9.svg);background-color:transparent;background-position:50%;background-repeat:no-repeat;background-size:contain;z-index:2;border:none;cursor:pointer}.search-box .search-box__input .clear{width:25px;height:25px;position:absolute;top:5px;right:0;opacity:0;pointer-events:none;transition:.2s ease-in-out;cursor:pointer}@media only screen and (max-width:599px){.search-box .search-box__input .clear{width:20px;height:20px;top:10px}}.search-box .search-box__input .clear svg{width:100%;height:100%}.search-box .search-box__results{padding-top:10px}.search-box .search-box__results .result{margin-top:15px}.search-box .search-box__results .result a{font-size:18px;color:#a4a4a4;transition:.2s ease-in-out;display:block}@media only screen and (max-width:599px){.search-box .search-box__results .result a{font-size:16px}}.search-box .search-box__results .result a:hover{color:rgba(0,0,0,.7)}.cookie-preferences{position:fixed;bottom:0;left:0;width:100%;background-color:#fff;z-index:99;padding:15px 0 20px;transition:.2s ease-in-out}.cookie-preferences.cookie-preferences__loading{pointer-events:none}.cookie-preferences.cookie-preferences__hide{opacity:0;pointer-events:none;transform:translateY(100%)}.cookie-preferences .cookie-preferences__container{padding:0 15px;max-width:1440px;width:100%;margin:0 auto}.cookie-preferences .cookie-preferences__row{display:flex;overflow:hidden;transition:.2s ease-in-out}@media only screen and (max-width:991px){.cookie-preferences .cookie-preferences__row{flex-direction:column;align-items:center}}.cookie-preferences .cookie-preferences__row--hide{opacity:0;pointer-events:none;height:0}.cookie-preferences .cookie-preferences__row .buttons{display:flex;align-items:flex-start}@media only screen and (max-width:991px){.cookie-preferences .cookie-preferences__row .buttons{margin-top:15px;align-items:center}}@media only screen and (max-width:599px){.cookie-preferences .cookie-preferences__row .buttons{flex-direction:column;width:100%}}.cookie-preferences .cookie-preferences__row .buttons .button{white-space:nowrap}@media only screen and (max-width:599px){.cookie-preferences .cookie-preferences__row .buttons .button{width:100%}}.cookie-preferences .cookie-preferences__row .buttons .button+.button{margin-left:10px}@media only screen and (max-width:599px){.cookie-preferences .cookie-preferences__row .buttons .button+.button{margin-left:0;margin-top:10px}}.cookie-preferences p{font-size:14px;line-height:1.57143;color:#1f1f1f;padding-right:20px}@media only screen and (max-width:991px){.cookie-preferences p{text-align:center}}.cookie-preferences p a{text-decoration:underline}.cookie-preferences .form-wrap{width:100%}.cookie-preferences .form-wrap form{padding-top:20px;display:flex;flex-wrap:wrap;align-items:center;position:relative}@media only screen and (max-width:991px){.cookie-preferences .form-wrap form{flex-direction:column}}.cookie-preferences .form-wrap form .inputs{display:flex;flex-wrap:wrap;align-items:center}.cookie-preferences .form-wrap form .input{display:flex;align-items:center}@media only screen and (max-width:599px){.cookie-preferences .form-wrap form .input{min-width:50%}}.cookie-preferences .form-wrap form input{display:none;opacity:0;position:absolute}.cookie-preferences .form-wrap form input:checked+label:after{opacity:1}.cookie-preferences .form-wrap form label{font-size:14px;line-height:1.57143;color:rgba(31,31,31,.7);position:relative;padding-left:25px;margin-right:60px;cursor:pointer}.cookie-preferences .form-wrap form label:after,.cookie-preferences .form-wrap form label:before{content:"";width:16px;height:16px;position:absolute;top:3px;left:0}.cookie-preferences .form-wrap form label:before{background:hsla(0,0%,64.3%,.2)}.cookie-preferences .form-wrap form label:after{background-image:url(images/7c5b9d850fe392856ba412314bd75cbb.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;opacity:0;transition:.2s ease-in-out}.cookie-preferences .form-wrap form button{margin-left:auto;min-width:175px;background:#00b1b0;border-radius:2px;padding:10px;font-weight:700;font-size:16px;line-height:1.1875;text-align:center;color:#fff;border:none;cursor:pointer}@media only screen and (max-width:991px){.cookie-preferences .form-wrap form button{margin:30px auto 0}}@media only screen and (max-width:599px){.cookie-preferences .form-wrap form button{width:100%}}


@media only screen and (max-width: 599px) {
  .wysiwyg img.alignright,
  .wysiwyg img.alignleft,
  .wysiwyg img {
      width: 100%;
      object-fit: cover;
  }
}