@charset "UTF-8";
.icon-arrow-toggle {
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  height: 1.2rem;
}

.icon-cancel {
  display: inline-block;
  vertical-align: middle;
  width: 1.2rem;
  height: 1.2rem;
}

.icon-checked {
  display: inline-block;
  vertical-align: middle;
  width: 1.5rem;
  height: 1.1rem;
}

.icon-filter {
  display: inline-block;
  vertical-align: middle;
  width: 2.4rem;
  height: 2.4rem;
}

.icon-next {
  display: inline-block;
  vertical-align: middle;
  width: 2.7rem;
  height: 1.8rem;
}

.icon-pause {
  display: inline-block;
  vertical-align: middle;
  width: 4.1rem;
  height: 4.1rem;
}

.icon-play {
  display: inline-block;
  vertical-align: middle;
  width: 4.1rem;
  height: 4.1rem;
}

.icon-plus {
  display: inline-block;
  vertical-align: middle;
  width: 8rem;
  height: 8rem;
}

.icon-prev {
  display: inline-block;
  vertical-align: middle;
  width: 2.7rem;
  height: 1.8rem;
}

.icon-video {
  display: inline-block;
  vertical-align: middle;
  width: 5.6rem;
  height: 5.6rem;
}

:root {
  --theme-size: 1rem;
  --theme-color: #FFDD2B;
  --body-bg: #fff;
  --body-color: #000;
  --font-family-base: "SF UI Display", sans-serif;
  --font-family-second: "Bw Modelica Cyrillic DEMO", sans-serif;
  --font-family-third: "Akzidenz-Grotesk Pro", sans-serif;
  --font-family-fourth: "Agrandir", sans-serif;
  --font-size: 1.8rem;
  --font-lineheight: 1.3;
  --font-weight: 400;
  --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 {
  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;
}

a:active, a:focus {
  text-decoration: unset;
  color: unset;
}

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

[class^=icon-], [class*=" icon-"] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  fill: currentColor;
  fill-rule: evenodd;
}

@font-face {
  font-family: "SF UI Display";
  src: url("../fonts/SFUIDisplay-Light.woff2") format("woff2"), url("../fonts/SFUIDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF UI Display";
  src: url("../fonts/SFUIDisplay-Regular.woff2") format("woff2"), url("../fonts/SFUIDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF UI Display";
  src: url("../fonts/SFUIDisplay-Medium.woff2") format("woff2"), url("../fonts/SFUIDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF UI Display";
  src: url("../fonts/SFUIDisplay-Bold.woff2") format("woff2"), url("../fonts/SFUIDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bw Modelica Cyrillic DEMO";
  src: url("../fonts/BwModelicaCyrillicDEMO-Medium.woff2") format("woff2"), url("../fonts/BwModelicaCyrillicDEMO-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bw Modelica Cyrillic DEMO";
  src: url("../fonts/BwModelicaCyrillicDEMO-Bold.woff2") format("woff2"), url("../fonts/BwModelicaCyrillicDEMO-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bw Modelica Cyrillic DEMO";
  src: url("../fonts/BwModelicaCyrillicDEMO-ExtraBold.woff2") format("woff2"), url("../fonts/BwModelicaCyrillicDEMO-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bw Modelica Cyrillic DEMO";
  src: url("../fonts/BwModelicaCyrillicDEMO-Black.woff2") format("woff2"), url("../fonts/BwModelicaCyrillicDEMO-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Akzidenz-Grotesk Pro";
  src: url("../fonts/AkzidenzGroteskProRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Akzidenz-Grotesk Pro";
  src: url("../fonts/AkzidenzGroteskProLightEx.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Akzidenz-Grotesk Pro";
  src: url("../fonts/AkzidenzGroteskPro-MdEx.woff2") format("woff2"), url("../fonts/AkzidenzGroteskPro-MdEx.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Akzidenz-Grotesk Pro";
  src: url("../fonts/AkzidenzGroteskPro-BoldEx.woff2") format("woff2"), url("../fonts/AkzidenzGroteskPro-BoldEx.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Agrandir";
  src: url("../fonts/Agrandir-GrandHeavy.woff2") format("woff2"), url("../fonts/Agrandir-GrandHeavy.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
.ui-legend {
  font: 700 2.4rem/1 var(--font-family-third);
  margin: 0 0 1.6rem;
  display: block;
}
@media (min-width: 1100px) {
  .ui-legend {
    font-size: 5.6rem;
    margin: 0 0 3.2rem;
  }
}

label:not([class]),
.ui-label {
  display: block;
  margin: 0 0 0.8rem;
  font: 400 1.8rem/1.3 var(--font-family-base);
  color: #333333;
}

input:not([class]),
.ui-input {
  display: block;
  transition: 0.25s;
  width: 100%;
  background: #EEEEEE;
  border: 0.2rem solid #EEEEEE;
  font: 400 1.8rem/2.6rem var(--font-family-base);
  padding: 1rem 1.6rem;
  color: #000;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  transition: 0.25s;
  box-shadow: none;
  border-radius: 0.6rem;
  margin: 0 0 1.6rem;
  height: 6rem;
  transition: box-shadow 0.25s, border-color 0.25s;
}
input:not([class]):-ms-input-placeholder,
.ui-input:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
  transition: opacity 0.25s;
}
input:not([class])::placeholder,
.ui-input::placeholder {
  color: rgba(34, 34, 34, 0.5);
  transition: opacity 0.25s;
}
input:not([class]):focus,
.ui-input:focus {
  border-color: #000;
  background: #fff;
}
input:not([class]):focus:-ms-input-placeholder,
.ui-input:focus:-ms-input-placeholder {
  opacity: 0;
}
input:not([class]):focus::placeholder,
.ui-input:focus::placeholder {
  opacity: 0;
}
input:not([class]):disabled,
.ui-input:disabled {
  border-color: #e4ebf1;
  background: #e4ebf1;
  pointer-events: none;
}
input:not([class]).is-error,
.ui-input.is-error {
  border-color: #DC4C40;
}

textarea:not([class]),
.ui-textarea {
  display: block;
  transition: 0.25s;
  width: 100%;
  background: #EEEEEE;
  border: 0.2rem solid #EEEEEE;
  font: 400 1.8rem/2.6rem var(--font-family-base);
  padding: 1.4rem 1.6rem;
  color: #000;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  transition: 0.25s;
  box-shadow: none;
  border-radius: 0.6rem;
  margin: 0 0 1.6rem;
  transition: box-shadow 0.25s, border-color 0.25s;
  max-width: 100%;
  min-width: 100%;
  min-height: 6rem;
  height: 6rem;
  max-height: 25rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
textarea:not([class]):-ms-input-placeholder,
.ui-textarea:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
  transition: opacity 0.25s;
}
textarea:not([class])::placeholder,
.ui-textarea::placeholder {
  color: rgba(34, 34, 34, 0.5);
  transition: opacity 0.25s;
}
textarea:not([class]):focus,
.ui-textarea:focus {
  border-color: #000;
  background: #fff;
}
textarea:not([class]):focus:-ms-input-placeholder,
.ui-textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
textarea:not([class]):focus::placeholder,
.ui-textarea:focus::placeholder {
  opacity: 0;
}
textarea:not([class]):disabled,
.ui-textarea:disabled {
  border-color: #e4ebf1;
  background: #e4ebf1;
  pointer-events: none;
}
textarea:not([class]).is-error,
.ui-textarea.is-error {
  border-color: #DC4C40;
}

select:not([class]) {
  width: 100%;
  font: 700 1.4rem/2.4rem var(--font-family-second);
  border: 0.2rem solid #000;
  border-radius: 4rem;
  padding: 0.5rem 1.6rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 3.66043L4.16667 2.91892L1.16667 4.96856e-07L0 1.13514L5 6L10 1.13514L8.83333 6.28407e-07L5.83333 2.91892L5 3.66043Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: right 1.6rem center;
  background-repeat: no-repeat;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 3.6rem;
  transition: box-shadow 0.25s;
  color: #fff;
  margin: 0 0 1.6rem;
}
select:not([class]):focus {
  box-shadow: 0 0 0 0.2rem var(--theme-primary-color);
}
select:not([class]):disabled {
  border-color: #e4ebf1;
  background: #e4ebf1;
  pointer-events: none;
}

.ui-check {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  margin: 0 0 1.6rem;
  cursor: pointer;
}
.ui-check .ui-validate {
  display: none;
}

.ui-check__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.ui-check__input:checked ~ .ui-check__radio {
  background: #FFDD2B;
  border-color: #FFDD2B;
}
.ui-check__input:checked ~ .ui-check__radio:after {
  opacity: 1;
}
.ui-check__input:checked ~ .ui-check__checkbox {
  background: #FFDD2B;
  border-color: #FFDD2B;
  color: #000;
}
.ui-check__input:checked ~ .ui-check__checkbox:after {
  opacity: 1;
}
.ui-check__input:checked ~ .ui-check__tag {
  background: #000;
  color: #fff;
}
.ui-check__input:checked ~ .ui-check__tag .ui-check__tag-cancel {
  display: block;
}
.ui-check__input.is-error ~ .ui-check__checkbox, .ui-check__input.is-error ~ .ui-check__radio {
  border-color: #DC4C40;
}

.ui-check__text {
  -ms-flex: 1;
  flex: 1;
  display: block;
  font: 400 1.6rem/2.4rem var(--font-family-base);
  color: rgba(51, 51, 51, 0.6);
}
@media (min-width: 1100px) {
  .ui-check__text {
    font-size: 1.8rem;
  }
}

.ui-check__checkbox {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border: 0.2rem solid #EEEEEE;
  background: #EEEEEE;
  border-radius: 0.6rem;
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  transition: 0.25s;
  margin: 0 1.6rem 0 0;
}
.ui-check__checkbox:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1.1rem;
  margin: -0.5rem 0 0 -0.7rem;
  background: url("data:image/svg+xml,%3Csvg width='15' height='11' viewBox='0 0 15 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 2.12132L12.8787 0L6.5144 6.36428L2.27148 2.12136L0.150164 4.24268L6.51412 10.6066L6.51444 10.6063L6.51472 10.6066L15 2.12132Z' fill='black'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
  background-size: contain;
  opacity: 0;
}

.ui-check__radio {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #EEEEEE;
  background: #EEEEEE;
  border-radius: 50%;
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 1.6rem 0 0;
  transition: 0.25s;
}
.ui-check__radio:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  background: #000000;
  border-radius: inherit;
  margin: -0.6rem 0 0 -0.6rem;
  opacity: 0;
  transition: 0.25s;
}

.ui-check__tag {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  background: #EDEDED;
  border-radius: 4rem;
  padding: 0.8rem 1.6rem;
  min-height: 3.2rem;
  font: 700 1.4rem/1.1 var(--font-family-second);
  color: #000;
  transition: color 0.25s, background 0.25s;
}
.ui-check__tag:hover {
  background: #FFDD2B;
  color: #000;
}
.ui-check__tag:active {
  transform: scale(0.95);
}

.ui-check__tag-text {
  display: block;
  white-space: normal;
  -ms-flex: 1;
  flex: 1;
}

.ui-check__tag-cancel {
  display: none;
  position: relative;
  margin: 0 0 0 0.8rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  transition: opacity 0.25s;
  opacity: 0.5;
}
.ui-check__tag-cancel svg {
  display: block;
}

.ui-validate {
  display: block;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
  color: #DC4C40;
  position: relative;
  top: -0.8rem;
  margin: 0 0 0.8rem;
}

.ui-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border: 0.2rem solid transparent;
  background: #FFDD2B;
  color: #000000;
  border-radius: 4rem;
  padding: 1.2rem 3.2rem;
  font: 700 1.8rem/1.2 var(--font-family-second);
  text-align: center;
  text-decoration: none;
  height: 7rem;
  transition: border-color 0.25s, color 0.25s, background 0.25s, box-shadow 0.25s;
}
.ui-btn svg {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0.8rem 0 0;
}
.ui-btn:hover {
  background: #FFE778;
  box-shadow: 0px 0px 2rem #FFDD2B;
  color: #000000;
  text-decoration: none;
}
.ui-btn:active {
  transition: none;
  box-shadow: none;
}

.ui-btn--40 {
  height: 4rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
  padding: 0.8rem 1.6rem;
}

.ui-btn--green {
  background: #1BD972;
  color: #fff;
}
.ui-btn--green:hover {
  background: #1BD972;
  box-shadow: 0px 0px 2rem rgba(27, 217, 114, 0.2);
  color: #fff;
}

.ui-btn--dark {
  background: #000;
  color: #fff;
}
.ui-btn--dark:hover {
  background: #000;
  box-shadow: 0px 0px 2rem #000;
  color: #fff;
}

.ui-btn--grey {
  background: #EDEDED;
  color: #000;
}
.ui-btn--grey:hover {
  background: #EDEDED;
  box-shadow: 0px 0px 2rem #EDEDED;
  color: #000;
}

.ui-btn--outline {
  border-color: #FFDD2B;
  background: none;
  color: #000;
}
.ui-btn--outline:hover {
  background: #FFDD2B;
  box-shadow: 0px 0px 2rem #FFDD2B;
  color: #000;
}

.ui-btn__total {
  margin: 0 0.4rem;
  display: block;
}
.ui-btn__total:empty {
  display: none;
}

.ui-link, .ui-wysiwyg a:not([class]) {
  text-decoration: underline;
  transition: opacity 0.25s, color 0.25s;
  color: #000;
}
.ui-link:hover, .ui-wysiwyg a:hover:not([class]) {
  color: #B5B5B5;
  text-decoration: underline;
}

.ui-title-80, .ui-wysiwyg h1 {
  display: block;
  margin: 0 0 2.4rem;
  font: 700 4rem/1 var(--font-family-third);
  color: #000;
}
@media (min-width: 1100px) {
  .ui-title-80, .ui-wysiwyg h1 {
    font-size: 8rem;
    margin: 0 0 3.2rem;
  }
}

.ui-title-64, .ui-wysiwyg h2 {
  display: block;
  margin: 0 0 2.4rem;
  font: 700 3.2rem/1 var(--font-family-third);
  color: #000;
}
@media (min-width: 1100px) {
  .ui-title-64, .ui-wysiwyg h2 {
    font-size: 6.4rem;
    margin: 0 0 3.2rem;
  }
}

.ui-title-56, .ui-wysiwyg h3 {
  display: block;
  margin: 0 0 2.4rem;
  font: 700 2.8rem/1 var(--font-family-third);
  color: #000;
}
@media (min-width: 1100px) {
  .ui-title-56, .ui-wysiwyg h3 {
    font-size: 5.6rem;
    margin: 0 0 3.2rem;
  }
}

.ui-title-40, .ui-wysiwyg h4 {
  display: block;
  margin: 0 0 2.4rem;
  font: 700 2rem/1 var(--font-family-third);
  color: #000;
}
@media (min-width: 1100px) {
  .ui-title-40, .ui-wysiwyg h4 {
    font-size: 4rem;
    margin: 0 0 3.2rem;
  }
}

.ui-title-36, .ui-wysiwyg h5 {
  display: block;
  margin: 0 0 2.4rem;
  font: 700 1.8rem/1 var(--font-family-third);
  color: #000;
}
@media (min-width: 1100px) {
  .ui-title-36, .ui-wysiwyg h5 {
    font-size: 3.6rem;
    margin: 0 0 3.2rem;
  }
}

.ui-title-22, .ui-wysiwyg h6 {
  display: block;
  margin: 0 0 2.4rem;
  font: 700 1.6rem/1 var(--font-family-third);
  color: #000;
}
@media (min-width: 1100px) {
  .ui-title-22, .ui-wysiwyg h6 {
    font-size: 2.2rem;
    margin: 0 0 3.2rem;
  }
}

.ui-ul, .ui-wysiwyg ul:not([class]) {
  margin: 0 0 2.4rem;
  padding: 0;
  list-style: none;
}
.ui-ul > li, .ui-wysiwyg ul:not([class]) > li {
  padding: 0 3.6rem;
  margin: 0 0 2.4rem;
  position: relative;
}
.ui-ul > li:after, .ui-wysiwyg ul:not([class]) > li:after {
  content: "•";
  display: block;
  position: absolute;
  top: 0;
  left: 1.2rem;
  color: #FFDD2B;
}
.ui-ul > li:last-child, .ui-wysiwyg ul:not([class]) > li:last-child {
  margin: 0;
}

.ui-ol, .ui-wysiwyg ol:not([class]) {
  margin: 0 0 2.4rem;
  padding: 0;
  list-style: none;
  counter-reset: point;
}
.ui-ol > li, .ui-wysiwyg ol:not([class]) > li {
  position: relative;
  padding: 0 3.6rem;
  margin: 0 0 2.4rem;
}
.ui-ol > li:after, .ui-wysiwyg ol:not([class]) > li:after {
  content: counter(point) ".";
  counter-increment: point 1;
  position: absolute;
  top: 0;
  left: 1.2rem;
  font-weight: 700;
  color: #FFDD2B;
}
.ui-ol > li:last-child, .ui-wysiwyg ol:not([class]) > li:last-child {
  margin: 0;
}

.ui-dl, .ui-wysiwyg dl:not([class]) {
  margin: 0 0 2.7rem;
}
.ui-dl dt, .ui-wysiwyg dl:not([class]) dt {
  display: block;
  font-weight: 700;
  margin: 0 0 0.8rem;
  color: #000;
}
.ui-dl dd, .ui-wysiwyg dl:not([class]) dd {
  display: block;
  padding: 0;
  margin: 0 0 2.4rem;
}
.ui-dl dd:last-child, .ui-wysiwyg dl:not([class]) dd:last-child {
  margin: 0;
}

.ui-table, .ui-wysiwyg table:not([class]) {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  overflow: hidden;
  text-align: left;
  margin: 0 0 2.4rem;
  color: #000;
  font: 400 1.6rem/1.5 var(--font-family-second);
}
.ui-table th, .ui-wysiwyg table:not([class]) th, .ui-table td, .ui-wysiwyg table:not([class]) td {
  padding: 1.2rem;
  height: 5rem;
}
.ui-table th:first-of-type, .ui-wysiwyg table:not([class]) th:first-of-type, .ui-table td:first-of-type, .ui-wysiwyg table:not([class]) td:first-of-type {
  padding-left: 2.4rem;
}
.ui-table th:last-of-type, .ui-wysiwyg table:not([class]) th:last-of-type, .ui-table td:last-of-type, .ui-wysiwyg table:not([class]) td:last-of-type {
  padding-right: 2.4rem;
}
.ui-table th, .ui-wysiwyg table:not([class]) th {
  background: none;
  font-weight: 400;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
}
.ui-table tbody tr:nth-of-type(odd), .ui-wysiwyg table:not([class]) tbody tr:nth-of-type(odd) {
  background: #F3F3F3;
}

.ui-picture, .ui-wysiwyg picture {
  margin: 0 -2.4rem 2.4rem;
  display: block;
  background: #000;
}
.ui-picture img, .ui-wysiwyg picture img {
  display: block;
  width: 100%;
  min-height: 16rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1100px) {
  .ui-picture, .ui-wysiwyg picture {
    margin: 0 0 2.4rem;
  }
}

.ui-wysiwyg {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.6);
}
.ui-wysiwyg mark {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 300;
  background: none;
  color: #333333;
}
.ui-wysiwyg p {
  margin: 0 0 2.4rem;
}
.ui-wysiwyg p:last-child {
  margin: 0;
}
.ui-wysiwyg hr {
  border: none;
  border-top: 0.2rem solid #EEEEEE;
  margin: 4.8rem 0;
}
.ui-wysiwyg b, .ui-wysiwyg strong {
  font-weight: 600;
  color: #000;
}
@media (min-width: 1100px) {
  .ui-wysiwyg {
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 400;
  }
  .ui-wysiwyg mark {
    font-size: 2.4rem;
  }
}

.ui-tooltip {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  background: #FFDD2B url("data:image/svg+xml,%3Csvg width='8' height='10' viewBox='0 0 8 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.05193 7.1231H2.84087V6.40387C2.84087 5.92439 2.90787 5.59244 3.04188 5.40802C3.17588 5.21438 3.50195 4.94698 4.0201 4.60581C4.08264 4.56893 4.21217 4.48594 4.40871 4.35685C4.60525 4.22776 4.73925 4.13555 4.81072 4.08022C4.89112 4.0249 5.00279 3.9373 5.14573 3.81743C5.2976 3.68834 5.4048 3.5823 5.46734 3.49931C5.5388 3.4071 5.60134 3.29645 5.65494 3.16736C5.70854 3.03827 5.73534 2.90917 5.73534 2.78008C5.73534 1.98709 5.12339 1.59059 3.8995 1.59059C3.25628 1.59059 2.8096 1.74274 2.55946 2.04703C2.31826 2.35131 2.18425 2.77086 2.15745 3.30567L0 3.19502C0.0625349 2.10696 0.424344 1.30475 1.08543 0.788382C1.74651 0.262794 2.73367 0 4.0469 0C4.77945 0 5.41373 0.0875988 5.94975 0.262795C6.4947 0.42877 6.90564 0.65468 7.18258 0.940527C7.46845 1.21715 7.67393 1.51222 7.799 1.82573C7.933 2.13001 8 2.44813 8 2.78008C8 3.30567 7.8526 3.7621 7.55779 4.14938C7.27192 4.53665 6.73143 4.96542 5.93635 5.43568C5.90061 5.45413 5.82915 5.49562 5.72194 5.56017C5.62367 5.61549 5.5522 5.65698 5.50754 5.68465C5.4718 5.71231 5.41373 5.76302 5.33333 5.83679C5.26186 5.90134 5.20826 5.97049 5.17253 6.04426C5.14573 6.11803 5.11893 6.21485 5.09213 6.33472C5.06533 6.45459 5.05193 6.58829 5.05193 6.73582V7.1231ZM5.05193 10H2.84087V8.27109H5.05193V10Z' fill='black'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
  color: #000;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  top: -1px;
  left: 0.8rem;
}
.ui-tooltip.is-open .ui-tooltip__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.ui-tooltip__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFDD2B;
  color: #000;
  padding: 1.6rem;
  margin: 0.8rem 0 0 0;
  width: 33.2rem;
  max-width: calc(100vw - 4.8rem);
  z-index: 1000;
  will-change: transform;
  transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 0.8rem);
  cursor: auto;
}

.ui-tooltip__content {
  display: block;
  font: 400 1.7rem/1.4 var(--font-family-base);
  letter-spacing: 0;
}
.ui-tooltip__content b {
  font-weight: 500;
  display: inline;
}

.ui-tooltip__close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.8rem;
  z-index: 200;
  cursor: pointer;
  background: none;
  transition: opacity 0.25s;
  opacity: 0.6;
}
.ui-tooltip__close:hover {
  opacity: 1;
}

.ui-video {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 1.6rem;
  background: #ccc;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 16/9;
}
.ui-video:before {
  content: "";
  padding: 56.25% 0 0 0;
  float: left;
  display: block;
}
.ui-video:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M70 50L40 67.3205V32.6795L70 50Z' fill='%23FFDD2B'/%3E%3Ccircle cx='50' cy='50' r='49' stroke='%23FFDD2B' stroke-width='2'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
  background-size: 7.2rem;
  z-index: 100;
  transition: background-color 0.25s;
}
.ui-video iframe, .ui-video video {
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0 0;
  object-position: 0 0;
  z-index: 1;
  transition: opacity 0.25s, visibility 0.25s;
  opacity: 0;
}
.ui-video img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 2;
  transition: transform 0.25s;
}
.ui-video:hover img {
  transform: scale(1.05);
}
.ui-video:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}
.ui-video.is-active iframe, .ui-video.is-active video {
  opacity: 1;
  visibility: visible;
}
.ui-video.is-active img, .ui-video.is-active:after {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1100px) {
  .ui-video:after {
    background-size: 10rem;
  }
}

/**
 * Swiper 8.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 4, 2022
 */
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  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;
}

/* Auto Height */
.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;
}

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

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

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

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

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

.swiper-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 {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  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 {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  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;
}

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

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 4.4rem;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 1rem;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 0.8rem));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 0.8rem));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 1rem;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 0.6rem) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 0.4rem);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 0.4rem;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 0.4rem;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 4.2rem;
  height: 4.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2.1rem;
  margin-top: -2.1rem;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 0.4rem solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
  animation: swiper-preloader-spin 0.5s infinite linear;
}

.swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 0.5s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(5rem);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper-button-prev,
.swiper-button-next {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0.2rem solid #D9D4D4;
  background: none;
  color: #D9D4D4;
  width: 5.6rem;
  height: 5.6rem;
  z-index: 100;
  position: absolute;
  top: 50%;
  margin: -2.8rem 0 0 0;
  transition: 0.25s;
  border-radius: 50%;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #FFDD2B;
  border-color: #FFDD2B;
  color: #000000;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  display: block;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  border-color: transparent;
  color: #D9D4D4;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-lock,
.swiper-button-next.swiper-button-lock {
  display: none;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1100px) {
  .swiper-button-prev,
.swiper-button-next {
    margin: -4rem 0 0 0;
    width: 8rem;
    height: 8rem;
  }
}

.swiper-button-prev {
  left: -10rem;
}

.swiper-button-next {
  right: -10rem;
}

.swiper-button-static {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.swiper-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.swiper-control > * {
  margin: 0 2.4rem 0 0;
}
.swiper-control > *:last-child {
  margin: 0;
}

@keyframes lazyLoaded {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.swiper-lazy {
  transition: opacity 0.5s;
  opacity: 0;
}

.swiper-lazy-loaded {
  animation: lazyLoaded 0.5s forwards;
  opacity: 1;
}

.swiper-lazy-preloader {
  z-index: 1000;
  border: 0.2rem solid #000;
  border-top-color: transparent;
  width: 4rem;
  height: 4rem;
}

.swiper-catalogue {
  overflow: visible;
}
.swiper-catalogue .swiper-slide:nth-of-type(even) .catalogue-featured__item-product-image {
  background: #FFDD2B;
}
.swiper-catalogue .swiper-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-catalogue .swiper-slide {
  margin: 0 0 2.4rem;
}
.swiper-catalogue .swiper-slide:last-child {
  margin: 0;
}
.swiper-catalogue .swiper-slide:nth-of-type(3) ~ .swiper-slide {
  display: none;
}
.swiper-catalogue .swiper-loadmore {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2.4rem 0 0;
}
.swiper-catalogue .swiper-loadmore .ui-btn {
  min-width: 19.8rem;
}
@media (min-width: 768px) {
  .swiper-catalogue .swiper-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .swiper-catalogue .swiper-slide {
    -ms-flex: 0 0 27.4rem;
    flex: 0 0 27.4rem;
    margin: 0 4rem 0 0;
  }
  .swiper-catalogue .swiper-slide:last-child {
    margin: 0;
  }
  .swiper-catalogue .swiper-slide:nth-of-type(3) ~ .swiper-slide {
    display: block;
  }
  .swiper-catalogue .swiper-loadmore {
    display: none;
  }
}
@media (min-width: 1100px) {
  .swiper-catalogue .swiper-button-prev,
.swiper-catalogue .swiper-button-next {
    display: -ms-flexbox;
    display: flex;
  }
  .swiper-catalogue .swiper-slide {
    -ms-flex: 0 0 40rem;
    flex: 0 0 40rem;
    margin: 0 4rem 0 0;
  }
  .swiper-catalogue .swiper-slide:last-child {
    margin: 0;
  }
}

.swiper-integrations,
.swiper-areas {
  overflow: visible;
}
.swiper-integrations .swiper-control,
.swiper-areas .swiper-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.6rem 0 0;
}
.swiper-integrations .swiper-button-prev,
.swiper-integrations .swiper-button-next,
.swiper-areas .swiper-button-prev,
.swiper-areas .swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0 1.6rem 0 0;
}
@media (min-width: 1100px) {
  .swiper-integrations .swiper-control,
.swiper-areas .swiper-control {
    padding: 3.2rem 0 0;
  }
  .swiper-integrations .swiper-button-prev,
.swiper-integrations .swiper-button-next,
.swiper-areas .swiper-button-prev,
.swiper-areas .swiper-button-next {
    margin: 0 2.4rem 0 0;
  }
}

.swiper-slides {
  position: relative;
  margin: 0 0 1.6rem;
}
.swiper-slides .swiper-button-prev,
.swiper-slides .swiper-button-next {
  position: absolute;
  top: 50%;
  margin: 0;
  width: auto;
  height: auto;
  background: none;
  color: #D3D3D3;
  border: none;
  transform: translate(0, -50%);
}
.swiper-slides .swiper-button-prev svg,
.swiper-slides .swiper-button-next svg {
  display: block;
  width: 1.6rem;
  height: 2.8rem;
}
.swiper-slides .swiper-button-prev:hover,
.swiper-slides .swiper-button-next:hover {
  background: none;
  color: #000;
}
.swiper-slides .swiper-button-prev {
  left: 1.6rem;
}
.swiper-slides .swiper-button-next {
  right: 1.6rem;
}
@media (min-width: 1100px) {
  .swiper-slides {
    margin: 0 0 4rem;
  }
  .swiper-slides .swiper-button-prev svg,
.swiper-slides .swiper-button-next svg {
    width: 2.4rem;
    height: 4.2rem;
  }
  .swiper-slides .swiper-button-prev {
    left: 4rem;
  }
  .swiper-slides .swiper-button-next {
    right: 4rem;
  }
}

.swiper-thumbs .swiper-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin: 0 -0.8rem -1.6rem;
}
.swiper-thumbs .swiper-slide {
  padding: 0 0.8rem 1.6rem;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 768px) {
  .swiper-thumbs .swiper-slide {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1100px) {
  .swiper-thumbs .swiper-wrapper {
    margin: 0 -2rem -4rem;
  }
  .swiper-thumbs .swiper-slide {
    padding: 0 2rem 4rem;
  }
}

.swiper-highlight {
  overflow: visible;
}
.swiper-highlight .swiper-slide {
  width: auto;
}
.swiper-highlight .swiper-scrollbar {
  border-radius: 1rem;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  bottom: -1rem;
  width: 100%;
  height: 0.4rem;
}
.swiper-highlight .swiper-scrollbar-drag {
  width: 100%;
  height: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 1rem;
  left: 0;
  top: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.swiper-highlight .swiper-scrollbar-drag:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 150%;
  transition: 0.25s;
  border-radius: inherit;
  transform: translate(0, -50%);
}
.swiper-highlight .swiper-scrollbar-drag:hover:after, .swiper-highlight .swiper-scrollbar-drag:active:after {
  background: black;
}

.swiper-similar .swiper-scrollbar {
  border-radius: 1rem;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100%;
  height: 0.4rem;
  margin: 2.4rem 0 0 0;
}
.swiper-similar .swiper-scrollbar-drag {
  width: 100%;
  height: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 1rem;
  left: 0;
  top: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.swiper-similar .swiper-scrollbar-drag:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 150%;
  transition: 0.25s;
  border-radius: inherit;
  transform: translate(0, -50%);
}
.swiper-similar .swiper-scrollbar-drag:hover:after, .swiper-similar .swiper-scrollbar-drag:active:after {
  background: black;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

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

.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: -ms-flexbox;
  display: flex;
}

.carousel__slide {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 2.2rem);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 2.2rem;
  height: 2.2rem;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  padding: 0;
  border: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 1rem;
}

.carousel__button.is-next {
  right: 1rem;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  -ms-touch-action: none;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 4.8rem;
  --carousel-button-height: 4.8rem;
  --carousel-button-svg-width: 2.4rem;
  --carousel-button-svg-height: 2.4rem;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4)) ;
}

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

.fancybox__container :focus {
  outline: none;
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 4.8rem;
    --carousel-button-height: 4.8rem;
    --carousel-button-svg-width: 2.7rem;
    --carousel-button-svg-height: 2.7rem;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox__carousel {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 2.2rem);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.fancybox__slide {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 4.8rem 0.8rem 0.8rem 0.8rem;
  position: relative;
  overscroll-behavior: contain;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 3.6rem;
  --carousel-button-height: 3.6rem;
  --carousel-button-svg-width: 2.2rem;
  --carousel-button-svg-height: 2.2rem;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  -ms-flex: 0 0 0px;
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 6.4rem 10rem;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 3.6rem;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 20;
}

.fancybox__caption {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 0.8rem;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 4rem;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 0.8rem;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 4rem;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  top: calc(env(safe-area-inset-top, 0px) + 0.8rem);
  right: calc(env(safe-area-inset-right, 0px) + 0.8rem);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 4rem;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -4rem;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5rem;
  height: 5rem;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -3.5rem;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -12.4rem;
  }
}
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 1.6rem, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 1.6rem, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 0.8rem;
  height: 0.8rem;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 0.2rem;
  box-shadow: inset 0 0 0.4rem rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  padding: 0px 0.3rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 9.6rem);
  margin: 0;
  padding: 0.8rem 0.3rem;
  box-sizing: content-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 0.5rem;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 0.4rem);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 0.4rem);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  -ms-touch-action: none;
  touch-action: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  --carousel-button-svg-width: 2rem;
  --carousel-button-svg-height: 2rem;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 0.8rem;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: -ms-flexbox;
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 7.2rem;
  padding: 0 1rem;
  line-height: var(--carousel-button-height, 4.8rem);
  text-align: center;
  font-size: 1.7rem;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 0.3rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

.fancybox-is-hidden {
  display: none;
}

.fancybox__container {
  z-index: 99999;
}

.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  color: #B5B5B5;
  box-shadow: none;
  cursor: pointer;
  z-index: 1000;
}
.fancybox__content > .carousel__button.is-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.8rem;
  height: 4.8rem;
  margin: -2.4rem 0 0 -2.4rem;
}
.fancybox__content > .carousel__button.is-close svg {
  display: block;
  width: 100%;
  height: 100%;
  filter: none;
  opacity: 0.5;
  transition: opacity 0.25s;
}
.fancybox__content > .carousel__button.is-close:hover svg {
  opacity: 1;
}
@media (min-width: 1100px) {
  .fancybox__content > .carousel__button.is-close {
    top: 4rem;
    right: 4rem;
    width: 4rem;
    height: 4rem;
  }
}

.fancybox__slide {
  padding: 7.2rem 2.4rem 2.4rem;
}
@media (min-width: 1100px) {
  .fancybox__slide {
    padding: 7.2rem 4rem 4rem;
  }
}

.carousel__button {
  color: #fff;
  transition: color 0.25s;
}
.carousel__button:hover {
  color: #FFDD2B;
}
.carousel__button.fancybox__button--close {
  position: fixed;
  top: 2.4rem;
  right: 2.4rem;
}
@media (min-width: 1100px) {
  .carousel__button.fancybox__button--close {
    top: 4rem;
    right: 4rem;
  }
}
.carousel__button.fancybox__button--close svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
@media (min-width: 1100px) {
  .carousel__button.fancybox__button--close svg {
    width: 4rem;
    height: 4rem;
  }
}

.fancybox__nav .carousel__button {
  width: 4.8rem;
  height: 4.8rem;
  margin: 0;
  color: #fff;
}
.fancybox__nav .carousel__button:hover {
  color: #FFDD2B;
}
.fancybox__nav .carousel__button svg {
  display: block;
  width: 2rem;
  height: 3.5rem;
  transition: color 0.25s;
}
@media (min-width: 1100px) {
  .fancybox__nav .carousel__button svg {
    width: 2.4rem;
    height: 4.2rem;
  }
}
.fancybox__nav .carousel__button.is-prev {
  top: 50%;
  left: 2.4rem;
}
@media (min-width: 1100px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 4rem;
  }
}
.fancybox__nav .carousel__button.is-next {
  top: 50%;
  right: 2.4rem;
}
@media (min-width: 1100px) {
  .fancybox__nav .carousel__button.is-next {
    right: 4rem;
  }
}

.fancybox__caption {
  padding: 1.6rem 0 0;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
}
@media (min-width: 1100px) {
  .fancybox__caption {
    padding: 2.4rem 0 0;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 400;
  }
}

.has-video > .fancybox__content > .carousel__button.is-close {
  color: #fff;
  transition: none;
}
.has-video > .fancybox__content > .carousel__button.is-close svg {
  opacity: 1;
}
.has-video > .fancybox__content > .carousel__button.is-close:hover {
  color: #FFDD2B;
}

.fancybox__thumbs {
  padding: 0 0 2.4rem;
}
.fancybox__thumbs .carousel__slide.has-video .fancybox__thumb:before {
  opacity: 1;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.6665 20L16.6665 25.7735V14.2265L26.6665 20Z' fill='%23FFDD2B'/%3E%3Ccircle cx='20' cy='20' r='19' stroke='%23FFDD2B' stroke-width='2'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
  background-size: contain;
  width: 4rem;
  height: 4rem;
  margin: -2rem 0 0 -2rem;
  opacity: 0;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb:after {
  border-width: 0.4rem;
  border-color: #FFDD2B;
}

.intro {
  position: relative;
  top: -9.6rem;
  margin: 0 0 -9.6rem;
  padding: 0 0 3.2rem;
  color: #fff;
}
@media (min-width: 1100px) {
  .intro {
    top: -20rem;
    margin: 0 0 -20rem;
    padding: 0 0 13rem;
  }
}

.intro__wrapper {
  position: relative;
  padding: 13.2rem 0 11.6rem;
  min-height: 32rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 1100px) {
  .intro__wrapper {
    padding: 31rem 0 33rem;
    min-height: 70rem;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.intro__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 100vw;
  margin: 0 0 0 -50vw;
  background: #000;
}
.intro__image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 40.57%, rgba(0, 0, 0, 0.7) 100%);
}
.intro__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: 25% 0;
  object-position: 25% 0;
}

.intro__title {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0;
  font: 700 2.4rem/1 var(--font-family-third);
}
@media (min-width: 1100px) {
  .intro__title {
    font-size: 4rem;
  }
}

