:root {
  --theme-size: 10px;
  --font-primary: "Montserrat", Arial, sans-serif;
  --font-secondary: "Poiret One", Arial, sans-serif;
  --color-error: #DE0A14;
  --body-bg: #F4F2F0;
  --body-color: #14181F;
  --safe-area-inset-top: env(safe-area-inset-top);
  --safe-area-inset-bottom: env(safe-area-inset-bottom);
}

/* ==========================================================================
   Utilites
   ========================================================================== */
/*! 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: -0.2rem;
  /* 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;
}

/* Defaults
 ========================================================================== */
html, body {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

picture {
  display: block;
}

img, video, svg {
  max-width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-ms-clear {
  display: none;
}

button, input, textarea, select {
  border: none;
  background: none;
  padding: 0;
  font-family: inherit;
}

::selection {
  color: #fff;
  background: #000;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}

button {
  cursor: pointer;
}

svg {
  max-width: 100%;
}

a {
  transition: color 0.25s;
}

b, strong {
  font-weight: 500;
}

mark {
  background: none;
  padding: 0;
  color: #DE0A14;
}

@font-face {
  font-family: "Poiret One";
  src: url("../fonts/PoiretOne-Regular.woff2") format("woff2"), url("../fonts/PoiretOne-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
[class^=icon-], [class*=" icon-"] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

svg {
  overflow: visible;
}

.icon-area,
.icon-people {
  width: 2rem;
  height: 2rem;
}

.icon-branch {
  width: 5.9rem;
  height: 5.5rem;
}

.icon-prev,
.icon-next {
  width: 3.5rem;
  height: 0.8rem;
}

.ui-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  border: 1px solid transparent;
  background: none;
  padding: 0 4.1rem;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0.3rem;
  height: 5.2rem;
  transition: color 0.25s, background 0.25s, border-color 0.25s;
}
.ui-btn:hover {
  text-decoration: none;
}
.ui-btn:active {
  transition: none;
  transform: scale(0.95);
}
.ui-btn:disabled {
  opacity: 0.35;
  pointer-events: none;
}

.ui-btn--fullwidth {
  width: 100%;
}

.ui-btn--40 {
  height: 4rem;
  padding: 0 1.8rem;
}

.ui-btn--48 {
  height: 4.8rem;
  padding: 0 2.5rem;
  font-weight: 500;
  border-radius: 0;
}

.ui-btn--50 {
  height: 5rem;
  padding: 0 2.6rem;
  border-radius: 0;
  font-size: 1.5rem;
}

.ui-btn--dark {
  background: #14181F;
  color: #fff;
}
.ui-btn--dark:hover {
  background: #879461;
  color: #fff;
}

.ui-btn--cover {
  border-color: #787D75;
  color: #E8E8E8;
}
.ui-btn--cover:hover {
  border-color: #879461;
  background: #879461;
  color: #fff;
}

.ui-btn--outline {
  border-color: rgba(20, 24, 31, 0.4);
  color: #14181F;
}
.ui-btn--outline:hover {
  border-color: #14181F;
  background: #14181F;
  color: #fff;
}

.ui-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  transition: color 0.25s;
}
.ui-link:hover {
  text-decoration: none;
}
.ui-link u {
  border-bottom: 1px dashed currentColor;
  text-decoration: none;
}

.ui-link--grey {
  color: #828282;
}
.ui-link--grey:hover {
  color: #000;
}

.ui-link--dark {
  color: #000;
}
.ui-link--dark:hover {
  color: #DE0A14;
}

.ui-link--icon svg {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  margin: 0 1rem 0 0;
}

.ui-check {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 1.5rem;
  text-align: left;
  cursor: pointer;
}

.ui-check__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.ui-check__input:checked ~ .ui-check__radio {
  background: #14181F;
  border-color: #14181F;
  color: #fff;
}
.ui-check__input:checked ~ .ui-check__radio svg {
  opacity: 1;
}
.ui-check__input:checked ~ .ui-check__checkbox {
  background: #14181F;
  border-color: #14181F;
  color: #fff;
}
.ui-check__input:checked ~ .ui-check__checkbox svg {
  opacity: 1;
}
.ui-check__input.is-error ~ .ui-check__radio, .ui-check__input.is-error ~ .ui-check__checkbox {
  border-color: var(--color-error);
}

.ui-check__radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  position: relative;
  margin: 0 1.6rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  transition: background 0.25s, color 0.25s;
  background: transparent;
  border: 1px solid #14181F;
  position: relative;
}
.ui-check__radio svg {
  display: block;
  width: 1.2rem;
  height: 0.8rem;
  color: inherit;
  transition: opacity 0.25s;
  opacity: 0;
}

.ui-check__checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.4rem;
  position: relative;
  margin: 0 1.6rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  transition: background 0.25s, color 0.25s;
  border: 1px solid #14181F;
}
.ui-check__checkbox svg {
  display: block;
  width: 1.2rem;
  height: 0.8rem;
  color: inherit;
  transition: opacity 0.25s;
  opacity: 0;
}

.ui-check__text {
  display: block;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
  color: #14181F;
}
.ui-check__text a {
  color: #14181F;
  text-decoration: underline;
}
.ui-check__text a:hover {
  color: #879461;
  text-decoration: underline;
}

.ui-input, .ui-textarea {
  display: block;
  transition: border-color 0.25s, background 0.25s, box-shadow 0.25s;
  width: 100%;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 0.3rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
  padding: 1rem 2rem;
  margin: 0 0 1rem;
  color: #14181F;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  height: 5.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-input:-ms-input-placeholder, .ui-textarea:-ms-input-placeholder {
  color: #14181F;
  transition: opacity 0.25s;
}
.ui-input::placeholder, .ui-textarea::placeholder {
  color: #14181F;
  transition: opacity 0.25s;
}
.ui-input:focus, .ui-textarea:focus {
  border-color: #879461;
}
.ui-input:focus:-ms-input-placeholder, .ui-textarea:focus:-ms-input-placeholder {
  opacity: 0.5;
}
.ui-input:focus::placeholder, .ui-textarea:focus::placeholder {
  opacity: 0.5;
}
.ui-input:disabled, .ui-textarea:disabled {
  border-color: #e4ebf1;
  background: #e4ebf1;
  pointer-events: none;
}
.ui-input[readonly], [readonly].ui-textarea {
  background: #fff;
  border-color: #DFDFDF;
  color: #DE0A14;
  font-weight: 600;
  cursor: default;
}
.ui-input[readonly]:-ms-input-placeholder, [readonly].ui-textarea:-ms-input-placeholder {
  color: #DE0A14;
}
.ui-input[readonly]::placeholder, [readonly].ui-textarea::placeholder {
  color: #DE0A14;
}

.ui-textarea {
  max-width: 100%;
  min-width: 100%;
  height: 10.2rem;
  min-height: 5.4rem;
  resize: none;
  white-space: normal;
}

.ui-wysiwyg {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 400;
}
.ui-wysiwyg h1, .ui-wysiwyg h2, .ui-wysiwyg h3, .ui-wysiwyg h4, .ui-wysiwyg h5, .ui-wysiwyg h6 {
  font-family: var(--font-secondary);
  display: block;
  margin: 0 0 3rem;
  font-weight: 700;
}
.ui-wysiwyg h1 {
  font-size: 3.2rem;
  text-align: center;
  text-transform: uppercase;
}
.ui-wysiwyg h2 {
  font-size: 2.8rem;
}
.ui-wysiwyg h3 {
  font-size: 2.4rem;
}
.ui-wysiwyg h4 {
  font-size: 2rem;
}
.ui-wysiwyg h5 {
  font-size: 1.8rem;
}
.ui-wysiwyg h6 {
  font-size: 1.6rem;
}
.ui-wysiwyg p {
  margin: 0 0 2rem;
}
.ui-wysiwyg strong {
  display: block;
  margin: 0 0 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
.ui-wysiwyg hr {
  border: none;
  border-bottom: 1px solid #DFE0E3;
  margin: 3rem 0;
  clear: both;
}
.ui-wysiwyg br {
  clear: both;
}
.ui-wysiwyg picture {
  overflow: hidden;
  margin: 0 0 2rem;
  display: block;
  border-radius: 2rem;
  width: 100%;
}
.ui-wysiwyg picture img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.ui-wysiwyg blockquote {
  margin: 0 0 2rem;
  padding: 0.8rem 0 0.8rem 2rem;
  border-left: 1px solid #111111;
}
.ui-wysiwyg table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 0 2rem;
  text-align: left;
}
.ui-wysiwyg table th, .ui-wysiwyg table td {
  border-bottom: 1px solid #DFE0E3;
  padding: 2.4rem 1.2rem;
}
.ui-wysiwyg table th:first-child, .ui-wysiwyg table td:first-child {
  padding-left: 0;
}
.ui-wysiwyg table th:last-child, .ui-wysiwyg table td:last-child {
  padding-right: 0;
}
.ui-wysiwyg table th {
  font-weight: 500;
}
.ui-wysiwyg ul {
  margin: 0 0 3rem;
  padding: 0;
  list-style: none;
}
.ui-wysiwyg ul > li {
  padding: 0 0 0 2rem;
  margin: 0 0 1rem;
  position: relative;
}
.ui-wysiwyg ul > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: currentColor;
}
.ui-wysiwyg ol {
  margin: 0 0 3rem;
  padding: 0;
  list-style: none;
  counter-reset: point;
}
.ui-wysiwyg ol > li {
  position: relative;
  padding: 0 0 0 4rem;
  margin: 0 0 1rem;
}
.ui-wysiwyg ol > li:after {
  content: counter(point) ".";
  counter-increment: point 1;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  color: #DE0A14;
}
.ui-wysiwyg a {
  text-decoration: underline;
  transition: color 0.25s;
  color: #000;
}
.ui-wysiwyg a:hover {
  text-decoration: underline;
  color: #DE0A14;
}
@media (min-width: 768px) {
  .ui-wysiwyg picture.pull-left {
    float: left;
    max-width: 28rem;
    margin: 0 3rem 3rem 0;
  }
  .ui-wysiwyg picture.pull-right {
    float: right;
    max-width: 28rem;
    margin: 0 0 3rem 3rem;
  }
}
@media (min-width: 1200px) {
  .ui-wysiwyg picture.pull-left {
    max-width: 57.2rem;
  }
  .ui-wysiwyg picture.pull-right {
    max-width: 57.2rem;
  }
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@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;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 120rem;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  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-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.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, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-pagination {
  margin: 0.7rem 0 0 0;
  padding: 2.3rem 0 0 0;
  border-top: 1px solid rgba(167, 167, 167, 0.8);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #14181F;
  margin: 0 1rem;
  opacity: 1;
  transition: 0.25s;
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 0.4;
}

.swiper-fraction {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  color: #C3C3C3;
  min-width: 5rem;
  min-height: 2.8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 2.9rem;
}

.swiper-arrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid currentColor;
  color: #14181F;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  cursor: pointer;
  transition: color 0.25s;
  margin: 5rem auto 0;
}
.swiper-arrow svg {
  display: block;
  width: 2.8rem;
  height: 0.8rem;
  transition: transform 0.25s;
}
.swiper-arrow:hover {
  color: #879461;
}
.swiper-arrow:hover svg {
  transform: translate(0.4rem, 0);
}

