:root {
  --row-main-width: 80vw;
}

@media (max-width: 62.499rem) {
  :root {
    --row-main-width: 100%;
  }
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

/**
* http://code.iamkate.com/html-and-css/fixing-browsers-broken-monospace-font-handling/
*/
pre,
code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:root {
  accent-color: #c90700;
}

:focus {
  outline: 0.2rem solid #c90700;
  outline-offset: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline-offset: -0.2rem;
}

@supports selector(:focus-visible) {
  :focus {
    outline: none;
  }
  :focus-visible {
    outline: 0.2rem solid #c90700;
    outline-offset: 0;
  }
  input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline-offset: -0.2rem;
  }
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

img,
iframe,
object,
embed,
svg {
  vertical-align: middle;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

figure {
  margin: 0;
}

[disabled] {
  cursor: default;
}

.as-link {
  display: inline;
  padding: 0;
  border: 0;
  background: none;
  font-size: inherit;
  line-height: inherit;
  text-align: left;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.m-main__list, .b-social__list, .grid {
  margin: 0;
  padding: 0;
  list-style: none;
}

.m-main__item, .b-social__item, .grid__cell {
  margin: 0;
  padding: 0;
  list-style: none;
}

.grid {
  display: flex;
  flex-wrap: wrap;
}

.grid__cell {
  flex: 0 0 auto;
  width: 100%;
}

.grid--scroll {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
}
.js .grid--scroll {
  overflow-x: hidden;
}
.grid--scroll .grid__cell {
  flex-shrink: 0;
}
.grid--scroll .slick-slide .grid__cell {
  max-width: none;
}

html {
  color: #333333;
  font-size: 62.5%;
}

body {
  font-family: quicksand;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

h1,
.h1 {
  margin: 3rem 0 10rem;
  font-family: quicksand;
  font-size: 5.5rem;
  line-height: 6.3rem;
  text-wrap: balance;
}
@media (max-width: 62.499rem) {
  h1,
.h1 {
    margin: 2rem 0 4rem;
    font-size: 4rem;
    line-height: 6rem;
  }
}
@media (max-width: 46.874rem) {
  h1,
.h1 {
    margin: 2rem 0 3rem;
    font-size: 3rem;
    line-height: 5rem;
  }
}

h2,
.h2 {
  margin: 3rem 0 8rem;
  font-family: quicksand;
  font-size: 4.5rem;
  line-height: 5.3rem;
  text-wrap: balance;
}
@media (max-width: 62.499rem) {
  h2,
.h2 {
    font-size: 3rem;
    line-height: 5rem;
  }
}
@media (max-width: 46.874rem) {
  h2,
.h2 {
    margin: 2rem 0;
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

h3,
.h3 {
  margin: 2rem 0 6rem;
  font-family: quicksand;
  font-weight: 400;
  font-size: 3.5rem;
  line-height: 4.3rem;
  text-wrap: balance;
}
@media (max-width: 62.499rem) {
  h3,
.h3 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 46.874rem) {
  h3,
.h3 {
    margin: 2rem 0;
  }
}

p {
  margin: 0 0 1.25rem;
  text-wrap: balance;
}
p .required {
  margin-left: 0.5rem;
  color: #c90700;
}

hr {
  height: 0.1rem;
  margin: 2rem 0 3rem;
  border: solid #333333;
  border-width: 0.1rem 0 0;
  overflow: hidden;
}

blockquote {
  margin: 0 0 1.25rem;
  padding: 0;
}
blockquote p {
  margin-bottom: 0;
}

a,
.as-link {
  color: #333333;
  text-decoration: underline;
  transition: color 0.3s;
  -webkit-tap-highlight-color: transparent;
}
.hoverevents a:hover,
.hoverevents .as-link:hover {
  color: #858585;
  text-decoration: none;
}

.as-link {
  cursor: pointer;
}
.as-link:focus, .as-link:focus-visible {
  outline: none;
}

ul,
ol,
dl {
  margin: 0 0 1.25rem;
  padding: 0;
}
ul ul,
ul ol,
ol ul,
ol ol,
dl ul,
dl ol {
  padding: 0.625rem 0 0 1.9rem;
}

ul,
ol {
  padding: 0 0 0 1.7rem;
}

li {
  margin: 0 0 0.3125rem;
  padding: 0;
}

dt {
  margin: 0;
  font-weight: 700;
}

dd {
  margin: 0 0 0.625rem;
  padding: 0;
}

.table {
  display: block;
  max-width: 100%;
  overflow: auto;
}

table {
  clear: both;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  width: 100%;
  margin: 0 0 1.25rem;
  border: 0.1rem solid #333333;
}

caption {
  padding: 0 0 1rem;
  font-weight: 700;
  text-align: left;
  caption-side: top;
}

td,
th {
  vertical-align: top;
  padding: 1.5rem 2rem;
  border: 0.1rem solid #333333;
}

th {
  font-weight: 700;
  text-align: left;
}

thead th {
  background: #333333;
}

figure {
  margin-bottom: 1.25rem;
}

figcaption {
  margin-top: 0.5rem;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

.icon-svg {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 2.5rem;
}
.icon-svg__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: currentColor;
  pointer-events: none;
  transform: translateZ(0);
}
.icon-svg::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.icon-svg--check {
  width: 100rem;
}
.icon-svg--check::before {
  padding-top: 92.68%;
}

[data-animate] {
  opacity: 0;
  transform: translateY(5rem);
  transition: opacity 0.5s, transform 0.5s;
}
[data-animate].is-animated {
  opacity: 1;
  transform: translateY(0);
}

.no-js [data-animate] {
  opacity: 1;
  transform: none;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  border: 0;
  background: none;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.btn__text {
  position: relative;
  display: block;
  padding: 1rem 4rem;
  border: 0.1rem solid transparent;
  background-color: #333333;
  color: #ffffff;
  outline: none;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transform: translateZ(0);
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.btn--white .btn__text {
  background-color: #ffffff;
  color: #858585;
}
.btn--small .btn__text {
  padding-right: 2rem;
  padding-left: 2rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.btn:disabled, .btn.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.hoverevents .btn:hover .btn__text {
  border: 0.1rem solid rgba(133, 133, 133, 0.1);
  background-color: #e9e9e9;
  color: #858585;
}
@media (max-width: 29.999rem) {
  .btn__text {
    padding: 0.8rem 3rem;
    font-size: 1.4rem;
  }
  .btn--small .btn__text {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.embla {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex: 1 1 100vh;
  flex-direction: column;
  max-height: 100vh;
  background-color: #333333;
  overflow: hidden;
}
.embla__viewport {
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
  width: 100%;
}
.embla__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}
.embla__viewport.is-dragging {
  cursor: grabbing;
  pointer-events: none;
}
.embla__container {
  flex: 1 1 100%;
  transform: translateZ(0);
  will-change: transform;
}
.embla__container.grid--scroll {
  overflow: visible;
}
.embla__slide {
  position: relative;
}
.embla__img {
  position: relative;
  display: block;
  height: 100%;
}
.embla__img img,
.embla__img video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  object-fit: cover;
  object-position: center;
}
.embla__btns {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: none;
  justify-content: space-between;
  align-items: center;
  transform: translateY(-50%);
  pointer-events: none;
}
.embla__btn {
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border: 0;
  background: none;
  color: #ffffff;
  text-align: center;
  transition: opacity 0.3s;
  cursor: pointer;
  pointer-events: auto;
}
.embla__btn[disabled] {
  opacity: 0.4;
  pointer-events: none;
}
.embla__btn .icon-svg {
  width: 1.8rem;
}
.embla__slide.is-selected .embla__img img,
.embla__slide.is-selected .embla__img video {
  transform: scale(1);
  animation: scaleUp 5s linear infinite alternate;
}
.embla__btn--prev {
  left: 0;
}
.embla__btn--next {
  right: 0;
}
.hoverevents .embla__btn:hover {
  opacity: 0.6;
}
@media (min-width: 46.875rem) {
  .embla__btn {
    padding: 2rem;
  }
  .embla__btn .icon-svg {
    width: 3.5rem;
  }
}

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: 0.175s ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: 0.175s ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, -150px, 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, 150px, 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease-out 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

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

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

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

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

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

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

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible;
}

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

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

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

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

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

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

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content, .is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content {
  visibility: hidden;
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  filter: blur(0px);
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  -webkit-user-select: none;
          user-select: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  -webkit-user-select: none;
          user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: 0.25s ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: 0.35s ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: 0.15s ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: 0.35s ease forwards f-fadeOut;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

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

.fancybox__container:not(.is-compact) .has-iframe .fancybox__content, .fancybox__container:not(.is-compact) .has-map .fancybox__content, .fancybox__container:not(.is-compact) .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

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

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

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

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

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
          user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.f-thumbs__track {
  display: flex;
  will-change: transform;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  min-width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: -webkit-max-content;
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--left, 0) * 1px);
  width: calc(100% - var(--width, 0) * 1px);
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  --clip-path: inset( 0 calc( (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0)) ) round var(--f-thumb-border-radius, 0) );
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern .f-thumbs__slide > * {
  clip-path: var(--clip-path);
}

.is-modern:not(.is-using-mouse) .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.is-modern.in-touch .f-thumbs__slide {
  filter: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: all 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide > * {
  transition: all 0.33s ease;
}

.f-thumbs__slide__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
}

.f-thumbs.is-horizontal .f-thumbs__track {
  margin: 0 auto;
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  margin: auto 0;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  -webkit-user-select: none;
          user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
}

.fancybox-reservation .fancybox__iframe {
  border: 0.1rem solid #333333;
}

@media (max-width: 46.874rem) {
  .fancybox-reservation .fancybox__content {
    padding: 5rem 0 0;
  }
  .fancybox-reservation .fancybox__iframe {
    border: none;
  }
}
@font-face {
  font-family: quicksand;
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/quicksand-light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: quicksand;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/qicksand-regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: quicksand;
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/quicksand-medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: quicksand;
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/quicksand-semibold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: quicksand;
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/quicksand-bold.woff2") format("woff2");
  font-display: swap;
}
/* stylelint-disable indentation */
.row-main {
  position: relative;
  width: 100%;
  max-width: var(--row-main-width);
  margin: 0 auto;
  padding: 0 2rem;
}
.row-main::before, .row-main::after {
  content: "";
  display: table;
}
.row-main::after {
  clear: both;
}

.grid {
  margin-bottom: -2rem;
  margin-left: -2rem;
}
.grid--x-0 {
  margin-left: 0;
}
.grid--x-0 > .grid__cell {
  border-left-width: 0;
}
.grid--y-0 {
  margin-bottom: 0;
}
.grid--y-0 > .grid__cell {
  border-bottom-width: 0;
}
@media (min-width: 30rem) {
  .grid--x-0\@sm {
    margin-left: 0;
  }
  .grid--x-0\@sm > .grid__cell {
    border-left-width: 0;
  }
  .grid--y-0\@sm {
    margin-bottom: 0;
  }
  .grid--y-0\@sm > .grid__cell {
    border-bottom-width: 0;
  }
}
@media (min-width: 46.875rem), print {
  .grid--x-0\@md {
    margin-left: 0;
  }
  .grid--x-0\@md > .grid__cell {
    border-left-width: 0;
  }
  .grid--y-0\@md {
    margin-bottom: 0;
  }
  .grid--y-0\@md > .grid__cell {
    border-bottom-width: 0;
  }
}
@media (min-width: 62.5rem), print {
  .grid--x-0\@lg {
    margin-left: 0;
  }
  .grid--x-0\@lg > .grid__cell {
    border-left-width: 0;
  }
  .grid--y-0\@lg {
    margin-bottom: 0;
  }
  .grid--y-0\@lg > .grid__cell {
    border-bottom-width: 0;
  }
}
@media (min-width: 77.5rem) {
  .grid--x-0\@xl {
    margin-left: 0;
  }
  .grid--x-0\@xl > .grid__cell {
    border-left-width: 0;
  }
  .grid--y-0\@xl {
    margin-bottom: 0;
  }
  .grid--y-0\@xl > .grid__cell {
    border-bottom-width: 0;
  }
}
@media (min-width: 90rem) {
  .grid--x-0\@xxl {
    margin-left: 0;
  }
  .grid--x-0\@xxl > .grid__cell {
    border-left-width: 0;
  }
  .grid--y-0\@xxl {
    margin-bottom: 0;
  }
  .grid--y-0\@xxl > .grid__cell {
    border-bottom-width: 0;
  }
}
.grid--x-1 {
  margin-left: -0.1rem;
}
.grid--x-1 > .grid__cell {
  border-left-width: 0.1rem;
}
.grid--y-1 {
  margin-bottom: -0.1rem;
}
.grid--y-1 > .grid__cell {
  border-bottom-width: 0.1rem;
}
@media (min-width: 30rem) {
  .grid--x-1\@sm {
    margin-left: -0.1rem;
  }
  .grid--x-1\@sm > .grid__cell {
    border-left-width: 0.1rem;
  }
  .grid--y-1\@sm {
    margin-bottom: -0.1rem;
  }
  .grid--y-1\@sm > .grid__cell {
    border-bottom-width: 0.1rem;
  }
}
@media (min-width: 46.875rem), print {
  .grid--x-1\@md {
    margin-left: -0.1rem;
  }
  .grid--x-1\@md > .grid__cell {
    border-left-width: 0.1rem;
  }
  .grid--y-1\@md {
    margin-bottom: -0.1rem;
  }
  .grid--y-1\@md > .grid__cell {
    border-bottom-width: 0.1rem;
  }
}
@media (min-width: 62.5rem), print {
  .grid--x-1\@lg {
    margin-left: -0.1rem;
  }
  .grid--x-1\@lg > .grid__cell {
    border-left-width: 0.1rem;
  }
  .grid--y-1\@lg {
    margin-bottom: -0.1rem;
  }
  .grid--y-1\@lg > .grid__cell {
    border-bottom-width: 0.1rem;
  }
}
@media (min-width: 77.5rem) {
  .grid--x-1\@xl {
    margin-left: -0.1rem;
  }
  .grid--x-1\@xl > .grid__cell {
    border-left-width: 0.1rem;
  }
  .grid--y-1\@xl {
    margin-bottom: -0.1rem;
  }
  .grid--y-1\@xl > .grid__cell {
    border-bottom-width: 0.1rem;
  }
}
@media (min-width: 90rem) {
  .grid--x-1\@xxl {
    margin-left: -0.1rem;
  }
  .grid--x-1\@xxl > .grid__cell {
    border-left-width: 0.1rem;
  }
  .grid--y-1\@xxl {
    margin-bottom: -0.1rem;
  }
  .grid--y-1\@xxl > .grid__cell {
    border-bottom-width: 0.1rem;
  }
}
.grid--x-xs {
  margin-left: -2rem;
}
.grid--x-xs > .grid__cell {
  border-left-width: 2rem;
}
.grid--y-xs {
  margin-bottom: -2rem;
}
.grid--y-xs > .grid__cell {
  border-bottom-width: 2rem;
}
@media (min-width: 30rem) {
  .grid--x-xs\@sm {
    margin-left: -2rem;
  }
  .grid--x-xs\@sm > .grid__cell {
    border-left-width: 2rem;
  }
  .grid--y-xs\@sm {
    margin-bottom: -2rem;
  }
  .grid--y-xs\@sm > .grid__cell {
    border-bottom-width: 2rem;
  }
}
@media (min-width: 46.875rem), print {
  .grid--x-xs\@md {
    margin-left: -2rem;
  }
  .grid--x-xs\@md > .grid__cell {
    border-left-width: 2rem;
  }
  .grid--y-xs\@md {
    margin-bottom: -2rem;
  }
  .grid--y-xs\@md > .grid__cell {
    border-bottom-width: 2rem;
  }
}
@media (min-width: 62.5rem), print {
  .grid--x-xs\@lg {
    margin-left: -2rem;
  }
  .grid--x-xs\@lg > .grid__cell {
    border-left-width: 2rem;
  }
  .grid--y-xs\@lg {
    margin-bottom: -2rem;
  }
  .grid--y-xs\@lg > .grid__cell {
    border-bottom-width: 2rem;
  }
}
@media (min-width: 77.5rem) {
  .grid--x-xs\@xl {
    margin-left: -2rem;
  }
  .grid--x-xs\@xl > .grid__cell {
    border-left-width: 2rem;
  }
  .grid--y-xs\@xl {
    margin-bottom: -2rem;
  }
  .grid--y-xs\@xl > .grid__cell {
    border-bottom-width: 2rem;
  }
}
@media (min-width: 90rem) {
  .grid--x-xs\@xxl {
    margin-left: -2rem;
  }
  .grid--x-xs\@xxl > .grid__cell {
    border-left-width: 2rem;
  }
  .grid--y-xs\@xxl {
    margin-bottom: -2rem;
  }
  .grid--y-xs\@xxl > .grid__cell {
    border-bottom-width: 2rem;
  }
}
.grid--x-sm {
  margin-left: -3rem;
}
.grid--x-sm > .grid__cell {
  border-left-width: 3rem;
}
.grid--y-sm {
  margin-bottom: -3rem;
}
.grid--y-sm > .grid__cell {
  border-bottom-width: 3rem;
}
@media (min-width: 30rem) {
  .grid--x-sm\@sm {
    margin-left: -3rem;
  }
  .grid--x-sm\@sm > .grid__cell {
    border-left-width: 3rem;
  }
  .grid--y-sm\@sm {
    margin-bottom: -3rem;
  }
  .grid--y-sm\@sm > .grid__cell {
    border-bottom-width: 3rem;
  }
}
@media (min-width: 46.875rem), print {
  .grid--x-sm\@md {
    margin-left: -3rem;
  }
  .grid--x-sm\@md > .grid__cell {
    border-left-width: 3rem;
  }
  .grid--y-sm\@md {
    margin-bottom: -3rem;
  }
  .grid--y-sm\@md > .grid__cell {
    border-bottom-width: 3rem;
  }
}
@media (min-width: 62.5rem), print {
  .grid--x-sm\@lg {
    margin-left: -3rem;
  }
  .grid--x-sm\@lg > .grid__cell {
    border-left-width: 3rem;
  }
  .grid--y-sm\@lg {
    margin-bottom: -3rem;
  }
  .grid--y-sm\@lg > .grid__cell {
    border-bottom-width: 3rem;
  }
}
@media (min-width: 77.5rem) {
  .grid--x-sm\@xl {
    margin-left: -3rem;
  }
  .grid--x-sm\@xl > .grid__cell {
    border-left-width: 3rem;
  }
  .grid--y-sm\@xl {
    margin-bottom: -3rem;
  }
  .grid--y-sm\@xl > .grid__cell {
    border-bottom-width: 3rem;
  }
}
@media (min-width: 90rem) {
  .grid--x-sm\@xxl {
    margin-left: -3rem;
  }
  .grid--x-sm\@xxl > .grid__cell {
    border-left-width: 3rem;
  }
  .grid--y-sm\@xxl {
    margin-bottom: -3rem;
  }
  .grid--y-sm\@xxl > .grid__cell {
    border-bottom-width: 3rem;
  }
}
.grid--x-md {
  margin-left: -4rem;
}
.grid--x-md > .grid__cell {
  border-left-width: 4rem;
}
.grid--y-md {
  margin-bottom: -4rem;
}
.grid--y-md > .grid__cell {
  border-bottom-width: 4rem;
}
@media (min-width: 30rem) {
  .grid--x-md\@sm {
    margin-left: -4rem;
  }
  .grid--x-md\@sm > .grid__cell {
    border-left-width: 4rem;
  }
  .grid--y-md\@sm {
    margin-bottom: -4rem;
  }
  .grid--y-md\@sm > .grid__cell {
    border-bottom-width: 4rem;
  }
}
@media (min-width: 46.875rem), print {
  .grid--x-md\@md {
    margin-left: -4rem;
  }
  .grid--x-md\@md > .grid__cell {
    border-left-width: 4rem;
  }
  .grid--y-md\@md {
    margin-bottom: -4rem;
  }
  .grid--y-md\@md > .grid__cell {
    border-bottom-width: 4rem;
  }
}
@media (min-width: 62.5rem), print {
  .grid--x-md\@lg {
    margin-left: -4rem;
  }
  .grid--x-md\@lg > .grid__cell {
    border-left-width: 4rem;
  }
  .grid--y-md\@lg {
    margin-bottom: -4rem;
  }
  .grid--y-md\@lg > .grid__cell {
    border-bottom-width: 4rem;
  }
}
@media (min-width: 77.5rem) {
  .grid--x-md\@xl {
    margin-left: -4rem;
  }
  .grid--x-md\@xl > .grid__cell {
    border-left-width: 4rem;
  }
  .grid--y-md\@xl {
    margin-bottom: -4rem;
  }
  .grid--y-md\@xl > .grid__cell {
    border-bottom-width: 4rem;
  }
}
@media (min-width: 90rem) {
  .grid--x-md\@xxl {
    margin-left: -4rem;
  }
  .grid--x-md\@xxl > .grid__cell {
    border-left-width: 4rem;
  }
  .grid--y-md\@xxl {
    margin-bottom: -4rem;
  }
  .grid--y-md\@xxl > .grid__cell {
    border-bottom-width: 4rem;
  }
}
.grid--x-lg {
  margin-left: -5rem;
}
.grid--x-lg > .grid__cell {
  border-left-width: 5rem;
}
.grid--y-lg {
  margin-bottom: -5rem;
}
.grid--y-lg > .grid__cell {
  border-bottom-width: 5rem;
}
@media (min-width: 30rem) {
  .grid--x-lg\@sm {
    margin-left: -5rem;
  }
  .grid--x-lg\@sm > .grid__cell {
    border-left-width: 5rem;
  }
  .grid--y-lg\@sm {
    margin-bottom: -5rem;
  }
  .grid--y-lg\@sm > .grid__cell {
    border-bottom-width: 5rem;
  }
}
@media (min-width: 46.875rem), print {
  .grid--x-lg\@md {
    margin-left: -5rem;
  }
  .grid--x-lg\@md > .grid__cell {
    border-left-width: 5rem;
  }
  .grid--y-lg\@md {
    margin-bottom: -5rem;
  }
  .grid--y-lg\@md > .grid__cell {
    border-bottom-width: 5rem;
  }
}
@media (min-width: 62.5rem), print {
  .grid--x-lg\@lg {
    margin-left: -5rem;
  }
  .grid--x-lg\@lg > .grid__cell {
    border-left-width: 5rem;
  }
  .grid--y-lg\@lg {
    margin-bottom: -5rem;
  }
  .grid--y-lg\@lg > .grid__cell {
    border-bottom-width: 5rem;
  }
}
@media (min-width: 77.5rem) {
  .grid--x-lg\@xl {
    margin-left: -5rem;
  }
  .grid--x-lg\@xl > .grid__cell {
    border-left-width: 5rem;
  }
  .grid--y-lg\@xl {
    margin-bottom: -5rem;
  }
  .grid--y-lg\@xl > .grid__cell {
    border-bottom-width: 5rem;
  }
}
@media (min-width: 90rem) {
  .grid--x-lg\@xxl {
    margin-left: -5rem;
  }
  .grid--x-lg\@xxl > .grid__cell {
    border-left-width: 5rem;
  }
  .grid--y-lg\@xxl {
    margin-bottom: -5rem;
  }
  .grid--y-lg\@xxl > .grid__cell {
    border-bottom-width: 5rem;
  }
}
.grid--x-xl {
  margin-left: -6rem;
}
.grid--x-xl > .grid__cell {
  border-left-width: 6rem;
}
.grid--y-xl {
  margin-bottom: -6rem;
}
.grid--y-xl > .grid__cell {
  border-bottom-width: 6rem;
}
@media (min-width: 30rem) {
  .grid--x-xl\@sm {
    margin-left: -6rem;
  }
  .grid--x-xl\@sm > .grid__cell {
    border-left-width: 6rem;
  }
  .grid--y-xl\@sm {
    margin-bottom: -6rem;
  }
  .grid--y-xl\@sm > .grid__cell {
    border-bottom-width: 6rem;
  }
}
@media (min-width: 46.875rem), print {
  .grid--x-xl\@md {
    margin-left: -6rem;
  }
  .grid--x-xl\@md > .grid__cell {
    border-left-width: 6rem;
  }
  .grid--y-xl\@md {
    margin-bottom: -6rem;
  }
  .grid--y-xl\@md > .grid__cell {
    border-bottom-width: 6rem;
  }
}
@media (min-width: 62.5rem), print {
  .grid--x-xl\@lg {
    margin-left: -6rem;
  }
  .grid--x-xl\@lg > .grid__cell {
    border-left-width: 6rem;
  }
  .grid--y-xl\@lg {
    margin-bottom: -6rem;
  }
  .grid--y-xl\@lg > .grid__cell {
    border-bottom-width: 6rem;
  }
}
@media (min-width: 77.5rem) {
  .grid--x-xl\@xl {
    margin-left: -6rem;
  }
  .grid--x-xl\@xl > .grid__cell {
    border-left-width: 6rem;
  }
  .grid--y-xl\@xl {
    margin-bottom: -6rem;
  }
  .grid--y-xl\@xl > .grid__cell {
    border-bottom-width: 6rem;
  }
}
@media (min-width: 90rem) {
  .grid--x-xl\@xxl {
    margin-left: -6rem;
  }
  .grid--x-xl\@xxl > .grid__cell {
    border-left-width: 6rem;
  }
  .grid--y-xl\@xxl {
    margin-bottom: -6rem;
  }
  .grid--y-xl\@xxl > .grid__cell {
    border-bottom-width: 6rem;
  }
}
.grid--x-xxl {
  margin-left: -10rem;
}
.grid--x-xxl > .grid__cell {
  border-left-width: 10rem;
}
.grid--y-xxl {
  margin-bottom: -10rem;
}
.grid--y-xxl > .grid__cell {
  border-bottom-width: 10rem;
}
@media (min-width: 30rem) {
  .grid--x-xxl\@sm {
    margin-left: -10rem;
  }
  .grid--x-xxl\@sm > .grid__cell {
    border-left-width: 10rem;
  }
  .grid--y-xxl\@sm {
    margin-bottom: -10rem;
  }
  .grid--y-xxl\@sm > .grid__cell {
    border-bottom-width: 10rem;
  }
}
@media (min-width: 46.875rem), print {
  .grid--x-xxl\@md {
    margin-left: -10rem;
  }
  .grid--x-xxl\@md > .grid__cell {
    border-left-width: 10rem;
  }
  .grid--y-xxl\@md {
    margin-bottom: -10rem;
  }
  .grid--y-xxl\@md > .grid__cell {
    border-bottom-width: 10rem;
  }
}
@media (min-width: 62.5rem), print {
  .grid--x-xxl\@lg {
    margin-left: -10rem;
  }
  .grid--x-xxl\@lg > .grid__cell {
    border-left-width: 10rem;
  }
  .grid--y-xxl\@lg {
    margin-bottom: -10rem;
  }
  .grid--y-xxl\@lg > .grid__cell {
    border-bottom-width: 10rem;
  }
}
@media (min-width: 77.5rem) {
  .grid--x-xxl\@xl {
    margin-left: -10rem;
  }
  .grid--x-xxl\@xl > .grid__cell {
    border-left-width: 10rem;
  }
  .grid--y-xxl\@xl {
    margin-bottom: -10rem;
  }
  .grid--y-xxl\@xl > .grid__cell {
    border-bottom-width: 10rem;
  }
}
@media (min-width: 90rem) {
  .grid--x-xxl\@xxl {
    margin-left: -10rem;
  }
  .grid--x-xxl\@xxl > .grid__cell {
    border-left-width: 10rem;
  }
  .grid--y-xxl\@xxl {
    margin-bottom: -10rem;
  }
  .grid--y-xxl\@xxl > .grid__cell {
    border-bottom-width: 10rem;
  }
}
.grid__cell {
  position: relative;
  border: 2rem solid transparent;
  border-width: 0 0 2rem 2rem;
  border-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3C/svg%3E");
}
.grid__cell--top {
  align-self: flex-start;
}
.grid__cell--middle {
  align-self: center;
}
.grid__cell--bottom {
  align-self: flex-end;
}
.grid__cell--eq {
  display: flex;
}
.grid__cell--eq > * {
  flex: 1 1 auto;
}
.grid--nowrap {
  flex-wrap: nowrap;
}
.grid--middle {
  align-items: center;
}
.grid--bottom {
  align-items: flex-end;
}
.grid--stretch {
  align-items: stretch;
}
.grid--center {
  justify-content: center;
}
.grid--right {
  justify-content: flex-end;
}
.grid--space-between {
  justify-content: space-between;
}

.size--auto {
  width: auto;
}
.size--autogrow {
  flex: 1 0 auto;
  width: auto;
}
.size--1-12 {
  width: 8.3333333333%;
}

.size--2-12 {
  width: 16.6666666667%;
}

.size--3-12 {
  width: 25%;
}

.size--4-12 {
  width: 33.3333333333%;
}

.size--5-12 {
  width: 41.6666666667%;
}

.size--6-12 {
  width: 50%;
}

.size--7-12 {
  width: 58.3333333333%;
}

.size--8-12 {
  width: 66.6666666667%;
}

.size--9-12 {
  width: 75%;
}

.size--10-12 {
  width: 83.3333333333%;
}

.size--11-12 {
  width: 91.6666666667%;
}

.size--12-12 {
  width: 100%;
}

@media (min-width: 30rem) {
  .size--auto\@sm {
    width: auto;
  }
  .size--autogrow\@sm {
    flex: 1 0 auto;
    width: auto;
  }
  .size--1-12\@sm {
    width: 8.3333333333%;
  }
  .size--2-12\@sm {
    width: 16.6666666667%;
  }
  .size--3-12\@sm {
    width: 25%;
  }
  .size--4-12\@sm {
    width: 33.3333333333%;
  }
  .size--5-12\@sm {
    width: 41.6666666667%;
  }
  .size--6-12\@sm {
    width: 50%;
  }
  .size--7-12\@sm {
    width: 58.3333333333%;
  }
  .size--8-12\@sm {
    width: 66.6666666667%;
  }
  .size--9-12\@sm {
    width: 75%;
  }
  .size--10-12\@sm {
    width: 83.3333333333%;
  }
  .size--11-12\@sm {
    width: 91.6666666667%;
  }
  .size--12-12\@sm {
    width: 100%;
  }
}
@media (min-width: 46.875rem), print {
  .size--auto\@md {
    width: auto;
  }
  .size--autogrow\@md {
    flex: 1 0 auto;
    width: auto;
  }
  .size--1-12\@md {
    width: 8.3333333333%;
  }
  .size--2-12\@md {
    width: 16.6666666667%;
  }
  .size--3-12\@md {
    width: 25%;
  }
  .size--4-12\@md {
    width: 33.3333333333%;
  }
  .size--5-12\@md {
    width: 41.6666666667%;
  }
  .size--6-12\@md {
    width: 50%;
  }
  .size--7-12\@md {
    width: 58.3333333333%;
  }
  .size--8-12\@md {
    width: 66.6666666667%;
  }
  .size--9-12\@md {
    width: 75%;
  }
  .size--10-12\@md {
    width: 83.3333333333%;
  }
  .size--11-12\@md {
    width: 91.6666666667%;
  }
  .size--12-12\@md {
    width: 100%;
  }
}
@media (min-width: 62.5rem), print {
  .size--auto\@lg {
    width: auto;
  }
  .size--autogrow\@lg {
    flex: 1 0 auto;
    width: auto;
  }
  .size--1-12\@lg {
    width: 8.3333333333%;
  }
  .size--2-12\@lg {
    width: 16.6666666667%;
  }
  .size--3-12\@lg {
    width: 25%;
  }
  .size--4-12\@lg {
    width: 33.3333333333%;
  }
  .size--5-12\@lg {
    width: 41.6666666667%;
  }
  .size--6-12\@lg {
    width: 50%;
  }
  .size--7-12\@lg {
    width: 58.3333333333%;
  }
  .size--8-12\@lg {
    width: 66.6666666667%;
  }
  .size--9-12\@lg {
    width: 75%;
  }
  .size--10-12\@lg {
    width: 83.3333333333%;
  }
  .size--11-12\@lg {
    width: 91.6666666667%;
  }
  .size--12-12\@lg {
    width: 100%;
  }
}
@media (min-width: 77.5rem) {
  .size--auto\@xl {
    width: auto;
  }
  .size--autogrow\@xl {
    flex: 1 0 auto;
    width: auto;
  }
  .size--1-12\@xl {
    width: 8.3333333333%;
  }
  .size--2-12\@xl {
    width: 16.6666666667%;
  }
  .size--3-12\@xl {
    width: 25%;
  }
  .size--4-12\@xl {
    width: 33.3333333333%;
  }
  .size--5-12\@xl {
    width: 41.6666666667%;
  }
  .size--6-12\@xl {
    width: 50%;
  }
  .size--7-12\@xl {
    width: 58.3333333333%;
  }
  .size--8-12\@xl {
    width: 66.6666666667%;
  }
  .size--9-12\@xl {
    width: 75%;
  }
  .size--10-12\@xl {
    width: 83.3333333333%;
  }
  .size--11-12\@xl {
    width: 91.6666666667%;
  }
  .size--12-12\@xl {
    width: 100%;
  }
}
@media (min-width: 90rem) {
  .size--auto\@xxl {
    width: auto;
  }
  .size--autogrow\@xxl {
    flex: 1 0 auto;
    width: auto;
  }
  .size--1-12\@xxl {
    width: 8.3333333333%;
  }
  .size--2-12\@xxl {
    width: 16.6666666667%;
  }
  .size--3-12\@xxl {
    width: 25%;
  }
  .size--4-12\@xxl {
    width: 33.3333333333%;
  }
  .size--5-12\@xxl {
    width: 41.6666666667%;
  }
  .size--6-12\@xxl {
    width: 50%;
  }
  .size--7-12\@xxl {
    width: 58.3333333333%;
  }
  .size--8-12\@xxl {
    width: 66.6666666667%;
  }
  .size--9-12\@xxl {
    width: 75%;
  }
  .size--10-12\@xxl {
    width: 83.3333333333%;
  }
  .size--11-12\@xxl {
    width: 91.6666666667%;
  }
  .size--12-12\@xxl {
    width: 100%;
  }
}

.order--1 {
  order: 1;
}

.order--2 {
  order: 2;
}

.order--3 {
  order: 3;
}

.order--4 {
  order: 4;
}

.order--5 {
  order: 5;
}

.order--6 {
  order: 6;
}

.order--7 {
  order: 7;
}

.order--8 {
  order: 8;
}

.order--9 {
  order: 9;
}

.order--10 {
  order: 10;
}

.order--11 {
  order: 11;
}

.order--12 {
  order: 12;
}

@media (min-width: 30rem) {
  .order--1\@sm {
    order: 1;
  }
  .order--2\@sm {
    order: 2;
  }
  .order--3\@sm {
    order: 3;
  }
  .order--4\@sm {
    order: 4;
  }
  .order--5\@sm {
    order: 5;
  }
  .order--6\@sm {
    order: 6;
  }
  .order--7\@sm {
    order: 7;
  }
  .order--8\@sm {
    order: 8;
  }
  .order--9\@sm {
    order: 9;
  }
  .order--10\@sm {
    order: 10;
  }
  .order--11\@sm {
    order: 11;
  }
  .order--12\@sm {
    order: 12;
  }
}
@media (min-width: 46.875rem), print {
  .order--1\@md {
    order: 1;
  }
  .order--2\@md {
    order: 2;
  }
  .order--3\@md {
    order: 3;
  }
  .order--4\@md {
    order: 4;
  }
  .order--5\@md {
    order: 5;
  }
  .order--6\@md {
    order: 6;
  }
  .order--7\@md {
    order: 7;
  }
  .order--8\@md {
    order: 8;
  }
  .order--9\@md {
    order: 9;
  }
  .order--10\@md {
    order: 10;
  }
  .order--11\@md {
    order: 11;
  }
  .order--12\@md {
    order: 12;
  }
}
@media (min-width: 62.5rem), print {
  .order--1\@lg {
    order: 1;
  }
  .order--2\@lg {
    order: 2;
  }
  .order--3\@lg {
    order: 3;
  }
  .order--4\@lg {
    order: 4;
  }
  .order--5\@lg {
    order: 5;
  }
  .order--6\@lg {
    order: 6;
  }
  .order--7\@lg {
    order: 7;
  }
  .order--8\@lg {
    order: 8;
  }
  .order--9\@lg {
    order: 9;
  }
  .order--10\@lg {
    order: 10;
  }
  .order--11\@lg {
    order: 11;
  }
  .order--12\@lg {
    order: 12;
  }
}
@media (min-width: 77.5rem) {
  .order--1\@xl {
    order: 1;
  }
  .order--2\@xl {
    order: 2;
  }
  .order--3\@xl {
    order: 3;
  }
  .order--4\@xl {
    order: 4;
  }
  .order--5\@xl {
    order: 5;
  }
  .order--6\@xl {
    order: 6;
  }
  .order--7\@xl {
    order: 7;
  }
  .order--8\@xl {
    order: 8;
  }
  .order--9\@xl {
    order: 9;
  }
  .order--10\@xl {
    order: 10;
  }
  .order--11\@xl {
    order: 11;
  }
  .order--12\@xl {
    order: 12;
  }
}
@media (min-width: 90rem) {
  .order--1\@xxl {
    order: 1;
  }
  .order--2\@xxl {
    order: 2;
  }
  .order--3\@xxl {
    order: 3;
  }
  .order--4\@xxl {
    order: 4;
  }
  .order--5\@xxl {
    order: 5;
  }
  .order--6\@xxl {
    order: 6;
  }
  .order--7\@xxl {
    order: 7;
  }
  .order--8\@xxl {
    order: 8;
  }
  .order--9\@xxl {
    order: 9;
  }
  .order--10\@xxl {
    order: 10;
  }
  .order--11\@xxl {
    order: 11;
  }
  .order--12\@xxl {
    order: 12;
  }
}

.inp-fix {
  position: relative;
  display: block;
}
.has-error .inp-fix {
  color: #c90700;
}
.has-warning .inp-fix {
  color: #c90700;
}
.has-ok .inp-fix {
  color: #009225;
}

.inp-item {
  position: relative;
  display: inline-block;
  padding-left: 3.4rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  cursor: pointer;
}
.inp-item input {
  position: absolute;
  top: 0.575rem;
  left: 0.375rem;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.inp-item > span {
  transition: color 0.3s;
}
.inp-item > span::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cg%3E%3Cpath d='M30.67,40H9.33c-2.75,0-4.26,0-5.69-.73-1.26-.64-2.27-1.65-2.91-2.91-.73-1.43-.73-2.94-.73-5.69V9.33C0,6.58,0,5.07,.73,3.64,1.37,2.38,2.38,1.37,3.64,.73c1.43-.73,2.94-.73,5.69-.73H30.67c2.75,0,4.27,0,5.69,.73,1.26,.64,2.27,1.65,2.92,2.91,.73,1.42,.73,2.94,.73,5.69V30.67c0,2.75,0,4.26-.73,5.69-.64,1.26-1.65,2.27-2.92,2.91-1.42,.73-2.94,.73-5.68,.73ZM9.33,4.44c-1.93,0-3.2,0-3.68,.24-.42,.21-.76,.55-.97,.97-.24,.48-.24,1.75-.24,3.68V30.67c0,1.93,0,3.2,.24,3.67,.21,.42,.55,.76,.97,.97,.47,.24,1.75,.24,3.67,.24H30.67c1.92,0,3.19,0,3.67-.24,.42-.21,.76-.56,.97-.97,.24-.47,.24-1.74,.24-3.67V9.33c0-1.92,0-3.19-.24-3.67-.21-.41-.56-.76-.97-.97-.48-.24-1.75-.24-3.67-.24H9.33Z' fill='%23c9c9c9'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.inp-item > span .icon-svg {
  position: absolute;
  top: -0.6rem;
  left: -0.3rem;
  width: 2.4rem;
  height: 2.4rem;
  color: transparent;
  transition: color 0.3s;
}
.inp-item--checkbox input:checked + span .icon-svg {
  color: #333333;
}
.inp-item.is-disabled {
  color: #e9e9e9;
  filter: grayscale(100%);
  pointer-events: none;
}
.has-error .inp-item input + span {
  color: #c90700;
}
.hoverevents .inp-item:hover input + span {
  color: #333333;
}

.inp-label {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.25rem;
}

.inp-text {
  display: block;
  width: 100%;
  padding: 1rem 2rem;
  border: 0.1rem solid transparent;
  border-bottom: 0.1rem solid #e9e9e9;
  background-color: #ffffff;
  color: #858585;
  font-size: 1.6rem;
  line-height: 2.4rem;
  transition: background-color 0.3s, border-color 0.3s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.inp-text:required {
  padding: 1rem 3rem 1rem 2rem;
}
.inp-text:required + span {
  position: absolute;
  top: 1.1rem;
  right: 1.5rem;
  color: #c90700;
}
.inp-text:disabled {
  background-color: #e9e9e9;
}
.inp-text:focus {
  border-color: #333333;
}
.has-error .inp-text {
  border-color: #c90700;
}

.inp-text::placeholder {
  color: rgba(133, 133, 133, 0.5);
  opacity: 1;
}
.inp-text:focus::placeholder {
  color: rgba(51, 51, 51, 0.25);
}
textarea.inp-text {
  height: auto;
  resize: vertical;
}

.link-mask {
  position: relative;
  overflow: hidden;
}
.link-mask__link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.link-mask__unmask {
  position: relative;
  z-index: 2;
}

.message {
  padding: 2rem;
  border: 0.1rem solid #333333;
  border-radius: 0.8rem;
  background: #ffffff;
}
.message > :last-child {
  margin-bottom: 0;
}
.message--error {
  border: 0.1rem solid #c90700;
  background: #c90700;
  color: #ffffff;
}
.message--error a {
  color: #ffffff;
}
.message--ok {
  border: 0.1rem solid #009225;
  background: #009225;
  color: #ffffff;
}
.message--ok a {
  color: #ffffff;
}
.message--warning {
  border: 0.1rem solid #d37f00;
  background: #d37f00;
  color: #ffffff;
}
.message--warning a {
  color: #ffffff;
}

.progress {
  display: none;
  height: 0.5rem;
}
.progress__bar {
  display: block;
  width: 0;
  height: 100%;
  background-color: #e9e9e9;
}

.section {
  position: relative;
  min-height: 100vh;
  background-color: #ffffff;
  overflow: hidden;
}
.section__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.section__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  object-fit: cover;
  object-position: center;
  filter: grayscale(100%);
}
.section--first, .section--small {
  min-height: auto;
}
.section--dark {
  background-color: #333333;
}
@media (max-width: 62.499rem) {
  .section--front {
    max-height: 100vh;
  }
}
@media (max-width: 46.874rem) {
  .section--small {
    min-height: 100vh;
  }
  .section--front {
    min-height: 100vh;
    max-height: 100vh;
  }
}

.b-banner__holder {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.b-banner__holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  animation: scaleUp 5s linear alternate;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 46.874rem) {
  .b-banner__holder {
    min-height: 100vh;
    max-height: 100vh;
    padding: 0;
  }
}

@keyframes scaleUp {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.b-contact__group {
  position: relative;
  margin-bottom: 2rem;
}
.b-contact__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.b-contact__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: right bottom;
}
.b-contact__contact {
  position: relative;
  z-index: 1;
  display: block;
}
.b-contact__contact a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.b-contact__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.3rem;
}
.b-contact__icon .icon-svg {
  width: 1.6rem;
}
.b-content--dark .b-contact__group {
  padding-top: 16rem;
}

.b-content__main-title {
  position: relative;
  padding-left: 3rem;
  font-weight: 600;
  text-transform: uppercase;
}
.b-content__main-title::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 2rem;
  height: 0.1rem;
  background-color: #858585;
}
.b-content h1,
.b-content h2 {
  padding-left: 5rem;
  text-wrap: balance;
}
.b-content__arrow {
  position: absolute;
  top: 5rem;
  left: 0.1rem;
  width: 2rem;
  height: 2rem;
  transform: rotate(-45deg);
  transition: transform 0.5s;
  transition-delay: 2s;
}
.b-content__arrow .icon-svg {
  width: 2rem;
  height: 2rem;
  color: #858585;
}
.b-content__content {
  position: relative;
  padding: 10rem 1rem 0 0.1rem;
  text-wrap: balance;
}
.b-content__content::before, .b-content__content::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0.1rem;
  height: 200rem;
  background-color: #e9e9e9;
}
.b-content__content::before {
  top: -100rem;
  bottom: 0;
}
.b-content__content::after {
  top: 0;
  bottom: -100rem;
}
.b-content--dark .b-content__main-title {
  color: #ffffff;
}
.b-content--dark h1, .b-content--dark h2, .b-content--dark p, .b-content--dark a, .b-content--dark .as-link {
  color: #ffffff;
}
.b-content--dark .b-content__content::before, .b-content--dark .b-content__content::after {
  background-color: #858585;
}
.b-content--dark .btn__text {
  background-color: #ffffff;
  color: #858585;
}
.b-content__form {
  position: relative;
  z-index: 1;
  margin-top: 3rem;
}
.b-content__more a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.b-content__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.3rem;
}
.b-content__icon .icon-svg {
  width: 1.6rem;
}
.b-content__content--contacts .b-contact__image {
  display: none;
}
.b-content--dark .b-content__content--contacts {
  padding: 0 1rem 0 0.1rem;
}
.b-content--dark .b-content__content--contacts .b-contact__image {
  display: block;
}
.b-content__arrow.is-animated {
  transform: rotate(0);
}
.b-content__arrow.is-animated .icon-svg {
  width: 2rem;
  height: 2rem;
  color: #858585;
}
@media (max-width: 62.499rem) {
  .b-content h1,
.b-content h2 {
    padding-left: 0;
  }
  .b-content__arrow {
    top: -2rem;
  }
  .b-content__content {
    padding: 1rem 0 0 0.1rem;
  }
  .b-content__content::before, .b-content__content::after {
    display: none;
  }
  .b-content__form {
    margin-top: 2rem;
  }
}

.b-cookie {
  position: fixed;
  top: 0;
  left: 10rem;
  z-index: 100;
  display: none;
  justify-content: center;
  align-items: flex-end;
  width: calc(100% - 10rem);
  min-width: 0;
  max-width: none;
  height: 100%;
  min-height: 0;
  max-height: none;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: inherit;
}
.b-cookie::-webkit-backdrop {
  background: transparent;
}
.b-cookie::backdrop {
  background: transparent;
}
.b-cookie__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.5);
}
.b-cookie__box {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  max-height: calc(100% - 40px);
  padding: 1.5em;
  background: #ffffff;
  overscroll-behavior: contain;
}
.b-cookie__box-inner {
  margin-right: -20px;
  padding-right: 20px;
  overflow-y: auto;
}
.b-cookie .h3 {
  margin: 0 0 1.6rem;
  font-size: 2.4rem;
  line-height: 3.2rem;
  text-transform: none;
}
.b-cookie .h4 {
  margin: 0 0 1.6rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
  text-transform: none;
}
.b-cookie .as-link {
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
}
.b-cookie summary:focus,
.b-cookie summary:focus-visible {
  outline: none;
}
.b-cookie .inp-item {
  flex: 0 0 auto;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding-left: 2.4rem;
}
.b-cookie__btns {
  display: flex;
  gap: 1.5em;
  justify-content: space-between;
  align-items: center;
  margin-top: 2em;
}
.b-cookie__btns p {
  display: flex;
  gap: 10px;
  margin: 0;
}
.b-cookie__option {
  margin-top: 1em;
  margin-bottom: 1em;
}
.b-cookie__option + .b-cookie__option {
  margin-top: 0;
  padding-top: 1em;
  border-top: 0.1rem solid #e9e9e9;
}
.b-cookie__option-row {
  display: flex;
  gap: 1em;
}
.b-cookie__option-row details {
  flex: 1 1 auto;
}
.b-cookie__option-head {
  list-style: none;
  cursor: pointer;
}
.b-cookie__option-head::-webkit-details-marker {
  display: none;
}
.b-cookie__option-head > span {
  position: relative;
  display: block;
  padding-right: 1.25em;
  padding-left: 1.25em;
}
.b-cookie__option-head > span::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0.21em;
  border-top: 0.357em solid transparent;
  border-bottom: 0.357em solid transparent;
  border-left: 0.357em solid currentcolor;
  transition: transform 0.3s;
}
.b-cookie__option-body {
  padding-top: 1em;
  padding-left: 1.25em;
}
.b-cookie__option-body > *:last-child {
  margin-bottom: 0;
}
html:not([data-cookie-state=settings]) .b-cookie [data-step="2"], html[data-cookie-state=settings] .b-cookie [data-step="1"] {
  display: none;
}
html[data-show-cookie=true] .b-cookie {
  display: flex;
}
details[open] .b-cookie__option-head > span::before {
  transform: rotate(90deg);
}
@media (min-width: 46.875rem) {
  .b-cookie {
    align-items: center;
    padding: 0 1.5em;
  }
  .b-cookie__box {
    max-width: 700px;
    padding: 2.5em;
  }
}
@media (max-width: 62.499rem) {
  .b-cookie {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 520px) {
  .b-cookie__btns {
    gap: 1em;
    flex-direction: column;
  }
  .b-cookie__btns p {
    flex-direction: column;
    width: 100%;
  }
  .b-cookie__btns .btn {
    display: block;
    width: 100%;
  }
}

.b-documents__group {
  margin-bottom: 2rem;
}
.b-documents__document {
  display: block;
}
.b-documents__document a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.b-documents__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  margin-right: 0.3rem;
}
.b-documents__icon .icon-svg {
  width: 1.6rem;
}

.c-gallery__holder {
  position: relative;
  padding-top: 133.3333%;
  overflow: hidden;
}
.c-gallery__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.c-gallery__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s, filter 0.3s;
  object-fit: cover;
  object-position: center;
}
.c-gallery__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s, filter 0.3s;
  object-fit: cover;
  object-position: center;
}
.c-gallery__logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 30%;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 2rem;
  opacity: 1;
  transition: opacity 0.3s;
}
.c-gallery__logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 20rem;
  height: auto;
  transform: translate(-50%, -50%);
}
.c-gallery__info {
  position: absolute;
  top: 70%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  text-align: right;
  opacity: 1;
  transition: opacity 0.3s;
}
.c-gallery__info p {
  margin: 0;
  color: #ffffff;
}
.c-gallery__name {
  font-weight: 600;
}
.c-gallery__description {
  font-style: italic;
}
.c-gallery--crossroad .c-gallery__holder .c-gallery__link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(51, 51, 51, 0.5);
  opacity: 1;
  transition: opacity 0.3s;
}
.hoverevents .c-gallery__holder .c-gallery__link:hover::before {
  opacity: 0;
}
.hoverevents .c-gallery__holder .c-gallery__link:hover .c-gallery__img {
  transform: scale(1.02);
  filter: none;
}
.hoverevents .c-gallery__holder .c-gallery__link:hover .c-gallery__info {
  opacity: 0;
}
.hoverevents .c-gallery__holder .c-gallery__link:hover .c-gallery__logo {
  opacity: 0;
}
.hoverevents .c-gallery--crossroad .c-gallery__holder .c-gallery__link:hover__img {
  filter: none;
}
.hoverevents .c-gallery--crossroad .c-gallery__holder .c-gallery__link:hover__video {
  filter: none;
}