.intro__list {
  position: relative;
  top: -6.8rem;
  margin: 0 0 -6.8rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.intro__list > li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.intro__list > li:nth-of-type(4) ~ li:not(:last-of-type) {
  display: none;
}
.intro__list > li:last-of-type {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .intro__list > li {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .intro__list > li:nth-of-type(4) ~ li:not(:last-of-type) {
    display: block;
  }
  .intro__list > li:nth-of-type(5) ~ li:not(:last-of-type) {
    display: none;
  }
  .intro__list > li:last-of-type {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media (min-width: 992px) {
  .intro__list > li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .intro__list > li:nth-of-type(5) ~ li:not(:last-of-type) {
    display: block;
  }
  .intro__list > li:nth-of-type(7) ~ li:not(:last-of-type) {
    display: none;
  }
  .intro__list > li:last-of-type {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1100px) {
  .intro__list {
    top: -29.2rem;
    margin: 0 -14rem -29.2rem 0;
    position: relative;
  }
  .intro__list > li {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .intro__list > li:nth-of-type(7) ~ li:not(:last-of-type) {
    display: block;
  }
  .intro__list > li:last-of-type {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.intro__item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  width: 100%;
  position: relative;
  text-decoration: none;
  background: #FFDD2B;
  color: #fff;
  transition: box-shadow 0.25s;
}
.intro__item:before {
  content: "";
  float: left;
  padding: 100% 0 0 0;
}
.intro__item:after {
  content: "";
  display: block;
  position: absolute;
  top: -0.4rem;
  left: -0.4rem;
  right: -0.4rem;
  bottom: -0.4rem;
  border: 0.4rem solid #FFDD2B;
  transition: opacity 0.25s;
  opacity: 0;
  z-index: 100;
}
.intro__item:hover {
  text-decoration: none;
  color: #fff;
}
.intro__item:hover:after {
  opacity: 1;
}
.intro__item:hover .intro__item-image img {
  opacity: 1;
  filter: grayscale(0);
}

.intro__item-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 1;
}
.intro__item-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 71.43%, rgba(0, 0, 0, 0.5) 100%);
}
.intro__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.25s, filter 0.25s;
  opacity: 0.5;
  filter: grayscale(1);
}

.intro__item-title {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 1.6rem;
  margin: 0;
  font: 800 1.6rem/1.2 var(--font-family-second);
  text-transform: uppercase;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 1100px) {
  .intro__item-title {
    padding: 2.4rem;
    font-size: 2.4rem;
  }
}

.intro__more {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  background: #FFDD2B;
  min-height: 6rem;
  height: 100%;
  transition: color 0.25s;
}
.intro__more:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.25s, box-shadow 0.25s;
  opacity: 0;
  z-index: 100;
}
.intro__more:hover {
  text-decoration: none;
  color: #000;
}
.intro__more:hover:after {
  opacity: 1;
  box-shadow: 0px 0px 2rem #FFDD2B;
}

@keyframes animationIntegrations {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
.integrations {
  position: relative;
  margin: 0 0 3.2rem;
  overflow: hidden;
}
.integrations .container-fluid {
  position: relative;
}
.integrations .row > [class^=col] {
  position: static;
}
.integrations.is-loaded .integrations__loading {
  display: none;
}
.integrations.is-loaded .integrations__render {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
@media (min-width: 1100px) {
  .integrations {
    margin: 0 0 12rem;
  }
  .integrations--reverse .integrations__image {
    margin: 0 0 0 -14rem;
  }
  .integrations--reverse .integrations__counter {
    right: 10.4rem;
  }
  .integrations--reverse .integrations__body {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 0;
  }
  .integrations--reverse .integrations__sidebar {
    float: left;
    margin: 0 12rem 0 0;
  }
  .integrations--reverse .integrations__loading-image {
    margin: 0 0 0 -14rem;
  }
  .integrations--reverse .integrations__loading-counter {
    right: 10.4rem;
  }
  .integrations--reverse .integrations__loading-body {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 0;
  }
  .integrations--reverse .integrations__loading-sidebar {
    float: left;
    margin: 0 12rem 0 0;
  }
}

.integrations__loading {
  position: relative;
  overflow: hidden;
}
.integrations__loading:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  animation: animationIntegrations 0.8s infinite linear;
}

.integrations__loading-head {
  margin: 0 0 8rem;
  position: relative;
}
@media (max-width: 1099px) {
  .integrations__loading-head {
    margin: 0 -2.4rem 2.4rem;
  }
}

.integrations__loading-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 0 0 12rem;
}
.integrations__loading-body .row {
  margin: 0 -5rem;
}
.integrations__loading-body .row > [class^=col] {
  padding: 0 5rem;
}
@media (max-width: 1099px) {
  .integrations__loading-body {
    display: block;
    padding: 0;
  }
}

.integrations__loading-image {
  display: block;
  position: relative;
  z-index: 1;
  min-height: 16rem;
  max-height: 70rem;
  overflow: hidden;
  background: #e1e2e5;
  margin: 0 -14rem 0 0;
}
.integrations__loading-image:before {
  content: "";
  float: left;
  padding: 48% 0 0 0;
}
.integrations__loading-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1099px) {
  .integrations__loading-image {
    margin: 0;
  }
}

.integrations__loading-title {
  display: block;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 12rem 16.4rem;
  z-index: 2;
  background: #fff;
  width: 70%;
  height: 12rem;
}
@media (max-width: 1099px) {
  .integrations__loading-title {
    margin: 2.4rem;
    height: 4rem;
    width: 40%;
  }
}

.integrations__loading-counter {
  position: absolute;
  top: 7rem;
  right: 2.4rem;
  z-index: 100;
  width: 28rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 1099px) {
  .integrations__loading-counter {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    display: block;
    margin: 0 0 2rem;
  }
}

.integrations__loading-counter-line {
  display: block;
  background: #fff;
  margin: 0 0 1rem;
}
.integrations__loading-counter-line:last-child {
  margin: 0;
}
.integrations__loading-counter-line:nth-of-type(1) {
  width: 100%;
  height: 9rem;
}
.integrations__loading-counter-line:nth-of-type(2) {
  width: 80%;
  height: 2rem;
}
.integrations__loading-counter-line:nth-of-type(3) {
  width: 60%;
  height: 2rem;
}
@media (max-width: 1099px) {
  .integrations__loading-counter-line:nth-of-type(1) {
    width: 30%;
    height: 3rem;
    margin: 0 0 1rem;
  }
  .integrations__loading-counter-line:nth-of-type(2) {
    width: 40%;
    height: 1.5rem;
    margin: 0 0 0.5rem;
  }
  .integrations__loading-counter-line:nth-of-type(3) {
    width: 20%;
    height: 1.5rem;
    margin: 0 0 0.5rem;
  }
}

.integrations__loading-wysiwyg-title {
  display: block;
  margin: 0 0 2rem;
}

.integrations__loading-wysiwyg-title-line {
  display: block;
  background: #e1e2e5;
  height: 5rem;
  margin: 0 0 1rem;
}
.integrations__loading-wysiwyg-title-line:last-child {
  margin: 0;
}
.integrations__loading-wysiwyg-title-line:nth-of-type(1) {
  width: 60%;
}
.integrations__loading-wysiwyg-title-line:nth-of-type(2) {
  width: 80%;
}
.integrations__loading-wysiwyg-title-line:nth-of-type(3) {
  width: 40%;
}
@media (max-width: 1099px) {
  .integrations__loading-wysiwyg-title-line {
    height: 3rem;
  }
}

.integrations__loading-wysiwyg-text {
  display: block;
  margin: 0;
}

.integrations__loading-wysiwyg-text-line {
  display: block;
  background: #e1e2e5;
  height: 2rem;
  margin: 0 0 1rem;
}
.integrations__loading-wysiwyg-text-line:nth-of-type(1) {
  width: 80%;
}
.integrations__loading-wysiwyg-text-line:nth-of-type(2) {
  width: 100%;
}
.integrations__loading-wysiwyg-text-line:nth-of-type(3) {
  width: 60%;
}
@media (max-width: 1099px) {
  .integrations__loading-wysiwyg-text-line {
    height: 1.5rem;
  }
}

.integrations__loading-content {
  display: block;
  position: relative;
  z-index: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  min-width: 0;
}
@media (max-width: 1099px) {
  .integrations__loading-content {
    margin: 0 0 2.4rem;
  }
}

.integrations__loading-sidebar {
  display: block;
  padding: 0;
  margin: 0 0 0 12rem;
  position: relative;
  z-index: 2;
  float: right;
  width: 100%;
  max-width: 44rem;
  background: none;
  color: #000;
}
@media (max-width: 1099px) {
  .integrations__loading-sidebar {
    padding: 2.4rem;
    margin: 0 -2.4rem;
    float: none;
    max-width: none;
    background: #c6c8cd;
    color: #fff;
    width: auto;
  }
}

.integrations__loading-case {
  display: block;
  position: relative;
  z-index: 100;
  top: -16.5rem;
  margin: 0 0 -16.5rem;
  padding: 5.6rem 5.6rem 4.8rem;
  background: #c6c8cd;
  min-height: 52rem;
}
@media (max-width: 1099px) {
  .integrations__loading-case {
    top: 0;
    margin: 0 0 3.2rem;
    padding: 0 0 6.4rem;
    background: none;
    min-height: auto;
  }
}

.integrations__loading-case-title {
  display: block;
  background: #fff;
  height: 3rem;
  margin: 0 0 2rem;
  width: 40%;
}

.integrations__loading-case-text {
  display: block;
}

.integrations__loading-case-text-line {
  display: block;
  height: 2rem;
  background: #fff;
  margin: 0 0 1rem;
}
.integrations__loading-case-text-line:last-child {
  margin: 0;
}
.integrations__loading-case-text-line:nth-of-type(1) {
  width: 80%;
}
.integrations__loading-case-text-line:nth-of-type(2) {
  width: 100%;
}
.integrations__loading-case-text-line:nth-of-type(3) {
  width: 60%;
}
@media (max-width: 1099px) {
  .integrations__loading-case-text-line {
    height: 1.5rem;
  }
}

.integrations__loading-action {
  display: block;
  margin: 0;
  height: 7rem;
  background: #aaadb6;
  position: relative;
}
.integrations__loading-action:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2rem;
  width: 24rem;
  margin: -1rem 0 0 -12rem;
  background: #fff;
}
@media (max-width: 1099px) {
  .integrations__loading-action {
    margin: 0 -2.4rem -2.4rem;
  }
}

.integrations__render {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.integrations__head {
  position: relative;
  background: #000;
  color: #fff;
  margin: 0 -2.4rem 2.4rem;
}
@media (min-width: 1100px) {
  .integrations__head {
    margin: 0 0 8rem;
  }
}

@media (min-width: 1100px) {
  .integrations__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 0 0 12rem;
  }
  .integrations__body .row {
    margin: 0 -5rem;
  }
  .integrations__body .row > [class^=col] {
    padding: 0 5rem;
  }
}

.integrations__image {
  display: block;
  position: relative;
  z-index: 1;
  min-height: 16rem;
  max-height: 70rem;
  overflow: hidden;
  background: #000;
}
.integrations__image:before {
  content: "";
  float: left;
  padding: 48% 0 0 0;
}
.integrations__image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 38.29%);
}
.integrations__image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1100px) {
  .integrations__image {
    margin: 0 -14rem 0 0;
  }
}

.integrations__title {
  display: block;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2.4rem;
  z-index: 2;
  font: 700 3.2rem/1 var(--font-family-third);
}
@media (min-width: 1100px) {
  .integrations__title {
    font-size: 12rem;
    padding: 0 12rem 16.4rem;
  }
}

.integrations__wysiwyg {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.6);
}
.integrations__wysiwyg h3 {
  font: 700 2.4rem/1.3 var(--font-family-third);
  margin: 0 0 2.4rem;
  color: #333;
}
.integrations__wysiwyg h3 a {
  text-decoration: underline;
  -webkit-text-decoration-color: #FFDD2B;
  text-decoration-color: #FFDD2B;
  color: #333;
  transition: 0.25s;
}
.integrations__wysiwyg h3 a:hover {
  color: #333;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.integrations__wysiwyg h4 {
  font: 300 1.8rem/1.3 var(--font-family-base);
  margin: 0 0 1.6rem;
  color: #333;
}
.integrations__wysiwyg p {
  margin: 0 0 1.6rem;
}
.integrations__wysiwyg p:last-child {
  margin: 0;
}
@media (min-width: 1100px) {
  .integrations__wysiwyg {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 400;
  }
  .integrations__wysiwyg h3 {
    font-size: 5.6rem;
    line-height: 1.07;
    font-weight: 700;
    margin: 0 0 2.4rem;
  }
  .integrations__wysiwyg h4 {
    font-size: 2.4rem;
    padding: 0;
  }
}

.integrations__content {
  margin: 0 0 2.4rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 1100px) {
  .integrations__content {
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    min-width: 0;
  }
}

.integrations__sidebar {
  background: #1E1F21;
  padding: 2.4rem;
  margin: 0 -2.4rem;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media (min-width: 1100px) {
  .integrations__sidebar {
    width: 100%;
    max-width: 44rem;
    float: right;
    margin: 0 0 0 12rem;
    padding: 0;
    background: none;
    color: #000;
  }
}

.integrations__counter {
  display: block;
  margin: 0 0 2.4rem;
}
@media (min-width: 1100px) {
  .integrations__counter {
    position: absolute;
    top: 8rem;
    right: 2.4rem;
    z-index: 100;
    text-align: right;
  }
}

.integrations__counter-number {
  display: block;
  font: 800 4rem/1 var(--font-family-fourth);
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0;
}
@supports (-webkit-text-stroke: 1px #fff) {
  .integrations__counter-number {
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
  }
}
@media (min-width: 1100px) {
  .integrations__counter-number {
    font-size: 9.6rem;
  }
}

.integrations__counter-text {
  display: block;
  margin: 0;
  font: 800 1.4rem/1.2 var(--font-family-second);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFDD2B;
}
@media (min-width: 1100px) {
  .integrations__counter-text {
    font-size: 1.8rem;
  }
}

.integrations__case {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 3.2rem;
}
.integrations__case h5 {
  display: block;
  margin: 0 0 1.6rem;
  font: 800 2.2rem/1.2 var(--font-family-second);
  text-transform: uppercase;
}
.integrations__case h6 {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 500;
}
.integrations__case figure {
  margin: 0 0 3.2rem;
  max-width: 17.2rem;
}
.integrations__case figure:last-child {
  margin: 0;
}
.integrations__case p {
  margin: 0 0 2.4rem;
}
.integrations__case p:last-child {
  margin: 0;
}
@media (min-width: 1100px) {
  .integrations__case {
    position: relative;
    z-index: 100;
    top: -16.5rem;
    margin: 0 0 -16.5rem;
    padding: 5.6rem 5.6rem 4.8rem;
    background: #1E1F21;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 400;
  }
  .integrations__case h6 {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 500;
  }
  .integrations__case figure {
    max-width: none;
  }
}

.integrations__action {
  margin: 0 -2.4rem -2.4rem;
}
.integrations__action .ui-btn {
  width: 100%;
  border-radius: 0;
}
@media (min-width: 1100px) {
  .integrations__action {
    margin: 0;
  }
}

.catalogue {
  padding: 0 0 0.8rem;
}
@media (min-width: 1100px) {
  .catalogue {
    padding: 0;
  }
}

.catalogue__title {
  display: block;
  margin: 0 0 1.6rem;
  font: 700 2.4rem/1 var(--font-family-third);
}
@media (min-width: 1100px) {
  .catalogue__title {
    font-size: 8rem;
    margin: 0 0 4rem;
  }
}

.catalogue__text {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 300;
}
@media (min-width: 1100px) {
  .catalogue__text {
    font-size: 2.4rem;
    margin: 0 0 5.6rem;
  }
}

@media (min-width: 1100px) {
  .catalogue__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.catalogue__sidebar {
  margin: 0 0 3.2rem;
}
@media (min-width: 1100px) {
  .catalogue__sidebar {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 4rem 0 0;
    width: 30rem;
  }
}

@media (min-width: 1100px) {
  .catalogue__content {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
  }
}

.catalogue__filter-group {
  margin: 0 0 1.6rem;
}
@media (min-width: 1100px) {
  .catalogue__filter-group {
    margin: 0 0 2.4rem;
  }
}

.catalogue__filter-group-head {
  background: #EDEDED;
  border-radius: 4rem;
  position: relative;
  overflow: hidden;
  padding: 0.8rem 1.6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 4rem;
}
.catalogue__filter-group-head.is-open .catalogue__filter-toggle svg {
  transform: rotate(180deg);
}
@media (min-width: 1100px) {
  .catalogue__filter-group-head {
    background: none;
    border-radius: 0;
    padding: 0;
    min-height: auto;
    margin: 0 0 1.6rem;
  }
}

.catalogue__filter-group-body {
  position: relative;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.4s ease-out;
  opacity: 0;
}
.catalogue__filter-group-body.is-open {
  opacity: 1;
}
@media (min-width: 1100px) {
  .catalogue__filter-group-body {
    display: block;
    position: relative;
    top: 0;
    padding: 0;
    max-height: none;
    transition: none;
    opacity: 1;
  }
}

.catalogue__filter-group-body-in {
  padding: 1.6rem 0 0;
}
@media (min-width: 1100px) {
  .catalogue__filter-group-body-in {
    padding: 0;
  }
}

.catalogue__filter-title {
  display: block;
  -ms-flex: 1;
  flex: 1;
  margin: 0 1.6rem 0 0;
  font: 600 1.4rem/1.2 var(--font-family-second);
}
@media (min-width: 1100px) {
  .catalogue__filter-title {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 600;
    color: #9D9D9D;
  }
}

.catalogue__filter-total {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  position: relative;
  left: 0.8rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #FFDD2B;
  color: #000;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 700;
}
.catalogue__filter-total:empty {
  display: none;
}

.catalogue__filter-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}
.catalogue__filter-toggle:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.catalogue__filter-toggle svg {
  display: block;
  width: 1rem;
  height: 0.6rem;
  transition: transform 0.25s;
}
@media (min-width: 1100px) {
  .catalogue__filter-toggle {
    display: none;
  }
}

.catalogue__filter-checklist {
  margin: 0 -0.4rem -0.8rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalogue__filter-checklist > li {
  padding: 0 0.4rem 0.8rem;
}
.catalogue__filter-checklist .ui-check {
  margin: 0;
}
@media (min-width: 1100px) {
  .catalogue__filter-checklist {
    margin: 0 -0.4rem -1.6rem;
    padding: 0 0.8rem 0 0;
  }
  .catalogue__filter-checklist > li {
    padding: 0 0.4rem 1.6rem;
  }
}

.catalogue__filter-action {
  display: -ms-flexbox;
  display: flex;
}
.catalogue__filter-action .ui-btn {
  margin: 0 1.6rem 0 0;
}
.catalogue__filter-action .ui-btn:last-child {
  margin: 0;
}
@media (min-width: 1100px) {
  .catalogue__filter-action {
    display: block;
  }
}

.catalogue__filter-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: var(--safe-area-inset-bottom, 0);
  z-index: 500;
  padding: 2.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: transform 0.25s, opacity 0.25s, visibility 0.25s;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 4rem);
}
.catalogue__filter-sticky .ui-btn {
  box-shadow: 0px 0px 2rem rgba(255, 221, 43, 0.2);
}
.catalogue__filter-sticky .ui-btn svg {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0.4rem 0 0;
}
@media (min-width: 1100px) {
  .catalogue__filter-sticky {
    display: none;
  }
}