.swiper-prev,
.swiper-next {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #434550;
  height: 2.8rem;
  width: auto;
}
.swiper-prev svg,
.swiper-next svg {
  display: block;
  transition: transform 0.25s;
}
.swiper-prev:hover,
.swiper-next:hover {
  color: #879461;
}

.swiper-prev:hover svg {
  transform: translate(-0.4rem, 0);
}

.swiper-next:hover svg {
  transform: translate(0.4rem, 0);
}

.swiper-intro .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-intro picture {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-intro picture:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #242625;
  opacity: 0.4;
}
.swiper-intro picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-intro .swiper-pagination {
  display: none;
}
@media (min-width: 1200px) {
  .swiper-intro .swiper-pagination {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    border: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4rem;
    z-index: 100;
  }
  .swiper-intro .swiper-pagination-bullet {
    background: #E8E8E8;
  }
}

.swiper-about picture {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 393/524;
  overflow: hidden;
  cursor: pointer;
  will-change: transform;
}
.swiper-about picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
@media (hover: hover) {
  .swiper-about picture:hover img {
    transform: scale(1.05);
  }
}
@media (min-width: 1200px) {
  .swiper-about picture {
    aspect-ratio: 530/683;
  }
}

.swiper-cover .swiper-prev,
.swiper-cover .swiper-next {
  display: none;
}
.swiper-cover .swiper-pagination {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4rem;
  z-index: 100;
}
.swiper-cover .swiper-pagination-bullet {
  background: #E8E8E8;
}
@media (min-width: 1200px) {
  .swiper-cover .swiper-prev,
  .swiper-cover .swiper-next {
    display: -ms-flexbox;
    display: flex;
    height: 2.8rem;
    color: #fff;
    z-index: 100;
  }
  .swiper-cover .swiper-prev:hover,
  .swiper-cover .swiper-next:hover {
    color: #879461;
  }
  .swiper-cover .swiper-prev svg,
  .swiper-cover .swiper-next svg {
    width: 5rem;
    height: 1.2rem;
  }
  .swiper-cover .swiper-prev {
    position: absolute;
    top: 50%;
    left: 6.8rem;
    margin: -1.4rem 0 0 0;
  }
  .swiper-cover .swiper-next {
    position: absolute;
    top: 50%;
    right: 6.8rem;
    margin: -1.4rem 0 0 0;
  }
}

.swiper-slides picture {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 393/524;
  cursor: pointer;
  overflow: hidden;
  will-change: transform;
}
.swiper-slides picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
@media (hover: hover) {
  .swiper-slides picture:hover img {
    transform: scale(1.05);
  }
}
@media (min-width: 1200px) {
  .swiper-slides picture {
    aspect-ratio: 530/683;
  }
}

.swiper-gallery .swiper-prev,
.swiper-gallery .swiper-next {
  display: none;
}
.swiper-gallery .swiper-pagination {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.8rem;
  z-index: 100;
}
.swiper-gallery .swiper-pagination-bullet {
  background: #E8E8E8;
}
.swiper-gallery picture {
  height: 32.4rem;
  position: relative;
}
.swiper-gallery picture:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}
.swiper-gallery picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .swiper-gallery .swiper-prev,
  .swiper-gallery .swiper-next {
    display: -ms-flexbox;
    display: flex;
    height: 2.8rem;
    color: #fff;
    z-index: 100;
  }
  .swiper-gallery .swiper-prev:hover,
  .swiper-gallery .swiper-next:hover {
    color: #fff;
  }
  .swiper-gallery .swiper-prev svg,
  .swiper-gallery .swiper-next svg {
    width: 2.8rem;
    height: 1.6rem;
  }
  .swiper-gallery .swiper-prev {
    position: absolute;
    top: 50%;
    left: 4rem;
    margin: -1.4rem 0 0 0;
  }
  .swiper-gallery .swiper-next {
    position: absolute;
    top: 50%;
    right: 4rem;
    margin: -1.4rem 0 0 0;
  }
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -999.9rem;
  margin: 0;
  position: absolute !important;
  top: -999.9rem;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 1.3rem;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 4.4rem;
  left: 0;
  line-height: 4.4rem;
  min-width: 4.4rem;
  mix-blend-mode: difference;
  padding: 0 1rem;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 4.4rem;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 4.4rem 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 4.4rem;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 40rem;
  padding: 4rem;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 4.4rem;
  margin: 0;
  padding: 1rem;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 4.4rem;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 0.2rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 0.8rem;
  position: absolute;
  right: -1.2rem;
  top: -4.4rem;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 10rem;
  opacity: 0;
  position: absolute;
  top: calc(50% - 5rem);
  width: 7rem;
}