.b-intro {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  background-color: rgba(51, 51, 51, 0.75);
}
.b-intro__content {
  position: absolute;
  right: 2rem;
  bottom: 8rem;
  left: 2rem;
  z-index: 1;
  text-align: center;
}
.b-intro__content h1 {
  margin: 0;
  color: #ffffff;
  font-size: 3rem;
  line-height: 3.8rem;
  text-transform: uppercase;
}
.b-intro__lead {
  margin: 1.2rem 0 0;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.b-intro__price {
  margin: 0.8rem 0 0;
  color: #e9e9e9;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.b-intro__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  width: -webkit-max-content;
  width: max-content;
  max-width: 100%;
  margin: 2rem auto 0;
}
.b-intro__actions .btn {
  width: 100%;
}
.b-intro__actions .btn__text {
  width: 100%;
}
.b-intro__img {
  width: 80%;
  max-width: 70rem;
}
@media (max-width: 77.499rem) {
  .b-intro__content h1 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 62.499rem) {
  .b-intro {
    min-height: calc(100vh - 7rem);
    max-height: calc(100vh - 7rem);
  }
  .b-intro__content {
    right: 2rem;
    bottom: 7rem;
    left: 2rem;
    text-align: center;
  }
  .b-intro__content h1 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .b-intro__lead, .b-intro__price {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
  .b-intro__actions {
    margin-top: 1.2rem;
    width: 100%;
  }
  .b-intro__img {
    max-width: 50rem;
  }
}
@media (max-width: 46.874rem) {
  .b-intro__actions {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 32rem;
  }
}

.b-legal .row-main {
  max-width: 80rem;
}
.b-legal h1 {
  margin-bottom: 3rem;
}
.b-legal h2 {
  margin: 3rem 0 1.5rem;
  font-size: 2.2rem;
  line-height: 3rem;
  text-transform: none;
}
.b-legal p,
.b-legal ul {
  text-wrap: pretty;
}
.b-legal ul {
  margin: 0 0 1.25rem;
  padding-left: 2rem;
}
.b-legal .as-link {
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
}
@media (max-width: 46.874rem) {
  .b-legal h2 {
    margin: 2rem 0 1rem;
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}

.b-link {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 6rem;
  height: 6rem;
  transform: translateX(-50%);
}
.b-link__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.b-link__link::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  right: 1.5rem;
  bottom: 2.5rem;
  left: 1.5rem;
  width: 3rem;
  height: 3rem;
  border-top: 0.2rem solid transparent;
  border-right: 0.2rem solid #ffffff;
  border-bottom: 0.2rem solid #ffffff;
  border-left: 0.2rem solid transparent;
  transform: rotate(45deg);
  transition: top 0.3s, border-color 0.3s;
}
.b-link--dark .b-link__link::before {
  border-right: 0.2rem solid #333333;
  border-bottom: 0.2rem solid #333333;
}
.hoverevents .b-link__link:hover::before {
  top: 1rem;
  border-right: 0.2rem solid #e9e9e9;
  border-bottom: 0.2rem solid #e9e9e9;
}

.b-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.b-logo__inner {
  position: relative;
}
.b-logo .b-logo__cursor {
  position: absolute;
  top: 50%;
  left: 5.8rem;
  color: #e9e9e9;
  font-weight: 600;
  font-size: 3.8rem;
  opacity: 0;
  transform: translateY(-50%);
  animation: blink 0.5s steps(2, start) 2 forwards;
  animation-delay: 3.8s;
  animation-fill-mode: forwards;
}
.b-logo__svg {
  width: 50rem;
  max-width: 100%;
  color: #ffffff;
  fill: #ffffff;
}
.b-logo__square rect {
  opacity: 1;
}
.b-logo__square rect:nth-child(1) {
  height: 0;
  animation: drawHeightUp 0.5s forwards;
  animation-delay: 0.5s;
  y: 30;
}
.b-logo__square rect:nth-child(2) {
  width: 0;
  animation: drawWidthLeft 0.5s forwards;
  animation-delay: 1s;
  x: 139.9;
}
.b-logo__square rect:nth-child(3) {
  height: 0;
  animation: drawHeightDown 0.5s forwards;
  animation-delay: 1.5s;
  y: 0.1;
}
.b-logo__square rect:nth-child(4) {
  width: 0;
  animation: drawWidthRight 0.5s forwards;
  animation-delay: 2s;
  x: 39.9;
}
.b-logo__square rect:nth-child(5) {
  height: 0;
  animation: drawHeightUpBottom 0.5s forwards;
  animation-delay: 2.5s;
  y: 130;
}
.b-logo__lines rect {
  transform: translateX(-100%);
  animation: slideIn 0.5s forwards;
}
.b-logo__lines rect:nth-child(1) {
  animation-delay: 3s;
}
.b-logo__lines rect:nth-child(2) {
  animation-delay: 3.2s;
}
.b-logo__lines rect:nth-child(3) {
  animation-delay: 3.4s;
}
.b-logo__title path {
  opacity: 0;
  animation: fadeIn 0.3s forwards;
}
.b-logo__title path:nth-child(1) {
  animation-delay: 4.5s;
}
.b-logo__title path:nth-child(2) {
  animation-delay: 4.6s;
}
.b-logo__title path:nth-child(3) {
  animation-delay: 4.7s;
}
.b-logo__title path:nth-child(4) {
  animation-delay: 4.8s;
}
.b-logo__title path:nth-child(5) {
  animation-delay: 4.9s;
}
.b-logo__title path:nth-child(6) {
  animation-delay: 5s;
}
.b-logo__title path:nth-child(7) {
  animation-delay: 5.1s;
}
.b-logo__title path:nth-child(8) {
  animation-delay: 5.2s;
}
.b-logo__title path:nth-child(9) {
  animation-delay: 5.3s;
}
.b-logo__title path:nth-child(10) {
  animation-delay: 5.4s;
}
.b-logo__title path:nth-child(11) {
  animation-delay: 5.5s;
}
.b-logo__title path:nth-child(12) {
  animation-delay: 5.6s;
}
.b-logo__annot path {
  opacity: 0;
  animation: fadeIn 0.3s forwards;
}
.b-logo__annot path:nth-child(1) {
  animation-delay: 5.5s;
}
.b-logo__annot path:nth-child(2) {
  animation-delay: 5.6s;
}
.b-logo__annot path:nth-child(3) {
  animation-delay: 5.7s;
}
.b-logo__annot path:nth-child(4) {
  animation-delay: 5.8s;
}
.b-logo__annot path:nth-child(5) {
  animation-delay: 5.9s;
}
.b-logo__annot path:nth-child(6) {
  animation-delay: 6s;
}
.b-logo__annot path:nth-child(7) {
  animation-delay: 6.1s;
}
.b-logo__annot path:nth-child(8) {
  animation-delay: 6.2s;
}
.b-logo__annot path:nth-child(9) {
  animation-delay: 6.3s;
}
.b-logo__annot path:nth-child(10) {
  animation-delay: 6.4s;
}
.b-logo__annot path:nth-child(11) {
  animation-delay: 6.5s;
}
.b-logo__annot path:nth-child(12) {
  animation-delay: 6.6s;
}
.b-logo__annot path:nth-child(13) {
  animation-delay: 6.7s;
}
.b-logo__annot path:nth-child(14) {
  animation-delay: 6.8s;
}
.b-logo__annot path:nth-child(15) {
  animation-delay: 6.9s;
}
.b-logo__annot path:nth-child(16) {
  animation-delay: 7s;
}
.b-logo__annot path:nth-child(17) {
  animation-delay: 7.1s;
}
.b-logo__annot path:nth-child(18) {
  animation-delay: 7.2s;
}
.b-logo__annot path:nth-child(19) {
  animation-delay: 7.3s;
}
.b-logo__annot path:nth-child(20) {
  animation-delay: 7.4s;
}
.b-logo__annot path:nth-child(21) {
  animation-delay: 7.5s;
}
.b-logo__annot path:nth-child(22) {
  animation-delay: 7.6s;
}
@media (max-width: 62.499rem) {
  .b-logo {
    top: 10rem;
    transform: translate(-50%, 0);
  }
}
@media (max-width: 46.874rem) {
  .b-logo .b-logo__cursor {
    left: 3.8rem;
    font-size: 3rem;
  }
}
@media (max-width: 29.999rem) {
  .b-logo .b-logo__cursor {
    left: 2.2rem;
    font-size: 2rem;
  }
}
@keyframes drawHeightUp {
  to {
    height: 30px;
    y: 0;
  }
}
@keyframes drawHeightDown {
  to {
    height: 130px;
  }
}
@keyframes drawHeightUpBottom {
  to {
    height: 30px;
    y: 100;
  }
}
@keyframes drawWidthLeft {
  to {
    width: 100px;
    x: 39.9;
  }
}
@keyframes drawWidthRight {
  to {
    width: 100px;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes blink {
  0%, 50% {
    opacity: 1;
  }
  50.01%, 100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.b-parameters__group {
  margin-bottom: 2rem;
}
.b-parameters__parameter {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.b-parameters__name {
  flex: 0 1 10rem;
}
.b-parameters__value {
  flex: 0 1 auto;
}
.b-parameters__group--legal {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  margin-top: 2rem;
}
.b-content--dark .b-parameters {
  color: #ffffff;
}

.b-social__list {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.b-social__link {
  display: block;
  padding: 1rem;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}
.hoverevents .b-social .b-social__item:hover .b-social__link {
  color: #858585;
}
@media (max-width: 62.499rem) {
  .b-social__list {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}

.b-technology h2 {
  text-align: center;
}
.b-technology__holder {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
.b-technology__description {
  position: absolute;
  top: -2.2rem;
  left: 50%;
  padding: 0 0.5rem 0.3rem;
  color: #e9e9e9;
  font-size: 1.4rem;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%);
  transition: visibility 0.3s, opacity 0.3s;
}
.b-technology__description::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 0.1rem solid #e9e9e9;
  border-left: 0.1rem solid #e9e9e9;
  opacity: 0;
}
.b-technology__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  margin: 0 auto;
  text-align: center;
  transition: transform 0.3s, opacity 0.3s;
}
.b-technology__icon img {
  flex: 0 1 auto;
}
.b-technology__content {
  padding: 10rem 1rem 0 0.1rem;
}
.b-technology--dark h2 {
  color: #ffffff;
}
.b-technology__icon--small img {
  max-width: 6rem;
}
.hoverevents .b-technology__holder:hover .b-technology__icon {
  opacity: 0.8;
  transform: scale(1.1);
}
.hoverevents .b-technology__holder:hover .b-technology__description {
  visibility: visible;
  opacity: 1;
}
.hoverevents .b-technology__holder:hover .b-technology__description::before {
  opacity: 1;
  animation: draw-border 0.4s ease forwards;
}
@media (max-width: 77.499rem) {
  .b-technology__icon {
    width: 6rem;
    height: 6rem;
  }
  .b-technology__icon--small img {
    max-width: 4rem;
  }
  .b-technology__description {
    top: -2rem;
    padding: 0 0.3rem 0.2rem;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}
@media (max-width: 62.499rem) {
  .b-technology__content {
    padding: 1rem 0 0 0.1rem;
  }
}

@keyframes draw-border {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 0;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
.f-contact {
  width: 100%;
  max-width: 64rem;
}
.f-contact--contact a {
  color: #ffffff;
}
.f-contact--contact .inp-item--checkbox input:checked + span .icon-svg {
  color: #ffffff;
}
.f-contact--contact .hoverevents .inp-item:hover input + span {
  color: #ffffff;
}

.m-accessibility {
  position: absolute;
  top: 0;
  left: -500rem;
}
.m-accessibility a:focus, .m-accessibility a:active {
  position: absolute;
  top: 0;
  left: 500rem;
  z-index: 900;
  width: 20rem;
  padding: 0.2rem 0 0.5rem;
  background-color: #ffffff;
  text-align: center;
}

.m-main__list {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.m-main__link {
  display: block;
  padding: 1rem 0;
  color: #ffffff;
  font-size: 1.6rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transform: rotate(180deg);
  writing-mode: vertical-lr;
}
.m-main__toggle {
  display: inline-block;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  color: inherit;
  line-height: inherit;
  text-align: inherit;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: none;
  width: 5rem;
  height: 5rem;
  margin: 0;
}
.m-main__toggle::before, .m-main__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.2rem;
  height: 0.4rem;
  margin-top: -0.2rem;
  margin-left: -1.6rem;
  background: #ffffff;
  transition: box-shadow 0.3s, transform 0.3s;
  box-shadow: 0 -1rem 0 #ffffff, 0 1rem 0 #ffffff;
}
.hoverevents .m-main .m-main__item:hover .m-main__link {
  color: #858585;
}
.m-main .m-main__item.is-active .m-main__link {
  color: #858585;
}
.m-main.is-open .m-main__toggle::before, .m-main.is-open .m-main__toggle::after {
  background: #858585;
  transition-delay: 0s, 0s;
  box-shadow: none;
}
.m-main.is-open .m-main__toggle::before {
  transform: rotate(45deg);
}
.m-main.is-open .m-main__toggle::after {
  transform: rotate(-45deg);
}
@media (max-width: 62.499rem) {
  .m-main {
    position: relative;
  }
  .m-main__toggle {
    display: block;
  }
  .m-main__link {
    padding: 2rem 3rem;
    color: #ffffff;
    font-size: 2rem;
    transform: none;
    writing-mode: horizontal-tb;
  }
  .m-main__list {
    position: fixed;
    top: 7rem;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 3rem;
    background-color: #333333;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .m-main__item {
    width: auto;
    border-bottom: 0.1rem solid #858585;
  }
  .m-main__item:last-child {
    border: none;
  }
  .m-main__item.is-active .m-main__link {
    color: #858585;
  }
  .m-main.is-open .m-main__list {
    z-index: 2;
    visibility: visible;
    opacity: 1;
  }
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 32rem;
  min-height: 100vh;
  padding-left: 10rem;
  background-color: #ffffff;
  /* stylelint-disable-next-line selector-no-qualifying-type */
}
body.is-open-menu {
  overflow: hidden;
}
@media (max-width: 62.499rem) {
  body {
    padding-left: 0;
  }
}

:first-child {
  margin-top: 0;
}

.header {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10rem;
  height: 100%;
  background-color: #333333;
}
.header .row-main {
  height: 100%;
  padding: 0 0.8rem;
}
.header__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 3rem 0;
}
.header__logo {
  width: 100%;
  margin: 0;
}
.header__logo a,
.header__logo span {
  position: relative;
  display: block;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}
.header__logo a img,
.header__logo span img {
  height: 15rem;
}
.header__menu {
  padding-top: 15rem;
  padding-bottom: 5rem;
}
.header__social {
  margin-top: auto;
}
.header__img--mobile {
  display: none;
}
@media (max-width: 62.499rem) {
  .header {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 2;
    width: 100%;
    height: auto;
  }
  .header .row-main {
    padding: 0 2rem;
  }
  .header__inner {
    flex-direction: row;
    align-items: center;
    height: auto;
    padding: 1rem 0;
  }
  .header__logo {
    flex: 0 0 15.3rem;
    width: 15.3rem;
  }
  .header__logo a img,
.header__logo span img {
    height: auto;
    margin-left: 0;
  }
  .header__img {
    display: none;
  }
  .header__menu {
    flex: 0 1 auto;
    margin-left: auto;
    padding: 0;
  }
  .header__menu li:last-child {
    display: block;
  }
  .header__social {
    position: fixed;
    right: 0;
    bottom: 2rem;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .header__img--mobile {
    display: block;
  }
  .is-open-menu .header__social {
    z-index: 2;
    visibility: visible;
    opacity: 1;
  }
}

.main {
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
}
.main__content {
  padding: 6rem 0;
}
@media (max-width: 77.499rem) {
  .main__content {
    padding: 5rem 0;
  }
}
@media (max-width: 62.499rem) {
  .main__content {
    padding: 4rem 0;
  }
}
@media (max-width: 46.874rem) {
  .main__content {
    padding: 3rem 0;
  }
}

.u-clearfix::before, .u-clearfix::after {
  content: "";
  display: table;
}
.u-clearfix::after {
  clear: both;
}

.u-vhide {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.u-out,
.js .u-js-out {
  position: absolute;
  left: -500rem;
}

.u-line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}

.u-line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}

.js .u-js-hide {
  display: none;
}

.u-hide {
  display: none;
}

.u-po-a {
  position: absolute;
}

.u-po-r {
  position: relative;
}

.u-zi-1 {
  z-index: 1;
}

.u-zi-2 {
  z-index: 2;
}

.u-d-n {
  display: none;
}

.u-d-b {
  display: block;
}

.u-fl-l {
  float: left;
}

.u-fl-r {
  float: right;
}

.u-mw-1000 {
  max-width: 100rem;
}

.u-mt-0 {
  margin-top: 0;
}

.u-mt-xxs {
  margin-top: 1rem;
}

.u-mt-xs {
  margin-top: 4rem;
}

.u-mt-sm {
  margin-top: 6rem;
}

.u-mt-md {
  margin-top: 8rem;
}

.u-mt-lg {
  margin-top: 10rem;
}

.u-mt-xl {
  margin-top: 12rem;
}

.u-mt-xxl {
  margin-top: 20rem;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-mb-xxs {
  margin-bottom: 1rem;
}

.u-mb-xs {
  margin-bottom: 4rem;
}

.u-mb-sm {
  margin-bottom: 6rem;
}

.u-mb-md {
  margin-bottom: 8rem;
}

.u-mb-lg {
  margin-bottom: 10rem;
}

.u-mb-xl {
  margin-bottom: 12rem;
}

.u-mb-xxl {
  margin-bottom: 20rem;
}

.u-mr-auto {
  margin-right: auto;
}

.u-ml-auto {
  margin-left: auto;
}

.u-pt-0 {
  padding-top: 0;
}

.u-pt-xxs {
  padding-top: 1rem;
}

.u-pt-xs {
  padding-top: 4rem;
}

.u-pt-sm {
  padding-top: 6rem;
}

.u-pt-md {
  padding-top: 8rem;
}

.u-pt-lg {
  padding-top: 10rem;
}

.u-pt-xl {
  padding-top: 12rem;
}

.u-pt-xxl {
  padding-top: 20rem;
}

.u-pb-0 {
  padding-bottom: 0;
}

.u-pb-xxs {
  padding-bottom: 1rem;
}

.u-pb-xs {
  padding-bottom: 4rem;
}

.u-pb-sm {
  padding-bottom: 6rem;
}

.u-pb-md {
  padding-bottom: 8rem;
}

.u-pb-lg {
  padding-bottom: 10rem;
}

.u-pb-xl {
  padding-bottom: 12rem;
}

.u-pb-xxl {
  padding-bottom: 20rem;
}

.u-va-t {
  vertical-align: top;
}

.u-va-m {
  vertical-align: middle;
}

.u-va-b {
  vertical-align: bottom;
}

.u-fw-l {
  font-weight: 300;
}

.u-fw-n {
  font-weight: 400;
}

.u-fw-sm {
  font-weight: 500;
}

.u-fw-b {
  font-weight: 600;
}

.u-fw-eb {
  font-weight: 700;
}

.u-ta-l {
  text-align: left;
}

.u-ta-r {
  text-align: right;
}

.u-ta-c {
  text-align: center;
}

.u-ta-j {
  text-align: justify;
}

.u-tt-l {
  text-transform: lowercase;
}

.u-tt-u {
  text-transform: uppercase;
}

.u-tt-c {
  text-transform: capitalize;
}

@media (min-width: 30rem) {
  .u-d-n\@sm {
    display: none;
  }
  .u-d-b\@sm {
    display: block;
  }
  .u-mt-0\@sm {
    margin-top: 0;
  }
  .u-mt-xxs\@sm {
    margin-top: 1rem;
  }
  .u-mt-xs\@sm {
    margin-top: 4rem;
  }
  .u-mt-sm\@sm {
    margin-top: 6rem;
  }
  .u-mt-md\@sm {
    margin-top: 8rem;
  }
  .u-mt-lg\@sm {
    margin-top: 10rem;
  }
  .u-mt-xl\@sm {
    margin-top: 12rem;
  }
  .u-mt-xxl\@sm {
    margin-top: 20rem;
  }
  .u-mb-0\@sm {
    margin-bottom: 0;
  }
  .u-mb-xxs\@sm {
    margin-bottom: 1rem;
  }
  .u-mb-xs\@sm {
    margin-bottom: 4rem;
  }
  .u-mb-sm\@sm {
    margin-bottom: 6rem;
  }
  .u-mb-md\@sm {
    margin-bottom: 8rem;
  }
  .u-mb-lg\@sm {
    margin-bottom: 10rem;
  }
  .u-mb-xl\@sm {
    margin-bottom: 12rem;
  }
  .u-mb-xxl\@sm {
    margin-bottom: 20rem;
  }
  .u-pt-0\@sm {
    padding-top: 0;
  }
  .u-pt-xxs\@sm {
    padding-top: 1rem;
  }
  .u-pt-xs\@sm {
    padding-top: 4rem;
  }
  .u-pt-sm\@sm {
    padding-top: 6rem;
  }
  .u-pt-md\@sm {
    padding-top: 8rem;
  }
  .u-pt-lg\@sm {
    padding-top: 10rem;
  }
  .u-pt-xl\@sm {
    padding-top: 12rem;
  }
  .u-pt-xxl\@sm {
    padding-top: 20rem;
  }
  .u-pb-0\@sm {
    padding-bottom: 0;
  }
  .u-pb-xxs\@sm {
    padding-bottom: 1rem;
  }
  .u-pb-xs\@sm {
    padding-bottom: 4rem;
  }
  .u-pb-sm\@sm {
    padding-bottom: 6rem;
  }
  .u-pb-md\@sm {
    padding-bottom: 8rem;
  }
  .u-pb-lg\@sm {
    padding-bottom: 10rem;
  }
  .u-pb-xl\@sm {
    padding-bottom: 12rem;
  }
  .u-pb-xxl\@sm {
    padding-bottom: 20rem;
  }
  .u-ta-l\@sm {
    text-align: left;
  }
  .u-ta-r\@sm {
    text-align: right;
  }
  .u-ta-c\@sm {
    text-align: center;
  }
  .u-ta-j\@sm {
    text-align: justify;
  }
}
@media (min-width: 46.875rem) {
  .u-d-n\@md {
    display: none;
  }
  .u-d-b\@md {
    display: block;
  }
  .u-mt-0\@md {
    margin-top: 0;
  }
  .u-mt-xxs\@md {
    margin-top: 1rem;
  }
  .u-mt-xs\@md {
    margin-top: 4rem;
  }
  .u-mt-sm\@md {
    margin-top: 6rem;
  }
  .u-mt-md\@md {
    margin-top: 8rem;
  }
  .u-mt-lg\@md {
    margin-top: 10rem;
  }
  .u-mt-xl\@md {
    margin-top: 12rem;
  }
  .u-mt-xxl\@md {
    margin-top: 20rem;
  }
  .u-mb-0\@md {
    margin-bottom: 0;
  }
  .u-mb-xxs\@md {
    margin-bottom: 1rem;
  }
  .u-mb-xs\@md {
    margin-bottom: 4rem;
  }
  .u-mb-sm\@md {
    margin-bottom: 6rem;
  }
  .u-mb-md\@md {
    margin-bottom: 8rem;
  }
  .u-mb-lg\@md {
    margin-bottom: 10rem;
  }
  .u-mb-xl\@md {
    margin-bottom: 12rem;
  }
  .u-mb-xxl\@md {
    margin-bottom: 20rem;
  }
  .u-pt-0\@md {
    padding-top: 0;
  }
  .u-pt-xxs\@md {
    padding-top: 1rem;
  }
  .u-pt-xs\@md {
    padding-top: 4rem;
  }
  .u-pt-sm\@md {
    padding-top: 6rem;
  }
  .u-pt-md\@md {
    padding-top: 8rem;
  }
  .u-pt-lg\@md {
    padding-top: 10rem;
  }
  .u-pt-xl\@md {
    padding-top: 12rem;
  }
  .u-pt-xxl\@md {
    padding-top: 20rem;
  }
  .u-pb-0\@md {
    padding-bottom: 0;
  }
  .u-pb-xxs\@md {
    padding-bottom: 1rem;
  }
  .u-pb-xs\@md {
    padding-bottom: 4rem;
  }
  .u-pb-sm\@md {
    padding-bottom: 6rem;
  }
  .u-pb-md\@md {
    padding-bottom: 8rem;
  }
  .u-pb-lg\@md {
    padding-bottom: 10rem;
  }
  .u-pb-xl\@md {
    padding-bottom: 12rem;
  }
  .u-pb-xxl\@md {
    padding-bottom: 20rem;
  }
  .u-ta-l\@md {
    text-align: left;
  }
  .u-ta-r\@md {
    text-align: right;
  }
  .u-ta-c\@md {
    text-align: center;
  }
  .u-ta-j\@md {
    text-align: justify;
  }
}
@media (min-width: 62.5rem) {
  .u-d-n\@lg {
    display: none;
  }
  .u-d-b\@lg {
    display: block;
  }
  .u-mt-0\@lg {
    margin-top: 0;
  }
  .u-mt-xxs\@lg {
    margin-top: 1rem;
  }
  .u-mt-xs\@lg {
    margin-top: 4rem;
  }
  .u-mt-sm\@lg {
    margin-top: 6rem;
  }
  .u-mt-md\@lg {
    margin-top: 8rem;
  }
  .u-mt-lg\@lg {
    margin-top: 10rem;
  }
  .u-mt-xl\@lg {
    margin-top: 12rem;
  }
  .u-mt-xxl\@lg {
    margin-top: 20rem;
  }
  .u-mb-0\@lg {
    margin-bottom: 0;
  }
  .u-mb-xxs\@lg {
    margin-bottom: 1rem;
  }
  .u-mb-xs\@lg {
    margin-bottom: 4rem;
  }
  .u-mb-sm\@lg {
    margin-bottom: 6rem;
  }
  .u-mb-md\@lg {
    margin-bottom: 8rem;
  }
  .u-mb-lg\@lg {
    margin-bottom: 10rem;
  }
  .u-mb-xl\@lg {
    margin-bottom: 12rem;
  }
  .u-mb-xxl\@lg {
    margin-bottom: 20rem;
  }
  .u-pt-0\@lg {
    padding-top: 0;
  }
  .u-pt-xxs\@lg {
    padding-top: 1rem;
  }
  .u-pt-xs\@lg {
    padding-top: 4rem;
  }
  .u-pt-sm\@lg {
    padding-top: 6rem;
  }
  .u-pt-md\@lg {
    padding-top: 8rem;
  }
  .u-pt-lg\@lg {
    padding-top: 10rem;
  }
  .u-pt-xl\@lg {
    padding-top: 12rem;
  }
  .u-pt-xxl\@lg {
    padding-top: 20rem;
  }
  .u-pb-0\@lg {
    padding-bottom: 0;
  }
  .u-pb-xxs\@lg {
    padding-bottom: 1rem;
  }
  .u-pb-xs\@lg {
    padding-bottom: 4rem;
  }
  .u-pb-sm\@lg {
    padding-bottom: 6rem;
  }
  .u-pb-md\@lg {
    padding-bottom: 8rem;
  }
  .u-pb-lg\@lg {
    padding-bottom: 10rem;
  }
  .u-pb-xl\@lg {
    padding-bottom: 12rem;
  }
  .u-pb-xxl\@lg {
    padding-bottom: 20rem;
  }
  .u-ta-l\@lg {
    text-align: left;
  }
  .u-ta-r\@lg {
    text-align: right;
  }
  .u-ta-c\@lg {
    text-align: center;
  }
  .u-ta-j\@lg {
    text-align: justify;
  }
}
@media (min-width: 77.5rem) {
  .u-d-n\@xl {
    display: none;
  }
  .u-d-b\@xl {
    display: block;
  }
  .u-mt-0\@xl {
    margin-top: 0;
  }
  .u-mt-xxs\@xl {
    margin-top: 1rem;
  }
  .u-mt-xs\@xl {
    margin-top: 4rem;
  }
  .u-mt-sm\@xl {
    margin-top: 6rem;
  }
  .u-mt-md\@xl {
    margin-top: 8rem;
  }
  .u-mt-lg\@xl {
    margin-top: 10rem;
  }
  .u-mt-xl\@xl {
    margin-top: 12rem;
  }
  .u-mt-xxl\@xl {
    margin-top: 20rem;
  }
  .u-mb-0\@xl {
    margin-bottom: 0;
  }
  .u-mb-xxs\@xl {
    margin-bottom: 1rem;
  }
  .u-mb-xs\@xl {
    margin-bottom: 4rem;
  }
  .u-mb-sm\@xl {
    margin-bottom: 6rem;
  }
  .u-mb-md\@xl {
    margin-bottom: 8rem;
  }
  .u-mb-lg\@xl {
    margin-bottom: 10rem;
  }
  .u-mb-xl\@xl {
    margin-bottom: 12rem;
  }
  .u-mb-xxl\@xl {
    margin-bottom: 20rem;
  }
  .u-pt-0\@xl {
    padding-top: 0;
  }
  .u-pt-xxs\@xl {
    padding-top: 1rem;
  }
  .u-pt-xs\@xl {
    padding-top: 4rem;
  }
  .u-pt-sm\@xl {
    padding-top: 6rem;
  }
  .u-pt-md\@xl {
    padding-top: 8rem;
  }
  .u-pt-lg\@xl {
    padding-top: 10rem;
  }
  .u-pt-xl\@xl {
    padding-top: 12rem;
  }
  .u-pt-xxl\@xl {
    padding-top: 20rem;
  }
  .u-pb-0\@xl {
    padding-bottom: 0;
  }
  .u-pb-xxs\@xl {
    padding-bottom: 1rem;
  }
  .u-pb-xs\@xl {
    padding-bottom: 4rem;
  }
  .u-pb-sm\@xl {
    padding-bottom: 6rem;
  }
  .u-pb-md\@xl {
    padding-bottom: 8rem;
  }
  .u-pb-lg\@xl {
    padding-bottom: 10rem;
  }
  .u-pb-xl\@xl {
    padding-bottom: 12rem;
  }
  .u-pb-xxl\@xl {
    padding-bottom: 20rem;
  }
  .u-ta-l\@xl {
    text-align: left;
  }
  .u-ta-r\@xl {
    text-align: right;
  }
  .u-ta-c\@xl {
    text-align: center;
  }
  .u-ta-j\@xl {
    text-align: justify;
  }
}
@media (min-width: 90rem) {
  .u-d-n\@xxl {
    display: none;
  }
  .u-d-b\@xxl {
    display: block;
  }
  .u-mt-0\@xxl {
    margin-top: 0;
  }
  .u-mt-xxs\@xxl {
    margin-top: 1rem;
  }
  .u-mt-xs\@xxl {
    margin-top: 4rem;
  }
  .u-mt-sm\@xxl {
    margin-top: 6rem;
  }
  .u-mt-md\@xxl {
    margin-top: 8rem;
  }
  .u-mt-lg\@xxl {
    margin-top: 10rem;
  }
  .u-mt-xl\@xxl {
    margin-top: 12rem;
  }
  .u-mt-xxl\@xxl {
    margin-top: 20rem;
  }
  .u-mb-0\@xxl {
    margin-bottom: 0;
  }
  .u-mb-xxs\@xxl {
    margin-bottom: 1rem;
  }
  .u-mb-xs\@xxl {
    margin-bottom: 4rem;
  }
  .u-mb-sm\@xxl {
    margin-bottom: 6rem;
  }
  .u-mb-md\@xxl {
    margin-bottom: 8rem;
  }
  .u-mb-lg\@xxl {
    margin-bottom: 10rem;
  }
  .u-mb-xl\@xxl {
    margin-bottom: 12rem;
  }
  .u-mb-xxl\@xxl {
    margin-bottom: 20rem;
  }
  .u-pt-0\@xxl {
    padding-top: 0;
  }
  .u-pt-xxs\@xxl {
    padding-top: 1rem;
  }
  .u-pt-xs\@xxl {
    padding-top: 4rem;
  }
  .u-pt-sm\@xxl {
    padding-top: 6rem;
  }
  .u-pt-md\@xxl {
    padding-top: 8rem;
  }
  .u-pt-lg\@xxl {
    padding-top: 10rem;
  }
  .u-pt-xl\@xxl {
    padding-top: 12rem;
  }
  .u-pt-xxl\@xxl {
    padding-top: 20rem;
  }
  .u-pb-0\@xxl {
    padding-bottom: 0;
  }
  .u-pb-xxs\@xxl {
    padding-bottom: 1rem;
  }
  .u-pb-xs\@xxl {
    padding-bottom: 4rem;
  }
  .u-pb-sm\@xxl {
    padding-bottom: 6rem;
  }
  .u-pb-md\@xxl {
    padding-bottom: 8rem;
  }
  .u-pb-lg\@xxl {
    padding-bottom: 10rem;
  }
  .u-pb-xl\@xxl {
    padding-bottom: 12rem;
  }
  .u-pb-xxl\@xxl {
    padding-bottom: 20rem;
  }
  .u-ta-l\@xxl {
    text-align: left;
  }
  .u-ta-r\@xxl {
    text-align: right;
  }
  .u-ta-c\@xxl {
    text-align: center;
  }
  .u-ta-j\@xxl {
    text-align: justify;
  }
}
/*# sourceMappingURL=style.css.map */