.is-filter-sticky .catalogue__filter-sticky {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.catalogue__list {
  margin: 0 -0.8rem -3.2rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalogue__list > li {
  padding: 0 0.8rem 3.2rem;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .catalogue__list > li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1100px) {
  .catalogue__list {
    margin: 0 -2rem -4rem;
  }
  .catalogue__list > li {
    padding: 0 2rem 4rem;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

.catalogue__item {
  display: block;
  text-decoration: none;
  color: #000;
}
.catalogue__item:hover {
  text-decoration: none;
  color: #000;
}
.catalogue__item:hover .catalogue__item-image {
  background: #FFDD2B;
}
.catalogue__item:hover .catalogue__item-image img {
  transform: scale(1.05);
}
.catalogue__item:hover .catalogue__item-title u {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

.catalogue__item-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: #F3F3F3;
  margin: 0 0 1.6rem;
  padding: 2rem;
  height: 38rem;
  transition: background 0.25s;
}
.catalogue__item-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  transition: transform 0.25s;
}
@media (min-width: 1100px) {
  .catalogue__item-image {
    height: 42rem;
  }
}

.catalogue__item-title {
  display: block;
  margin: 0;
  font: 400 2rem/1.2 var(--font-family-second);
}
.catalogue__item-title u {
  text-decoration: underline;
  font-weight: 600;
  display: block;
  transition: 0.25s;
}
@media (min-width: 1100px) {
  .catalogue__item-title {
    line-height: 1.3;
  }
}

.catalogue__loadmore {
  text-align: center;
  padding: 2.4rem 0 0 0;
}
@media (min-width: 1100px) {
  .catalogue__loadmore {
    padding: 4rem 0 0 0;
  }
  .catalogue__loadmore .ui-btn {
    min-width: 21.6rem;
  }
}

.catalogue__status {
  font-size: 2rem;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 2.4rem auto 0;
  display: none;
}
@media (min-width: 1100px) {
  .catalogue__status {
    margin: 4rem auto 0;
  }
}

.catalogue__status-dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #FFDD2B;
  /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.catalogue__status-dot:nth-child(1),
.catalogue__status-dot:nth-child(2) {
  left: 0;
}

.catalogue__status-dot:nth-child(3) {
  left: 1.5em;
}

.catalogue__status-dot:nth-child(4) {
  left: 3em;
}

@keyframes reveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}
.catalogue__status-dot:nth-child(1) {
  animation-name: reveal;
}

.catalogue__status-dot:nth-child(2),
.catalogue__status-dot:nth-child(3) {
  animation-name: slide;
}

.catalogue__status-dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

.catalogue-categories__title {
  display: block;
  margin: 0 0 1.6rem;
  font: 700 2.4rem/1 var(--font-family-third);
}
@media (min-width: 1100px) {
  .catalogue-categories__title {
    font-size: 8rem;
    margin: 0 0 3.2rem;
  }
}

.catalogue-categories__text {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 300;
}
@media (min-width: 1100px) {
  .catalogue-categories__text {
    font-size: 2.4rem;
    margin: 0 0 5.6rem;
  }
}

.catalogue-categories__list {
  margin: 0 -2.4rem;
  padding: 0;
  list-style: none;
}
.catalogue-categories__list > li {
  margin: 0 0 2.4rem;
}
.catalogue-categories__list > li:last-child {
  margin: 0;
}
@media (min-width: 1100px) {
  .catalogue-categories__list {
    margin: 0 -2rem -4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .catalogue-categories__list > li {
    padding: 0 2rem 4rem;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    margin: 0;
  }
  .catalogue-categories__list > li:nth-of-type(1), .catalogue-categories__list > li:nth-of-type(2) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .catalogue-categories__list > li:nth-of-type(1) .catalogue-categories__item-title, .catalogue-categories__list > li:nth-of-type(2) .catalogue-categories__item-title {
    font-size: 4rem;
  }
}

.catalogue-categories__item {
  position: relative;
  overflow: hidden;
  display: block;
  background: #F3F3F3;
  color: #000;
  text-decoration: none;
  transition: background 0.25s;
  max-height: 40rem;
}
.catalogue-categories__item:before {
  content: "";
  float: left;
  padding: 62.5% 0 0 0;
}
.catalogue-categories__item:hover {
  text-decoration: none;
  color: #000;
  background: #FFDD2B;
}
.catalogue-categories__item:hover .catalogue-categories__item-image {
  transform: scale(1.05);
}

.catalogue-categories__item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  z-index: 1;
  transition: transform 0.25s;
}
.catalogue-categories__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.catalogue-categories__item-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 2.4rem;
  font: 700 2.4rem/1 var(--font-family-third);
}
@media (min-width: 1100px) {
  .catalogue-categories__item-title {
    padding: 4rem;
    font-size: 3.2rem;
  }
}

.catalogue-featured {
  overflow: hidden;
  margin: 0 0 4rem;
}
@media (min-width: 1100px) {
  .catalogue-featured {
    margin: 0 0 12rem;
  }
}

@media (min-width: 1100px) {
  .catalogue-featured__head .row {
    -ms-flex-align: center;
    align-items: center;
  }
}

.catalogue-featured__title {
  display: block;
  margin: 0 0 1.6rem;
  font: 700 3.2rem/1 var(--font-family-third);
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.catalogue-featured__title small {
  display: block;
  font-size: inherit;
}
@media (min-width: 1100px) {
  .catalogue-featured__title {
    font-size: 8rem;
    margin: 0 0 5.6rem;
  }
  .catalogue-featured__title small {
    font-size: 5.6rem;
  }
}

.catalogue-featured__sorting {
  margin: 0 0 2.4rem;
}
@media (min-width: 1100px) {
  .catalogue-featured__sorting {
    margin: 0 0 3.2rem;
  }
}

.catalogue-featured__sorting-menu {
  margin: 0 -0.4rem -0.8rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalogue-featured__sorting-menu > li {
  padding: 0 0.4rem 0.8rem;
}
@media (min-width: 1100px) {
  .catalogue-featured__sorting-menu {
    margin: 0 -0.8rem -1.6rem;
  }
  .catalogue-featured__sorting-menu > li {
    padding: 0 0.8rem 1.6rem;
  }
}

.catalogue-featured__sorting-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border-radius: 6rem;
  background: #EEEEEE;
  color: #828282;
  padding: 0.4rem 1.6rem;
  height: 4rem;
  font: 700 1.6rem/1.5 var(--font-family-second);
  transition: 0.25s;
}
.catalogue-featured__sorting-btn:hover {
  background: #FFDD2B;
  color: #000000;
}
.catalogue-featured__sorting-btn.is-active {
  background: #000000;
  color: #fff;
}
@media (min-width: 1100px) {
  .catalogue-featured__sorting-btn {
    height: 5.6rem;
    padding: 0.8rem 3.2rem;
    min-width: 9.4rem;
  }
}

.catalogue-featured__item-category {
  display: none;
}
@media (min-width: 1100px) {
  .catalogue-featured__item-category {
    font: 600 1.6rem/1.5 var(--font-family-second);
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    margin: 0 0 1.6rem;
    color: #9D9D9D;
    transition: color 0.25s;
  }
  .catalogue-featured__item-category:hover {
    text-decoration: none;
    color: #000000;
  }
}

.catalogue-featured__item-product {
  display: block;
  text-decoration: none;
  color: #000;
}
.catalogue-featured__item-product:hover {
  text-decoration: none;
  color: #000;
}
.catalogue-featured__item-product:hover .catalogue-featured__item-product-title u {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.catalogue-featured__item-product:hover .catalogue-featured__item-product-image img {
  transform: scale(1.05);
}

.catalogue-featured__item-product-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: #F3F3F3;
  margin: 0 0 0.8rem;
  padding: 2rem;
  height: 38rem;
}
.catalogue-featured__item-product-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  transition: transform 0.25s;
}
@media (min-width: 1100px) {
  .catalogue-featured__item-product-image {
    height: 56rem;
    padding: 2rem;
    margin: 0 0 2.4rem;
  }
}

.catalogue-featured__item-product-title {
  display: block;
  margin: 0;
  font: 400 2rem/1.2 var(--font-family-second);
}
.catalogue-featured__item-product-title u {
  text-decoration: underline;
  font-weight: 700;
  display: block;
  transition: 0.25s;
}
@media (min-width: 1100px) {
  .catalogue-featured__item-product-title {
    font-size: 2.4rem;
    line-height: 1.67;
  }
}

.areas {
  margin: 0 0 3.2rem;
  overflow: hidden;
}
.areas .container-fluid {
  position: relative;
}
.areas .row > [class^=col] {
  position: static;
}
@media (min-width: 1100px) {
  .areas {
    margin: 0 0 12rem;
  }
}

.areas__head {
  position: relative;
  background: #000;
  color: #fff;
  margin: 0 -2.4rem 2.4rem;
}
@media (min-width: 1100px) {
  .areas__head {
    margin: 0 0 8rem;
  }
}

@media (min-width: 1100px) {
  .areas__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
  }
  .areas__body .row {
    margin: 0 -5rem;
  }
  .areas__body .row > [class^=col] {
    padding: 0 5rem;
  }
}

.areas__image {
  display: block;
  position: relative;
  z-index: 1;
  min-height: 16rem;
  max-height: 70rem;
  overflow: hidden;
  background: #000;
}
.areas__image:before {
  content: "";
  float: left;
  padding: 48% 0 0 0;
}
.areas__image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 38.29%);
}
.areas__image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1100px) {
  .areas__image {
    margin: 0 0 0 -14rem;
  }
}

.areas__title {
  display: block;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2.4rem;
  z-index: 2;
  font: 700 3.2rem/1 var(--font-family-third);
}
@media (min-width: 1100px) {
  .areas__title {
    font-size: 12rem;
    padding: 0 12rem 16.4rem;
  }
}

.areas__wysiwyg {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.6);
}
.areas__wysiwyg h3 {
  font: 700 2.4rem/1.3 var(--font-family-third);
  margin: 0 0 2.4rem;
  color: #333;
}
.areas__wysiwyg h3 a {
  text-decoration: underline;
  -webkit-text-decoration-color: #FFDD2B;
  text-decoration-color: #FFDD2B;
  color: #333;
  transition: 0.25s;
}
.areas__wysiwyg h3 a:hover {
  color: #333;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.areas__wysiwyg h4 {
  font: 300 1.8rem/1.3 var(--font-family-base);
  margin: 0 0 1.6rem;
  color: #333;
}
.areas__wysiwyg p {
  margin: 0 0 1.6rem;
}
.areas__wysiwyg p:last-child {
  margin: 0;
}
@media (min-width: 1100px) {
  .areas__wysiwyg {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 400;
  }
  .areas__wysiwyg h3 {
    font-size: 5.6rem;
    line-height: 1.07;
    font-weight: 700;
    margin: 0 0 2.4rem;
  }
  .areas__wysiwyg h4 {
    font-size: 2.4rem;
    padding: 0;
  }
}

.areas__content {
  margin: 0 0 2.4rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 1100px) {
  .areas__content {
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    min-width: 0;
  }
}

.areas__sidebar {
  background: #1E1F21;
  padding: 2.4rem;
  margin: 0 -2.4rem;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media (min-width: 1100px) {
  .areas__sidebar {
    width: 100%;
    max-width: 44rem;
    float: left;
    margin: 0 12rem 0 0;
    padding: 0;
    background: none;
    color: #000;
  }
}

.areas__counter {
  display: block;
  margin: 0 0 2.4rem;
}
@media (min-width: 1100px) {
  .areas__counter {
    position: absolute;
    top: 8rem;
    right: 10.4rem;
    z-index: 100;
    text-align: right;
  }
}

.areas__counter-number {
  display: block;
  font: 800 4rem/1 var(--font-family-fourth);
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0;
}
@supports (-webkit-text-stroke: 1px #fff) {
  .areas__counter-number {
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
  }
}
@media (min-width: 1100px) {
  .areas__counter-number {
    font-size: 9.6rem;
  }
}

.areas__counter-text {
  display: block;
  margin: 0;
  font: 800 1.4rem/1.2 var(--font-family-second);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFDD2B;
}
@media (min-width: 1100px) {
  .areas__counter-text {
    font-size: 1.8rem;
  }
}

.areas__case {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 3.2rem;
}
.areas__case h5 {
  display: block;
  margin: 0 0 1.6rem;
  font: 800 2.2rem/1.2 var(--font-family-second);
  text-transform: uppercase;
}
.areas__case h6 {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 500;
}
.areas__case figure {
  margin: 0 0 3.2rem;
  max-width: 17.2rem;
}
.areas__case figure:last-child {
  margin: 0;
}
.areas__case p {
  margin: 0 0 2.4rem;
}
.areas__case p:last-child {
  margin: 0;
}
@media (min-width: 1100px) {
  .areas__case {
    position: relative;
    z-index: 100;
    top: -16.5rem;
    margin: 0 0 -16.5rem;
    padding: 5.6rem 5.6rem 4.8rem;
    background: #1E1F21;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 400;
  }
  .areas__case h6 {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 500;
  }
  .areas__case figure {
    max-width: none;
  }
}

.areas__action {
  margin: 0 -2.4rem -2.4rem;
}
.areas__action .ui-btn {
  width: 100%;
  border-radius: 0;
}
@media (min-width: 1100px) {
  .areas__action {
    margin: 0;
  }
}

.info {
  margin: 0 0 3.2rem;
}
.info .container-fluid {
  padding: 0;
}
.info .row {
  margin: 0;
}
.info .row > [class^=col] {
  position: relative;
  padding: 0;
}
@media (min-width: 768px) {
  .info {
    padding: 7.5rem 0 0;
  }
  .info .row > [class^=col]:nth-of-type(1) {
    top: 0;
  }
  .info .row > [class^=col]:nth-of-type(1) .info__item:nth-of-type(1):before {
    padding: 48% 0 0 0;
  }
  .info .row > [class^=col]:nth-of-type(1) .info__item:nth-of-type(2):before {
    padding: 57.5% 0 0 0;
  }
  .info .row > [class^=col]:nth-of-type(2) {
    top: -7.5rem;
  }
  .info .row > [class^=col]:nth-of-type(2) .info__item:nth-of-type(1):before {
    padding: 57.5% 0 0 0;
  }
  .info .row > [class^=col]:nth-of-type(2) .info__item:nth-of-type(2):before {
    padding: 48% 0 0 0;
  }
}
@media (min-width: 1100px) {
  .info {
    margin: 0 0 12rem;
  }
  .info .row {
    margin: 0 -12rem;
  }
  .info .row > [class^=col]:nth-of-type(1) .info__item-desc {
    padding-left: 14rem;
  }
  .info .row > [class^=col]:nth-of-type(2) .info__item-arrow {
    right: 10rem;
  }
}

.info__item {
  display: block;
  position: relative;
  overflow: hidden;
  background: #000;
  color: #fff;
  text-decoration: none;
}
.info__item:before {
  content: "";
  float: left;
  padding: 50% 0 0 0;
}
.info__item:hover {
  text-decoration: none;
  color: #fff;
}
.info__item.is-active .info__item-image {
  opacity: 0;
}
.info__item.is-active .info__item-video {
  opacity: 1;
}
.info__item.is-active .info__item-icon svg.icon-play {
  display: none;
}
.info__item.is-active .info__item-icon svg.icon-pause {
  display: block;
}
@media (min-width: 1100px) {
  .info__item:hover .info__item-text {
    max-height: 12rem;
    opacity: 1;
  }
  .info__item:hover .info__item-arrow svg {
    transform: translate(0, 0);
  }
}

.info__item-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity 0.5s;
}
.info__item-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%);
}
.info__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.9;
}

.info__item-video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #000;
  margin: 0;
  transition: opacity 0.25s;
  pointer-events: none;
  opacity: 0;
}
.info__item-video:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.info__item-video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.info__item-desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2.4rem;
  z-index: 3;
}
@media (min-width: 1100px) {
  .info__item-desc {
    padding: 6.4rem;
  }
}

.info__item-title {
  display: block;
  margin: 0;
  font: 700 2.4rem/1 var(--font-family-third);
}
@media (min-width: 1100px) {
  .info__item-title {
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 700;
  }
}

.info__item-text {
  display: none;
}
@media (min-width: 1100px) {
  .info__item-text {
    display: block;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 400;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    top: 0.8rem;
    max-width: 42rem;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: opacity 0.5s, max-height 0.5s;
  }
}

.info__item-arrow {
  position: absolute;
  right: 1.5rem;
  bottom: 2.4rem;
  width: 5rem;
  height: 2.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.info__item-arrow svg {
  display: block;
  width: 9rem;
  height: 2rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: none;
  max-height: none;
  transition: transform 0.25s;
}
@media (min-width: 1100px) {
  .info__item-arrow {
    width: 9rem;
    height: 4.8rem;
    bottom: 6.4rem;
    right: 5rem;
  }
  .info__item-arrow svg {
    transform: translate(-4rem, 0);
  }
}

.info__item-icon {
  position: absolute;
  top: 2.4rem;
  left: 2.4rem;
  z-index: 4;
  display: block;
  margin: 0;
}
.info__item-icon svg {
  display: block;
  width: 4rem;
  height: 4rem;
}
.info__item-icon svg.icon-play {
  display: block;
}
.info__item-icon svg.icon-pause {
  display: none;
}
@media (min-width: 1100px) {
  .info__item-icon {
    display: none;
  }
}

.contacts {
  color: #202020;
  font-family: var(--font-family-second);
}
.contacts a {
  text-decoration: underline;
  color: #202020;
  transition: 0.25s;
}
.contacts a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  color: #9D9D9D;
}
.contacts a[href^="tel:"],
.contacts a[href^="mailto:"] {
  text-decoration: none;
}
.contacts a[href^="tel:"]:hover,
.contacts a[href^="mailto:"]:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .contacts .row {
    margin: 0 -2rem -3.2rem;
  }
  .contacts .row > [class^=col] {
    padding: 0 2rem 3.2rem;
  }
}
@media (min-width: 1100px) {
  .contacts .row {
    margin: 0 -2rem -6rem;
  }
  .contacts .row > [class^=col] {
    padding: 0 2rem 6rem;
  }
}

.contacts__section {
  margin: 0 0 3.2rem;
}
.contacts__section:last-child {
  margin: 0;
}
@media (min-width: 1100px) {
  .contacts__section {
    margin: 0 0 4rem;
  }
}

.contacts__title {
  font: 700 3.2rem/1 var(--font-family-third);
  margin: 0 0 1.6rem;
}
@media (min-width: 1100px) {
  .contacts__title {
    font-size: 8rem;
    margin: 0 0 4rem;
  }
}

.contacts__image {
  display: block;
  margin: 0 -2.4rem 2.4rem;
  background: #000;
}
.contacts__image img {
  display: block;
  width: 100%;
  min-height: 16rem;
}
@media (min-width: 768px) {
  .contacts__image {
    margin: 0;
  }
}

.contacts__phone {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 700;
}
@media (min-width: 1100px) {
  .contacts__phone {
    font-size: 5.6rem;
  }
}

.contacts__address {
  display: block;
  margin: 0 0 0.8rem;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 1100px) {
  .contacts__address {
    font-size: 2.4rem;
    line-height: 1.67;
    font-weight: 600;
  }
}

.contacts__worktime {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 600;
}

.contacts__email {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 768px) {
  .contacts__email {
    margin: 0;
  }
}
@media (min-width: 1100px) {
  .contacts__email {
    font-size: 4rem;
    line-height: 1;
    font-weight: 700;
  }
}

.contacts__write {
  display: block;
  margin: 0 0 3.2rem;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1100px) {
  .contacts__write {
    font-size: 1.6rem;
    line-height: 1.56;
    font-weight: 700;
    margin: 0;
  }
}

.contacts__social {
  margin: 0 -0.4rem -0.8rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
}
.contacts__social > li {
  padding: 0 0.4rem 0.8rem;
}
@media (min-width: 1100px) {
  .contacts__social {
    font-size: 1.6rem;
    line-height: 1.56;
    font-weight: 700;
    margin: 0 -1.2rem -1.2rem;
  }
  .contacts__social > li {
    padding: 0 1.2rem 1.2rem;
  }
}

.contacts__form {
  margin: 0 0 2.4rem;
}
.contacts__form .row {
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -1.5rem;
}
.contacts__form .row > [class^=col] {
  padding: 0 1.5rem;
}
.contacts__form .ui-legend {
  margin: 0 0 1.6rem;
}
.contacts__form .ui-label {
  margin: 0 0 0.8rem;
}
.contacts__form .ui-input {
  margin: 0 0 1.6rem;
}
.contacts__form .ui-textarea {
  margin: 0 0 1.6rem;
  min-height: 14rem;
}
.contacts__form .ui-check {
  margin: 0 0 1.6rem;
}
.contacts__form .ui-btn {
  width: 100%;
}
@media (min-width: 1100px) {
  .contacts__form {
    margin: 0 0 4rem;
  }
  .contacts__form .ui-legend {
    margin: 0 0 3.2rem;
  }
  .contacts__form .ui-label {
    margin: 0 0 0.8rem;
  }
  .contacts__form .ui-input {
    margin: 0 0 1.6rem;
  }
  .contacts__form .ui-textarea {
    margin: 0 0 2.4rem;
    min-height: 6rem;
  }
  .contacts__form .ui-check {
    margin: 0 0 1.6rem;
  }
  .contacts__form .ui-btn {
    width: 100%;
    min-width: 30rem;
  }
}

.contacts__map {
  position: relative;
  background: #ccc;
  height: 40rem;
  width: 100%;
  margin: 0 0 3.2rem;
}
@media (min-width: 1100px) {
  .contacts__map {
    height: 60rem;
    margin: 0 0 4rem;
  }
}

.popup {
  position: relative;
  width: 100%;
  max-width: 104rem;
  margin: 0 auto;
  background: #fff;
  color: #000000;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
  padding: 2.4rem;
}
.popup .row {
  margin: 0 -1.5rem;
}
.popup .row > [class^=col] {
  padding: 0 1.5rem;
}
@media (min-width: 1100px) {
  .popup {
    padding: 6rem;
  }
}