.fancybox-navigation .fancybox-button div {
  padding: 0.7rem;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 3.1rem 2.6rem 3.1rem 0.6rem;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 3.1rem 0.6rem 3.1rem 2.6rem;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 1.4rem;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 7.5rem 4.4rem 2.5rem 4.4rem;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 7.5rem max(4.4rem, env(safe-area-inset-right)) max(2.5rem, env(safe-area-inset-bottom)) max(4.4rem, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -5rem;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 0.4rem solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 5rem;
  left: 50%;
  margin: -2.5rem 0 0 -2.5rem;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 5rem;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
  .fancybox-slide--image {
    padding: 0.6rem 0;
  }
  .fancybox-close-small {
    right: -0.6rem;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 3.6rem;
    opacity: 1;
    padding: 0.6rem;
    right: 0;
    top: 0;
    width: 3.6rem;
  }
  .fancybox-caption {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(1.2rem, env(safe-area-inset-left));
      padding-right: max(1.2rem, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 0.3rem;
  max-width: 90%;
  padding: 3rem;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 3.5rem;
  font-weight: 700;
  margin: 0 0 2rem 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 0.3rem;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 4rem;
  margin: 0 0.5rem 1rem 0.5rem;
  min-width: 13rem;
  padding: 0 1.5rem;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 2.5rem;
  margin-right: 0.7rem;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 2.5rem;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 1.4rem;
  margin: 1rem 0 0 0;
  outline: none;
  padding: 1rem 1.5rem;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 0.2rem 0.2rem 0.4rem 0.2rem;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 21.2rem;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 21.2rem;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 0.7rem;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 1rem;
  box-shadow: inset 0 0 0.6rem rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 1rem;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 7.5rem;
  margin: 0.2rem;
  max-height: calc(100% - 0.8rem);
  max-width: calc(50% - 0.4rem);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 10rem;
}

.fancybox-thumbs__list a::before {
  border: 0.6rem solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 11rem;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 11rem;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 1rem);
  }
}
.fancybox-close {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin: 0 0 1.5rem;
  width: 3rem;
  height: 3rem;
  color: #fff;
  opacity: 0.5;
  transition: opacity 0.25s;
}
.fancybox-close:hover {
  opacity: 1;
}
.fancybox-close svg {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-bg {
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.fancybox-slide {
  padding: 0;
}
@media (min-width: 768px) {
  .fancybox-slide {
    padding: 2rem;
  }
}

.fancybox-content {
  padding: 0;
  background: none;
  overflow: visible;
}

.fancybox-slide--html .fancybox-close, .fancybox-slide--html .fancybox-close-small {
  display: none;
}

.fancybox-slide--image,
.fancybox-slide--video {
  padding: 6rem 2rem;
}
.fancybox-slide--image .fancybox-content,
.fancybox-slide--video .fancybox-content {
  border-radius: 2rem;
}
.fancybox-slide--image img,
.fancybox-slide--image video,
.fancybox-slide--video img,
.fancybox-slide--video video {
  border-radius: 2rem;
}

.intro {
  background: #14181F;
  color: #F4F4F4;
  padding: 24rem 0 6.5rem;
  margin: 0 0 9rem;
  min-height: 100svh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}
@media (min-width: 768px) {
  .intro {
    margin: 0 0 13.4rem;
  }
}
@media (min-width: 1200px) {
  .intro {
    padding: 32.4rem 0 9.7rem;
    margin: 0 0 13.4rem;
  }
}

.intro__swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.intro__desc {
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .intro__desc {
    padding: 0 2.5rem;
  }
}

.intro__title {
  display: block;
  margin: 0 0 1.4rem;
  font: 400 4.2rem/1.1 var(--font-secondary);
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .intro__title {
    font-size: 5.4rem;
  }
}

.intro__text {
  display: block;
  margin: 0 0 3.6rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 400;
  color: #B5B5B5;
}
@media (min-width: 1200px) {
  .intro__text {
    margin: 0 0 5.2rem;
    font-size: 2.1rem;
    max-width: 47.2rem;
  }
}

.intro__widget {
  position: relative;
  z-index: 3;
}
@media (min-width: 1200px) {
  .intro__widget {
    border-radius: 0.6rem;
    background: rgba(16, 16, 16, 0.74);
    min-height: 7.8rem;
    padding: 0 2.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 5rem 0 0;
  }
}

.about {
  margin: 0 0 7.7rem;
}
@media (min-width: 1200px) {
  .about {
    margin: 0 0 21.8rem;
  }
}

.about__desc {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
  margin: 0 0 22.7rem;
}
.about__desc h1,
.about__desc h2,
.about__desc h3 {
  display: block;
  margin: 0 0 4.8rem;
  font: 400 3.8rem/1.1 var(--font-secondary);
  text-transform: uppercase;
}
.about__desc p {
  margin: 0 0 2.8rem;
}
.about__desc p:last-child {
  margin: 0;
}
.about__desc ul {
  margin: 0;
  padding: 2.8rem 0 0 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.about__desc ul > li {
  margin: 0 3.2rem 0 0;
}
.about__desc a {
  display: block;
  text-decoration: none;
  color: #879090;
}
.about__desc a:hover {
  text-decoration: none;
  color: #879461;
}
.about__desc svg {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
}
@media (min-width: 768px) {
  .about__desc {
    margin: 0 5rem 0 0;
  }
}
@media (min-width: 1200px) {
  .about__desc {
    margin: 0 17.8rem 0 0;
    padding: 9rem 0 0;
  }
  .about__desc h1,
  .about__desc h2,
  .about__desc h3 {
    font-size: 4.4rem;
    margin: 0 0 4.8rem;
  }
  .about__desc p {
    max-width: 85%;
  }
  .about__desc ul {
    padding: 5rem 0 0;
  }
}

.about__swiper {
  margin: 0 -2.5rem;
  position: relative;
}
.about__swiper:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: -1;
  background: url(../images/decor-about.webp) 50% 50% no-repeat;
  background-size: contain;
  width: 29rem;
  height: 32.7rem;
  margin: 0 -0.5rem -2.7rem 0;
}
@media (min-width: 768px) {
  .about__swiper {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .about__swiper {
    margin: 0;
  }
  .about__swiper:before {
    width: 40.6rem;
    height: 45.6rem;
    position: absolute;
    right: 100%;
    bottom: 0;
    margin: 0 0 -12rem;
  }
}

.rooms {
  margin: 0 0 11.8rem;
}
@media (min-width: 1200px) {
  .rooms {
    margin: 0 0 7.3rem;
  }
}

.rooms__title {
  display: block;
  margin: 0 0 3.6rem;
  font: 400 3.8rem/1.1 var(--font-secondary);
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 1200px) {
  .rooms__title {
    font-size: 4.4rem;
  }
}

.rooms__text {
  display: block;
  margin: 0 auto 5.7rem;
  max-width: 102.4rem;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
  text-align: center;
}

@media (min-width: 1200px) {
  .rooms__wrapper {
    padding: 0 6.4rem 6.4rem;
    border-bottom: 1px solid rgba(167, 167, 167, 0.4);
  }
}

.rooms__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rooms__list > li {
  margin: 0 0 5rem;
}
.rooms__list > li:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .rooms__list {
    margin: 0 -1.25rem -5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rooms__list > li {
    padding: 0 1.25rem 5rem;
    margin: 0;
    /* -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%; */
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .rooms__list {
    margin: 0 -3rem -5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rooms__list > li {
    padding: 0 3rem 5rem;
    margin: 0;
    /* -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%; */
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.rooms__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  text-decoration: none;
  color: #14181F;
}
.rooms__item:hover {
  text-decoration: none;
  color: #14181F;
}
@media (hover: hover) {
  .rooms__item:hover .rooms__item-image img {
    transform: scale(1.05);
  }
}

.rooms__item-image {
  display: block;
  width: 100%;
  height: 34.9rem;
  margin: 0 0 2.2rem;
  background: #F9F9F9;
  overflow: hidden;
  will-change: transform;
}
.rooms__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
@media (min-width: 768px) {
  .rooms__item-image {
    /* aspect-ratio: 339/426; */
    aspect-ratio: 540/358;
    height: auto;
  }
}

.rooms__item-desc {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.rooms__item-title {
  display: block;
  margin: 0 0 1.4rem;
  font-size: 2rem;
  line-height: 1.05;
  font-weight: 600;
}

.rooms__item-text {
  display: block;
  margin: 0 0 3.5rem;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .rooms__item-text {
    margin: 0 0 3rem;
  }
}

.rooms__item-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: auto 0 0 0;
}
@media (min-width: 768px) {
  .rooms__item-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .rooms__item-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
  }
}

.rooms__item-action {
  margin: 0 3.8rem 0 0;
}
@media (min-width: 1200px) {
  .rooms__item-action {
    margin: 0 2.2rem 0 0;
  }
}

.rooms__item-info {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
}
.rooms__item-info > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0.6rem;
}
.rooms__item-info > li:last-child {
  margin: 0;
}
.rooms__item-info svg {
  margin: 0 1rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .rooms__item-info {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2rem 0 0;
  }
  .rooms__item-info > li {
    margin: 0 2rem 0 0;
  }
  .rooms__item-info > li:last-child {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .rooms__item-info {
    padding: 0;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rooms__item-info > li {
    margin: 0 0 0.6rem;
  }
  .rooms__item-info > li:last-child {
    margin: 0;
  }
}

.cottages {
  margin: 0 0 11.8rem;
}
@media (min-width: 1200px) {
  .cottages {
    margin: 0 0 16rem;
  }
}

.cottages__title {
  display: block;
  margin: 0 0 3.6rem;
  font: 400 3.8rem/1.1 var(--font-secondary);
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 1200px) {
  .cottages__title {
    font-size: 4.4rem;
    margin: 0 0 4.5rem;
  }
}

.cottages__text {
  display: block;
  margin: 0 auto 5.7rem;
  max-width: 102.4rem;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
  text-align: center;
}

@media (min-width: 1200px) {
  .cottages__wrapper {
    padding: 0 6.4rem;
  }
}

.cottages__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cottages__list > li {
  margin: 0 0 5rem;
}
.cottages__list > li:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .cottages__list {
    margin: 0 -1.25rem -5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cottages__list > li {
    padding: 0 1.25rem 5rem;
    margin: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .cottages__list {
    margin: 0 -3rem -5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cottages__list > li {
    padding: 0 3rem 5rem;
    margin: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.cottages__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  text-decoration: none;
  color: #14181F;
}
.cottages__item:hover {
  text-decoration: none;
  color: #14181F;
}
@media (hover: hover) {
  .cottages__item:hover .cottages__item-image img {
    transform: scale(1.05);
  }
}

.cottages__item-image {
  display: block;
  width: 100%;
  height: 34.9rem;
  margin: 0 0 2.2rem;
  background: #F9F9F9;
  overflow: hidden;
  will-change: transform;
}
.cottages__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
@media (min-width: 768px) {
  .cottages__item-image {
    aspect-ratio: 540/358;
    margin: 0 0 2.7rem;
    height: auto;
  }
  .swiper-gallery picture {
    height: 48.4rem;
    position: relative;
  }
}

.cottages__item-desc {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .cottages__item-desc {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.cottages__item-title {
  display: block;
  margin: 0 0 1.4rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .cottages__item-title {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    padding: 0 2rem 0 0;
    margin: 0 0 2.6rem;
  }
}

.cottages__item-text {
  display: block;
  margin: 0 0 3.5rem;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .cottages__item-text {
    -ms-flex: 1;
    flex: 1;
  }
}

.cottages__item-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .cottages__item-group {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.cottages__item-action {
  margin: 0 3.8rem 0 0;
}
@media (min-width: 1200px) {
  .cottages__item-action {
    margin: 0;
    padding: 0 2rem 0 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }
}

.cottages__item-info {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
}
.cottages__item-info > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0.6rem;
}
.cottages__item-info > li:last-child {
  margin: 0;
}
.cottages__item-info svg {
  margin: 0 1rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 1200px) {
  .cottages__item-info {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cottages__item-info > li {
    margin: 0 2rem 0 0;
  }
  .cottages__item-info > li:last-child {
    margin: 0;
  }
}

.cover {
  background: #14181F;
  color: #F4F4F4;
}

.cover__item {
  padding: 16.5rem 0 13rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 100%;
}
@media (min-width: 1200px) {
  .cover__item {
    padding: 21.2rem 0 22rem;
  }
}

.cover__item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cover__item-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #242625;
  opacity: 0.4;
}
.cover__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cover__item-desc {
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .cover__item-desc {
    padding: 0 4.4rem;
  }
}

.cover__item-icon {
  display: block;
  margin: 0 0 1.6rem;
}

.cover__item-title {
  display: block;
  margin: 0 0 3.1rem;
  font: 400 4.2rem/1.125 var(--font-secondary);
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .cover__item-title {
    font-size: 5.1rem;
    margin: 0 0 4.1rem;
  }
}

.cover__item-action {
  text-transform: uppercase;
}

.details--01 {
  padding: 14.3rem 0 0 0;
}
.details--01 .details__thumbs {
  margin: 0 0 14.2rem;
}
.details--01 .details__slides:before {
  background-image: url(../images/decor-details-01.webp);
  position: absolute;
  top: -15rem;
  left: 50%;
  margin: 0 0 0 -13.2rem;
  width: 44.6rem;
  height: 39.8rem;
}
.details--02 {
  position: relative;
  padding: 9.6rem 0 0 0;
}
.details--02 .details__thumbs {
  margin: 0 0 16.2rem;
}
/* .details--02:before {
  content: '';
  background-image: url(../images/decor-details-02.webp);
  position: absolute;
  top: -23.5rem;
  left: 50%;
  margin: 0 0 0 -9.2rem;
  width: 41.2rem;
  height: 41rem;
} */
@media (min-width: 768px) {
  .details--01 .details__thumbs {
    margin: 0 5rem 0 0;
  }
  .details--01 .details__slides:before {
    position: absolute;
    top: -23.3rem;
    left: 0;
    margin: 0 0 0 -19.6rem;
  }
  .details--02 .details__thumbs {
    margin: 0 0 0 5rem;
  }
  .details--02 .details__slides:before {
    position: absolute;
    top: auto;
    left: 100%;
    right: auto;
    bottom: -20rem;
    margin: 0 0 0 65rem;
    width: 64rem;
    height: 64rem;
  }
}
@media (min-width: 1200px) {
  .details--01 {
    padding: 32.2rem 0 0 0;
  }
  .details--01 .details__thumbs {
    margin: 0 17.8rem 0 0;
    padding: 11rem 0 0;
  }
  .details--01 .details__thumbs .swiper-arrow {
    position: absolute;
    top: 32.4rem;
    right: -4.6rem;
  }
  .details--01 .details__slides:before {
    position: absolute;
    top: -23.3rem;
    left: 0;
    margin: 0 0 0 -19.6rem;
  }
  .details--02 {
    padding: 19rem 0 0;
  }
  .details--02 .details__thumbs {
    margin: 0 11rem 0 15.5rem;
    padding: 5rem 0 0;
  }
  .details--02 .swiper {
    position: relative;
  }
  .details--02 .swiper-arrow {
    position: absolute;
    top: 32.4rem;
    right: 0;
    z-index: 10;
  }
  .details--02 .details__desc h1,
  .details--02 .details__desc h2,
  .details--02 .details__desc h3 {
    margin: 0 0 3.2rem;
  }
  .details--02 .details__desc p {
    max-width: 100%;
  }
  .details--02 .details__slides:before {
    position: absolute;
    top: auto;
    left: 100%;
    right: auto;
    bottom: -20rem;
    margin: 0 0 0 65rem;
    width: 64rem;
    height: 64rem;
  }
}

.details__thumbs {
  position: relative;
}

.details__slides {
  position: relative;
  margin: 0 -2.5rem;
}
.details__slides:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  z-index: -1;
}
@media (min-width: 768px) {
  .details__slides {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .details__slides {
    margin: 0;
  }
}

.details__desc {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
  margin: 0 0 6.4rem;
}
.details__desc:last-child {
  margin: 0;
}
.details__desc h1,
.details__desc h2,
.details__desc h3 {
  display: block;
  margin: 0 0 3.1rem;
  font: 400 3.8rem/1.1 var(--font-secondary);
  text-transform: uppercase;
}
.details__desc small {
  display: block;
  margin: 0 0 1.4rem;
  font: 400 1.6rem/1.75 var(--font-primary);
}
.details__desc p {
  display: block;
  margin: 0 0 3.1rem;
}
.details__desc p:last-child {
  margin: 0;
}
.details__desc figure {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 2.3rem;
  width: 8rem;
  height: 8rem;
}
.details__desc figure img, .details__desc figure svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 1200px) {
  .details__desc {
    margin: 0 0 4.8rem;
  }
  .details__desc:last-child {
    margin: 0;
  }
  .details__desc h1,
  .details__desc h2,
  .details__desc h3 {
    font-size: 4.4rem;
    margin: 0 0 4.8rem;
  }
  .details__desc p {
    max-width: 70%;
  }
}

.details__additional {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.details__additional > li {
  margin: 0 3.1rem 0 0;
}
.details__additional > li:last-child {
  margin: 0;
}
.details__additional picture {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 5rem;
}
.details__additional img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .details__additional > li {
    margin: 0 9rem 0 0;
  }
  .details__additional > li:last-child {
    margin: 0;
  }
  .details__additional picture {
    padding: 0;
    height: 6.2rem;
  }
}

.subsc {
  padding: 9.4rem 0 12.8rem;
}
@media (min-width: 1200px) {
  .subsc {
    padding: 17.6rem 0 18.3rem;
  }
}

@media (min-width: 1200px) {
  .subsc__wrapper {
    padding: 0 10rem;
  }
}

.subsc__title {
  display: block;
  margin: 0 0 2.2rem;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
}

.subsc__text {
  display: block;
  margin: 0 0 2.7rem;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
}

.subsc__form {
  text-align: center;
}
.subsc__form .ui-input, .subsc__form .ui-textarea {
  margin: 0 0 2.7rem;
}
.subsc__form .ui-btn {
  margin: 0 0 3.4rem;
}
.subsc__form .ui-check {
  margin: 0 0 1.5rem;
}
.subsc__form .ui-check:last-child {
  margin: 0;
}
@media (min-width: 1200px) {
  .subsc__form {
    margin: 0 0 0 -2.5rem;
  }
}

.places__swiper {
  margin: 0 -2.5rem;
}
@media (min-width: 1200px) {
  .places__swiper {
    margin: 0 -5rem;
  }
}

.places__item {
  background: #fff;
}

.places__item-desc {
  padding: 5.6rem 3.6rem 4rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .places__item-desc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    padding: 7.6rem 7.2rem 4.3rem 7.2rem;
    position: relative;
    z-index: 2;
    margin: 0 2.5rem 0 0;
  }
}

.places__item-title {
  display: block;
  padding: 0 0 2.7rem;
  margin: 0 0 4rem;
  font: 400 3.7rem/1.1 var(--font-secondary);
  text-transform: uppercase;
  position: relative;
}
.places__item-title:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 4.6rem;
  height: 0.2rem;
  background: #8D986D;
  margin: 0 0 0 -2.3rem;
}
.places__item-title small {
  display: block;
  margin: 0 0 1.4rem;
  font: 400 1.4rem/1.1 var(--font-primary);
  text-transform: none;
}
@media (min-width: 1200px) {
  .places__item-title {
    margin: 0 0 3.5rem;
  }
}

.places__item-text {
  display: block;
  margin: 0 0 4rem;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
}

.places__item-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .places__item-control {
    margin: auto 0 0 0;
  }
}

.places__item-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 393/327;
}
.places__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .places__item-image {
    aspect-ratio: unset;
    width: auto;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .places__item-image {
    min-height: 53.4rem;
    margin: 0 0 0 -3.5rem;
  }
}

.reviews {
  padding: 0 0 8.9rem;
}
.reviews-container {
  max-width: 1096px !important;
}
@media (min-width: 1200px) {
  .reviews {
    padding: 0 0 17.1rem;
  }
}

.benefits {
  padding: 13.7rem 0 8.9rem;
}
@media (min-width: 1200px) {
  .benefits {
    padding: 18.4rem 0 17.1rem;
  }
}

.benefits__desc {
  margin: 0 0 5.9rem;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
}
.benefits__desc h1,
.benefits__desc h2,
.benefits__desc h3 {
  display: block;
  margin: 0 0 2.7rem;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
}
.benefits__desc p {
  margin: 0 0 3rem;
}
.benefits__desc p:last-child {
  margin: 0;
}
@media (min-width: 1200px) {
  .benefits__desc {
    margin: 0 12.5rem 0 0;
  }
}

.benefits__list {
  margin: 0 0 -4.5rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.benefits__list > li {
  padding: 0 0 4.5rem;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 1200px) {
  .benefits__list {
    position: relative;
    margin-right: -10rem;
  }
  .benefits__list > li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.benefits__item-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 6.5rem;
  height: 6.5rem;
  margin: 0 0 0.7rem;
}
.benefits__item-icon img, .benefits__item-icon svg {
  display: block;
  max-width: none;
  max-height: none;
  object-fit: contain;
}

.benefits__item-title {
  display: block;
  margin: 0;
  padding: 0 0.8rem;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .benefits__item-title {
    padding: 0;
  }
}

.contacts {
  background: #fff;
}
@media (min-width: 1200px) {
  .contacts {
    background: none;
  }
}

@media (min-width: 1200px) {
  .contacts__wrapper {
    background: #fff;
    margin: 0 -5rem;
  }
}

.contacts__map {
  margin: 0 -2.5rem;
  min-width: 100%;
  min-height: 53.4rem;
  background: #ccc;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 768px) {
  .contacts__map {
    margin: 0 -2.5rem 0 0;
  }
}
@media (min-width: 1200px) {
  .contacts__map {
    margin: 0 0 0 -3.5rem;
    aspect-ratio: unset;
  }
}

.contacts__desc {
  padding: 6.5rem 0.8rem;
}
@media (min-width: 1200px) {
  .contacts__desc {
    padding: 6.7rem 7.4rem 6.4rem;
  }
}

.contacts__title {
  display: block;
  margin: 0 0 4rem;
  font: 400 3.7rem/1.15 var(--font-secondary);
  text-transform: uppercase;
}

.contacts__phone {
  display: block;
  margin: 0 0 2.8rem;
}
.contacts__phone dt {
  display: block;
  margin: 0 0 0.5rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
.contacts__phone dd {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
}
.contacts__phone a {
  text-decoration: none;
  color: #14181F;
}
.contacts__phone a:hover {
  text-decoration: none;
  color: #879461;
}

.contacts__address {
  display: block;
  margin: 0 0 4rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  font-style: normal;
}

.contacts__email {
  display: block;
  margin: 0 0 4rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.contacts__email dt {
  display: block;
  margin: 0 0 0.4rem;
  font-weight: 500;
}
.contacts__email dd {
  display: block;
  margin: 0;
}
.contacts__email a {
  text-decoration: none;
  color: #14181F;
}
.contacts__email a:hover {
  text-decoration: none;
  color: #879461;
}

.contacts__social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.contacts__social > li {
  margin: 0 2.2rem 0 0;
}
.contacts__social a {
  display: block;
  text-decoration: none;
  color: #879090;
}
.contacts__social a:hover {
  text-decoration: none;
  color: #879461;
}
.contacts__social svg {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 576px) {
  .container {
    max-width: 54rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 72rem;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 96rem;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 114rem;
  }
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-hd,
.col-hd-auto, .col-hd-12, .col-hd-11, .col-hd-10, .col-hd-9, .col-hd-8, .col-hd-7, .col-hd-6, .col-hd-5, .col-hd-4, .col-hd-3, .col-hd-2, .col-hd-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.push-1 {
  left: 8.3333333333%;
}

.push-2 {
  left: 16.6666666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.3333333333%;
}

.push-5 {
  left: 41.6666666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.3333333333%;
}

.push-8 {
  left: 66.6666666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.3333333333%;
}

.push-11 {
  left: 91.6666666667%;
}

.pull-1 {
  right: 8.3333333333%;
}

.pull-2 {
  right: 16.6666666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.3333333333%;
}

.pull-5 {
  right: 41.6666666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.3333333333%;
}

.pull-8 {
  right: 66.6666666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.3333333333%;
}

.pull-11 {
  right: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.3333333333%;
  }
  .push-sm-2 {
    left: 16.6666666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.3333333333%;
  }
  .push-sm-5 {
    left: 41.6666666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.3333333333%;
  }
  .push-sm-8 {
    left: 66.6666666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.3333333333%;
  }
  .push-sm-11 {
    left: 91.6666666667%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.3333333333%;
  }
  .pull-sm-2 {
    right: 16.6666666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.3333333333%;
  }
  .pull-sm-5 {
    right: 41.6666666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.3333333333%;
  }
  .pull-sm-8 {
    right: 66.6666666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.3333333333%;
  }
  .pull-sm-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.3333333333%;
  }
  .push-md-2 {
    left: 16.6666666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.3333333333%;
  }
  .push-md-5 {
    left: 41.6666666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.3333333333%;
  }
  .push-md-8 {
    left: 66.6666666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.3333333333%;
  }
  .push-md-11 {
    left: 91.6666666667%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.3333333333%;
  }
  .pull-md-2 {
    right: 16.6666666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.3333333333%;
  }
  .pull-md-5 {
    right: 41.6666666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.3333333333%;
  }
  .pull-md-8 {
    right: 66.6666666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.3333333333%;
  }
  .pull-md-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.3333333333%;
  }
  .push-lg-2 {
    left: 16.6666666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.3333333333%;
  }
  .push-lg-5 {
    left: 41.6666666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.3333333333%;
  }
  .push-lg-8 {
    left: 66.6666666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.3333333333%;
  }
  .push-lg-11 {
    left: 91.6666666667%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.3333333333%;
  }
  .pull-lg-2 {
    right: 16.6666666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.3333333333%;
  }
  .pull-lg-5 {
    right: 41.6666666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.3333333333%;
  }
  .pull-lg-8 {
    right: 66.6666666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.3333333333%;
  }
  .pull-lg-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.3333333333%;
  }
  .push-xl-2 {
    left: 16.6666666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.3333333333%;
  }
  .push-xl-5 {
    left: 41.6666666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.3333333333%;
  }
  .push-xl-8 {
    left: 66.6666666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.3333333333%;
  }
  .push-xl-11 {
    left: 91.6666666667%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.3333333333%;
  }
  .pull-xl-2 {
    right: 16.6666666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.3333333333%;
  }
  .pull-xl-5 {
    right: 41.6666666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.3333333333%;
  }
  .pull-xl-8 {
    right: 66.6666666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.3333333333%;
  }
  .pull-xl-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 1600px) {
  .col-hd {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-hd-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-hd-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-hd-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-hd-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-hd-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-hd-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-hd-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-hd-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-hd-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-hd-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-hd-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-hd-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-hd-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-hd-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-hd-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-hd-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-hd-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-hd-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-hd-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-hd-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-hd-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-hd-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-hd-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-hd-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-hd-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-hd-0 {
    margin-left: 0%;
  }
  .offset-hd-1 {
    margin-left: 8.3333333333%;
  }
  .offset-hd-2 {
    margin-left: 16.6666666667%;
  }
  .offset-hd-3 {
    margin-left: 25%;
  }
  .offset-hd-4 {
    margin-left: 33.3333333333%;
  }
  .offset-hd-5 {
    margin-left: 41.6666666667%;
  }
  .offset-hd-6 {
    margin-left: 50%;
  }
  .offset-hd-7 {
    margin-left: 58.3333333333%;
  }
  .offset-hd-8 {
    margin-left: 66.6666666667%;
  }
  .offset-hd-9 {
    margin-left: 75%;
  }
  .offset-hd-10 {
    margin-left: 83.3333333333%;
  }
  .offset-hd-11 {
    margin-left: 91.6666666667%;
  }
  .push-hd-0 {
    left: auto;
  }
  .push-hd-1 {
    left: 8.3333333333%;
  }
  .push-hd-2 {
    left: 16.6666666667%;
  }
  .push-hd-3 {
    left: 25%;
  }
  .push-hd-4 {
    left: 33.3333333333%;
  }
  .push-hd-5 {
    left: 41.6666666667%;
  }
  .push-hd-6 {
    left: 50%;
  }
  .push-hd-7 {
    left: 58.3333333333%;
  }
  .push-hd-8 {
    left: 66.6666666667%;
  }
  .push-hd-9 {
    left: 75%;
  }
  .push-hd-10 {
    left: 83.3333333333%;
  }
  .push-hd-11 {
    left: 91.6666666667%;
  }
  .pull-hd-0 {
    right: auto;
  }
  .pull-hd-1 {
    right: 8.3333333333%;
  }
  .pull-hd-2 {
    right: 16.6666666667%;
  }
  .pull-hd-3 {
    right: 25%;
  }
  .pull-hd-4 {
    right: 33.3333333333%;
  }
  .pull-hd-5 {
    right: 41.6666666667%;
  }
  .pull-hd-6 {
    right: 50%;
  }
  .pull-hd-7 {
    right: 58.3333333333%;
  }
  .pull-hd-8 {
    right: 66.6666666667%;
  }
  .pull-hd-9 {
    right: 75%;
  }
  .pull-hd-10 {
    right: 83.3333333333%;
  }
  .pull-hd-11 {
    right: 91.6666666667%;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .flex-hd-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-hd-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-hd-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-hd-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-hd-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-hd-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-hd-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-hd-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-hd-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-hd-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-hd-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-hd-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-hd-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-hd-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-hd-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-hd-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-hd-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-hd-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-hd-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-hd-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-hd-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-hd-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-hd-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-hd-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-hd-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-hd-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-hd-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-hd-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-hd-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
* {
  outline: none;
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px) and (max-width: 1920px) {
  html {
    font-size: 0.4985044865vw;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}

body {
  background: var(--body-bg);
  color: var(--body-color);
  overflow-x: hidden;
  overflow-y: auto;
  font: 400 1.6rem/1.5 var(--font-primary);
}

html:not(.is-loaded) * {
  transition: none !important;
}
html:not(.is-loaded) *:before, html:not(.is-loaded) *:after {
  transition: none !important;
}

.app {
  position: relative;
  min-height: 100%;
  min-width: 32rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.container-fluid {
  margin: 0 auto;
  padding: 0 2.5rem;
  max-width: 132.1rem;
}

.is-nav-open .header__nav-toggle span:nth-of-type(1) {
  transform: rotate(45deg);
}
.is-nav-open .header__nav-toggle span:nth-of-type(2) {
  opacity: 0;
}
.is-nav-open .header__nav-toggle span:nth-of-type(3) {
  transform: rotate(-45deg);
  width: 3.4rem;
}
.is-nav-open .header__nav-offcanvas {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 3.6rem 0;
}
@media (min-width: 1200px) {
  .header {
    padding: 6.5rem 0;
  }
  .header .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.header__logo {
  display: block;
  width: 16.5rem;
  height: 16.5rem;
  position: relative;
  z-index: 150;
}
.header__logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 1200px) {
  .header__logo {
    width: 19.2rem;
    height: 19.4rem;
    margin: 0 5rem;
  }
}

@media (min-width: 1200px) {
  .header__nav {
    -ms-flex: 1;
    flex: 1;
  }
}

.header__nav-toggle {
  position: absolute;
  top: 4.8rem;
  right: 2.5rem;
  z-index: 150;
  width: 3.4rem;
  height: 2.2rem;
  color: #D9D9D9;
}
.header__nav-toggle span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 3.4rem;
  height: 1px;
  margin: -0.5px 0 0 0;
  background: currentColor;
  transition: 0.4s;
}
.header__nav-toggle span:nth-of-type(1) {
  transform: translate(0, -0.9rem);
}
.header__nav-toggle span:nth-of-type(3) {
  transform: translate(0, 0.9rem);
  width: 2.4rem;
}
@media (min-width: 1200px) {
  .header__nav-toggle {
    display: none;
  }
}

.header__nav-offcanvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 27rem 2.5rem 2.5rem;
  background: #21231A;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1200px) {
  .header__nav-offcanvas {
    position: relative;
    padding: 0;
    background: none;
    opacity: 1;
    visibility: visible;
  }
}

.header__nav-menu {
  margin: 0 0 5.8rem;
  padding: 0;
  list-style: none;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}
.header__nav-menu > li {
  margin: 0 0 3.2rem;
}
.header__nav-menu > li:last-child {
  margin: 0;
}
.header__nav-menu a {
  text-decoration: none;
  color: #D7D7D7;
}
.header__nav-menu a:hover {
  text-decoration: none;
  color: #879461;
}
@media (min-width: 1200px) {
  .header__nav-menu {
    margin: 0;
    padding: 1rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
  }
  .header__nav-menu > li {
    margin: 0 1.6rem 0 0;
  }
}

.header__nav-social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.header__nav-social > li {
  margin: 0 3.2rem 0 0;
}
.header__nav-social a {
  display: block;
  text-decoration: none;
  color: #879090;
}
.header__nav-social a:hover {
  text-decoration: none;
  color: #879461;
}
.header__nav-social svg {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
}
@media (min-width: 1200px) {
  .header__nav-social {
    display: none;
  }
}

.main {
  position: relative;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: hidden;
}

.footer {
  background: #21231A;
  color: #ABAEA6;
  text-align: center;
  padding: 5.7rem 0 3rem;
  margin: 28.6rem 0 0 0;
  position: relative;
}
.footer:before {
  content: "";
  display: block;
  width: 42.4rem;
  height: 37.5rem;
  background: #F4F2F0 url(../images/decor-footer.webp) left top no-repeat;
  background-size: contain;
  position: absolute;
  top: -28.6rem;
  left: 0;
  z-index: -1;
}
@media (min-width: 1200px) {
  .footer {
    margin: 20.8rem 0 0 0;
  }
  .footer:before {
    width: 54.3rem;
    height: 48.2rem;
    position: absolute;
    top: -40.2rem;
    left: 50%;
    margin: 0 0 0 -95rem;
  }
}

.footer__logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 30.8rem;
  margin: 0 auto 6.4rem;
}
.footer__logo img {
  display: block;
  max-width: 100%;
}
@media (min-width: 768px) {
  .footer__logo {
    margin: 0 auto 6rem;
  }
}

.footer__menu {
  margin: 0 0 4.7rem;
  padding: 0;
  list-style: none;
  font-size: 1.3rem;
  line-height: 1.75;
  font-weight: 400;
  color: #73786C;
}
.footer__menu > li {
  margin: 0 0 0.8rem;
}
.footer__menu > li:last-child {
  margin: 0;
}
.footer__menu a {
  color: #73786C;
  text-decoration: underline;
}
.footer__menu a:hover {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .footer__menu {
    margin: 0 0 1.8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__menu > li {
    margin: 0 2.6rem 0 0;
  }
  .footer__menu > li:last-child {
    margin: 0;
  }
}

.footer__caption {
  display: block;
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.75;
  font-weight: 400;
}
@media (min-width: 768px) {
  .footer__caption br {
    display: none;
  }
}

.popup-success {
  width: 68rem;
  max-width: 100%;
  padding: 5rem;
  margin: 0 auto;
  border-radius: 0;
  background: #F4F2F0;
  color: #14181F;
  overflow: visible;
}
.popup-success .popup__close {
  color: #14181F;
}
.popup-success .popup__close:hover {
  color: #14181F;
  opacity: 0.5;
}

.popup {
  width: 88.8rem;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 0;
  background: #F4F2F0;
  color: #14181F;
  overflow: visible;
}

.popup__close {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  z-index: 100;
  width: 2.2rem;
  height: 2.2rem;
  color: #fff;
  transition: color 0.25s, opacity 0.25s;
}
.popup__close svg {
  display: block;
  width: 100%;
  height: 100%;
}
.popup__close:hover {
  color: #fff;
}

.popup__wrapper .row {
  margin: 0;
}
.popup__wrapper .row > [class^=col] {
  padding: 5.2rem 2.5rem;
}
.popup__wrapper .row > [class^=col]:nth-of-type(1) {
  background: #F4F2F0;
}
.popup__wrapper .row > [class^=col]:nth-of-type(2) {
  background: #EBE9E8;
}
@media (min-width: 992px) {
  .popup__wrapper .row > [class^=col]:nth-of-type(1) {
    padding: 4.8rem 4.5rem 7.7rem 5.7rem;
  }
  .popup__wrapper .row > [class^=col]:nth-of-type(2) {
    padding: 4.8rem 4.5rem 4.9rem 4.5rem;
  }
}

.popup__title {
  display: block;
  margin: 0 0 2.6rem;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 600;
}

.popup__text {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
  display: block;
  margin: 0;
}

.popup__info {
  margin: 0 0 3.2rem;
  padding: 0;
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}
.popup__info > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 2rem 0 0;
}
.popup__info > li:last-child {
  margin: 0;
}
.popup__info svg {
  margin: 0 1rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.popup__desc {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
}
.popup__desc p {
  margin: 0 0 2.4rem;
}
.popup__desc p:last-child {
  margin: 0;
}

.popup__terms {
  margin: 0 0 3rem;
}

.popup__terms-title {
  display: block;
  margin: 0 0 2.1rem;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
}

.popup__terms-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
}
.popup__terms-list > li {
  position: relative;
  padding: 0.4rem 0 0.4rem 4.2rem;
  margin: 0 0 0.5rem;
}
.popup__terms-list > li:last-child {
  margin: 0;
}
.popup__terms-list svg, .popup__terms-list img {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -1.4rem 0 0 0;
  object-fit: contain;
}
.popup__terms-list b {
  font-weight: 700;
}

.popup__services {
  margin: 0 0 3rem;
}
.popup__services dt {
  display: block;
  border-top: 1px solid rgba(167, 167, 167, 0.4);
  padding: 1.6rem 0 0.6rem;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
  text-transform: uppercase;
}
.popup__services dd {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 500;
}
.popup__services dd:last-child {
  margin: 0;
}

.popup__action .ui-btn {
  border-radius: 0.4rem;
}

.is-scrolltop-sticky .scrolltop {
  opacity: 1;
  transform: translate(0, 0%);
}

.scrolltop {
  position: fixed;
  right: 4rem;
  bottom: 4rem;
  z-index: 999;
  width: 7.7rem;
  height: 7.7rem;
  border-radius: 50%;
  background: #8D986D;
  color: #fff;
  transition: 0.25s;
  transform: translate(0, 100%);
  opacity: 0;
}
.scrolltop svg {
  display: block;
  width: 100%;
  height: 100%;
}
.scrolltop:hover {
  background: #14181F;
  color: #fff;
}
.cookie {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	max-width: 380px;
	background-color: #F4F2F0;
	color: #14181F;
	box-shadow: 0 0px 10px 0 rgb(0, 0, 0, .2);
	z-index: 3000000000;
}
.cookie.active {
	display: block;
}
.cookie .cookie-block {
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}
.cookie .cookie-block p {
	margin: 0;
}
@media (max-width: 480px){
	.cookie {
		max-width: 100%;
		left: 20px;
	}
}
@media (max-width: 1199px) {
  .scrolltop {
    width: 4rem;
    height: 4rem;
  }
}

@keyframes shake {
  0% {
    transform: translate(3rem);
  }
  20% {
    transform: translate(-3rem);
  }
  40% {
    transform: translate(1.5rem);
  }
  60% {
    transform: translate(-1.5rem);
  }
  80% {
    transform: translate(0.8rem);
  }
  100% {
    transform: translate(0px);
  }
}
.is-shake {
  animation: shake 0.4s linear forwards;
}

.text-red {
  color: #DE0A14 !important;
}

.text-right {
  text-align: right !important;
}

.text-nowrap,
.is-text-nowrap {
  white-space: nowrap !important;
}

.text-green,
.is-text-green {
  color: var(--color-accent) !important;
}

.text-center,
.is-text-center {
  text-align: center !important;
}

.text-error {
  color: var(--color-error) !important;
}

.is-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

@supports (-webkit-touch-callout: none) {
  .is-ios {
    /* CSS specific to iOS devices */
  }
}

@supports not (-webkit-touch-callout: none) {
  .is-android {
    /* CSS for other than iOS devices */
  }
}

.row-gutter-120 {
  margin: 0 -6rem;
}
.row-gutter-120 > [class^=col-] {
  padding: 0 6rem;
}

.row-gutter-10 {
  margin: 0 -0.5rem -1rem;
}
.row-gutter-10 > [class^=col] {
  padding: 0 0.5rem 1rem;
}

.row-gutter-24 {
  margin: 0 -1.2rem -2.4rem;
}
.row-gutter-24 > [class^=col] {
  padding: 0 1.2rem 2.4rem;
}

.row-gutter-4 {
  margin: 0 -0.2rem -0.4rem;
}
.row-gutter-4 > [class^=col] {
  padding: 0 0.2rem 0.4rem;
}

.col-20pct {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 768px) {
  .col-md-10pct {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
}

.is-hidden {
  display: none !important;
}

@media (max-width: 575px) {
  .is-sm-visible {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .is-md-visible {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .is-lg-visible {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .is-xl-visible {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .is-md-hidden {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .is-lg-hidden {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .is-xl-hidden {
    display: none !important;
  }
}

.ui-spacer-24 {
  height: 2.4rem;
}

.is-lock {
  pointer-events: none;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .is-only-md {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .is-only-md {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .is-only-lg {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .is-only-lg {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .col-xl-32 {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
  }
}

@media (min-width: 1200px) {
  .col-xl-50 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 768px) {
  .order-md-13 {
    -ms-flex-order: 13;
    order: 13;
  }
}

@media (min-width: 768px) {
  .order-md-14 {
    -ms-flex-order: 14;
    order: 14;
  }
}

@media (min-width: 768px) {
  .order-md-15 {
    -ms-flex-order: 15;
    order: 15;
  }
}

@media (min-width: 768px) {
  .order-md-16 {
    -ms-flex-order: 16;
    order: 16;
  }
}

@media (min-width: 768px) {
  .order-md-17 {
    -ms-flex-order: 17;
    order: 17;
  }
}

@media (min-width: 768px) {
  .order-md-18 {
    -ms-flex-order: 18;
    order: 18;
  }
}

@media (min-width: 768px) {
  .order-md-19 {
    -ms-flex-order: 19;
    order: 19;
  }
}

@media (min-width: 768px) {
  .order-md-20 {
    -ms-flex-order: 20;
    order: 20;
  }
}

@media (min-width: 768px) {
  .order-md-21 {
    -ms-flex-order: 21;
    order: 21;
  }
}

@media (min-width: 768px) {
  .order-md-22 {
    -ms-flex-order: 22;
    order: 22;
  }
}

@media (min-width: 768px) {
  .order-md-23 {
    -ms-flex-order: 23;
    order: 23;
  }
}

@media (min-width: 768px) {
  .order-md-24 {
    -ms-flex-order: 24;
    order: 24;
  }
}

@media (min-width: 768px) {
  .order-md-25 {
    -ms-flex-order: 25;
    order: 25;
  }
}

@media (min-width: 768px) {
  .order-md-26 {
    -ms-flex-order: 26;
    order: 26;
  }
}

@media (min-width: 768px) {
  .order-md-27 {
    -ms-flex-order: 27;
    order: 27;
  }
}

@media (min-width: 768px) {
  .order-md-28 {
    -ms-flex-order: 28;
    order: 28;
  }
}

@media (min-width: 768px) {
  .order-md-29 {
    -ms-flex-order: 29;
    order: 29;
  }
}

@media (min-width: 768px) {
  .order-md-30 {
    -ms-flex-order: 30;
    order: 30;
  }
}



.intro .container-fluid {
	max-width: 151rem;
}

.intro .intro__desc {
	max-width: 132.1rem;
	margin: 0 auto;
}

