:root {
  --theme-size: 10px;
  --font-primary: "TTNorms", "Georgia", "Times New Roman", Times, serif;
  --color-error: #DE0A14;
  --body-bg: #ffffff;
  --body-color: #000000;
  --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: "TTNorms";
  src: url("../fonts/tt/TTNorms-Light.woff2") format("woff2"), url("../fonts/tt/TTNorms-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTNorms";
  src: url("../fonts/tt/TTNorms-Bold.woff2") format("woff2"), url("../fonts/tt/TTNorms-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTNorms";
  src: url("../fonts/tt/TTNorms-Regular.woff2") format("woff2"), url("../fonts/tt/TTNorms-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTNorms";
  src: url("../fonts/tt/TTNorms-Medium.woff2") format("woff2"), url("../fonts/tt/TTNorms-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TTNorms";
  src: url("../fonts/tt/TTNorms-Medium.woff2") format("woff2"), url("../fonts/tt/TTNorms-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
[class^=icon-], [class*=" icon-"] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.ui-link {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition: 0.25s;
}

.ui-link--blue {
  color: #366B85;
}
.ui-link--blue:hover {
  color: #366B85;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}

.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: 600;
  text-align: center;
  border: 1px solid transparent;
  background: none;
  padding: 0 1.4rem;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0.8rem;
  height: 4.6rem;
  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;
}
@media (min-width: 768px) {
  .ui-btn {
    height: 5.2rem;
    font-size: 1.6rem;
    padding: 0 2rem;
  }
}
@media (min-width: 1200px) {
  .ui-btn {
    height: 5.7rem;
    font-size: 1.8rem;
    padding: 0 4rem;
  }
}

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

.ui-btn--orange {
  background: #DA715B;
  color: #fff;
}
.ui-btn--orange:hover {
  background: #C96E5B;
  color: #fff;
}

.ui-check {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 0.8rem;
}

.ui-check__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.ui-check__input:checked ~ .ui-check__checkbox {
  background: #DA715B;
  border-color: #DA715B;
  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__checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.4rem;
  position: relative;
  margin: 0 0.8rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  transition: background 0.25s, color 0.25s;
  background: #fff;
  border: 1px solid #D0D5DD;
}
.ui-check__checkbox svg {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  color: inherit;
  transition: opacity 0.25s;
  opacity: 0;
}

.ui-check__text {
  display: block;
  -ms-flex: 1;
  flex: 1;
  padding: 0.2rem 0;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
  color: #344054;
}
.ui-check__text p {
  margin: 0 0 0.8rem;
}
.ui-check__text p:last-child {
  margin: 0;
}

.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 #F8EADE;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
  padding: 1.5rem 1.4rem;
  margin: 0 0 1.2rem;
  color: #101828;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  height: 4.6rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-input:-ms-input-placeholder, .ui-textarea:-ms-input-placeholder {
  color: #667085;
  transition: opacity 0.25s;
}
.ui-input::placeholder, .ui-textarea::placeholder {
  color: #667085;
  transition: opacity 0.25s;
}
.ui-input:focus, .ui-textarea:focus {
  box-shadow: 0 0 0 0.4rem #F5E1D0;
}
.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.is-error, .is-error.ui-textarea {
  border-color: var(--color-error);
}
.ui-input:disabled, .ui-textarea:disabled {
  border-color: #D0D5DD;
  background: #fff;
  pointer-events: none;
}

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

.ui-select {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 1rem;
  font: 400 1.8rem/1.2 var(--font-primary);
}
.ui-select select {
  width: 100%;
  height: 5.4rem;
  border: 1px solid transparent;
  border-radius: 0.8rem;
  padding: 1rem 5rem 1rem 2rem;
  color: #828282;
  -webkit-appearance: none;
  appearance: none;
  background-color: #F4F3F3;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='23' viewBox='0 0 16 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9L8 15L15 9' stroke='%23828282' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 2rem center;
}
.ui-select .selectric-wrapper {
  position: relative;
  cursor: pointer;
  text-transform: none;
  width: 100%;
}
.ui-select .selectric {
  position: relative;
  overflow: hidden;
  background: #F4F3F3;
  border: 1px solid transparent;
  border-radius: 0.8rem;
  padding: 1rem 5rem 1rem 2rem;
  height: 5.4rem;
  color: #828282;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  transition: background 0.25s;
}
.ui-select .selectric:hover {
  background: #EFEFEF;
}
.ui-select .selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ui-select .selectric .arrow {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 110;
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  aspect-ratio: 1/1;
}
.ui-select .selectric .arrow svg {
  position: relative;
  display: block;
  transition: transform 0.25s;
  width: 1.6rem;
  height: 2.4rem;
}
.ui-select .selectric-items {
  position: absolute;
  top: 100%;
  left: 0;
  background: #F4F3F3;
  border-radius: 0.8rem;
  z-index: 100;
  width: auto !important;
  min-width: 100%;
  max-width: 100%;
  margin: 1rem 0 0 0;
  padding: 2rem;
  box-shadow: 0px 0.2rem 0.4rem 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: opacity 0.25s, visiblity 0.25s;
  opacity: 0;
  visibility: hidden;
  display: block;
}
.ui-select .selectric-items .selectric-scroll {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 17.6rem;
}
.ui-select .selectric-items .scrollbar-track-y {
  background: #fff;
}
.ui-select .selectric-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ui-select .selectric-items li {
  position: relative;
  padding: 0 0 0 3.8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  transition: 0.25s;
  min-height: 2.4rem;
  margin: 0 0 1.4rem;
  transition: color 0.25s;
  color: #828282;
}
.ui-select .selectric-items li:last-child {
  margin: 0;
}
.ui-select .selectric-items li:hover {
  color: #000;
}
.ui-select .selectric-items li:hover .selectric-radio {
  opacity: 0.4;
}
.ui-select .selectric-items li:hover .selectric-radio svg {
  opacity: 1;
}
.ui-select .selectric-items li.selected {
  color: #000;
}
.ui-select .selectric-items li.selected .selectric-radio {
  background: #DE0A14;
  border-color: #DE0A14;
  color: #fff;
  opacity: 1;
}
.ui-select .selectric-items li.selected .selectric-radio svg {
  opacity: 1;
}
.ui-select .selectric-items li.disabled {
  pointer-events: none;
  display: none;
}
.ui-select .selectric-items li.disabled .selectric-checkbox {
  display: none;
}
.ui-select .selectric-items .ui-select-group li:not(.ui-select-group-label) {
  padding-left: 3rem;
}
.ui-select .selectric-items .ui-select-group-label {
  pointer-events: none;
}
.ui-select .selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.ui-select .selectric-hide-select select {
  position: absolute;
  left: -100%;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.ui-select .selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.ui-select .selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.ui-select .selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  background: none !important;
  display: none !important;
}
.ui-select .selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
.ui-select .selectric-radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0.05em;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  margin: 0;
  border: 0.2rem solid #828282;
  color: #828282;
  transition: 0.25s;
  opacity: 0.4;
}
.ui-select .selectric-radio svg {
  display: block;
  width: 1.2rem;
  height: 0.8rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0;
  color: inherit;
  transition: opacity 0.25s;
}
.ui-select .selectric-open {
  z-index: 500;
}
.ui-select .selectric-open .selectric .arrow svg {
  transform: rotate(180deg);
}
.ui-select .selectric-open .selectric-items {
  display: block;
  opacity: 1;
  visibility: visible;
}
.ui-select .selectric-disabled {
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ui-field {
  position: relative;
  margin: 0 0 1.2rem;
}
.ui-field .ui-input,
.ui-field .ui-textarea,
.ui-field .ui-select {
  margin: 0;
}

.ui-validate {
  display: block;
  padding: 0.8rem 0 0 0;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
  color: var(--color-error);
}

.ui-legend {
  display: block;
  margin: 0 0 1.2rem;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 600;
}
@media (min-width: 768px) {
  .ui-legend {
    font-size: 3.6rem;
  }
}
@media (min-width: 1200px) {
  .ui-legend {
    font-size: 4.4rem;
  }
}

.ui-label {
  display: block;
  margin: 0 0 0.6rem;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
  color: #344054;
}

.ui-caption {
  display: block;
  margin: 0 0 1.2rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
}

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

.intro {
  margin: 0 0 6rem;
}
@media (min-width: 768px) {
  .intro {
    margin: 0 0 10rem;
  }
}
@media (min-width: 1200px) {
  .intro {
    margin: 0 0 14rem;
  }
}

.intro__image {
  background: #D9D9D9;
  margin: 0 -2rem;
  height: 29rem;
  position: relative;
  z-index: 1;
  backface-visibility: hidden;
}
.intro__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .intro__image {
    margin: 0 -10rem 0 -2rem;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .intro__image {
    float: right;
    width: calc(66.6666666667vw + 10rem);
  }
  .intro__image img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (max-width: 767px) {
  .intro__shape {
    display: block;
    position: absolute;
    left: 4rem;
    right: 4rem;
    bottom: 0;
    height: 5.2rem;
    background: #fff;
    z-index: 100;
  }
  .intro__shape:before, .intro__shape:after {
    content: "";
    display: block;
    width: 4rem;
    height: 5.2rem;
    z-index: 99999;
  }
  .intro__shape:before {
    position: absolute;
    left: -4rem;
    bottom: 0;
    background: url(../images/mask-intro-white-360.webp) left bottom no-repeat;
    background-size: auto 100%;
  }
  .intro__shape:after {
    position: absolute;
    right: -4rem;
    bottom: 0;
    background: url(../images/mask-intro-white-360.webp) right bottom no-repeat;
    background-size: auto 100%;
  }
}
@media (min-width: 768px) {
  .intro__shape {
    display: block;
    position: absolute;
    top: 14rem;
    bottom: 14rem;
    right: 0;
    width: 10.4rem;
    background: #fff;
    z-index: 100;
  }
  .intro__shape:before, .intro__shape:after {
    content: "";
    display: block;
    width: 100%;
    height: 14rem;
    z-index: 99999;
  }
  .intro__shape:before {
    position: absolute;
    bottom: 100%;
    right: 0;
    background: url(../images/mask-intro-white-1920.webp) right top no-repeat;
    background-size: 100% auto;
  }
  .intro__shape:after {
    position: absolute;
    top: 100%;
    right: 0;
    background: url(../images/mask-intro-white-1920.webp) right bottom no-repeat;
    background-size: 100% auto;
  }
}

.intro__form {
  position: relative;
  z-index: 2;
  top: -4.2rem;
  margin: 0 0 -4.2rem;
  padding: 1.6rem;
  border-radius: 1.6rem;
  background: #F9F5EC;
}
.intro__form .ui-legend {
  margin: 0 0 1.2rem;
  text-align: center;
}
.intro__form .ui-label {
  margin: 0 0 0.6rem;
}
.intro__form .ui-caption {
  margin: 0 0 1.2rem;
}
.intro__form .ui-field {
  margin: 0 0 1.2rem;
}
.intro__form .ui-check {
  margin: 0 0 0.8rem;
}
.intro__form .ui-btn {
  width: 100%;
}
@media (min-width: 768px) {
  .intro__form {
    position: relative;
    top: 0;
    margin: 12.2rem 0;
    width: 44rem;
    padding: 1.6rem 2.4rem 2.4rem;
    box-shadow: 0 0 0 1.6rem #fff;
    border-radius: 1.6rem;
  }
  .intro__form .ui-legend {
    margin: 0 0 2rem;
  }
  .intro__form .ui-field {
    margin: 0 0 2rem;
  }
  .intro__form .ui-group {
    padding: 0.4rem 0;
  }
}
@media (min-width: 992px) {
  .intro__form {
    width: 47rem;
  }
}
@media (min-width: 1200px) {
  .intro__form {
    width: auto;
    margin: 12.2rem 0;
    padding: 2.4rem 3.2rem 3.2rem;
  }
  .intro__form .ui-legend {
    margin: 0 0 2.4rem;
  }
  .intro__form .ui-label {
    margin: 0 0 0.8rem;
  }
  .intro__form .ui-field {
    margin: 0 0 2.4rem;
  }
  .intro__form .ui-group {
    padding: 0 0 1.6rem;
  }
  .intro__form .ui-check {
    margin: 0 0 0.8rem;
  }
}

.services {
  margin: 0 0 6rem;
}
@media (min-width: 768px) {
  .services {
    margin: 0 0 10rem;
  }
}
@media (min-width: 992px) {
  .services {
    margin: 0 0 14rem;
  }
}
@media (min-width: 1200px) {
  .services {
    margin: 0 0 13.2rem;
  }
}

.services__menu {
  margin: 0 0 3rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
}
.services__menu > li {
  -ms-flex: 1;
  flex: 1;
  margin: 0 2rem 0 0;
}
.services__menu > li:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .services__menu {
    margin: 0 0 5rem;
  }
}
@media (min-width: 1200px) {
  .services__menu {
    margin: 0 auto 8rem;
    max-width: 109rem;
  }
  .services__menu > li {
    margin: 0 4rem 0 0;
  }
  .services__menu > li:last-child {
    margin: 0;
  }
}

.services__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.6rem 1.6rem 0.8rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  min-height: 100%;
  color: #BCD4D9;
  border-bottom: 0.2rem solid currentColor;
  width: 100%;
}
.services__btn.is-active {
  color: #366B85;
}
@media (min-width: 768px) {
  .services__btn {
    font-size: 2.4rem;
    padding: 2rem 2rem 1.6rem;
  }
}
@media (min-width: 1200px) {
  .services__btn {
    font-size: 3.2rem;
  }
}

.services__wrapper {
  position: relative;
}

.services__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.services__content.is-active {
  opacity: 1;
  visibility: visible;
  position: relative;
  transition: 0.5s;
}

.services__title {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .services__title {
    margin: 0 0 4rem;
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .services__title {
    margin: 0 auto 6rem;
    font-size: 4.8rem;
    max-width: 108rem;
  }
}

.services__section {
  margin: 0 0 2.8rem;
}
.services__section:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .services__section {
    margin: 0 0 4rem;
  }
  .services__section:last-child {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .services__section {
    margin: 0 0 8rem;
  }
  .services__section:last-child {
    margin: 0;
  }
}

.services__image {
  position: relative;
  z-index: 1;
  display: block;
  height: 30rem;
  background: #D9D9D9;
  margin: 0 0 3.2rem;
  overflow: hidden;
  border-radius: 1.6rem;
}
.services__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services__image--right {
  margin-right: -2rem;
  border-radius: 1.6rem 0 0 1.6rem;
}
.services__image--left {
  margin-left: -2rem;
  border-radius: 0 1.6rem 1.6rem 0;
}
@media (min-width: 768px) {
  .services__image {
    border-radius: 2.4rem;
    height: 100%;
    min-height: 30rem;
  }
  .services__image--right {
    margin-right: -2rem;
    border-radius: 2.4rem 0 0 2.4rem;
  }
  .services__image--left {
    margin-left: -2rem;
    border-radius: 0 2.4rem 2.4rem 0;
  }
}
@media (min-width: 1200px) {
  .services__image {
    border-radius: 3.2rem;
  }
  .services__image--right {
    margin-right: 0;
    border-radius: 3.2rem 0 0 3.2rem;
    width: 66.6666666667vw;
  }
  .services__image--right img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .services__image--left {
    margin-left: 0;
    margin-right: 2rem;
    border-radius: 0 3.2rem 3.2rem 0;
    width: 66.6666666667vw;
    float: right;
  }
  .services__image--left img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.services__desc {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 768px) {
  .services__desc {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .services__desc--left {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .services__desc {
    font-size: 2rem;
  }
}
.services__desc h3 {
  display: block;
  margin: 0 0 1.2rem;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
}
@media (min-width: 768px) {
  .services__desc h3 {
    font-size: 2.2rem;
    margin: 0 0 2rem;
  }
}
@media (min-width: 1200px) {
  .services__desc h3 {
    font-size: 2.4rem;
    margin: 0 0 2.4rem;
  }
}
.services__desc p {
  margin: 0 0 0.8rem;
}
.services__desc p:last-child {
  margin: 0;
}
.services__desc p + h3 {
  padding-top: 2.4rem;
}
@media (min-width: 768px) {
  .services__desc p + h3 {
    padding-top: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .services__desc p {
    margin: 0 0 2rem;
  }
  .services__desc p:last-child {
    margin: 0;
  }
}
.services__desc dl {
  background: #F9F5EC;
  margin: 0 0 2.8rem;
  padding: 1.6rem 1.6rem 2.4rem;
  text-align: center;
  border-radius: 1.6rem;
}
.services__desc dl:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .services__desc dl {
    padding: 2.4rem 2.4rem 2.8rem;
    margin: 0 0 2.4rem;
  }
}
@media (min-width: 1200px) {
  .services__desc dl {
    padding: 4rem 3.2rem 4rem;
    margin: 0 0 3.2rem;
  }
}
.services__desc dt {
  display: block;
  margin: 0 0 1.2rem;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 768px) {
  .services__desc dt {
    font-size: 2.4rem;
    margin: 0 0 1.2rem;
  }
}
@media (min-width: 1200px) {
  .services__desc dt {
    font-size: 3.2rem;
  }
}
.services__desc dd {
  display: block;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
  padding: 0 0 2rem;
  margin: 0 0 1.6rem;
  border-bottom: 1px solid #F5E1D0;
}
.services__desc dd:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
@media (min-width: 768px) {
  .services__desc dd {
    padding: 0 0 2.4rem;
    margin: 0 0 2.4rem;
  }
}
@media (min-width: 1200px) {
  .services__desc dd {
    padding: 0 0 3.2rem;
    margin: 0 0 3.2rem;
  }
}
.services__desc mark {
  display: block;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  color: #DA715B;
  margin: 0 0 1.6rem;
}
.services__desc mark:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .services__desc mark {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .services__desc mark {
    font-size: 4.8rem;
  }
}
.services__desc b {
  font-weight: 600;
  color: #DA715B;
}
.services__desc small {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
}
.services__desc ul {
  margin: 0 0 2.4rem;
  padding: 0;
  list-style: none;
}
.services__desc ul > li {
  margin: 0 0 1.2rem;
  padding: 0 0 0 2rem;
  position: relative;
}
.services__desc ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  background: #D9D9D9;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .services__desc ul > li {
    padding: 0 0 0 2.4rem;
  }
  .services__desc ul > li:before {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.services__desc .ui-btn {
  margin: 0 0 3.2rem;
  min-width: 13.6rem;
}

.services__cost {
  margin: 0 0 1.2rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
}
.services__cost > li {
  padding: 0 1.6rem 0 0;
  position: relative;
}
.services__cost > li:after {
  content: "/";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.6rem;
  text-align: center;
  color: #DA715B;
}
.services__cost > li:last-child {
  padding: 0;
}
.services__cost > li:last-child:after {
  display: none;
}
@media (min-width: 768px) {
  .services__cost {
    margin: 0 0 1.6rem;
  }
  .services__cost > li {
    padding: 0 2rem 0 0;
  }
  .services__cost > li:after {
    width: 2rem;
  }
}
@media (min-width: 1200px) {
  .services__cost {
    font-size: 2.4rem;
  }
}

.services__cost-btn {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  cursor: pointer;
  color: #F5E1D0;
  transition: 0.25s;
}
.services__cost-btn.is-active {
  color: #DA715B;
}

.gallery {
  margin: 0 0 6rem;
}
@media (min-width: 768px) {
  .gallery {
    margin: 0 0 10rem;
  }
}
@media (min-width: 1200px) {
  .gallery {
    margin: 0 0 14rem;
  }
}

.gallery__title {
  display: block;
  margin: 0 0 2.8rem;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 600;
}
@media (min-width: 768px) {
  .gallery__title {
    font-size: 4rem;
    margin: 0 0 4rem;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .gallery__title {
    font-size: 4.8rem;
    margin: 0 0 8.5rem;
  }
}

.gallery__swiper .row {
  margin: 0 -1rem -2rem;
}
.gallery__swiper .row > [class^=col] {
  padding: 0 1rem 2rem;
}
.gallery__swiper .gallery__image {
  aspect-ratio: 320/200;
}
@media (min-width: 420px) {
  .gallery__swiper .gallery__image {
    aspect-ratio: 440/210;
  }
}
@media (min-width: 768px) {
  .gallery__swiper .gallery__image {
    aspect-ratio: unset;
  }
}
.gallery__swiper .row > .col-6 .gallery__image {
  aspect-ratio: 150/150;
}
@media (min-width: 420px) {
  .gallery__swiper .row > .col-6 .gallery__image {
    aspect-ratio: 210/210;
  }
}
@media (min-width: 768px) {
  .gallery__swiper .row > .col-6 .gallery__image {
    aspect-ratio: unset;
  }
}

.gallery__image {
  display: block;
  border-radius: 0.8rem;
  overflow: hidden;
  background: #D9D9D9;
  width: 100%;
  height: 100%;
  will-change: transform;
}
.gallery__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s;
}
@media (hover: hover) {
  .gallery__image:hover img {
    transform: scale(1.1);
  }
}
@media (min-width: 768px) {
  .gallery__image {
    height: 27rem;
    border-radius: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .gallery__image {
    height: 37rem;
    border-radius: 1.6rem;
  }
}

.video {
  margin: 0 0 6rem;
}
@media (min-width: 768px) {
  .video {
    margin: 0 0 10rem;
  }
}
@media (min-width: 1200px) {
  .video {
    margin: 0 0 14rem;
  }
}

.video__title {
  display: block;
  margin: 0 9rem 2.4rem 0;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 600;
}
@media (min-width: 768px) {
  .video__title {
    margin: 0 0 4rem;
    font-size: 4rem;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .video__title {
    font-size: 4.8rem;
    margin: 0 0 8rem;
  }
}

.video__item {
  display: block;
  text-decoration: none;
  background: #D9D9D9;
  border-radius: 1.6rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 280/225;
}
@media (hover: hover) {
  .video__item:hover .video__item-image {
    transform: scale(1.1);
  }
}
@media (min-width: 768px) {
  .video__item {
    aspect-ratio: 470/378;
  }
}

.video__item-image {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
  z-index: 1;
  transition: transform 0.25s;
}
.video__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video__item-play {
  display: block;
  width: 6.4rem;
  height: 6.4rem;
  background: #FFFFFF;
  color: #366B85;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3.2rem 0 0 -3.2rem;
  z-index: 2;
}
.video__item-play svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .video__item-play {
    width: 8rem;
    height: 8rem;
    margin: -4rem 0 0 -4rem;
  }
}

.team {
  margin: 0 0 6rem;
}
@media (min-width: 768px) {
  .team {
    margin: 0 0 10rem;
  }
}
@media (min-width: 1200px) {
  .team {
    margin: 0 0 14rem;
  }
}

.team__title {
  display: block;
  margin: 0 9rem 2.8rem 0;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 600;
}
@media (min-width: 768px) {
  .team__title {
    margin: 0 0 4rem;
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .team__title {
    font-size: 4.8rem;
    margin: 0 0 8rem;
  }
}

.team__thumbs {
  display: none;
}
@media (min-width: 768px) {
  .team__thumbs {
    display: block;
    position: relative;
    top: -21.2rem;
    margin: 0 0 -21.2rem;
    z-index: 999;
  }
}
@media (min-width: 992px) {
  .team__thumbs {
    top: -28.2rem;
    margin: 0 0 -28.2rem;
  }
}
@media (min-width: 1200px) {
  .team__thumbs {
    top: -30rem;
    margin: 0 0 -30rem;
  }
}

@media (min-width: 768px) {
  .team__thumb {
    display: block;
    overflow: hidden;
    background: #D9D9D9;
    border-radius: 1.2rem;
    width: 21.2rem;
    height: 21.2rem;
    cursor: pointer;
    will-change: transform;
  }
  .team__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0%;
    transition: transform 0.25s;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .team__thumb:hover img {
    transform: scale(1.1);
  }
}
@media (min-width: 992px) {
  .team__thumb {
    width: 22.5rem;
    height: 28.2rem;
  }
}
@media (min-width: 1200px) {
  .team__thumb {
    width: 22rem;
    height: 30rem;
  }
}

.team__slide {
  height: 100%;
}
.team__slide > .row {
  height: 100%;
}
@media (min-width: 768px) {
  .team__slide .row > [class^=col] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.team__slide-image {
  display: block;
  border-radius: 0.8rem;
  position: relative;
  overflow: hidden;
  margin: 0 0 2rem;
  width: 100%;
  height: auto;
  aspect-ratio: 320/240;
  background: #D9D9D9;
}
.team__slide-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
}
@media (min-width: 420px) {
  .team__slide-image {
    aspect-ratio: 440/240;
  }
}
@media (min-width: 768px) {
  .team__slide-image {
    aspect-ratio: unset;
    height: 100%;
    min-height: 61rem;
    margin: 0;
    border-radius: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .team__slide-image {
    border-radius: 1.6rem;
  }
}

.team__slide-desc {
  border-radius: 0.8rem;
  background: #F9F5EC;
  padding: 1.6rem 1.6rem 2.4rem;
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: 400;
}
@media (min-width: 768px) {
  .team__slide-desc {
    -ms-flex: 1;
    flex: 1;
    border-radius: 1.2rem;
    margin: 0 0 23.2rem;
    padding: 2.4rem;
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .team__slide-desc {
    margin: 0 0 30.2rem;
  }
}
@media (min-width: 1200px) {
  .team__slide-desc {
    margin: 0 0 32rem;
    padding: 3.2rem;
    font-size: 2rem;
  }
}
.team__slide-desc h1,
.team__slide-desc h2,
.team__slide-desc h3 {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  color: #DA715B;
}
@media (min-width: 768px) {
  .team__slide-desc h1,
  .team__slide-desc h2,
  .team__slide-desc h3 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .team__slide-desc h1,
  .team__slide-desc h2,
  .team__slide-desc h3 {
    font-size: 3.2rem;
    margin: 0 0 3rem;
  }
}
.team__slide-desc p {
  margin: 0 0 1.2rem;
}
.team__slide-desc p:last-child {
  margin: 0;
}
.team__slide-desc small {
  display: block;
  margin: 0 0 1.2rem;
  font-size: inherit;
}
.team__slide-desc small:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .team__slide-desc small {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .team__slide-desc small {
    font-size: inherit;
  }
}

.hotels {
  margin: 0 0 6rem;
}
@media (min-width: 768px) {
  .hotels {
    margin: 0 0 11.5rem;
  }
}
@media (min-width: 992px) {
  .hotels {
    margin: 0 0 13rem;
  }
}
@media (min-width: 1200px) {
  .hotels {
    margin: 0 0 14rem;
  }
}

.hotels__title {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 600;
}
@media (min-width: 768px) {
  .hotels__title {
    font-size: 4rem;
    margin: 0 0 5rem;
  }
}
@media (min-width: 992px) {
  .hotels__title {
    margin: 0 0 4rem;
  }
}
@media (min-width: 1200px) {
  .hotels__title {
    font-size: 4.8rem;
    margin: 0 0 6rem;
  }
}

@media (min-width: 992px) {
  .hotels__group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .hotels__group {
    padding: 0 6rem 0 0;
  }
}

.hotels__group-logo {
  height: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 3rem;
}
.hotels__group-logo img, .hotels__group-logo svg {
  display: block;
  max-height: 100%;
}
@media (min-width: 768px) {
  .hotels__group-logo {
    height: 10rem;
    margin: 0 0 4rem;
  }
}
@media (min-width: 992px) {
  .hotels__group-logo {
    margin: 0 8rem 0 0;
    -ms-flex: 1;
    flex: 1;
  }
}

.hotels__group-list {
  margin: 0 -1.5rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
}
.hotels__group-list > li {
  padding: 0 1.5rem;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .hotels__group-list {
    margin: 0 -4rem;
  }
  .hotels__group-list > li {
    padding: 0 4rem;
  }
}

.hotels__group-image {
  height: 3.6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  text-decoration: none;
}
.hotels__group-image img, .hotels__group-image svg {
  display: block;
  max-height: 100%;
  transition: transform 0.25s;
}
.hotels__group-image:hover img, .hotels__group-image:hover svg {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .hotels__group-image {
    height: 9.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-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swiper-prev,
.swiper-next {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.8rem;
  background: none;
  color: #DA715B;
  transition: 0.25s;
}
.swiper-prev svg,
.swiper-next svg {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-prev.swiper-button-disabled,
.swiper-next.swiper-button-disabled {
  color: #F5E1D0;
}

.swiper-fraction {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
  margin: 0 0.8rem;
  color: #DA715B;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.swiper-fraction .swiper-pagination-divider {
  margin: 0 0.4rem;
}
.swiper-fraction .swiper-pagination-current {
  font-size: 1.6rem;
  color: #F5E1D0;
}
.swiper-fraction .swiper-pagination-total {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .swiper-fraction {
    margin: 0 2rem;
  }
  .swiper-fraction .swiper-pagination-current,
  .swiper-fraction .swiper-pagination-total {
    font-size: inherit;
  }
}
@media (min-width: 1200px) {
  .swiper-fraction {
    font-size: 2.4rem;
    margin: 0 2.4rem;
  }
}

.swiper-gallery {
  position: relative;
}
.swiper-gallery .swiper {
  border-radius: 0.8rem;
}
.swiper-gallery .swiper-control {
  position: absolute;
  bottom: 100%;
  right: 0;
  margin: 0 0 2.4rem;
}
@media (min-width: 768px) {
  .swiper-gallery .swiper {
    border-radius: 1.2rem;
  }
  .swiper-gallery .swiper-control {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 3rem 0 0;
  }
}
@media (min-width: 1200px) {
  .swiper-gallery .swiper {
    border-radius: 1.6rem;
  }
  .swiper-gallery .swiper-control {
    padding: 4rem 0 0 0;
  }
}

.swiper-video {
  position: relative;
}
.swiper-video .swiper-control {
  position: absolute;
  bottom: 100%;
  right: 0;
  margin: 0 0 2.4rem;
  gap: 1.6rem;
}
.swiper-video .swiper {
  overflow: visible;
  margin: 0 -1rem;
}
.swiper-video .swiper-slide {
  padding: 0 1rem;
  width: 30rem;
  height: auto;
}
@media (min-width: 768px) {
  .swiper-video .swiper-control {
    display: none;
  }
  .swiper-video .swiper-slide {
    width: 49rem;
  }
}
@media (min-width: 1200px) {
  .swiper-video .swiper {
    overflow: hidden;
    border-radius: 1.6rem;
  }
  .swiper-video .swiper-slide {
    width: 33.3333%;
  }
}

.swiper-team {
  position: relative;
}
.swiper-team .swiper {
  border-radius: 0.8rem;
}
.swiper-team .swiper-control {
  position: absolute;
  bottom: 100%;
  right: 0;
  margin: 0 0 2.4rem;
  gap: 1.6rem;
}
@media (min-width: 768px) {
  .swiper-team .swiper {
    border-radius: 1.2rem;
  }
  .swiper-team .swiper-control {
    gap: 2rem;
    margin: 0 0 4.8rem;
  }
}

.swiper-team-slides .swiper-slide {
  height: auto;
}

.swiper-team-thumbs .swiper-slide > *:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  border: 0.4rem solid #F5E1D0;
  opacity: 0;
  transition: 0.25s;
  border-radius: inherit;
}
.swiper-team-thumbs .swiper-slide-thumb-active > *:after {
  opacity: 1;
}
@media (min-width: 768px) {
  .swiper-team-thumbs {
    transition: opacity 0.25s;
    opacity: 0;
  }
  .swiper-team-thumbs .swiper-slide {
    width: 21.2rem;
    margin: 0;
  }
  .swiper-team-thumbs.swiper-initialized {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .swiper-team-thumbs .swiper-slide {
    width: 22.5rem;
  }
}
@media (min-width: 1200px) {
  .swiper-team-thumbs .swiper-slide {
    width: 22rem;
  }
}

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-content {
  padding: 0;
  background: none;
  overflow: visible;
  border-radius: 1.6rem;
}

.fancybox-image,
.fancybox-video,
.fancybox-iframe {
  border-radius: 1.6rem;
}

.fancybox-prev, .fancybox-next {
  position: absolute;
  top: 50%;
  z-index: 100000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  height: 8rem;
  width: 8rem;
  margin: -4rem 0 0;
  transition: 0.25s;
}
.fancybox-prev svg, .fancybox-next svg {
  display: block;
  width: 3rem;
  height: 3rem;
  position: relative;
}
.fancybox-prev:hover, .fancybox-next:hover {
  color: #DA715B;
}
.fancybox-prev:disabled, .fancybox-next:disabled {
  display: none;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 110000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: none;
  padding: 0;
  border: none;
  cursor: pointer;
  color: #fff;
  height: 8rem;
  width: 8rem;
  transition: 0.25s;
}
.fancybox-close svg {
  display: block;
  width: 3rem;
  height: 3rem;
}
.fancybox-close:hover {
  color: #DA715B;
}

.fancybox-infobar {
  display: none;
}

.fancybox-slide {
  padding: 8rem 2rem;
}

.fancybox-prev, .fancybox-next, .fancybox-close {
  display: none;
}

.fancybox-type-gallery .fancybox-prev, .fancybox-type-gallery .fancybox-next, .fancybox-type-gallery .fancybox-close {
  display: -ms-flexbox;
  display: flex;
}

.fancybox-type-image .fancybox-close,
.fancybox-type-video .fancybox-close,
.fancybox-type-iframe .fancybox-close {
  display: -ms-flexbox;
  display: flex;
}

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: 1rem;
  padding-left: 1rem;
}
@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: 1rem;
  padding-left: 1rem;
}

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

.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: 1rem;
  padding-left: 1rem;
}

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

body {
  background: var(--body-bg);
  color: var(--body-color);
  overflow-x: hidden;
  overflow-y: auto;
  font: 400 1.8rem/1.3 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 2rem;
  max-width: 146rem;
}

.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);
}
.is-nav-open .header__nav-offcanvas {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
@media (hover: none) {
  .is-nav-open body {
    overflow: hidden;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  height: 8rem;
  padding: 2.4rem 0;
}
.header > .container-fluid {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .header > .container-fluid {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.header__logo {
  display: block;
  width: 9rem;
  margin: 0;
  position: relative;
  top: 0.8rem;
}
.header__logo img, .header__logo svg {
  display: block;
}
@media (min-width: 1200px) {
  .header__logo {
    width: 16.8rem;
    position: relative;
    top: 0;
  }
}

.header__additional {
  display: none;
}
@media (min-width: 768px) {
  .header__additional {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 600;
  }
  .header__additional > li {
    margin: 0 3.6rem 0 0;
  }
  .header__additional > li:last-child {
    margin: 0;
  }
  .header__additional a {
    text-decoration: none;
    color: #000;
    transition: color 0.25s;
  }
  .header__additional a:hover {
    text-decoration: none;
    color: #DA715B;
  }
}
@media (min-width: 1200px) {
  .header__additional {
    display: none;
  }
}

.header__nav {
  margin: 0 0 0 auto;
}
@media (min-width: 768px) {
  .header__nav {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .header__nav {
    margin: 0 0 0 auto;
  }
}

.header__nav-toggle {
  width: 2.4rem;
  height: 2.4rem;
  position: relative;
  color: #000;
}
.header__nav-toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.2rem;
  height: 0.2rem;
  border-radius: 1rem;
  background: currentColor;
  margin: -1px 0 0 -1.1rem;
  transition: 0.25s;
}
.header__nav-toggle span:nth-of-type(1) {
  transform: translate(0, -0.8rem);
}
.header__nav-toggle span:nth-of-type(3) {
  transform: translate(0, 0.8rem);
}
@media (min-width: 1200px) {
  .header__nav-toggle {
    display: none;
  }
}

.header__nav-offcanvas {
  position: fixed;
  top: 8rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  padding: 5.2rem 2rem 2.4rem;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .header__nav-offcanvas {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    background: none;
    opacity: 1;
    visibility: visible;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.header__nav-menu {
  margin: 0 0 2.4rem;
  padding: 0;
  list-style: none;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  -ms-flex: 1;
  flex: 1;
}
.header__nav-menu > li {
  margin: 0 0 2.4rem;
}
.header__nav-menu > li:last-child {
  margin: 0;
}
.header__nav-menu a {
  text-decoration: none;
  color: #000;
  transition: color 0.25s;
}
.header__nav-menu a:hover {
  text-decoration: none;
  color: #DA715B;
}
@media (min-width: 1200px) {
  .header__nav-menu {
    display: none;
  }
}

.header__nav-social {
  margin: 0 0 2.4rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}
.header__nav-social a {
  display: block;
  width: 4rem;
  height: 4rem;
  transition: 0.25s;
  text-decoration: none;
  color: #366B85;
}
.header__nav-social a svg {
  display: block;
  width: 100%;
  height: 100%;
}
.header__nav-social a:hover {
  text-decoration: none;
  color: #DA715B;
}
@media (min-width: 1200px) {
  .header__nav-social {
    margin: 0;
    -ms-flex-order: 2;
    order: 2;
  }
}

.header__nav-contacts {
  margin: 0 0 2.4rem;
  padding: 0;
  list-style: none;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
}
.header__nav-contacts > li {
  margin: 0 0 1.6rem;
}
.header__nav-contacts > li:last-child {
  margin: 0;
}
.header__nav-contacts a {
  text-decoration: none;
  color: #000;
  transition: color 0.25s;
}
.header__nav-contacts a:hover {
  text-decoration: none;
  color: #DA715B;
}
@media (min-width: 1200px) {
  .header__nav-contacts {
    margin: 0 4rem 0 0;
    -ms-flex-order: 1;
    order: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__nav-contacts > li {
    margin: 0 4rem 0 0;
  }
  .header__nav-contacts > li:last-child {
    margin: 0;
  }
}

.main {
  position: relative;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: hidden;
  padding: 8rem 0 0 0;
}
@media (min-width: 1200px) {
  .main {
    padding: 11.5rem 0 0 0;
  }
}

.footer {
  padding: 0 0 4rem;
}

.footer__line {
  display: block;
  border: none;
  border-bottom: 0.2rem solid #D9D9D9;
  margin: 0 0 3.2rem;
}
@media (min-width: 1200px) {
  .footer__line {
    margin: 0 0 5rem;
  }
}

.footer__logo {
  width: 14.2rem;
  height: auto;
  margin: 0 0 4rem;
}
.footer__logo img {
  display: block;
}

.footer__social {
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}
.footer__social a {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  transition: 0.25s;
  text-decoration: none;
  color: #366B85;
}
.footer__social a svg {
  display: block;
  width: 100%;
  height: 100%;
}
.footer__social a:hover {
  text-decoration: none;
  color: #DA715B;
}

.footer__contacts {
  margin: 0 0 4rem;
  padding: 0;
  list-style: none;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
}
.footer__contacts > li {
  margin: 0 0 1.6rem;
}
.footer__contacts > li:last-child {
  margin: 0;
}
.footer__contacts a {
  text-decoration: none;
  color: #000;
  transition: color 0.25s;
}
.footer__contacts a:hover {
  text-decoration: none;
  color: #DA715B;
}

.footer__menu {
  margin: 0 0 4rem;
  padding: 0;
  list-style: none;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
}
.footer__menu > li {
  margin: 0 0 1.6rem;
}
.footer__menu > li:last-child {
  margin: 0;
}
.footer__menu a {
  text-decoration: none;
  color: #000;
  transition: color 0.25s;
}
.footer__menu a:hover {
  text-decoration: none;
  color: #DA715B;
}

.popup {
  width: 77.2rem;
  max-width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
  position: relative;
  border-radius: 1.6rem;
  background: #fff;
  color: #000;
}

.popup__close {
  position: absolute;
  bottom: 100%;
  right: 0;
  margin: 0 0 1.6rem;
  z-index: 100;
  width: 2rem;
  height: 2rem;
  color: #fff;
  transition: color 0.25s;
}
.popup__close svg {
  display: block;
  width: 100%;
  height: 100%;
}
.popup__close:hover {
  color: #DA715B;
}
@media (min-width: 768px) {
  .popup__close {
    top: 0;
    bottom: auto;
    right: auto;
    left: 100%;
    margin: 0 0 0 1.6rem;
  }
}

.popup__success {
  padding: 3.2rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}
.popup__success h1,
.popup__success h2,
.popup__success h3 {
  display: block;
  margin: 0 0 3rem;
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 600;
}
.popup__success p {
  margin: 0 0 3rem;
}
.popup__success p:last-child {
  margin: 0;
}
.popup__success .ui-btn {
  margin: 1rem 0 0 0;
}

.popup__news {
  border-radius: 1.6rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .popup__news {
    display: -ms-flexbox;
    display: flex;
  }
}

.popup__news-image {
  display: block;
  background: #D9D9D9;
  aspect-ratio: 320/200;
  width: 100%;
  height: auto;
}
.popup__news-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .popup__news-image {
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    -ms-flex-order: 2;
    order: 2;
    aspect-ratio: unset;
  }
}

.popup__news-desc {
  padding: 3.2rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
}
.popup__news-desc h1,
.popup__news-desc h2,
.popup__news-desc h3 {
  display: block;
  margin: 0 0 3rem;
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 600;
}
.popup__news-desc p {
  margin: 0 0 3rem;
}
.popup__news-desc p:last-child {
  margin: 0;
}
.popup__news-desc .ui-btn {
  margin: 1rem 0 0 0;
}
@media (min-width: 768px) {
  .popup__news-desc {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

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