.popup__title {
  display: block;
  margin: 0 0 1.6rem;
  padding: 0 1.6rem 0 0;
  font: 700 2.4rem/1 var(--font-family-third);
}
@media (min-width: 1100px) {
  .popup__title {
    margin: 0 0 3.2rem;
    padding: 0;
    font-size: 5.6rem;
    line-height: 1;
    font-weight: 700;
    text-align: center;
  }
}

.popup__text {
  display: block;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.333;
  font-weight: 300;
  opacity: 0.6;
}
@media (min-width: 1100px) {
  .popup__text {
    font-size: 2.4rem;
    line-height: 1.333;
    font-weight: 400;
    text-align: center;
  }
}

.popup__form .ui-label {
  margin: 0 0 0.8rem;
}
.popup__form .ui-input {
  margin: 0 0 1.6rem;
}
.popup__form .ui-check {
  margin: 0 0 1.6rem;
}
.popup__form .ui-check__text {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  padding: 0.2rem 0;
  max-width: 83rem;
}
.popup__form .ui-btn {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
  height: 5.4rem;
}
@media (min-width: 1100px) {
  .popup__form .ui-input {
    margin: 0 0 2.4rem;
  }
  .popup__form .ui-check {
    margin: 0 0 2.4rem;
  }
  .popup__form .ui-check__text {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 400;
    padding: 0;
  }
  .popup__form .ui-action {
    text-align: center;
  }
  .popup__form .ui-btn {
    width: auto;
    height: 7rem;
    min-width: 24.8rem;
  }
}

.topbar {
  background: #000;
  color: #fff;
  position: relative;
  z-index: 100;
  top: -9.6rem;
  margin: 0 0 -6.4rem;
}
@media (min-width: 1100px) {
  .topbar {
    top: -20rem;
    margin: 0 0 -12rem;
  }
}

.topbar__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 100vw;
  margin: 0 0 0 -50vw;
  background: #000;
}
.topbar__image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 40.57%, rgba(0, 0, 0, 0.7) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 38.29%);
  opacity: 0.8;
}
.topbar__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: 25% 0;
  object-position: 25% 0;
}

.topbar__desc {
  position: relative;
  z-index: 2;
  padding: 13.2rem 0 2.4rem;
  min-height: 32rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.topbar__desc .row {
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (min-width: 1100px) {
  .topbar__desc {
    padding: 18rem 0 8.8rem;
    min-height: 70rem;
  }
}

.topbar__title {
  display: block;
  margin: 0 0 1.6rem;
  font: 700 2.4rem/1 var(--font-family-third);
}
.topbar__title:last-child {
  margin: 0;
}
@media (min-width: 1100px) {
  .topbar__title {
    font-size: 8rem;
    margin: 0 0 4rem;
  }
}

.topbar__action .ui-btn {
  height: 5.2rem;
  font-size: 1.6rem;
}
@media (min-width: 1100px) {
  .topbar__action {
    margin: 0 0 -2.4rem;
  }
  .topbar__action .ui-btn {
    height: 7rem;
    min-width: 30rem;
    font-size: 1.8rem;
  }
}

.topbar__counter {
  display: block;
  margin: 0;
  text-align: right;
}
.topbar__counter-number {
  display: block;
  font: 800 4rem/1 var(--font-family-fourth);
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0;
}
@supports (-webkit-text-stroke: 1px #fff) {
  .topbar__counter-number {
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
  }
}
@media (min-width: 1100px) {
  .topbar__counter-number {
    font-size: 9.6rem;
  }
}

.topbar__counter-text {
  display: block;
  margin: 0;
  font: 800 1.4rem/1.2 var(--font-family-second);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFDD2B;
}
@media (min-width: 1100px) {
  .topbar__counter-text {
    font-size: 1.8rem;
  }
}

.txt {
  margin: 0 0 2.4rem;
}
@media (min-width: 1100px) {
  .txt {
    margin: 0 0 4rem;
  }
}

.txt__title {
  display: block;
  margin: 0 0 2.8rem;
  font: 700 2.4rem/1 var(--font-family-third);
}
@media (min-width: 1100px) {
  .txt__title {
    font-size: 5.6rem;
    margin: 0 0 3.2rem;
  }
}

.txt__wysiwyg {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.6);
}
.txt__wysiwyg p {
  display: block;
  margin: 0 0 1.6rem;
}
.txt__wysiwyg p:last-child {
  margin: 0;
}
.txt__wysiwyg em {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.8rem;
  line-height: 1.333;
  font-weight: 300;
  font-style: normal;
  color: #333333;
  background: none;
}
.txt__wysiwyg em:last-child {
  margin: 0;
}
.txt__wysiwyg ul {
  margin: 0 0 2.4rem;
  padding: 0;
  list-style: none;
  font: 700 1.6rem/1.5 var(--font-family-second);
  color: #333333;
}
.txt__wysiwyg ul:last-child {
  margin: 0;
}
.txt__wysiwyg ul > li {
  position: relative;
  padding: 0 0 0 3rem;
  margin: 0 0 2.4rem;
}
.txt__wysiwyg ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.7rem;
  left: 0.5rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #FFDD2B;
}
.txt__wysiwyg ul > li:last-child {
  margin: 0;
}
@media (min-width: 1100px) {
  .txt__wysiwyg {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 400;
  }
  .txt__wysiwyg em {
    font-size: 2.4rem;
  }
  .txt__wysiwyg ul {
    font-size: 2.4rem;
    line-height: 1.333;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .txt__wysiwyg ul > li {
    padding: 0 0 0 3.6rem;
  }
  .txt__wysiwyg ul > li:before {
    top: 1.1rem;
    left: 1.2rem;
  }
}

.partners {
  margin: 0 0 2.4rem;
}
@media (min-width: 1100px) {
  .partners {
    margin: 0 0 4rem;
  }
}

.partners__title {
  display: block;
  margin: 0 0 1.6rem;
  font: 700 2.4rem/1 var(--font-family-third);
}
@media (min-width: 1100px) {
  .partners__title {
    font-size: 5.6rem;
    margin: 0 0 3.2rem;
  }
}

.partners__wysiwyg {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.6);
}
.partners__wysiwyg:last-child {
  margin: 0;
}
.partners__wysiwyg p {
  margin: 0 0 1.6rem;
}
.partners__wysiwyg p:last-child {
  margin: 0;
}
.partners__wysiwyg em {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.8rem;
  line-height: 1.333;
  font-weight: 300;
  font-style: normal;
  color: #333333;
  background: none;
}
@media (min-width: 1100px) {
  .partners__wysiwyg {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 400;
  }
  .partners__wysiwyg em {
    font-size: 2.4rem;
  }
}

.partners__list {
  margin: 0 -0.8rem -1.6rem;
  padding: 0 0 1.6rem;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.partners__list > li {
  padding: 0 0.8rem 1.6rem;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .partners__list > li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1100px) {
  .partners__list {
    margin: 0 -2rem -1.6rem;
  }
  .partners__list > li {
    padding: 0 2rem 1.6rem;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.partners__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1.2rem;
  overflow: hidden;
  background: rgba(243, 243, 243, 0.3);
  padding: 1rem;
  height: 100%;
  min-height: 10.8rem;
}
.partners__item img {
  display: block;
}
@media (min-width: 1100px) {
  .partners__item {
    height: 12rem;
  }
}

.benefits {
  margin: 0 0 2.4rem;
}
@media (min-width: 1100px) {
  .benefits {
    margin: 0 0 4rem;
  }
}

.benefits__wysiwyg {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.6);
}
.benefits__wysiwyg h2 {
  font: 700 2.4rem/1 var(--font-family-third);
  margin: 0 0 1.6rem;
  color: black;
}
.benefits__wysiwyg em {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.8rem;
  line-height: 1.333;
  font-weight: 300;
  font-style: normal;
  color: #333333;
}
.benefits__wysiwyg p {
  margin: 0 0 1.6rem;
}
.benefits__wysiwyg p:last-child {
  margin: 0;
}
.benefits__wysiwyg ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.benefits__wysiwyg ul > li {
  position: relative;
  padding: 0 0 0 2.4rem;
  margin: 0 0 2.4rem;
}
.benefits__wysiwyg ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6rem;
  left: 0.3rem;
  width: 1.2rem;
  height: 1.2rem;
  background: #FFDD2B;
  border-radius: 50%;
}
.benefits__wysiwyg ul h3 {
  display: block;
  margin: 0;
  font: 700 1.6rem/1.5 var(--font-family-second);
  color: #000;
}
.benefits__wysiwyg ul p {
  font-size: 1.8rem;
  line-height: 1.33;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 1100px) {
  .benefits__wysiwyg {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 400;
  }
  .benefits__wysiwyg h2 {
    font-size: 5.6rem;
    margin: 0 0 3.2rem;
  }
  .benefits__wysiwyg em {
    font-size: 2.4rem;
    margin: 0 0 2.4rem;
  }
  .benefits__wysiwyg ul {
    padding: 1.6rem 0 0;
    margin: 0 0 -2.4rem;
    columns: 2;
    column-gap: 4rem;
  }
  .benefits__wysiwyg ul > li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 0 0 3.6rem;
    margin: 0 0 2.4rem;
  }
  .benefits__wysiwyg ul > li:before {
    top: 1rem;
    left: 1.2rem;
  }
  .benefits__wysiwyg ul h3 {
    font-size: 2.4rem;
    line-height: 1.33;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0 0 0.8rem;
  }
  .benefits__wysiwyg ul h3:last-child {
    margin: 0;
  }
  .benefits__wysiwyg ul p {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 400;
  }
}

.benefits__title {
  display: block;
  margin: 0 0 1.6rem;
  font: 700 2.4rem/1 var(--font-family-third);
}
@media (min-width: 1100px) {
  .benefits__title {
    font-size: 5.6rem;
    margin: 0 0 3.2rem;
  }
}

.benefits__mark {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 300;
  color: #333333;
  background: none;
}
@media (min-width: 1100px) {
  .benefits__mark {
    font-size: 2.4rem;
    margin: 0 0 2.4rem;
  }
}

.benefits__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.benefits__list > li {
  position: relative;
  padding: 0 0 0 3rem;
  margin: 0 0 2.4rem;
}
.benefits__list > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.7rem;
  left: 0.5rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #FFDD2B;
}
.benefits__list > li:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .benefits__list {
    columns: 2;
    column-gap: 4rem;
  }
  .benefits__list > li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
}
@media (min-width: 1100px) {
  .benefits__list {
    margin: 0 0 -2.4rem;
  }
  .benefits__list > li {
    padding: 0 0 0 3.6rem;
  }
  .benefits__list > li:before {
    top: 1.1rem;
    left: 1.2rem;
  }
}

.benefits__item-title {
  display: block;
  margin: 0;
  font: 700 1.8rem/1.333 var(--font-family-second);
}
@media (min-width: 1100px) {
  .benefits__item-title {
    margin: 0 0 0.8rem;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
}

.benefits__item-text {
  display: block;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.6);
}
@media (min-width: 1100px) {
  .benefits__item-text {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 400;
  }
}

.examples {
  margin: 0 0 3.2rem;
}
@media (min-width: 1100px) {
  .examples {
    margin: 0 0 4rem;
  }
}

@media (min-width: 1100px) {
  .examples__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.examples__title {
  display: block;
  margin: 0 0 1.6rem;
  font: 700 2.4rem/1 var(--font-family-third);
}
@media (min-width: 1100px) {
  .examples__title {
    font-size: 5.6rem;
    margin: 0 0 3.2rem;
  }
}

.examples__content {
  margin: 0 0 2.8rem;
}
@media (min-width: 1100px) {
  .examples__content {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    padding: 5.6rem;
    border: 0.4rem solid #FFDD2B;
    margin: 0;
    overflow: hidden;
  }
}

.examples__sidebar {
  background: #1E1F21;
  margin: 0 -2.4rem;
  padding: 2.4rem;
  color: #fff;
}
@media (min-width: 1100px) {
  .examples__sidebar {
    -ms-flex-order: 1;
    order: 1;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 30rem;
    margin: 0 4rem 0 0;
    padding: 5.3rem 2.3rem 6.1rem 0;
    position: relative;
    z-index: 100;
    color: #fff;
  }
  .examples__sidebar:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50vw;
    z-index: -1;
    background: #1E1F21;
  }
}

.examples__wysiwyg {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.6);
}
.examples__wysiwyg em {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  font-style: normal;
  margin: 0 0 16px;
}
.examples__wysiwyg h3 {
  display: block;
  margin: 0 0 1.6rem;
  font: 700 1.8rem/1.25 var(--font-family-second);
  color: black;
}
.examples__wysiwyg h4 {
  display: block;
  margin: 0 0 1.6rem;
  font: 700 1.8rem/1.25 var(--font-family-second);
  color: black;
}
.examples__wysiwyg p, .examples__wysiwyg picture, .examples__wysiwyg figure {
  display: block;
  margin: 0 0 1.6rem;
}
.examples__wysiwyg p:last-child, .examples__wysiwyg picture:last-child, .examples__wysiwyg figure:last-child {
  margin: 0;
}
.examples__wysiwyg ul {
  margin: 0 0 1.6rem;
  padding: 0;
  list-style: none;
  font: 700 1.6rem/1.5 var(--font-family-second);
  color: black;
}
.examples__wysiwyg ul:last-child {
  margin: 0;
}
.examples__wysiwyg ul > li {
  position: relative;
  padding: 0 0 0 3rem;
  margin: 0 0 2.4rem;
}
.examples__wysiwyg ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.7rem;
  left: 0.5rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #FFDD2B;
}
.examples__wysiwyg ul > li:last-child {
  margin: 0;
}
@media (min-width: 1100px) {
  .examples__wysiwyg h3 {
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
  }
  .examples__wysiwyg ul {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 2.4rem;
  }
}

.examples__counter {
  display: block;
  margin: 0 0 2.4rem;
}
@media (min-width: 1100px) {
  .examples__counter {
    margin: 0 0 4rem;
  }
}

.examples__counter-number {
  display: block;
  font: 800 4rem/1 var(--font-family-fourth);
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0;
}
@supports (-webkit-text-stroke: 1px #fff) {
  .examples__counter-number {
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
  }
}
@media (min-width: 1100px) {
  .examples__counter-number {
    font-size: 7.2rem;
  }
  @supports (-webkit-text-stroke: 2px #fff) {
    .examples__counter-number {
      -webkit-text-stroke: 0.2rem #fff;
      -webkit-text-fill-color: transparent;
    }
  }
}

.examples__counter-text {
  display: block;
  margin: 0;
  font: 800 1.4rem/1.2 var(--font-family-second);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFDD2B;
}
@media (min-width: 1100px) {
  .examples__counter-text {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}

.examples__case {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 3.2rem;
  color: rgba(181, 181, 181, 0.7);
}
.examples__case figure {
  margin: 0 0 1.6rem;
  max-width: 17.2rem;
}
.examples__case figure:last-child {
  margin: 0;
}
.examples__case p {
  margin: 0 0 1.6rem;
}
.examples__case p:last-child {
  margin: 0;
}
@media (min-width: 1100px) {
  .examples__case {
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 400;
  }
  .examples__case figure {
    max-width: 21.4rem;
  }
}

.examples__action {
  margin: 0 -2.4rem -2.4rem;
}
.examples__action .ui-btn {
  width: 100%;
  border-radius: 0;
}
@media (min-width: 1100px) {
  .examples__action {
    margin: 0;
  }
}

.request {
  margin: 0 0 3.2rem;
}
.request .row {
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -1.5rem;
}
.request .row > [class^=col] {
  padding: 0 1.5rem;
}
.request .ui-legend {
  margin: 0 0 1.6rem;
}
.request .ui-label {
  margin: 0 0 0.8rem;
}
.request .ui-input {
  margin: 0 0 1.6rem;
}
.request .ui-textarea {
  margin: 0 0 1.6rem;
  min-height: 14rem;
}
.request .ui-check {
  margin: 0 0 1.6rem;
}
.request .ui-btn {
  width: 100%;
}
@media (min-width: 1100px) {
  .request {
    margin: 0 0 4rem;
  }
  .request .ui-legend {
    margin: 0 0 3.2rem;
  }
  .request .ui-label {
    margin: 0 0 0.8rem;
  }
  .request .ui-input {
    margin: 0 0 1.6rem;
  }
  .request .ui-textarea {
    margin: 0 0 2.4rem;
    min-height: 6rem;
  }
  .request .ui-check {
    margin: 0 0 1.6rem;
  }
  .request .ui-btn {
    width: 100%;
    min-width: 30rem;
  }
}

.breadcrumbs {
  display: none;
}
@media (min-width: 1100px) {
  .breadcrumbs {
    position: relative;
    top: -3.8rem;
    display: block;
    margin: 0 0 -3.8rem;
    padding: 0 0 5rem;
  }
}

.breadcrumbs__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font: 600 1.4rem/2rem var(--font-family-second);
}
.breadcrumbs__menu > li {
  padding: 0 2.4rem 0 0;
  position: relative;
}
.breadcrumbs__menu > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.8rem;
  width: 0.7rem;
  height: 1.2rem;
  background: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 6.00054C7 5.90243 6.95255 5.79355 6.88137 5.7224L1.27577 0.119666C1.20351 0.046357 1.09567 0 0.997535 0C0.903713 0 0.794793 0.046357 0.72146 0.119666L0.119704 0.720151C0.0496072 0.792382 0 0.901267 0 0.996137C0 1.09424 0.0496072 1.20313 0.119704 1.27536L4.8464 6.00054L0.119704 10.7257C0.0496072 10.798 0 10.9058 0 11.0028C0 11.1127 0.0496072 11.2065 0.119704 11.2788L0.72146 11.8803C0.794793 11.9536 0.903713 12 0.997535 12C1.09567 12 1.20351 11.9536 1.27577 11.8803L6.88137 6.27652C6.95255 6.20645 7 6.09541 7 6.00054Z' fill='%23D3D3D3'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
  background-size: contain;
  margin: -0.6rem 0 0 0;
}
.breadcrumbs__menu > li:last-child {
  padding: 0;
}
.breadcrumbs__menu > li:last-child:after {
  display: none;
}

.breadcrumbs__link {
  text-decoration: none;
  color: #000;
  transition: color 0.25s;
}
.breadcrumbs__link:hover {
  text-decoration: none;
  color: #B5B5B5;
}

.sku {
  margin: 0 0 3.2rem;
}
@media (min-width: 1100px) {
  .sku {
    margin: 0 0 4rem;
  }
}

.sku__title {
  display: block;
  margin: 0 0 1.6rem;
  font: 700 2.4rem/1 var(--font-family-third);
}
@media (min-width: 1100px) {
  .sku__title {
    margin: 0 0 4rem;
    font-size: 8rem;
  }
}

.sku__gallery {
  margin: 0 0 2.4rem;
}
@media (min-width: 1100px) {
  .sku__gallery {
    margin: 0;
  }
}

.sku__slide {
  position: relative;
  overflow: hidden;
  background: #F3F3F3;
  display: block;
  max-height: 64rem;
}
.sku__slide:before {
  content: "";
  float: left;
  padding: 100% 0 0 0;
}

.sku__slide-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2rem;
  margin: 0;
}
.sku__slide-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media (min-width: 1100px) {
  .sku__slide-image {
    padding: 5rem;
  }
}

.sku__slide-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #FFDD2B;
}
.sku__slide-icon img, .sku__slide-icon svg {
  display: block;
  width: 7.2rem;
  height: 7.2rem;
}
@media (min-width: 1100px) {
  .sku__slide-icon img, .sku__slide-icon svg {
    width: 11.2rem;
    height: 11.2rem;
  }
}

.sku__thumb {
  position: relative;
  overflow: hidden;
  background: #F3F3F3;
  display: block;
  cursor: pointer;
}
.sku__thumb:before {
  content: "";
  float: left;
  padding: 100% 0 0 0;
}

.sku__thumb-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
  transition: transform 0.25s;
}
.sku__thumb-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.sku__thumb-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #FFDD2B;
  transition: transform 0.25s;
}
.sku__thumb-icon img, .sku__thumb-icon svg {
  display: block;
}

.sku__mark {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 300;
}
@media (min-width: 1100px) {
  .sku__mark {
    font-size: 2.4rem;
    max-width: 60rem;
  }
}

.sku__text {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.6);
}
@media (min-width: 1100px) {
  .sku__text {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 400;
  }
}

.sku__info {
  margin: 0 0 1.6rem;
}
.sku__info .row {
  margin: 0 -2rem -1.6rem;
}
.sku__info .row > [class^=col] {
  padding: 0 2rem 1.6rem;
}

.sku__info-dl {
  margin: 0;
}
.sku__info-dl dt {
  display: block;
  margin: 0 0 0.8rem;
  font: 600 1.6rem/1.5 var(--font-family-second);
  color: #9D9D9D;
}
.sku__info-dl dt:last-child {
  margin: 0;
}
.sku__info-dl dd {
  display: block;
  margin: 0 0 1.6rem;
  font: 600 1.8rem/1.3 var(--font-family-second);
}
.sku__info-dl dd:last-child {
  margin: 0;
}
.sku__info-dl figure {
  margin: 0;
}
.sku__info-dl a:not([class]) {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: underline;
  color: #000;
  transition: 0.25s;
}
.sku__info-dl a:not([class]) svg {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0.8rem 0 0;
}
.sku__info-dl a:not([class]):hover {
  color: #B5B5B5;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
@media (min-width: 1100px) {
  .sku__info-dl dt {
    margin: 0 0 0.8rem;
  }
  .sku__info-dl dd {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 600;
    min-height: 3.2rem;
  }
}

.sku__info-tags {
  margin: 0 -0.4rem -1.6rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sku__info-tags > li {
  padding: 0 0.4rem 1.6rem;
}
@media (min-width: 1100px) {
  .sku__info-tags {
    padding: 0.8rem 0 0.8rem;
    max-width: 60%;
  }
}

.sku__info-tag {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  font: 700 1.4rem/1.2 var(--font-family-second);
  white-space: nowrap;
  padding: 0 1.6rem;
  border: 0.2rem solid #FFDD2B;
  background: #fff;
  color: #000;
  text-decoration: none;
  border-radius: 4rem;
  height: 3.6rem;
  transition: background 0.25s, color 0.25s;
}
.sku__info-tag:hover {
  background: #FFDD2B;
  color: #000;
  text-decoration: none;
}

.sku__credit {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  font: 700 1.6rem/1.5 var(--font-family-second);
  white-space: nowrap;
  padding: 1.6rem 2.4rem;
  background: #1BD972;
  color: #fff;
  border-radius: 6rem;
  height: 5.6rem;
}
.sku__credit svg {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0.8rem 0 0;
}

@media (min-width: 1100px) {
  .services {
    margin: 0 0 4rem;
  }
}

.services__title {
  display: block;
  margin: 0 0 1.6rem;
  font: 700 2.4rem/1 var(--font-family-third);
}
.services__title small {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  display: block;
}
@media (min-width: 1100px) {
  .services__title {
    margin: 0 0 3.2rem;
    font-size: 8rem;
  }
  .services__title small {
    font-size: 4rem;
  }
}

.services__nav {
  position: relative;
  z-index: 100;
  margin: 0 0 2rem;
}
.services__nav.is-open .services__nav-toggle {
  border-radius: 1.8rem 1.8rem 0 0;
}
.services__nav.is-open .services__nav-toggle-arrow {
  transform: rotate(180deg);
}
.services__nav.is-open .services__nav-offcanvas {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1100px) {
  .services__nav {
    margin: 0 0 3.2rem;
  }
}

.services__nav-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font: 700 1.4rem/1.2 var(--font-family-second);
  text-align: left;
  background: #000000;
  color: #fff;
  border-radius: 1.8rem;
  height: 3.6rem;
  width: 100%;
  padding: 0.8rem 1.6rem;
}
@media (min-width: 1100px) {
  .services__nav-toggle {
    display: none;
  }
}

.services__nav-toggle-text {
  display: block;
  -ms-flex: 1;
  flex: 1;
  margin: 0 1.6rem 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.services__nav-toggle-arrow {
  position: relative;
  z-index: 200;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  transition: transform 0.25s;
}
.services__nav-toggle-arrow svg {
  display: block;
  width: 1rem;
  height: 0.6rem;
}

.services__nav-offcanvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #000;
  color: #fff;
  padding: 0;
  border-radius: 1.8rem;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1100px) {
  .services__nav-offcanvas {
    position: relative;
    top: 0;
    background: none;
    color: inherit;
    overflow: visible;
    padding: 0;
    border-radius: 0;
    transition: none;
    opacity: 1;
    visibility: visible;
  }
}

.services__nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1099px) {
  .services__nav-menu > li:first-child .services__nav-btn {
    border-radius: 1.2rem 1.2rem 0 0;
  }
  .services__nav-menu > li:last-child .services__nav-btn {
    border-radius: 0 0 1.2rem 1.2rem;
  }
}
@media (min-width: 1100px) {
  .services__nav-menu {
    margin: 0 -0.8rem -1.6rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .services__nav-menu > li {
    padding: 0 0.8rem 1.6rem;
    margin: 0;
  }
}

.services__nav-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.4rem 1.6rem;
  font: 700 1.4rem/1.43 var(--font-family-second);
  text-decoration: none;
  color: #fff;
  transition: color 0.25s, background 0.25s;
  min-height: 3.6rem;
}
.services__nav-btn:hover {
  text-decoration: none;
  background: #FFDD2B;
  color: #000;
}
@media (min-width: 1100px) {
  .services__nav-btn {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 700;
    padding: 0.8rem 2.4rem;
    background: #EDEDED;
    color: #000;
    border-radius: 4rem;
    height: 5.6rem;
    white-space: nowrap;
  }
  .services__nav-btn:hover, .services__nav-btn.is-active {
    background: #000;
    color: #fff;
  }
}
@media (max-width: 1099px) {
  .services__nav-btn.is-active {
    background: #FFDD2B;
    color: #000;
  }
}

.services__text {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.8rem;
  line-height: 1.333;
  font-weight: 300;
}
@media (min-width: 1100px) {
  .services__text {
    font-size: 2.4rem;
    max-width: 128rem;
    margin: 0 0 4rem;
  }
}

.services__subtitle {
  display: block;
  margin: 0 0 1.6rem;
  font: 700 2.4rem/1 var(--font-family-third);
}
@media (min-width: 1100px) {
  .services__subtitle {
    margin: 0 0 1.6rem;
    font-size: 4rem;
  }
}

.services__affix {
  display: none;
}
@media (min-width: 1100px) {
  .services__affix {
    display: block;
    margin: 0 0 12rem;
  }
}

@media (min-width: 1100px) {
  .services__affix-menu {
    margin: 0 -1.2rem -1.6rem;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .services__affix-menu > li {
    padding: 0 1.2rem 1.6rem;
    transition: opacity 0.25s;
    position: relative;
  }
  .services__affix-menu > li.is-hidden {
    cursor: pointer;
  }
  .services__affix-menu > li.is-hidden .services__affix-btn {
    pointer-events: none;
    opacity: 0.25;
  }
  .services__affix-menu > li.is-hidden:before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    font: 400 1.6rem/1.4 var(--font-family-base);
    background: #FFDD2B;
    color: #000;
    padding: 1.6rem;
    white-space: nowrap;
    transform: translate(-50%, -1rem);
    margin: 0 0 1.6rem;
    transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
    opacity: 0;
    visibility: hidden;
  }
  .services__affix-menu > li.is-hidden:hover:before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }
}

.services__affix-btn {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0.2rem solid #FFDD2B;
  border-radius: 4rem;
  padding: 0.8rem 2.2rem;
  height: 5.6rem;
  font: 700 1.6rem/1.5 var(--font-family-second);
  background: none;
  color: #000;
  text-decoration: none;
  transition: color 0.25s, background 0.25s, opacity 0.25s;
}
.services__affix-btn:hover {
  background: #FFDD2B;
  color: #000;
  text-decoration: none;
}

.is-services-sticky-open .services__sticky {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.services__sticky {
  display: none;
}
@media (min-width: 1100px) {
  .services__sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    box-shadow: 0px 0.4rem 0.4rem rgba(0, 0, 0, 0.15);
    z-index: 1000;
    padding: 1.6rem 0;
    display: block;
    transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, -100%);
  }
}

.services__sticky-menu {
  margin: 0 -0.4rem -0.8rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
}
.services__sticky-menu > li {
  padding: 0 0.4rem 0.8rem;
  transition: opacity 0.25s;
  position: relative;
}
.services__sticky-menu > li.is-hidden {
  cursor: pointer;
}
.services__sticky-menu > li.is-hidden .services__sticky-btn {
  pointer-events: none;
  opacity: 0.25;
}

.services__sticky-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.8rem 1.46rem;
  border: 1.4px solid #FFDD2B;
  border-radius: 4rem;
  height: 3.6rem;
  font: 700 1.4rem/1.2 var(--font-family-second);
  white-space: nowrap;
  text-decoration: none;
  color: #000;
  transition: 0.25s;
}
.services__sticky-btn:hover, .services__sticky-btn.is-active {
  background: #FFDD2B;
}

@keyframes servicesShow {
  0% {
    opacity: 0;
    transform: translate(0, 2rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.services__accordion {
  margin: 0 -2.4rem;
}
@media (min-width: 1100px) {
  .services__accordion {
    margin: 0;
  }
}

.services__accordion-group {
  margin: 0;
  animation: servicesShow 0.5s forwards;
}
.services__accordion-group.is-hidden {
  display: none;
}
@media (min-width: 1100px) {
  .services__accordion-group {
    margin: 0 0 12rem;
  }
}

.services__accordion-group-toggle {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font: 700 1.6rem/1.25 var(--font-family-second);
  text-align: left;
  min-width: 100%;
  min-height: 5.2rem;
  background: #FFDD2B;
  color: #000;
  cursor: pointer;
  padding: 1.6rem 2.4rem;
  margin: 0 0 0.4rem;
}
.services__accordion-group-toggle:last-child {
  margin: 0;
}
.services__accordion-group-toggle svg {
  transition: transform 0.25s;
  margin: 0 0 0 1.6rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.services__accordion-group-toggle.is-open svg {
  transform: rotate(180deg);
}
@media (min-width: 1100px) {
  .services__accordion-group-toggle {
    display: none;
  }
}

.services__accordion-group-content {
  margin: 0;
  padding: 0 2.4rem;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.4s ease-out;
  opacity: 0;
}
.services__accordion-group-content.is-open {
  opacity: 1;
}
@media (min-width: 1100px) {
  .services__accordion-group-content {
    overflow: visible;
    max-height: none;
    transition: none;
    opacity: 1;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 1099px) {
  .services__accordion-group-content > .services__item {
    padding: 0 0 0.4rem;
    margin: 0;
  }
}

.services__item {
  position: relative;
}

@media (min-width: 1100px) {
  .services__item-head {
    position: relative;
    min-height: 32rem;
    margin: 0 0 4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 4rem 44rem 4rem 0;
  }
}

@media (min-width: 1100px) {
  .services__item-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.services__item-content {
  margin: 0 0 2.4rem;
}
@media (min-width: 1100px) {
  .services__item-content {
    margin: 0;
    min-width: 0;
    -ms-flex: 1;
    flex: 1;
  }
}

.services__item-sidebar {
  margin: 0 -2.4rem;
  padding: 2.4rem 2.4rem 3.2rem;
  background: #1E1F21;
  color: #ECECEC;
}
@media (min-width: 1100px) {
  .services__item-sidebar {
    width: 44rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 5.6rem;
    position: relative;
    top: -40rem;
    left: 5.6rem;
    margin: 0 0 -40rem;
  }
}

.services__item-image {
  display: block;
  margin: 0 -2.4rem 2.4rem;
  position: relative;
  z-index: -1;
  height: 16rem;
  background: #000;
}
.services__item-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.services__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0 50%;
  object-position: 0 50%;
}
@media (min-width: 1100px) {
  .services__item-image {
    margin: 0;
    position: absolute;
    top: 0;
    left: -14rem;
    right: -5.6rem;
    bottom: 0;
    height: auto;
    width: auto;
  }
}

.services__item-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0;
  padding: 2.4rem 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16rem;
  font: 700 2.4rem/1 var(--font-family-third);
  color: #fff;
}
.services__item-title a {
  text-decoration: none;
  color: #fff;
  transition: color 0.25s;
}
.services__item-title a:hover {
  text-decoration: none;
  color: #FFDD2B;
}
@media (min-width: 1100px) {
  .services__item-title {
    position: relative;
    height: auto;
    padding: 0;
    margin: 0 0 2.4rem;
    font-size: 6.4rem;
  }
}

.services__item-tags {
  margin: 0 -0.4rem -0.8rem;
  padding: 0 0 1.6rem;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.services__item-tags > li {
  padding: 0 0.4rem 0.8rem;
}
@media (min-width: 1100px) {
  .services__item-tags {
    margin: 0 -0.8rem -1.6rem;
    padding: 0;
  }
  .services__item-tags > li {
    padding: 0 0.8rem 1.6rem;
  }
}

.services__item-tag {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  background: #EDEDED;
  border-radius: 4rem;
  min-height: 3.6rem;
  font: 700 1.4rem/1.4 var(--font-family-second);
  padding: 0.4rem 1.6rem;
  transition: color 0.25s, background 0.25s;
  color: #000;
  text-decoration: none;
}
.services__item-tag:hover {
  background: #FFDD2B;
  color: #000;
  text-decoration: none;
}

.services__item-wysiwyg {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.6);
}
.services__item-wysiwyg em {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.8rem;
  line-height: 1.33;
  font-weight: 300;
  color: #333333;
  font-style: normal;
}
.services__item-wysiwyg p {
  display: block;
  margin: 0 0 1.6rem;
}
.services__item-wysiwyg .ui-btn {
  padding: 0.8rem 2.4rem;
  height: 5.2rem;
  font-size: 1.6rem;
}
@media (min-width: 1100px) {
  .services__item-wysiwyg {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 400;
  }
  .services__item-wysiwyg em {
    font-size: 2.4rem;
    margin: 0 0 1.6rem;
  }
  .services__item-wysiwyg p {
    margin: 0 0 1.6rem;
  }
  .services__item-wysiwyg .ui-btn {
    padding: 0.8rem 3.2rem;
    height: 7rem;
    font-size: 1.8rem;
    min-width: 18.8rem;
    margin: 2.4rem 0 0 0;
  }
}

.services__item-counter {
  display: block;
  margin: 0 0 2.4rem;
}
@media (min-width: 1100px) {
  .services__item-counter {
    margin: 0 0 1.6rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.services__item-counter-number {
  display: block;
  font: 800 4rem/1 var(--font-family-fourth);
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0;
}
@supports (-webkit-text-stroke: 1px #fff) {
  .services__item-counter-number {
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
  }
}
@media (min-width: 1100px) {
  .services__item-counter-number {
    font-size: 7.2rem;
    margin: 0 1.6rem 0 0;
  }
  @supports (-webkit-text-stroke: 2px #fff) {
    .services__item-counter-number {
      -webkit-text-stroke: 0.2rem #fff;
      -webkit-text-fill-color: transparent;
    }
  }
}

.services__item-counter-text {
  display: block;
  margin: 0;
  font: 800 1.4rem/1.2 var(--font-family-second);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFDD2B;
}
@media (min-width: 1100px) {
  .services__item-counter-text {
    font-size: 1.8rem;
    -ms-flex: 1;
    flex: 1;
    letter-spacing: 0;
  }
}

.services__item-case {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.services__item-case strong {
  display: block;
  margin: 0 0 0.8rem;
  font: 800 2.2rem/1.2 var(--font-family-second);
  text-transform: uppercase;
}
.services__item-case em {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.8rem;
  line-height: 1.333;
  font-weight: 500;
  font-style: normal;
}
.services__item-case p {
  display: block;
  margin: 0 0 2.4rem;
}
.services__item-case figure {
  margin: 0;
  max-width: 17.2rem;
}
.services__item-case img {
  display: block;
}
@media (min-width: 1100px) {
  .services__item-case {
    font-size: 1.8rem;
    line-height: 1.33;
    font-weight: 400;
  }
  .services__item-case strong {
    margin: 0 0 1.6rem;
  }
  .services__item-case em {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 500;
  }
  .services__item-case p {
    margin: 0 0 1.6rem;
  }
  .services__item-case figure {
    max-width: none;
  }
}

.readmore {
  margin: 0 0 2.4rem;
}
.readmore.is-initialized .readmore__wysiwyg {
  max-height: 14.4rem;
}
.readmore.is-initialized .readmore__wysiwyg:after {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .readmore.is-initialized .readmore__wysiwyg {
    max-height: none;
    margin: 0;
  }
  .readmore.is-initialized .readmore__wysiwyg:after {
    display: none;
  }
}
.readmore.is-initialized .readmore__toggle {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (min-width: 768px) {
  .readmore.is-initialized .readmore__toggle {
    display: none;
  }
}
@media (min-width: 1100px) {
  .readmore {
    margin: 0 0 8rem;
  }
}

.readmore__wysiwyg {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.6);
  margin: 0 0 0.8rem;
  position: relative;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.4s ease-out;
}
.readmore__wysiwyg:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  z-index: 100;
  height: 100%;
  max-height: 12rem;
  transition: opacity 0.25s, visibility 0.25s;
  opacity: 0;
  visibility: hidden;
}
.readmore__wysiwyg h1 {
  font: 700 2.4rem/1 var(--font-family-third);
  margin: 0 0 2.4rem;
  color: black;
}
.readmore__wysiwyg em {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.8rem;
  line-height: 1.333;
  font-weight: 300;
  font-style: normal;
  color: #333333;
}
.readmore__wysiwyg p {
  margin: 0 0 1.6rem;
}
.readmore__wysiwyg p:last-child {
  margin: 0;
}
.readmore__wysiwyg.is-open:after {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .readmore__wysiwyg {
    max-height: none;
    margin: 0;
  }
  .readmore__wysiwyg:after {
    display: none;
  }
}
@media (min-width: 1100px) {
  .readmore__wysiwyg {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 400;
  }
  .readmore__wysiwyg h1 {
    font-size: 8rem;
    margin: 0 0 3.2rem;
  }
  .readmore__wysiwyg em {
    font-size: 2.4rem;
  }
}

.readmore__toggle {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  font: 600 1.4rem/1.43 var(--font-family-second);
  text-decoration: none;
  color: #000;
  border-bottom: 1px dashed currentColor;
  transition: color 0.25s;
  display: none;
}
.readmore__toggle svg {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0 0 0.8rem;
  transition: transform 0.25s;
}
.readmore__toggle:hover {
  color: #B5B5B5;
  text-decoration: none;
}
.readmore__toggle.is-open svg {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .readmore__toggle {
    display: none;
  }
}

.usage {
  margin: 0 0 3.2rem;
}
.usage .row {
  margin: 0 -2rem;
}
.usage .row > [class^=col] {
  padding: 0 2rem;
}
@media (min-width: 1100px) {
  .usage {
    margin: 0 0 8rem;
  }
}

.usage__image {
  margin: 0 -2.4rem 2.4rem;
}
.usage__image img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
@media (min-width: 768px) {
  .usage__image {
    margin: 0 0 0 -2.4rem;
  }
}
@media (min-width: 1100px) {
  .usage__image {
    position: relative;
    margin: 0 4rem 0 -14rem;
  }
}

.usage__title {
  display: block;
  font: 700 2.4rem/1 var(--font-family-third);
  margin: 0 0 1.6rem;
  color: black;
}
@media (min-width: 1100px) {
  .usage__title {
    font-size: 5.6rem;
    margin: 0 0 3.2rem;
  }
}

.usage__wysiwyg {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.6);
  margin: 0 0 2.4rem;
}
.usage__wysiwyg h2 {
  font: 700 2.4rem/1 var(--font-family-third);
  margin: 0 0 2.4rem;
  color: black;
}
.usage__wysiwyg em {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.8rem;
  line-height: 1.333;
  font-weight: 300;
  font-style: normal;
  color: #333333;
}
.usage__wysiwyg p {
  margin: 0 0 1.6rem;
}
.usage__wysiwyg p:last-child {
  margin: 0;
}
@media (min-width: 1100px) {
  .usage__wysiwyg {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 400;
    margin: 0 0 3.2rem;
  }
  .usage__wysiwyg h2 {
    font-size: 5.6rem;
    margin: 0 0 3.2rem;
  }
  .usage__wysiwyg em {
    font-size: 2.4rem;
  }
  .usage__wysiwyg p {
    max-width: 64rem;
  }
}

@media (min-width: 1100px) {
  .usage__nav {
    max-width: 94rem;
  }
}

.usage__nav-menu {
  margin: 0 -0.4rem -0.8rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.usage__nav-menu > li {
  padding: 0 0.4rem 0.8rem;
}
@media (min-width: 1100px) {
  .usage__nav-menu {
    margin: 0 -0.8rem -2.4rem;
  }
  .usage__nav-menu > li {
    padding: 0 0.8rem 2.4rem;
  }
}

.usage__nav-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 3.6rem;
  border: 0.2rem solid #FFDD2B;
  border-radius: 4rem;
  padding: 0.4rem 1.6rem;
  font: 700 1.4rem/1.43 var(--font-family-second);
  color: #000000;
  text-decoration: none;
  transition: color 0.25s, background 0.25s;
}
.usage__nav-btn:hover {
  text-decoration: none;
  color: #000000;
  background: #FFDD2B;
}
@media (min-width: 1100px) {
  .usage__nav-btn {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 700;
    padding: 0.8rem 2.2rem;
    min-height: 5.6rem;
  }
}

.is-sticky-open .nav__sticky {
  position: fixed;
  box-shadow: 0px 0.4rem 0.4rem rgba(0, 0, 0, 0.15);
  transform: translate(0, 6rem);
}

.nav {
  display: none;
}
@media (min-width: 1100px) {
  .nav {
    position: relative;
    top: -5.6rem;
    margin: 0 0 -5.6rem;
    padding: 0 0 5.6rem;
    display: block;
  }
}

.nav__sticky {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  transition: box-shadow 0.25s, transform 0.25s;
}

.nav__menu {
  margin: 0;
  padding: 1.8rem 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font: 600 1.4rem/2rem var(--font-family-second);
}
.nav__menu > li {
  padding: 0 1.6rem 0 0;
  position: relative;
}
.nav__menu > li:last-child {
  padding: 0;
}

.nav__link {
  text-decoration: none;
  color: #000;
  transition: color 0.25s;
}
.nav__link:hover, .nav__link.is-active {
  text-decoration: none;
  color: #B5B5B5;
}

.statistic {
  position: relative;
  margin: 0 0 5.6rem;
}
.statistic .container-fluid {
  position: relative;
}
@media (min-width: 1100px) {
  .statistic {
    margin: 0 0 8rem;
  }
}

.statistic__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 25.6rem;
  left: 33.333%;
  right: -14rem;
  bottom: -5.6rem;
  min-height: 48rem;
  z-index: -1;
  pointer-events: none;
  background-size: contain;
}
.statistic__image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  z-index: 100;
}
.statistic__image img {
  display: block;
}
@media (min-width: 1100px) {
  .statistic__image {
    top: 25.6rem;
    bottom: -51.2rem;
    left: 50%;
    right: -34rem;
    min-height: 96rem;
  }
}

.statistic__wysiwyg {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.6);
  margin: 0 0 2.4rem;
}
.statistic__wysiwyg h1 {
  font: 700 2.4rem/1 var(--font-family-third);
  margin: 0 0 2.4rem;
  color: black;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.statistic__wysiwyg em {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.8rem;
  line-height: 1.333;
  font-weight: 300;
  font-style: normal;
  color: #333333;
}
.statistic__wysiwyg p {
  margin: 0 0 1.6rem;
}
.statistic__wysiwyg p:last-child {
  margin: 0;
}
@media (min-width: 1100px) {
  .statistic__wysiwyg {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 400;
    margin: 0 0 2.4rem;
  }
  .statistic__wysiwyg h1 {
    font-size: 8rem;
    margin: 0 0 3.2rem;
  }
  .statistic__wysiwyg em {
    font-size: 2.4rem;
    max-width: 86rem;
  }
  .statistic__wysiwyg p {
    max-width: 104rem;
  }
}

.statistic__numbers {
  margin: 0;
  padding: 0;
  list-style: none;
  font: 800 1.8rem/1.2 var(--font-family-second);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #000;
}
.statistic__numbers > li {
  margin: 0 0 2.4rem;
}
.statistic__numbers mark {
  display: block;
  background: none;
  color: #FFDD2B;
  font: 800 7.2rem/1 var(--font-family-third);
  letter-spacing: -0.01em;
}
@media (min-width: 1100px) {
  .statistic__numbers {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -4rem -4rem;
    padding: 0 0 5rem;
  }
  .statistic__numbers > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 4rem 4rem;
    margin: 0;
  }
  .statistic__numbers mark {
    font-size: 9.6rem;
    margin: 0 2.5rem 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.statistic__action .ui-btn {
  height: 5.2rem;
  font-size: 1.6rem;
  padding: 0.8rem 2.4rem;
}
@media (min-width: 1100px) {
  .statistic__action .ui-btn {
    height: 7rem;
    font-size: 1.8rem;
    padding: 0.8rem 3.2rem;
    min-width: 30rem;
  }
}

.methods {
  margin: 0 0 3.2rem;
}
@media (min-width: 1100px) {
  .methods {
    margin: 0 0 8rem;
  }
}

.methods__title {
  display: block;
  font: 700 2.4rem/1 var(--font-family-third);
  margin: 0 0 1.6rem;
  color: black;
}
@media (min-width: 1100px) {
  .methods__title {
    font-size: 5.6rem;
    margin: 0 0 3.2rem;
  }
}

.methods__wysiwyg {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.6);
}
.methods__wysiwyg h2 {
  font: 700 2.4rem/1 var(--font-family-third);
  margin: 0 0 1.6rem;
  color: black;
}
.methods__wysiwyg em {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.8rem;
  line-height: 1.333;
  font-weight: 300;
  font-style: normal;
  color: #333333;
}
.methods__wysiwyg p {
  margin: 0 0 1.6rem;
}
.methods__wysiwyg p:last-child {
  margin: 0;
}
.methods__wysiwyg ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.methods__wysiwyg ul > li {
  position: relative;
  padding: 0 0 0 2.4rem;
  margin: 0 0 2.4rem;
}
.methods__wysiwyg ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6rem;
  left: 0.3rem;
  width: 1.2rem;
  height: 1.2rem;
  background: #FFDD2B;
  border-radius: 50%;
}
.methods__wysiwyg ul h3 {
  display: block;
  margin: 0;
  font: 700 1.6rem/1.5 var(--font-family-second);
  color: #000;
}
.methods__wysiwyg ul p {
  font-size: 1.8rem;
  line-height: 1.33;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 1100px) {
  .methods__wysiwyg {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 400;
  }
  .methods__wysiwyg h2 {
    font-size: 5.6rem;
    margin: 0 0 3.2rem;
  }
  .methods__wysiwyg em {
    font-size: 2.4rem;
  }
  .methods__wysiwyg ul {
    padding: 1.6rem 0 0;
    margin: 0 0 -2.4rem;
    columns: 4;
    column-gap: 4rem;
  }
  .methods__wysiwyg ul > li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 0 0 3.6rem;
    margin: 0 0 2.4rem;
  }
  .methods__wysiwyg ul > li:before {
    top: 1rem;
    left: 1.2rem;
  }
  .methods__wysiwyg ul h3 {
    font-size: 2.4rem;
    line-height: 1.33;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0 0 0.8rem;
  }
  .methods__wysiwyg ul h3:last-child {
    margin: 0;
  }
  .methods__wysiwyg ul p {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 400;
  }
}

.composition {
  margin: 0 0 3.2rem;
}
@media (min-width: 1100px) {
  .composition {
    margin: 0 0 8rem;
  }
}

.composition__title {
  display: block;
  font: 700 2.4rem/1 var(--font-family-third);
  margin: 0 0 1.6rem;
  color: black;
}
@media (min-width: 1100px) {
  .composition__title {
    font-size: 5.6rem;
    margin: 0 0 3.2rem;
  }
}

.composition__wysiwyg {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.6);
}
.composition__wysiwyg h2 {
  font: 700 2.4rem/1 var(--font-family-third);
  margin: 0 0 1.6rem;
  color: black;
}
.composition__wysiwyg em {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.8rem;
  line-height: 1.333;
  font-weight: 300;
  font-style: normal;
  color: #333333;
}
.composition__wysiwyg p {
  margin: 0 0 1.6rem;
}
.composition__wysiwyg p:last-child {
  margin: 0;
}
.composition__wysiwyg ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.composition__wysiwyg ul > li {
  position: relative;
  padding: 0 0 0 2.4rem;
  margin: 0 0 2.4rem;
}
.composition__wysiwyg ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6rem;
  left: 0.3rem;
  width: 1.2rem;
  height: 1.2rem;
  background: #FFDD2B;
  border-radius: 50%;
}
.composition__wysiwyg ul h3 {
  display: block;
  margin: 0;
  font: 700 1.6rem/1.5 var(--font-family-second);
  color: #000;
}
.composition__wysiwyg ul p {
  font-size: 1.8rem;
  line-height: 1.33;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 1100px) {
  .composition__wysiwyg {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 400;
  }
  .composition__wysiwyg h2 {
    font-size: 5.6rem;
    margin: 0 0 3.2rem;
  }
  .composition__wysiwyg em {
    font-size: 2.4rem;
  }
  .composition__wysiwyg ul {
    padding: 1.6rem 0 0;
    margin: 0 0 -2.4rem;
    columns: 2;
    column-gap: 4rem;
  }
  .composition__wysiwyg ul > li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 0 0 3.6rem;
    margin: 0 0 2.4rem;
  }
  .composition__wysiwyg ul > li:before {
    top: 1rem;
    left: 1.2rem;
  }
  .composition__wysiwyg ul h3 {
    font-size: 2.4rem;
    line-height: 1.33;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0 0 0.8rem;
  }
  .composition__wysiwyg ul h3:last-child {
    margin: 0;
  }
  .composition__wysiwyg ul p {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 400;
  }
}

.gallery {
  margin: 0 0 3.2rem;
}
.gallery .row {
  margin: 0;
  -ms-flex: 1;
  flex: 1;
}
.gallery .row > [class^=col] {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1100px) {
  .gallery {
    margin: 0 0 8rem;
  }
  .gallery .row {
    margin: 0 -2rem -4rem;
  }
  .gallery .row > [class^=col] {
    padding: 0 2rem 4rem;
  }
}

.gallery__title {
  display: block;
  margin: 0 0 1.6rem;
  font: 700 2.4rem/1 var(--font-family-third);
}
@media (min-width: 1100px) {
  .gallery__title {
    margin: 0 0 4rem;
    font-size: 5.6rem;
  }
}

.gallery__item {
  position: relative;
  overflow: hidden;
  background: #000;
  color: #FFDD2B;
  text-decoration: none;
  display: block;
  -ms-flex: 1;
  flex: 1;
}
.gallery__item:before {
  content: "";
  float: left;
  padding: 100% 0 0 0;
}
.gallery__item:hover {
  color: #FFDD2B;
  text-decoration: none;
}
.gallery__item:hover .gallery__item-image img {
  transform: scale(1.05);
}
.gallery__item:hover .gallery__item-image:after {
  opacity: 0.5;
}
.gallery__item--100x56:before {
  padding: 56.25% 0 0 0;
}
.gallery__item--100x130:before {
  padding: 130% 0 0 0;
}

.gallery__item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.gallery__item-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: opacity 0.25s;
}
.gallery__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.25s;
}

.gallery__item-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.gallery__item-icon svg {
  display: block;
}
.gallery__item-icon svg.icon-video {
  width: 7.2rem;
  height: 7.2rem;
}
.gallery__item-icon svg.icon-plus {
  width: 5.6rem;
  height: 5.6rem;
}
@media (min-width: 1100px) {
  .gallery__item-icon svg.icon-video {
    width: 10rem;
    height: 10rem;
  }
  .gallery__item-icon svg.icon-plus {
    width: 8rem;
    height: 8rem;
  }
}

.specifications {
  margin: 0 0 2.4rem;
}
.specifications .row {
  margin: 0 -2rem;
}
.specifications .row > [class^=col] {
  padding: 0 2rem;
}
@media (min-width: 1100px) {
  .specifications {
    margin: 0 0 4rem;
  }
}

.specifications__title {
  display: block;
  margin: 0 0 2.8rem;
  font: 700 2.4rem/1 var(--font-family-third);
}
@media (min-width: 1100px) {
  .specifications__title {
    font-size: 5.6rem;
    margin: 0 0 3.2rem;
  }
}

.specifications__section {
  margin: 0 0 2.4rem;
}
.specifications__section:last-child {
  margin: 0;
}
@media (max-width: 767px) {
  .specifications__section .row > [class^=col]:nth-of-type(2) table tbody tr:nth-of-type(odd) {
    background: none;
  }
  .specifications__section .row > [class^=col]:nth-of-type(2) table tbody tr:nth-of-type(even) {
    background: #F3F3F3;
  }
}

.specifications__table {
  font: 700 1.6rem/1.5 var(--font-family-second);
  color: #000;
  text-align: left;
}
@media (min-width: 1100px) {
  .specifications__table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
  }
  .specifications__table thead th, .specifications__table thead td {
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 600;
    padding: 1.2rem 0;
    height: 5rem;
  }
  .specifications__table tbody tr:nth-of-type(odd) {
    background: #F3F3F3;
  }
  .specifications__table tbody th, .specifications__table tbody td {
    padding: 1.2rem 2.4rem;
  }
  .specifications__table tbody td:first-of-type {
    font-weight: 600;
    color: #9D9D9D;
  }
  .specifications__table tbody td:last-of-type {
    font-weight: 700;
  }
}
@media (max-width: 1099px) {
  .specifications__table {
    margin: 0;
    display: block;
  }
  .specifications__table thead, .specifications__table tbody, .specifications__table tr, .specifications__table th, .specifications__table td {
    display: block;
  }
  .specifications__table thead tr {
    padding: 1.2rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 5rem;
  }
  .specifications__table thead th, .specifications__table thead td {
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 600;
  }
  .specifications__table tbody tr {
    padding: 0.8rem 2.4rem;
  }
  .specifications__table tbody tr:nth-of-type(odd) {
    background: #F3F3F3;
  }
  .specifications__table tbody td:first-of-type {
    font-weight: 600;
    color: #9D9D9D;
  }
  .specifications__table tbody td:last-of-type {
    font-weight: 700;
  }
}

.accordion {
  margin: 0 0 3.2rem;
}
@media (min-width: 1100px) {
  .accordion {
    margin: 0;
  }
}
@media (max-width: 1099px) {
  .accordion .partners__title,
.accordion .benefits__title,
.accordion .examples__title,
.accordion .txt__title,
.accordion .specifications__title,
.accordion .usage__title,
.accordion .methods__title,
.accordion .composition__title,
.accordion .catalogue-featured__title,
.accordion .gallery__title {
    display: none;
  }
}

.accordion__group {
  margin: 0 0 0.4rem;
}
.accordion__group:last-child {
  margin: 0;
}

.accordion__group-toggle {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font: 700 1.6rem/1.25 var(--font-family-second);
  text-align: left;
  min-width: 100%;
  min-height: 5.2rem;
  background: #FFDD2B;
  color: #000;
  cursor: pointer;
  padding: 1.6rem 2.4rem;
  margin: 0 0 0.4rem;
}
.accordion__group-toggle:last-of-type {
  margin: 0;
}
.accordion__group-toggle svg {
  transition: transform 0.25s;
  margin: 0 0 0 1.6rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.accordion__group-toggle.is-open svg {
  transform: rotate(180deg);
}
@media (min-width: 1100px) {
  .accordion__group-toggle {
    display: none;
  }
}

.accordion__group-content {
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.4s ease-out;
  opacity: 0;
}
.accordion__group-content.is-open {
  opacity: 1;
}
@media (min-width: 1100px) {
  .accordion__group-content {
    max-height: none;
    transition: none;
    opacity: 1;
  }
}
@media (max-width: 1099px) {
  .accordion__group-content > .partners, .accordion__group-content > .benefits, .accordion__group-content > .examples, .accordion__group-content > .txt, .accordion__group-content > .specifications, .accordion__group-content > .methods, .accordion__group-content > .composition, .accordion__group-content > .catalogue-featured, .accordion__group-content > .gallery {
    padding: 2.4rem 0;
    margin: 0;
  }
  .accordion__group-content > .usage, .accordion__group-content > .integrations {
    padding: 0.4rem 0 2.4rem;
    margin: 0;
  }
}

.bg {
  position: relative;
  overflow: hidden;
  height: 73.6rem;
  margin: 0 0 -73.6rem;
}
.bg .container-fluid {
  position: relative;
}
@media (min-width: 1100px) {
  .bg {
    height: 121.6rem;
    margin: 0 0 -121.6rem;
  }
}

.bg__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 25.6rem;
  left: 33.333%;
  right: -14rem;
  height: 48rem;
  z-index: -1;
  pointer-events: none;
  background-size: contain;
}
.bg__image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  z-index: 100;
}
.bg__image img {
  display: block;
}
@media (min-width: 1100px) {
  .bg__image {
    top: 25.6rem;
    left: 50%;
    right: -34rem;
    height: 96rem;
  }
}

.news__title {
  display: block;
  margin: 0 0 1.6rem;
  font: 700 2.4rem/1 var(--font-family-third);
}
.news__title small {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  display: block;
}
@media (min-width: 1100px) {
  .news__title {
    margin: 0 0 3.2rem;
    font-size: 8rem;
  }
  .news__title small {
    font-size: 4rem;
  }
}

.news__sorting {
  margin: 0 -0.4rem -0.8rem;
  padding: 0 0 1.6rem;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news__sorting > li {
  padding: 0 0.4rem 0.8rem;
}
@media (min-width: 1100px) {
  .news__sorting {
    padding: 0 0 3.2rem;
  }
}

.news__sorting-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  font: 700 1.4rem/1.43 var(--font-family-second);
  text-decoration: none;
  padding: 0.4rem 1.6rem;
  border: 0.2rem solid #FFDD2B;
  border-radius: 4rem;
  min-height: 3.6rem;
  color: #000000;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}
.news__sorting-btn:hover, .news__sorting-btn.is-active {
  background: #FFDD2B;
  color: #000000;
}

.news__list {
  margin: 0 -1.5rem -4rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news__list > li {
  padding: 0 1.5rem 4rem;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  animation: newsShow 0.5s forwards;
}
.news__list > li.is-hidden {
  display: none;
}
@media (min-width: 768px) {
  .news__list > li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1100px) {
  .news__list > li {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

.news__item {
  color: #424242;
}

.news__item-image {
  display: block;
  position: relative;
  background: #F3F3F3;
  height: 26rem;
  margin: 0 0 1.6rem;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.news__item-image a,
.news__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news__item-image img {
  transition: transform 0.25s;
}
.news__item-image a:hover img {
  transform: scale(1.05);
}

.news__item-time {
  display: block;
  margin: 0 0 1.6rem;
  font: 500 2rem/1.3 var(--font-family-second);
}

.news__item-title {
  display: block;
  margin: 0 0 1.6rem;
  font: 700 2rem/1.3 var(--font-family-second);
}
.news__item-title a {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  color: #424242;
  transition: color 0.25s, -webkit-text-decoration-color 0.25s;
  transition: color 0.25s, text-decoration-color 0.25s;
  transition: color 0.25s, text-decoration-color 0.25s, -webkit-text-decoration-color 0.25s;
}
.news__item-title a:hover {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
  color: #9D9D9D;
}

.news__item-text {
  display: block;
  margin: 0 0 1.6rem;
  font: 500 2rem/1.3 var(--font-family-second);
}
.news__item-text:last-child {
  margin: 0;
}

.news__item-tags {
  margin: 0 -0.4rem -0.8rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news__item-tags > li {
  padding: 0 0.4rem 0.8rem;
}

.news__item-tag {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  font: 700 1.4rem/1.43 var(--font-family-second);
  text-decoration: none;
  padding: 0.4rem 1.6rem;
  border: 0.2rem solid #FFDD2B;
  border-radius: 4rem;
  min-height: 3.6rem;
  color: #000000;
  transition: background 0.25s;
}
.news__item-tag:hover {
  background: #FFDD2B;
  color: #000000;
}

.news__loadmore {
  text-align: center;
  padding: 2.4rem 0 0 0;
}
@media (min-width: 1100px) {
  .news__loadmore {
    padding: 4rem 0 0 0;
  }
  .news__loadmore .ui-btn {
    min-width: 21.6rem;
  }
}

.news__status {
  font-size: 2rem;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 2.4rem auto 0;
  display: none;
}
@media (min-width: 1100px) {
  .news__status {
    margin: 4rem auto 0;
  }
}

.news__status-dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #FFDD2B;
  /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.news__status-dot:nth-child(1),
.news__status-dot:nth-child(2) {
  left: 0;
}

.news__status-dot:nth-child(3) {
  left: 1.5em;
}

.news__status-dot:nth-child(4) {
  left: 3em;
}

@keyframes newsReveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
@keyframes newsSlide {
  to {
    transform: translateX(1.5em);
  }
}
.news__status-dot:nth-child(1) {
  animation-name: newsReveal;
}

.news__status-dot:nth-child(2),
.news__status-dot:nth-child(3) {
  animation-name: newsSlide;
}

.news__status-dot:nth-child(4) {
  animation-name: newsReveal;
  animation-direction: reverse;
}

.news-similar {
  margin: 0 0 4rem;
}

.news-similar__title {
  display: block;
  font: 500 2.8rem/1 var(--font-family-third);
  margin: 0 0 2.4rem;
  color: #000000;
}
@media (min-width: 1100px) {
  .news-similar__title {
    font-size: 5.6rem;
  }
}

@keyframes newsShow {
  0% {
    opacity: 0;
    transform: translate(0, 2rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.article {
  margin: 0 0 4rem;
}

.article__body {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.6);
}
.article__body h1,
.article__body h2,
.article__body h3,
.article__body h4,
.article__body h5 {
  display: block;
  max-width: 110rem;
  font: 500 2.8rem/1 var(--font-family-third);
  margin: 0 0 2.4rem;
  color: #000000;
}
.article__body picture {
  display: block;
  background: #000;
  margin: 0 0 4rem;
}
.article__body picture img {
  display: block;
  width: 100%;
  min-height: 16rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.article__body em {
  display: block;
  font-size: 1.8rem;
  line-height: 1.33;
  font-weight: 300;
  font-style: normal;
  margin: 0 0 1.6rem;
  color: #333333;
}
.article__body p {
  margin: 0 0 1.6rem;
}
.article__body p + h2 {
  padding: 2.4rem 0 0 0;
}
.article__body a {
  text-decoration: underline;
  color: #424242;
  transition: color 0.25s;
}
.article__body a:hover {
  text-decoration: underline;
  color: #9D9D9D;
}
@media (min-width: 1100px) {
  .article__body {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 400;
  }
  .article__body h2 {
    font-size: 5.6rem;
  }
  .article__body em {
    font-size: 2.4rem;
  }
}

.article__title {
  display: block;
  font: 500 3.2rem/1 var(--font-family-third);
  margin: 0 0 2.4rem;
  color: #000000;
}
@media (min-width: 1100px) {
  .article__title {
    font-size: 6.4rem;
  }
}

.article__tags {
  margin: 0 -0.4rem -1.6rem;
  padding: 0 0 1.6rem;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.article__tags > li {
  padding: 0 0.4rem 1.6rem;
}
@media (min-width: 1100px) {
  .article__tags {
    padding: 0 0 3.2rem;
  }
}

.article__tag {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  font: 700 1.4rem/1.43 var(--font-family-second);
  text-decoration: none;
  padding: 0.4rem 1.6rem;
  border: 0.2rem solid #FFDD2B;
  border-radius: 4rem;
  min-height: 3.6rem;
  color: #000000;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}
.article__tag:hover {
  background: #FFDD2B;
  color: #000000;
}
.article__tag.is-active {
  background: #000000;
  border-color: #000000;
  color: #fff;
}

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: 2rem;
  padding-left: 2rem;
}
@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: 1100px) {
  .container {
    max-width: 114rem;
  }
}

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

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

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

.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: 1100px) {
  .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: 1100px) {
  .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, body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
}
@media (min-width: 1100px) and (max-width: 1600px) {
  html {
    font-size: 0.625vw;
  }
}

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

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

.container-fluid {
  max-width: 136.8rem;
  padding: 0 2.4rem;
}

img {
  -o-object-fit: cover;
  object-fit: cover;
}

img, svg, iframe, video {
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border: none;
}

mark {
  background: none;
}

iframe, video {
  background: #000;
}

.is-nav-open .header__nav-toggle {
  color: #fff;
}
.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;
}
@media (hover: none) {
  .is-nav-open {
    overflow: hidden;
  }
  .is-nav-open body {
    overflow: hidden;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.header__wrapper {
  padding: 2.4rem 0 1.6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0.2rem solid #FFDD2B;
  height: 7.2rem;
  position: relative;
}
@media (min-width: 1100px) {
  .header__wrapper {
    padding: 4rem 0 6.4rem;
    height: 14.4rem;
  }
}

.header__logo {
  display: inline-block;
  vertical-align: top;
  width: 14rem;
  margin: 0 auto;
  color: #000000;
  text-decoration: none;
}
.header__logo:hover {
  text-decoration: none;
  color: #000000;
}
@media (min-width: 1100px) {
  .header__logo {
    width: 17.4rem;
    margin: 0 1.6rem 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.header__logo-image {
  display: block;
  margin: 0;
}
.header__logo-image img, .header__logo-image svg {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

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

.header__nav-toggle {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.2rem;
  height: 3.2rem;
  margin: -0.8rem 0 0 0;
  color: #000000;
  transition: color 0.25s;
  z-index: 1200;
}
.header__nav-toggle:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.2rem;
  height: 3.2rem;
  margin: -1.6rem 0 0 -1.6rem;
}
.header__nav-toggle span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0.2rem;
  margin: -1px 0 0 -1.1rem;
  background: currentColor;
  transition: transform 0.25s, opacity 0.25s;
}
.header__nav-toggle span:nth-of-type(1) {
  transform: translate(0, -0.7rem);
}
.header__nav-toggle span:nth-of-type(3) {
  transform: translate(0, 0.7rem);
}
@media (min-width: 1100px) {
  .header__nav-toggle {
    display: none;
  }
}

.header__nav-call {
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.4rem;
  height: 3.2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -0.8rem 0 0 0;
}
.header__nav-call:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.2rem;
  height: 3.2rem;
  margin: -1.6rem 0 0 -1.6rem;
}
@media (min-width: 1100px) {
  .header__nav-call {
    display: none;
  }
}

.header__nav-offcanvas {
  position: absolute;
  top: 0;
  left: -2.4rem;
  right: -2.4rem;
  padding: 0 2.4rem;
  background: #000000;
  color: #fff;
  box-shadow: 0px 0px 2rem #000000;
  z-index: 1000;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1100px) {
  .header__nav-offcanvas {
    position: static;
    background: none;
    color: #000;
    box-shadow: none;
    padding: 0;
    transition: none;
    opacity: 1;
    visibility: visible;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header__nav-offcanvas-head {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 3.2rem 0 2.4rem;
  border-bottom: 1px solid #FFDD2B;
}
@media (min-width: 1100px) {
  .header__nav-offcanvas-head {
    position: static;
    display: block;
    padding: 0;
    border: none;
  }
}

.header__nav-offcanvas-body {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100%;
  -ms-flex: 1;
  flex: 1;
  padding: 3.2rem 0;
}
@media (min-width: 1100px) {
  .header__nav-offcanvas-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    flex: 1;
    overflow: visible;
    padding: 0;
  }
}

.header__language {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex: 1;
  flex: 1;
  font: 400 1.4rem/2.4rem var(--font-family-second);
  color: #fff;
}
.header__language > li {
  padding: 0 2rem 0 0;
  position: relative;
}
.header__language > li:after {
  content: "|";
  display: block;
  width: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
.header__language > li:last-child {
  padding: 0;
}
.header__language > li:last-child:after {
  display: none;
}
@media (min-width: 1100px) {
  .header__language {
    margin: 0;
    padding: 0;
    border: none;
    position: absolute;
    left: 0;
    bottom: 2.4rem;
    color: #B5B5B5;
  }
}

.header__language-link {
  text-decoration: none;
  color: #fff;
  text-decoration: underline;
  transition: 0.25s;
}
.header__language-link:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  color: #fff;
}
.header__language-link.is-active {
  text-decoration: none;
  font-weight: 700;
}
@media (min-width: 1100px) {
  .header__language-link {
    color: #B5B5B5;
  }
  .header__language-link:hover {
    color: #000000;
  }
  .header__language-link.is-active {
    color: #000000;
  }
}

.header__menu {
  margin: 0 0 4rem;
  padding: 0;
  list-style: none;
  font: 700 1.6rem/2.4rem var(--font-family-second);
}
.header__menu > li {
  margin: 0 0 1.6rem;
}
.header__menu > li:last-child {
  margin: 0;
}
@media (min-width: 1100px) {
  .header__menu {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 1;
    flex: 1;
  }
  .header__menu > li {
    margin: 0 1.6rem 0 0;
  }
  .header__menu > li:last-child {
    margin: 0 1.6rem 0 0;
  }
}

.header__menu-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  transition: color 0.25s;
  border-bottom: 0.4rem solid transparent;
  padding: 0.8rem 0 0.4rem;
}
.header__menu-link:hover {
  text-decoration: none;
  color: #fff;
}
.header__menu-link.is-active {
  border-color: #FFDD2B;
  color: #fff;
}
@media (min-width: 1100px) {
  .header__menu-link {
    color: #000000;
  }
  .header__menu-link:hover {
    color: #B5B5B5;
  }
  .header__menu-link.is-active {
    border-color: #FFDD2B;
    color: #000000;
  }
}

.header__phones {
  margin: 0 0 1.6rem;
  padding: 0;
  list-style: none;
  font: 700 1.6rem/1.5 var(--font-family-second);
}
.header__phones > li {
  margin: 0 0 0.8rem;
}
.header__phones > li:last-child {
  margin: 0;
}
@media (min-width: 1100px) {
  .header__phones {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__phones > li {
    margin: 0 1.6rem 0 0;
  }
  .header__phones > li:last-child {
    margin: 0;
  }
}

.header__phones-link {
  text-decoration: none;
  color: #ffffff;
  transition: color 0.25s;
}
.header__phones-link:hover {
  text-decoration: none;
  color: #ffffff;
}
@media (min-width: 1100px) {
  .header__phones-link {
    color: #000000;
  }
  .header__phones-link:hover {
    color: #B5B5B5;
  }
}

.header__additional {
  margin: 0;
  padding: 0;
  list-style: none;
  font: 600 1.4rem/2.4rem var(--font-family-second);
}
.header__additional > li {
  margin: 0 0 1.6rem;
}
.header__additional > li:last-child {
  margin: 0;
}
@media (min-width: 1100px) {
  .header__additional {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 2.4rem;
  }
  .header__additional > li {
    margin: 0 2.4rem 0 0;
  }
  .header__additional > li:last-child {
    margin: 0;
  }
}

.header__additional-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  text-decoration: underline;
  transition: 0.25s;
}
.header__additional-link:hover {
  text-decoration: underline;
  color: #ffffff;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.header__additional-link svg {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0.8rem 0 0;
}
@media (min-width: 1100px) {
  .header__additional-link {
    color: #B5B5B5;
  }
  .header__additional-link:hover {
    color: #000000;
  }
}

.main {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 9.6rem 0 2.4rem;
}
@media (min-width: 1100px) {
  .main {
    padding: 20rem 0 4rem;
  }
}

.footer {
  padding: 0 0 2.4rem;
}

.footer__wrapper {
  padding: 2.4rem 0;
  border-top: 0.2rem solid #FFDD2B;
}
@media (min-width: 768px) {
  .footer__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (min-width: 1100px) {
  .footer__wrapper {
    padding: 4rem 0 7.2rem;
  }
}

.footer__nav {
  display: none;
}
@media (min-width: 1100px) {
  .footer__nav {
    margin: 0 0 3.2rem;
    display: block;
    font: 600 1.8rem/1.1 var(--font-family-second);
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 1100px) {
  .footer__nav-menu {
    margin: 0 -1.6rem;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__nav-menu > li {
    padding: 0 1.6rem;
  }
}

@media (min-width: 1100px) {
  .footer__nav-link {
    text-decoration: none;
    color: #000000;
    transition: color 0.25s;
  }
  .footer__nav-link:hover {
    text-decoration: none;
    color: #ABABAB;
  }
}

.footer__copyright {
  margin: 0 0 1.6rem;
  padding: 0;
  list-style: none;
  font: 600 1.6rem/1.5 var(--font-family-second);
  color: #ABABAB;
}
@media (min-width: 768px) {
  .footer__copyright {
    -ms-flex: 1;
    flex: 1;
  }
}
@media (min-width: 1100px) {
  .footer__copyright {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
  }
  .footer__copyright > li {
    margin: 0 1.6rem 0 0;
  }
  .footer__copyright br {
    display: none;
  }
}

.footer__copyright-link {
  text-decoration: underline;
  color: #ABABAB;
  transition: 0.25s;
}
.footer__copyright-link:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  color: #000000;
}

.footer__dev {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font: 600 1.6rem/1.5 var(--font-family-second);
  color: #ABABAB;
  margin: 0;
}
@media (min-width: 768px) {
  .footer__dev {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.footer__dev-text {
  margin: 0 0.8rem 0 0;
}

.footer__dev-logo {
  transition: color 0.25s;
  color: #ABABAB;
  margin: -1.6rem 0;
}
.footer__dev-logo svg {
  display: block;
}
.footer__dev-logo:hover {
  color: #000000;
}

.is-sticky-open .sticky {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}
.is-sticky-open .sticky-callback {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}

.sticky-callback {
  position: fixed;
  bottom: var(--safe-area-inset-bottom, 0);
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 0 0 2.4rem;
  transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 100%);
}
.sticky-callback .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.sticky-callback .ui-btn {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 1rem 0 0;
}
.sticky-callback .ui-btn:last-child {
  margin: 0;
}
.sticky-callback .ui-btn--green {
  box-shadow: 0px 0px 2rem rgba(27, 217, 114, 0.2);
}
.sticky-callback .ui-btn--yellow {
  box-shadow: 0px 0px 2rem rgba(255, 221, 43, 0.2);
}
@media (min-width: 1100px) {
  .sticky-callback {
    display: none;
  }
}

.sticky {
  display: none;
}

@media (min-width: 1100px) {
  .sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    background: #000000;
    color: #fff;
    height: 6rem;
    transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, -100%);
    display: block;
  }
  .sticky .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }

  .sticky__logo {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 4rem 0 0;
  }

  .sticky__logo-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
  }
  .sticky__logo-image img {
    display: block;
  }

  .sticky__nav {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: cener;
    align-items: cener;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sticky__menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font: 700 1.6rem/1.5 var(--font-family-second);
  }
  .sticky__menu > li {
    margin: 0 1.6rem 0 0;
  }

  .sticky__menu-link {
    text-decoration: none;
    color: #fff;
    transition: color 0.25s;
  }
  .sticky__menu-link:hover {
    text-decoration: none;
    color: #B5B5B5;
  }
  .sticky__menu-link.is-active {
    color: #FFDD2B;
  }

  .sticky__additional {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font: 700 1.6rem/1.5 var(--font-family-second);
  }
  .sticky__additional > li {
    margin: 0 1.6rem 0 0;
  }
  .sticky__additional > li:last-child {
    margin: 0;
  }

  .sticky__additional-link {
    text-decoration: none;
    color: #fff;
    transition: color 0.25s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sticky__additional-link svg {
    transition: transform 0.25s;
    will-change: transform;
    display: block;
    width: 2.4rem;
    height: 2.4rem;
  }
  .sticky__additional-link:hover {
    text-decoration: none;
    color: #B5B5B5;
  }
  .sticky__additional-link:hover svg {
    transform: scale(1.2);
  }
}
.is-page-index .header__wrapper {
  border-color: transparent;
}
.is-page-index .header__logo {
  color: #fff;
}
.is-page-index .header__nav-toggle {
  color: #fff;
}
@media (min-width: 1100px) {
  .is-page-index .header__menu-link,
.is-page-index .header__phones-link {
    color: #fff;
  }
  .is-page-index .header__menu-link:hover,
.is-page-index .header__phones-link:hover {
    color: #B5B5B5;
  }
  .is-page-index .header__language-link,
.is-page-index .header__additional-link {
    color: #B5B5B5;
  }
  .is-page-index .header__language-link:hover,
.is-page-index .header__additional-link:hover {
    color: #fff;
  }
  .is-page-index .header__language-link.is-active,
.is-page-index .header__additional-link.is-active {
    color: #fff;
  }
}

.is-page-transparent .header__wrapper {
  border-color: transparent;
}
.is-page-transparent .header__logo {
  color: #fff;
}
.is-page-transparent .header__nav-toggle {
  color: #fff;
}
@media (min-width: 1100px) {
  .is-page-transparent .header__wrapper {
    border-color: #FFDD2B;
  }
  .is-page-transparent .header__menu-link,
.is-page-transparent .header__phones-link {
    color: #fff;
  }
  .is-page-transparent .header__menu-link:hover,
.is-page-transparent .header__phones-link:hover {
    color: #B5B5B5;
  }
  .is-page-transparent .header__language-link,
.is-page-transparent .header__additional-link {
    color: #B5B5B5;
  }
  .is-page-transparent .header__language-link:hover,
.is-page-transparent .header__additional-link:hover {
    color: #fff;
  }
  .is-page-transparent .header__language-link.is-active,
.is-page-transparent .header__additional-link.is-active {
    color: #fff;
  }
}

@media (min-width: 1100px) {
  .is-page-article .catalogue-featured,
.is-page-article .request,
.is-page-article .integrations,
.is-page-article .examples,
.is-page-article .benefits {
    margin: 0 0 8rem;
  }
  .is-page-article .catalogue-featured__title,
.is-page-article .contacts__title {
    font-size: 5.6rem;
    margin: 0 0 2.4rem;
  }
}

.is-page-solutions .sticky {
  display: none;
}

.is-page-article .request {
  margin: 0 0 4rem;
}
.is-page-article .request .ui-legend {
  font-weight: 500;
}
.is-page-article .contacts__title {
  font-weight: 500;
  margin: 0 0 3.2rem;
}

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

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

.row-gutter-16 {
  margin: 0 -0.8rem -1.6rem;
}
.row-gutter-16 > [class^=col] {
  padding: 0 0.8rem 1.6rem;
}

.text-center {
  text-align: center !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: 1099px) {
  .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: 1100px) {
  .is-xl-hidden {
    display: none !important;
  }
}