@import url(../../cdn.jsdelivr.net/npm/swiper%4010/swiper-bundle.min.css);
@charset "UTF-8";
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "lnum";
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  color: #485b63;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  position: relative;
}
* {
  color: inherit;
  font-family: inherit;
  line-height: inherit;
}
*,
:after,
:before {
  box-sizing: inherit;
}
::-moz-selection {
  background: #1776dd;
  color: #e5f2ff;
  text-shadow: none;
}
::selection {
  background: #1776dd;
  color: #e5f2ff;
  text-shadow: none;
}
figure {
  margin: 0;
}
img,
svg {
  border: none;
  max-width: 100%;
  vertical-align: middle;
}
picture,
svg {
  display: block;
}
input,
select,
textarea {
  font-size: 16px;
}
a {
  -webkit-text-decoration-skip: ink;
  color: #1776dd;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}
a:not([class]):hover {
  color: #1f292d;
  text-decoration: underline;
}
dd,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
hr,
ol,
p,
pre,
table,
ul {
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .mobile-visible {
    display: none !important;
  }
}
[v-cloak] {
  display: none !important;
}
h1 {
  font-size: 2.5rem;
  font-size: clamp(1.375rem, 0.9323189927rem + 1.888772298vw, 2.5rem);
  line-height: 1.2;
}
h2 {
  font-size: 2rem;
  font-size: clamp(1.25rem, 0.9548793284rem + 1.259181532vw, 2rem);
  line-height: 1.25;
}
h3 {
  font-size: 1.25rem;
  font-size: clamp(1rem, 0.9016264428rem + 0.4197271773vw, 1.25rem);
  line-height: 1.5;
}
h4 {
  font-size: 1.125rem;
  font-size: clamp(1rem, 0.9508132214rem + 0.2098635887vw, 1.125rem);
  line-height: 1.3333333333;
}
h5,
h6 {
  font-size: 1rem;
  line-height: 1.5;
}
ol,
ul {
  margin: 0 0 0 1.125em;
  padding: 0;
}
dd {
  margin-left: 0;
}
li > ol,
li > ul {
  margin-bottom: 0;
}
:root {
  --slant-height: 6.59722vw;
}
.l-body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.l-contain {
  margin-left: auto;
  margin-right: auto;
  max-width: 1152px;
  width: 85.71429%;
}
.l-contain--small {
  max-width: 800px;
}
.l-contain--wide {
  max-width: 1430px;
}
.l-contain\@s {
  margin-left: auto;
  margin-right: auto;
  max-width: 1152px;
}
@media screen and (min-width: 400px) {
  .l-contain\@s {
    width: 85.71429%;
  }
}
.l-contain\@m {
  margin-left: auto;
  margin-right: auto;
  max-width: 1152px;
}
@media screen and (min-width: 800px) {
  .l-contain\@m {
    width: 85.71429%;
  }
}
.l-contain\@l {
  margin-left: auto;
  margin-right: auto;
  max-width: 1152px;
}
@media screen and (min-width: 1152px) {
  .l-contain\@l {
    width: 85.71429%;
  }
}
.l-contain\^s {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 399px) {
  .l-contain\^s {
    width: 85.71429%;
  }
}
.l-contain\^m {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 799px) {
  .l-contain\^m {
    width: 85.71429%;
  }
}
.l-contain\^l {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1151px) {
  .l-contain\^l {
    width: 85.71429%;
  }
}
.l-double {
  grid-row-gap: 32px;
  display: grid;
  grid-template-areas: "left" "right";
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: repeat(2, auto);
}
.l-double__left {
  display: block;
  grid-area: left;
}
.l-double__right {
  display: block;
  grid-area: right;
}
@media screen and (min-width: 1152px) {
  .l-double {
    grid-column-gap: 7.1428571429%;
    grid-template-areas: "left right";
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }
  .l-double--wide {
    grid-template-columns: 5fr minmax(560px, 6fr);
  }
  .l-double--reversed {
    grid-template-areas: "right left";
  }
  .l-double--reversed.l-double--wide {
    grid-template-columns: minmax(560px, 6fr) 5fr;
  }
}
.l-main {
  flex: 1;
  margin-bottom: calc(var(--slant-height) * -1);
  overflow-x: hidden;
  padding-bottom: var(--slant-height);
}
.ie .l-main {
  flex: none;
}
@media screen and (min-width: 1152px) {
  .l-restrict-1,
  .l-restrict-2 {
    margin-left: auto;
    margin-right: auto;
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1344px) {
  .l-restrict-2 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 800px) {
  .l-restrict-3 {
    margin-left: auto;
    margin-right: auto;
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1152px) {
  .l-restrict-3 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 1344px) {
  .l-restrict-3 {
    width: 50%;
  }
}
.c-addon {
  background-color: #fff;
  margin-top: 16px;
}
.c-addon__main {
  display: flex;
}
.c-addon__image {
  align-items: center;
  display: flex;
  flex: 0 0 144px;
  justify-content: center;
  overflow: hidden;
  padding: 8px 0 8px 8px;
  position: relative;
  z-index: 0;
}
.c-addon__image:before {
  background-color: #2d373c;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: matrix(1, 0, -0.5, 1, 0, 0) scale(2);
  transform-origin: right top;
  width: 100%;
  z-index: -1;
}
.ie .c-addon__image img {
  width: 100%;
}
.c-addon__content {
  min-width: 0;
  padding: 16px;
}
.c-addon__title {
  word-wrap: break-word;
  font-size: 0.875rem;
  font-weight: 800;
  -webkit-hyphens: auto;
  hyphens: auto;
  line-height: 1.7142857143;
  line-height: 1.1;
  overflow-wrap: break-word;
  text-transform: uppercase;
}
.c-addon__price {
  font-weight: 700;
  line-height: 1.2;
  margin-top: 8px;
}
.c-addon__price sub {
  color: #999ea0;
  font-size: 0.875rem;
  line-height: 1;
  margin-left: 5px;
  vertical-align: unset;
}
.c-addon__action {
  margin-top: 16px;
}
.c-appointment {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: 0;
}
.c-appointment__item {
  align-items: center;
  display: flex;
  font-weight: 700;
}
.c-appointment__item:nth-last-child(n + 2) {
  margin-right: 40px;
}
.c-appointment__item[data-icon]:before {
  content: "";
  display: block;
  height: 24px;
  margin-right: 8px;
  width: 24px;
}
.c-appointment__item[data-icon="calendar"]:before {
  background-image: url(../img/calendar.svg);
}
.c-appointment__item[data-icon="location"]:before {
  background-image: url(../img/location.svg);
}
.c-basket__list {
  list-style: none;
  margin-left: 0;
}
.c-basket__item {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
  padding: 24px;
}
.c-basket__item + .c-basket__item {
  margin-top: 16px;
}
.c-basket__header {
  align-items: center;
  display: flex;
}
.c-basket__image {
  flex: none;
  margin-right: 16px;
  text-align: center;
  width: 64px;
}
.c-basket__no-image {
  background-color: #f0f1f2;
  border-radius: 6px;
  padding: 10px;
}
.c-basket__title {
  flex: auto;
}
@media screen and (min-width: 640px) {
  .c-basket__title {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
  }
}
.c-basket__product {
  color: #2d373c;
  font-size: 1.5rem;
  font-size: clamp(1.125rem, 0.9774396642rem + 0.629590766vw, 1.5rem);
  font-weight: 700;
  line-height: 1.3333333333;
  margin-right: 8px;
}
.c-basket__location {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.c-basket__remove {
  background-color: transparent;
  border: none;
  color: #999ea0;
  cursor: pointer;
  flex: none;
  padding: 4px;
  transition: color 0.2s linear;
}
.c-basket__remove svg {
  height: 26px;
  width: 18px;
}
.c-basket__remove .trash__lid {
  transform: rotate(0) translateZ(0);
  transition: transform 0.4s ease-in-out;
}
.c-basket__remove:hover {
  color: #ff4040;
}
.c-basket__remove:hover .trash__lid {
  transform: rotate(10deg) translate3d(0, -3px, 0);
}
.c-basket__main {
  align-items: flex-start;
  display: flex;
  margin: 16px 0;
}
@media screen and (max-width: 639px) {
  .c-basket__main {
    flex-wrap: wrap;
  }
}
.c-basket__time-slot {
  flex: 0 0 200px;
  margin-right: 24px;
}
@media screen and (max-width: 639px) {
  .c-basket__time-slot {
    order: 2;
  }
}
.c-basket__amount {
  align-items: center;
  display: flex;
  flex: 0 0 140px;
}
@media screen and (max-width: 499px) {
  .c-basket__amount {
    margin-top: 16px;
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .c-basket__amount {
    order: 3;
  }
}
@media screen and (min-width: 640px) {
  .c-basket__amount {
    margin-right: 24px;
  }
}
.c-basket__amount-fixed {
  display: inline-block;
  padding: 12px 0;
}
.c-basket__cost {
  flex: 1 0 auto;
}
@media screen and (max-width: 639px) {
  .c-basket__cost {
    margin-bottom: 32px;
    order: 1;
    width: 100%;
  }
  .c-basket__cost .c-price {
    justify-content: flex-start;
  }
}
.c-basket__add-remark {
  background-color: transparent;
  border: none;
  color: #2d373c;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.7142857143;
  opacity: 0.8;
  transition: color 0.15s linear, opacity 0.15s linear;
}
.c-basket__add-remark:focus,
.c-basket__add-remark:hover {
  color: #1f292d;
  opacity: 1;
  outline: none;
}
.c-basket__add-remark.is-toggled {
  display: none;
}
.c-basket__add-icon {
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
  display: inline-flex;
  height: 18px;
  justify-content: center;
  line-height: 1;
  transition: background-color 0.15s linear, color 0.15s linear;
  width: 18px;
}
.c-basket__add-remark:hover .c-basket__add-icon {
  background-color: #bccf27;
  color: #fff;
  font-weight: 700;
}
.c-basket__remarks .c-form-element__label {
  font-size: 0.8125rem;
  line-height: 1.2307692308;
}
.c-price {
  align-items: flex-start;
  display: flex;
  font-weight: 600;
  justify-content: flex-end;
}
.c-price__currency {
  font-size: 1rem;
  line-height: 1.5;
  margin-right: 8px;
  margin-top: 2px;
}
.c-price--sub .c-price__currency {
  margin-right: 4px;
  margin-top: 0;
}
.c-price__amount {
  font-size: 1.5rem;
  font-size: clamp(1.125rem, 0.9774396642rem + 0.629590766vw, 1.5rem);
  line-height: 1.3333333333;
}
.c-price--sub .c-price__amount {
  font-size: 0.875rem;
  line-height: 1.1428571429;
}
.c-price--sub {
  color: #999ea0;
  margin-top: 8px;
  text-align: right;
}
.c-button {
  align-items: center;
  background-color: #abba2f;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: Archivo, Arial Black, sans-serif;
  font-size: 0.875rem;
  height: 48px;
  line-height: 1.7142857143;
  line-height: 1.2;
  padding: 0;
  text-decoration: none;
  transition-duration: 0.15s;
  transition-property: background-color;
  transition-timing-function: linear;
}
.c-button:hover:not(:disabled) {
  background-color: #9aa72a;
}
.c-button.is-disabled,
.c-button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .c-button--mobile-visible {
    display: none;
  }
}
.c-button__text {
  padding: 0 16px;
}
.c-button__icon {
  margin-left: -8px;
  margin-right: 16px;
}
.c-button--is-reversed {
  flex-direction: row-reverse;
}
.c-button--is-reversed .c-button__icon {
  margin-left: 16px;
  margin-right: -8px;
}
.c-button--secondary {
  background-color: #1f292d !important;
}
.c-button--secondary:hover:not(:disabled) {
  background-color: #141b1d !important;
}
.c-button--secondary-500 {
  background-color: #37474f !important;
}
.c-button--secondary-500:hover:not(:disabled) {
  background-color: #242e33 !important;
}
.c-button--secondary-400 {
  background-color: #3d5966 !important;
}
.c-button--secondary-400:hover:not(:disabled) {
  background-color: #abba2f !important;
}
.c-button--roomy {
  padding-left: 16px;
  padding-right: 16px;
}
.c-button--large {
  height: 56px;
  justify-content: center;
  max-width: 384px;
  min-width: 260px;
}
.c-button--wide {
  justify-content: center;
  width: 100%;
}
.c-button--fit-content {
  width: -moz-fit-content;
  width: fit-content;
}
.c-button--big {
  font-size: 1.25rem;
  font-size: clamp(1rem, 0.9016264428rem + 0.4197271773vw, 1.25rem);
  height: 56px;
  line-height: 1.5;
}
.c-button--big .c-button__text {
  padding-inline: 24px;
}
.c-card {
  display: block;
  width: 100%;
}
.c-card--on-dark {
  color: #fff;
}
.c-card__image-placeholder {
  position: relative;
}
.c-card__image img {
  width: 100%;
}
.c-card__body {
  margin-top: 24px;
}
.c-card__title {
  font-family: Archivo, sans-serif;
  font-size: 1.5rem;
  font-size: clamp(1.125rem, 0.9774396642rem + 0.629590766vw, 1.5rem);
  line-height: 1.3333333333;
}
.c-card__subtitle {
  opacity: 0.5;
}
.c-card__content {
  margin-bottom: 8px;
  margin-top: 8px;
}
.c-cart-button {
  border: 2px solid #bccf27;
  border-radius: 5px;
  font-family: Archivo Black, Arial Black, sans-serif;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin: -2px 0;
  overflow: hidden;
  padding: 6px 16px 2px;
  position: relative;
}
.c-cart-button,
.c-cart-button:after {
  align-items: center;
  color: #fff;
  display: inline-flex;
}
.c-cart-button:after {
  background-color: #ff4040;
  border-radius: 10px;
  content: attr(data-item);
  font-size: 0.6875rem;
  height: 16px;
  justify-content: center;
  left: 36px;
  min-width: 16px;
  position: absolute;
  top: 5px;
  transform: translateZ(0);
  transition: transform 0.3s ease-in-out;
}
.c-cart-button[data-item="0"]:after {
  display: none;
}
.c-cart-button:before {
  background-color: #bccf27;
  content: "";
  display: block;
  height: 100%;
  left: -25%;
  position: absolute;
  top: 66px;
  transform: rotate(5deg);
  transform-origin: 100% 0;
  transition: transform 0.3s ease-in-out;
  width: 150%;
}
.c-cart-button--animate:before,
.c-cart-button:hover:before {
  transform: rotate(17deg);
}
.c-cart-button__icon {
  position: relative;
  top: 2px;
}
.c-cart-button--animate .c-cart-button__icon,
.c-cart-button:hover .c-cart-button__icon {
  animation: cartMoving 2s infinite;
}
.c-cart-button__icon-placeholder {
  display: inline-block;
  position: relative;
  transform: rotate(0) translateZ(0);
  transform-origin: 80% 64%;
  transition: transform 0.3s ease-in-out;
}
.c-cart-button__icon-placeholder:before {
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.3) 0,
    transparent 80%
  );
  bottom: 2px;
  content: "";
  height: 6px;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: rotate(-10deg);
  transform-origin: 80% 64%;
  transition: opacity 0.2s ease-in-out 0.1s;
  width: 100%;
}
.c-cart-button--animate .c-cart-button__icon-placeholder,
.c-cart-button:hover .c-cart-button__icon-placeholder {
  transform: rotate(15deg) translate3d(-3px, 7px, 0);
}
.c-cart-button--animate .c-cart-button__icon-placeholder:before,
.c-cart-button:hover .c-cart-button__icon-placeholder:before {
  opacity: 1;
}
.c-cart-button__speed-icons {
  bottom: 10px;
  display: block;
  left: -10px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
  width: 10px;
}
.c-cart-button__speed-icons > * + * {
  margin-top: 2px;
}
.c-cart-button--animate .c-cart-button__speed-icons,
.c-cart-button:hover .c-cart-button__speed-icons {
  opacity: 1;
}
.c-cart-button__speed-icon {
  background-color: #fff;
  display: block;
  height: 2px;
  width: 100%;
}
.c-cart-button__speed-icon:first-child {
  animation: cartSpeedLines 1s infinite;
}
.c-cart-button__speed-icon:nth-child(2) {
  animation: cartSpeedLines 1s -0.1s infinite;
}
.c-cart-button__text {
  margin-left: 8px;
}
.c-cart-button--loader .c-cart-button__text {
  margin-left: 32px;
}
@keyframes cartMoving {
  0% {
    transform: translateZ(0);
  }
  50% {
    transform: translate3d(2px, -2px, 0);
  }
}
@keyframes cartSpeedLines {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  25% {
    transform: translate3d(25%, 0, 0);
  }
  50% {
    opacity: 1;
    transform: translate3d(50%, 0, 0);
  }
  75% {
    opacity: 1;
    transform: translate3d(75%, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.c-cart-button--loader {
  align-items: flex-end;
  background-color: #2d373c;
  padding-bottom: 16px;
  padding-right: 40px;
  padding-top: 16px;
}
.c-cart-button--loader:before {
  background-color: transparent;
  border-color: transparent transparent transparent #bccf27;
  border-style: solid;
  border-width: 50px 0 0 110px;
  bottom: 0;
  height: 0;
  left: 0;
  top: auto;
  transform: none !important;
  width: 0;
}
.c-close {
  align-items: center;
  align-self: center;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  outline: none;
  padding: 0;
  position: relative;
  transition: transform 0.18s ease-out;
  width: 40px;
}
.c-close:focus {
  box-shadow: 0 0 3px 2px #fff;
}
.c-close:after,
.c-close:before {
  background: #fff;
  border-radius: 3px;
  content: "";
  height: 3px;
  left: 20%;
  margin-top: -2px;
  pointer-events: none;
  position: absolute;
  right: 20%;
  top: 20px;
}
.c-close:before {
  transform: rotate(45deg);
}
.c-close:after {
  transform: rotate(-45deg);
}
.c-close:hover {
  transform: scale(1.2);
}
.c-checkbox {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.c-checkbox.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.c-checkbox__input {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.c-checkbox__text {
  display: inline-block;
  padding-left: 24px;
  position: relative;
}
.c-checkbox__text:after,
.c-checkbox__text:before {
  content: "";
  display: inline-block;
  position: absolute;
}
.c-checkbox__text:before {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  height: 16px;
  left: 0;
  top: 5px;
  transition: all 0.15s linear;
  width: 16px;
}
.c-checkbox__text:after {
  border-bottom: 2px solid;
  border-left: 2px solid;
  color: #fff;
  height: 5px;
  left: 3px;
  top: 10px;
  transform: rotate(-53deg);
  width: 10px;
}
.c-checkbox__input + .c-checkbox__text:after {
  content: none;
}
.c-checkbox__input:checked + .c-checkbox__text:before {
  background-color: #1776dd;
  border-color: #1776dd;
}
.c-checkbox__input:checked + .c-checkbox__text:after {
  content: "";
}
.c-checkbox__input:focus + .c-checkbox__text:before {
  border-color: #999ea0;
  box-shadow: 0 0 7px -3px rgba(45, 55, 60, 0.7);
  outline: 5px auto #3b99fc;
  outline: none;
}
.c-check-list {
  list-style: none;
  margin-left: 0;
}
.c-check-list + .c-check-list {
  margin-top: 40px;
}
.c-check-list:before {
  content: attr(aria-label);
  display: inline-block;
  font-weight: 700;
  margin-bottom: 8px;
}
.c-check-list__item {
  margin-top: 2px;
}
.c-cookie-overlay {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  transition: opacity 0.5s;
  width: 100%;
  z-index: 900;
}
.c-cookie-overlay.is-accepted {
  display: none;
}
.c-cookie-overlay.fade-out {
  opacity: 0;
}
.c-cookie-overlay__modal {
  background-color: #fff;
  display: block;
  margin: auto;
  max-width: 960px;
  padding: 60px 120px;
  width: 92%;
}
.c-cookie-overlay__container.is-hidden {
  display: none;
}
.c-cookie-overlay__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 5px;
}
.c-cookie-overlay__text {
  color: #3d5966;
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
}
.c-cookie-overlay__link {
  color: #1776dd;
  cursor: pointer;
  text-decoration: underline;
  transition: color 0.3s;
}
.c-cookie-overlay__link:hover {
  color: rgba(23, 118, 221, 0.75);
}
.c-cookie-overlay__button {
  background-color: #1776dd;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 35px;
  outline: none;
  padding: 13px 25px;
  transition: background-color 0.4s;
}
.c-cookie-overlay__button:hover {
  background-color: #1362b8;
}
.c-cookie-overlay__settings,
.c-cookie-overlay__types {
  margin: 30px 0;
}
.c-cookie-overlay__settings > * + *,
.c-cookie-overlay__types > * + * {
  margin-top: 25px;
}
.c-cookie-overlay__settings {
  margin-bottom: 0;
}
.c-cookie-switch__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 5px;
}
.c-cookie-switch__text {
  color: #3d5966;
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
}
.c-cookie-switch__settings {
  margin: 30px 0 0;
}
.c-cookie-switch__settings > * + * {
  margin-top: 25px;
}
.c-cookie-switch__button {
  background-color: #1776dd;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 35px;
  outline: none;
  padding: 13px 25px;
  transition: background-color 0.4s;
}
.c-cookie-switch__button:hover {
  background-color: #1362b8;
}
.c-cookie-type {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.c-cookie-type--static {
  pointer-events: none;
}
.c-cookie-type__icon {
  display: block;
  height: 26px;
  margin: 0;
  width: 26px;
}
.c-cookie-type__icon svg {
  max-height: 26px;
  width: 100%;
}
.c-cookie-type--static .c-cookie-type__input {
  opacity: 0.3;
}
.c-cookie-type__text {
  color: #3d5966;
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
  width: calc(100% - 55px);
}
.c-cookie-type__title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 5px;
}
.c-customer-logo-slider {
  align-items: center;
  display: grid;
  grid-template-columns: 40px 1fr 40px;
}
.ie .c-customer-logo-slider {
  grid-template-columns: 1fr calc(100% - 120px) 1fr;
}
.c-customer-logo-slider__container {
  grid-column: 2;
  opacity: 1;
  position: relative;
  transition: opacity 0.3s;
  width: 100%;
}
.c-customer-logo-slider__container.is-loading {
  opacity: 0;
}
.c-customer-logo-slider__button {
  align-items: center;
  background-color: #2d373c;
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  grid-column: 1;
  grid-row: 1;
  height: 28px;
  justify-content: center;
  padding: 0;
  position: relative;
  transition: background-color 0.2s, color 0.2s;
  width: 28px;
}
.ie .c-customer-logo-slider__button {
  margin-top: 15px;
}
@media screen and (min-width: 1100px) {
  .c-customer-logo-slider__button {
    height: 24px;
    width: 24px;
  }
}
.c-customer-logo-slider__button:active,
.c-customer-logo-slider__button:focus {
  background-color: #52777f;
  outline: none;
}
.c-customer-logo-slider__button:hover {
  background-color: #52777f;
}
.c-customer-logo-slider__button[disabled] {
  opacity: 0.3;
}
.c-customer-logo-slider__button.previous {
  right: 15px;
}
.c-customer-logo-slider__button.next {
  grid-column: 3;
  left: 15px;
  margin-left: auto;
}
.c-customer-logo-slider__button.next svg {
  margin-left: 1px;
}
.c-customer-logo-slider__placeholder {
  width: 15%;
}
.c-customer-logo-slider__placeholder:before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 50%;
  width: 100%;
}
.c-customer-logo-slider__item {
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale3d(0, 0, 1);
  transition: left 0.4s, opacity 0.4s, transform 0.4s;
  transition-timing-function: ease-in-out;
  width: 15%;
}
.c-customer-logo-slider__item.is-hidden {
  display: none;
  pointer-events: none;
}
.c-customer-logo-slider__item--position-1 {
  opacity: 1;
}
.c-customer-logo-slider__item--position-1,
.c-customer-logo-slider__item--position-5 {
  transform: scale3d(0.5, 0.5, 1);
}
.c-customer-logo-slider__item--position-3 {
  transform: scaleX(1);
}
.c-customer-logo-slider__item--position-2,
.c-customer-logo-slider__item--position-4 {
  transform: scale3d(0.65, 0.65, 1);
}
.c-customer-logo-slider__item--position-2 {
  left: 21.25%;
  opacity: 1;
}
.c-customer-logo-slider__item--position-3 {
  left: 42.5%;
  opacity: 1;
}
.c-customer-logo-slider__item--position-4 {
  left: 63.75%;
  opacity: 1;
}
.c-customer-logo-slider__item--position-5 {
  left: 85%;
  opacity: 1;
}
.c-customer-logo-slider__item--pre-previous {
  left: -15%;
  pointer-events: none;
}
.c-customer-logo-slider__item--pre-next {
  left: 100%;
  pointer-events: none;
}
.c-customer-logo-slider__logo {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 0;
  padding-bottom: 50%;
  transition: all 0.4s;
  width: 100%;
}
.c-customer-logo-slider__item:hover .c-customer-logo-slider__logo {
  opacity: 1;
}
@media screen and (max-width: 1099px) {
  .c-customer-logo-slider__item,
  .c-customer-logo-slider__placeholder {
    width: 20%;
  }
  .c-customer-logo-slider__item--position-2 {
    left: 26.6666666667%;
  }
  .c-customer-logo-slider__item--position-3 {
    left: 53.3333333333%;
  }
  .c-customer-logo-slider__item--position-4 {
    left: 80%;
  }
  .c-customer-logo-slider__item--position-2,
  .c-customer-logo-slider__item--position-3 {
    transform: scaleX(1);
  }
  .c-customer-logo-slider__item--position-1,
  .c-customer-logo-slider__item--position-4 {
    transform: scale3d(0.65, 0.65, 1);
  }
  .c-customer-logo-slider__item--position-5 {
    left: 100%;
    opacity: 0;
    pointer-events: none;
    transform: scale3d(0, 0, 1);
  }
}
@media screen and (max-width: 799px) {
  .c-customer-logo-slider__item,
  .c-customer-logo-slider__placeholder {
    width: 28%;
  }
  .c-customer-logo-slider__item--position-2 {
    left: 36%;
  }
  .c-customer-logo-slider__item--position-3 {
    left: 72%;
  }
  .c-customer-logo-slider__item--position-1,
  .c-customer-logo-slider__item--position-3 {
    transform: scale3d(0.65, 0.65, 1);
  }
  .c-customer-logo-slider__item--position-4 {
    left: 100%;
    opacity: 0;
    pointer-events: none;
    transform: scale3d(0, 0, 1);
  }
}
@media screen and (max-width: 549px) {
  .c-customer-logo-slider {
    grid-template-columns: 20px 1fr 20px;
  }
  .c-customer-logo-slider__button.next {
    left: 5px;
  }
  .c-customer-logo-slider__item,
  .c-customer-logo-slider__placeholder {
    width: 30%;
  }
  .c-customer-logo-slider__item--position-2 {
    left: 35%;
  }
  .c-customer-logo-slider__item--position-3 {
    left: 70%;
  }
}
.c-details__title {
  font-family: Archivo, sans-serif;
  font-size: 1.5rem;
  font-size: clamp(1.125rem, 0.9774396642rem + 0.629590766vw, 1.5rem);
  font-weight: 700;
  line-height: 1.3333333333;
  margin-bottom: 24px;
}
.c-details__section + .c-details__section {
  margin-top: 16px;
}
.c-details__subtitle {
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.7142857143;
  text-transform: uppercase;
}
.c-experiences__placeholder {
  margin: auto;
}
.c-experiences__heading {
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 384px) {
  .c-experiences__heading {
    font-size: 1.25rem;
    font-size: clamp(1rem, 0.9016264428rem + 0.4197271773vw, 1.25rem);
    line-height: 1.5;
  }
}
@media screen and (min-width: 1140px) {
  .c-experiences__heading {
    margin-bottom: 80px;
  }
}
.c-experiences__fat-text {
  font-size: 0.8125rem;
  font-weight: 800;
  line-height: 1.2307692308;
  text-transform: uppercase;
}
@media screen and (min-width: 1140px) {
  .c-experiences__grid {
    display: flex;
    justify-content: space-between;
  }
}
.c-experiences__program {
  background-color: #f9f9fa;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 1139px) {
  .c-experiences__program {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
  .c-experiences__program + .c-experiences__program {
    margin-top: 60px;
  }
  .c-experiences__program.c-experiences__program--highlighted {
    margin-top: 105px;
  }
}
@media screen and (min-width: 1140px) {
  .c-experiences__program {
    width: calc(33.33333% - 13.33333px);
  }
}
.c-experiences__highlight-label {
  background: #bccf27;
  border-radius: 10px 10px 0 0;
  color: #fff;
  left: 0;
  padding: 10px 20px;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translateY(-100%);
  width: 100%;
}
.c-experiences__title {
  align-items: center;
  display: flex;
  font-size: 20px;
  justify-content: center;
  min-height: 78px;
  padding: 15px 5px;
  text-align: center;
}
.c-experiences__price {
  border-bottom: 1px solid rgba(82, 119, 127, 0.35);
  border-top: 1px solid rgba(82, 119, 127, 0.35);
  padding: 10px 0;
  text-align: center;
}
.c-experiences__amount {
  color: #bccf27;
  font-size: 2rem;
  font-size: clamp(1.25rem, 0.9548793284rem + 1.259181532vw, 2rem);
  font-weight: 700;
  line-height: 1.25;
}
.c-experiences__amount sup {
  margin-left: 4px;
  top: 4px;
}
.c-experiences__amount sup,
.c-experiences__amount:before {
  font-size: 1.25rem;
  font-size: clamp(1rem, 0.9016264428rem + 0.4197271773vw, 1.25rem);
  font-weight: 600;
  line-height: 1.5;
  position: relative;
}
.c-experiences__amount:before {
  color: rgba(82, 119, 127, 0.35);
  content: "€";
  top: -7px;
}
.c-experiences__price-text {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  padding: 0 5px;
}
.c-experiences__list {
  border-bottom: 1px solid rgba(82, 119, 127, 0.35);
  border-top: 1px solid rgba(82, 119, 127, 0.35);
  flex: 1;
  list-style: none;
  margin: 15px 0;
  padding: 15px 20px;
}
@media screen and (min-width: 1140px) {
  .c-experiences__list {
    min-height: 285px;
  }
}
.c-experiences__list-item {
  color: #2d373c;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.7142857143;
  padding: 5px 10px 5px 30px;
  position: relative;
}
.c-experiences__list-item:before {
  background-color: #bccf27;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 6px;
  left: 10px;
  position: absolute;
  top: 14px;
  width: 6px;
}
.c-experiences__list-item + .c-experiences__list-item {
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}
.c-experiences__ratings {
  margin: 15px auto 0;
  padding: 0 25px;
}
.c-experiences__rating + .c-experiences__rating {
  margin-top: 12px;
}
.c-experiences__rating-label {
  margin-bottom: 2px;
}
.c-experiences__cow {
  display: inline-block;
}
.c-experiences__cow--inactive {
  opacity: 0.3;
}
.c-experiences__pay-offs {
  margin: 20px 0 15px;
}
@media screen and (min-width: 1140px) {
  .c-experiences__pay-offs {
    margin: 15px 0 10px;
  }
}
.c-experiences__pay-off {
  display: flex;
  justify-content: center;
}
.c-experiences__pay-off + .c-experiences__pay-off {
  margin-top: 6px;
}
.c-experiences__icon {
  display: inline-block;
  margin-right: 5px;
}
.c-experiences__icon svg {
  position: relative;
}
.c-experiences__icon--clock svg {
  top: -3px;
}
.c-experiences__icon--fork svg,
.c-experiences__icon--group svg {
  top: -2px;
}
.c-experiences__offer {
  background-color: rgba(82, 119, 127, 0.1);
  color: #999ea0;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.7142857143;
  margin: 13px 0;
  padding: 12px 0;
  text-align: center;
}
.c-experiences__button-area {
  padding: 10px 40px 20px;
  text-align: center;
}
.c-experiences__button {
  background-color: #bccf27;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Archivo Black, Arial Black, sans-serif;
  padding: 12px 0;
  text-decoration: none;
  transition-duration: 0.15s;
  transition-property: background-color;
  transition-timing-function: linear;
  width: 100%;
}
.c-experiences__button:hover:not(:disabled) {
  background-color: #a9ba23;
}
.c-faq {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 32px -8px rgba(51, 51, 51, 0.26);
  padding: 16px 16px 24px;
}
@media screen and (min-width: 480px) {
  .c-faq {
    padding: 16px 40px 24px;
  }
}
.c-faq__title {
  font-family: Archivo, sans-serif;
  font-size: 1.5rem;
  font-size: clamp(1.125rem, 0.9774396642rem + 0.629590766vw, 1.5rem);
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.3333333333;
  margin-bottom: 24px;
}
.c-faq__icon,
.c-faq__title {
  align-items: center;
  display: flex;
}
.c-faq__icon {
  flex: none;
  height: 64px;
  justify-content: center;
  width: 64px;
}
@media screen and (min-width: 480px) {
  .c-faq__icon {
    transform: translateX(16px) scale(1.25);
  }
}
.c-faq__list {
  list-style: none;
  margin-left: 0;
}
.c-faq__item {
  border-bottom: 2px solid rgba(61, 89, 102, 0.3);
}
.c-faq__question {
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.5;
  padding: 24px 0;
  transition: color 0.25s linear;
}
.c-faq__question:hover {
  color: #bccf27;
}
.c-faq__question:after {
  align-items: center;
  background-image: url(../img/button-plus.svg);
  background-repeat: no-repeat;
  content: "";
  display: flex;
  flex: none;
  height: 24px;
  justify-content: center;
  margin-left: 16px;
  width: 24px;
}
.c-faq__item.is-active .c-faq__question:after {
  background-image: url(../img/button-minus.svg);
}
.c-faq__answer {
  display: none;
  padding-bottom: 24px;
  padding-right: 40px;
}
.c-faq__item.is-active .c-faq__answer {
  display: block;
}
.flash-message {
  align-items: flex-start;
  background-color: #fff;
  border: 1px solid #e3e8ea;
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(46, 56, 94, 0.1);
  overflow: hidden;
  padding: 13px 12px;
  position: relative;
}
.flash-message:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 5px;
}
.flash-message.is-small {
  align-items: center;
  padding-bottom: 8px;
  padding-top: 8px;
}
div.flash-message {
  display: flex;
}
span.flash-message {
  display: inline-flex;
}
.flash-message__area > * + * {
  margin-top: 8px;
}
.flash-message__icon {
  align-items: center;
  display: flex;
  height: 14px;
  margin-right: 8px;
  margin-top: 1px;
  min-width: 14px;
  width: 14px;
}
.flash-message__icon-img {
  max-height: 100%;
  width: 100%;
}
.flash-message__close {
  color: #1f292d;
  cursor: pointer;
  height: 10px;
  margin-left: 8px;
  margin-right: 0;
  min-width: 10px;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  width: 10px;
}
.flash-message__close:hover {
  opacity: 0.6;
}
.flash-message__text {
  color: #1f292d;
  flex: 1 1 auto;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
}
.flash-message.is-small .flash-message__text {
  font-size: 0.75rem;
  line-height: 1.1666666667;
}
.flash-message__title {
  display: block;
  margin-bottom: 8px;
}
.flash-message__lines {
  margin-left: 16px;
}
.flash-message[data-type="action"]:before {
  background-color: #1776dd;
}
.flash-message[data-type="action"] .flash-message__icon,
.flash-message[data-type="action"] .flash-message__text strong {
  color: #1776dd;
}
.flash-message[data-type="warning"]:before {
  background-color: #f18c33;
}
.flash-message[data-type="warning"] .flash-message__icon,
.flash-message[data-type="warning"] .flash-message__text strong {
  color: #f18c33;
}
.flash-message[data-type="error"]:before {
  background-color: #ff4040;
}
.flash-message[data-type="error"] .flash-message__icon,
.flash-message[data-type="error"] .flash-message__text strong {
  color: #ff4040;
}
.flash-message[data-type="success"]:before {
  background-color: #3ecf8e;
}
.flash-message[data-type="success"] .flash-message__icon,
.flash-message[data-type="success"] .flash-message__text strong {
  color: #3ecf8e;
}
@keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  to {
    opacity: 1;
    transform: translateX(-50%);
  }
}
.c-form-element + .c-form-element {
  margin-top: 16px;
}
.c-form-element--full-width {
  width: 100%;
}
.c-form-element--honey {
  height: 20px;
  position: fixed;
  top: -100px;
  width: 100%;
}
.c-form-element__error {
  border-radius: 5px;
  color: #ddac17;
  display: none;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2307692308;
  margin-top: 5px;
  padding: 2px 8px;
}
.c-form-element__error:not(:empty) {
  display: block;
}
.c-form-element__label {
  display: block;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.7142857143;
  order: 1;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.has-error .c-form-element__label {
  color: #ddac17;
}
.c-form-element__label.has-error--negative {
  color: #ff4040;
}
p.c-form-element__label {
  margin: 0;
}
.c-form-element__tooltip {
  display: inline-block;
  margin: -8px 0 0 8px;
  position: relative;
  top: 2px;
}
.c-form-feedback {
  background-color: #fff8e5;
  border: 1px solid #ddac17;
  border-radius: 5px;
  color: #ddac17;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.7142857143;
  margin: 0 0 8px;
  padding: 16px 40px;
}
.c-form-feedback:not(:empty) {
  display: block;
}
.c-form-feedback:before {
  color: #ddac17;
  content: attr(data-feedback);
  display: inline-block;
  font-weight: 700;
  margin-bottom: 8px;
  margin-left: -16px;
}
.c-form-feedback li:first-letter {
  text-transform: uppercase;
}
.c-ghost-button {
  align-items: center;
  background: transparent;
  border: 2px solid #bccf27;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: Archivo Black, Arial Black, sans-serif;
  font-size: 0.875rem;
  height: 48px;
  line-height: 1.7142857143;
  padding: 2px 0;
  position: relative;
  text-decoration: none;
  transition-duration: 0.15s;
  transition-property: color, background-color, border-color;
  transition-timing-function: linear;
}
.c-ghost-button:hover:not(:disabled) {
  background-color: #1f292d;
  border-color: #1776dd;
  color: #1776dd;
}
.c-ghost-button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.c-ghost-button__text {
  padding: 0 16px;
  white-space: nowrap;
}
.c-ghost-button__icon {
  margin-left: -8px;
  margin-right: 16px;
}
.c-ghost-button--is-reversed {
  flex-direction: row-reverse;
}
.c-ghost-button--is-reversed .c-ghost-button__icon {
  margin-left: 16px;
  margin-right: -8px;
}
.c-hamburger {
  align-self: center;
  background: none;
  border: none;
  color: #f0f1f2;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  outline: none;
  padding: 0;
  position: relative;
  width: 40px;
}
.c-hamburger:focus {
  box-shadow: 0 0 3px 2px #1776dd;
}
.c-hamburger > span {
  background: currentColor;
  border-radius: 3px;
  height: 3px;
  left: 20%;
  margin-top: -2px;
  pointer-events: none;
  position: absolute;
  right: 20%;
  top: 20px;
  transform-origin: right;
  transition-delay: 0.1s;
  transition-duration: 0.15s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.c-hamburger > span:first-child {
  top: 12px;
  transform: scaleX(0.8);
}
.c-hamburger > span:nth-child(3) {
  top: 28px;
  transform: scaleX(0.5);
}
.c-hamburger:hover > span {
  transform: scaleX(0.8);
}
.c-hamburger:hover > span:first-child,
.c-hamburger:hover > span:nth-child(3) {
  transform: scaleX(1);
}
.is-overlay-menu-active .c-hamburger > span {
  transform: scaleX(1) !important;
}
.is-overlay-menu-active .c-hamburger > span:first-child {
  transform: translateY(3px) scaleX(1) !important;
  transition-delay: 0s;
}
.is-overlay-menu-active .c-hamburger > span:nth-child(3) {
  transform: translateY(-3px) scaleX(1) !important;
  transition-delay: 0s;
}
.c-icon-button {
  align-items: center;
  background-color: #bccf27;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: 48px;
  padding: 0;
  text-decoration: none;
  transition-duration: 0.25s;
  transition-property: color, background-color;
  vertical-align: top;
}
.c-icon-button:hover:not(:disabled) {
  background-color: #a9ba23;
}
.c-icon-button.is-disabled {
  opacity: 0.75;
  pointer-events: none;
}
.c-icon-button--secondary {
  background-color: #2d373c;
  color: #fff;
}
.c-icon-button--secondary:hover:not(:disabled) {
  background-color: #000;
}
.c-icon-button--action {
  background-color: #1776dd;
}
.c-icon-button--action:hover:not(:disabled) {
  background-color: #156ac7;
}
.c-icon-button--wide {
  padding: 0 40px;
}
.c-input {
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 5px;
  color: #3d5966;
  font-size: 1rem;
  height: 48px;
  line-height: 1.5;
  max-width: 500px;
  outline: none;
  padding: 6px 16px;
  transition: border 0.15s linear;
  width: 100%;
}
.has-error .c-input {
  border-color: #ddac17;
  box-shadow: 0 0 7px -3px #1776dd;
}
.c-input:hover {
  border-color: #999ea0;
}
.c-input:focus {
  border-color: #1776dd;
  box-shadow: 0 0 7px -3px rgba(23, 118, 221, 0.7);
}
.c-input ::-moz-placeholder {
  color: #999ea0;
}
.c-input ::placeholder {
  color: #999ea0;
}
textarea.c-input {
  display: block;
  line-height: 24px;
  min-height: 156px;
  padding: 16px;
  resize: vertical;
}
.c-input[type="date"] {
  text-transform: uppercase;
}
.c-input--clean {
  border-color: #fff !important;
}
.c-input[data-icon] {
  background-position: 8px, right 0.7em top 50%, 0 0;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-left: 40px;
}
.c-input-wrapper {
  position: relative;
}
.c-input-wrapper.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.c-input-wrapper.is-locked {
  display: none;
}
.c-input__icon {
  left: 10px;
  position: absolute;
  top: 12px;
}
.c-input__icon + * {
  padding-left: 40px !important;
}
.c-input__icon--pull-up {
  top: 11px;
}
.c-input--read-only {
  background-color: hsla(0, 0%, 100%, 0.6);
  background-image: none;
  border-color: hsla(0, 0%, 100%, 0.3) !important;
  cursor: not-allowed;
  pointer-events: none;
}
.c-linklist {
  list-style: none;
  margin-left: 0;
}
.c-linklist__link {
  background: none;
  border: none;
  color: #3d5966;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  min-width: 200px;
  padding: 4px 0;
  text-align: left;
  text-decoration: none;
  transition: color 0.15s linear;
}
.ie .c-linklist__link {
  padding: 4px;
}
.c-linklist__link.is-active,
.c-linklist__link:focus,
.c-linklist__link:hover {
  position: relative;
  z-index: 0;
}
.c-linklist__link.is-active:before,
.c-linklist__link:focus:before,
.c-linklist__link:hover:before {
  content: "";
  height: 100%;
  left: -16px;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: calc(100% + 32px);
  z-index: -1;
}
.c-linklist__link.is-active {
  color: #fff;
  font-weight: 700;
}
.c-linklist__link.is-active:before {
  background-color: #1f292d;
}
.c-linklist__link:hover:not(.is-active) {
  color: #1f292d;
}
.c-linklist__link:hover:not(.is-active):before {
  background-color: #e3e8ea;
}
.c-linklist__link:focus {
  outline: none;
}
.c-linklist__link:focus:before {
  box-shadow: 0 0 2px #999ea0;
}
.c-location__title {
  color: #485b63;
  font-family: Archivo Black, Arial Black, sans-serif;
  font-size: 2rem;
  font-size: clamp(1.25rem, 0.9548793284rem + 1.259181532vw, 2rem);
  font-weight: 400;
  line-height: 1.25;
  margin-top: 16px;
}
.c-location__directions {
  margin: 24px 0 40px;
}
@media screen and (min-width: 575px) {
  .c-location__directions {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 32px 0;
  }
  .c-location__directions.has-no-ratings {
    justify-content: flex-end;
  }
}
.c-location__address {
  margin: 16px 0;
}
@media screen and (min-width: 575px) {
  .c-location__address {
    margin: 0 0 16px;
  }
}
.c-image {
  display: block;
}
.c-image > img {
  display: block;
  min-height: 130px;
  position: relative;
  text-align: center;
  width: 100%;
}
.c-image > img:before {
  background-position: bottom 20px center;
  background-size: 130px;
  border: 2px solid #f0f1f2;
  border-radius: 5px;
  content: "We're sorry, this image is broken :(";
  font-size: 0.875rem;
  height: calc(100% + 20px);
  left: 0;
  line-height: 1.7142857143;
  padding: 15px;
  position: absolute;
  top: -10px;
}
.c-image > img:before,
.c-image__placeholder {
  background-color: #fff;
  background-image: url(../img/kms/dynamic/image.svg);
  background-repeat: no-repeat;
  display: block;
  width: 100%;
}
.c-image__placeholder {
  background-position: 50%;
  background-size: 200px auto;
  border: 1px solid #e3e8ea;
  border-radius: 16px;
  height: 0;
  padding-bottom: 66.67%;
}
.c-image__placeholder--video {
  background-image: url(../img/kms/dynamic/video-block.html);
  padding-bottom: 56.25%;
}
.c-location-map {
  --map-bounding-box-north: 53.949834;
  --map-bounding-box-east: 7.217292;
  --map-bounding-box-south: 49.5;
  --map-bounding-box-west: 2.55;
  position: relative;
}
.c-location-map__map {
  height: 100%;
  width: 100%;
}
.c-location-map__item {
  height: 1px;
  left: calc(
    (var(--longitude) - var(--map-bounding-box-west)) /
      (var(--map-bounding-box-east) - var(--map-bounding-box-west)) * 100%
  );
  position: absolute;
  top: calc(
    (var(--latitude) - var(--map-bounding-box-north)) /
      (var(--map-bounding-box-south) - var(--map-bounding-box-north)) * 100%
  );
  transform: translate(-50%, -50%);
  width: 40px;
}
.c-location-map__marker {
  margin-top: -43px;
  text-align: center;
}
.c-location-map__tooltip {
  background-color: #1f292d;
  border-radius: 8px;
  color: hsla(0, 0%, 100%, 0.6);
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  left: 50%;
  line-height: 1.7142857143;
  opacity: 0;
  padding: 8px 24px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  transition: opacity 0.2s;
  transition-timing-function: ease-in-out;
  white-space: nowrap;
  z-index: 3;
}
.c-location-map__item:hover .c-location-map__tooltip {
  opacity: 1;
}
.c-location-map__tooltip:before {
  border-bottom: 10px solid #1f292d;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: -5px;
  transform: translateX(-50%);
  width: 0;
}
.c-nav {
  justify-content: flex-start;
}
.c-nav,
.c-nav__list {
  align-items: center;
  display: flex;
}
.c-nav__list {
  height: 100%;
  list-style: none;
  margin-left: 4.15vw;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 1344px) {
  .c-nav__list {
    margin-left: 56px;
  }
}
.c-nav__item {
  margin-top: 0;
}
.c-nav__item:nth-last-child(n + 2) {
  margin-right: 2vw;
}
@media screen and (min-width: 1344px) {
  .c-nav__item:nth-last-child(n + 2) {
    margin-right: 32px;
  }
}
.c-nav__item--cart {
  margin-left: auto;
}
.c-nav__item--cart-mobile {
  list-style: none;
  margin-left: auto;
}
@media screen and (min-width: 980px) {
  .c-nav__item--cart-mobile {
    display: none;
  }
}
.c-nav__item--cart-mobile::marker {
  display: none;
}
.c-nav__item--cart-mobile .c-cart-button {
  padding: 4px 12px 0;
}
.c-nav__link {
  color: #fff;
  display: inline-block;
  font-family: Archivo Black, Arial Black, sans-serif;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  line-height: 24px;
  padding: 8px 0;
  position: relative;
  text-decoration: none;
  transition: color 0.15s linear;
}
.is-active .c-nav__link:before {
  background-color: #bccf27;
  content: "";
  height: 4px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: -1;
}
.c-nav__link:hover {
  color: #bccf27;
}
.c-nav__actions {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
}
.c-note {
  background-color: #e5f2ff;
  border: 1px solid;
  border-radius: 5px;
  color: #1776dd;
  display: flex;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.7142857143;
  padding: 8px;
}
.c-note--warning {
  background-color: #fff8e5;
  color: #ddac17;
}
.c-note__icon {
  flex: none;
  height: 24px;
  margin-right: 8px;
  width: 24px;
}
.c-note__content a {
  color: #2d373c;
}
.c-note__content a:hover {
  color: #1f292d;
  text-decoration: underline;
}
.c-pagination {
  list-style: none;
  margin-left: 0;
  z-index: 2;
}
.c-pagination,
.c-pagination__item {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.c-pagination__item {
  color: #52777f;
  font-size: 0.8125rem;
  font-weight: 500;
  height: 32px;
  line-height: 1.2307692308;
  transition: color 0.2s;
  width: 32px;
}
.c-pagination__item:hover {
  color: #37474f;
}
.c-pagination__item.is-active {
  color: #bccf27 !important;
}
.c-pagination__item.is-dots {
  pointer-events: none;
}
.c-pagination__item.is-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.c-pagination__bg {
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: -1px;
  transition: opacity 0.2s;
  z-index: -1;
}
.c-pagination__bg .c-pagination__item:hover,
.c-pagination__item.is-active .c-pagination__bg,
.c-pagination__item.is-dots .c-pagination__bg {
  opacity: 1;
}
.c-pagination__link {
  color: #fff;
  font-weight: 700;
  opacity: 0.65;
  padding: 8px;
  text-decoration: none;
  transition: color 0.2s, opacity 0.2s;
}
.c-pagination__item.is-active .c-pagination__link {
  cursor: default;
  opacity: 1;
}
.c-pagination__next,
.c-pagination__prev {
  color: #fff;
  opacity: 0.65;
  padding: 8px;
  transition: color 0.2s;
}
.c-poster {
  background: #fff;
  border-radius: 0 5px 5px 0;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
  width: 100%;
}
.c-poster__heading {
  display: block;
  grid-area: heading;
}
.c-poster__costs {
  display: block;
  grid-area: costs;
}
.c-poster__table {
  display: block;
  grid-area: table;
}
.c-poster__more {
  display: block;
  grid-area: more;
}
.c-poster__book {
  display: block;
  grid-area: book;
}
.c-poster.unavailable {
  cursor: default;
  opacity: 0.3;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media screen and (min-width: 525px) {
  .c-poster {
    display: flex;
  }
}
.c-poster__image {
  align-items: center;
  border-radius: 5px 0 0 5px;
  display: flex;
  overflow: hidden;
  padding: 16px 0 16px 16px;
  position: relative;
  z-index: 0;
}
.ie .c-poster__image img {
  width: 100%;
}
.c-poster__image:before {
  background-color: #2d373c;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: matrix(1, 0, -0.5, 1, 0, 0) scale(2);
  transform-origin: right top;
  transition: background-color 0.2s;
  width: 100%;
  z-index: -1;
}
.c-poster__image:hover:before {
  background-color: #bccf27;
}
@media screen and (max-width: 524px) {
  .c-poster__image {
    border-bottom-left-radius: 0;
    display: block;
    padding: 32px 16px;
    width: 100%;
  }
  .c-poster__image:before {
    width: 75%;
  }
}
@media screen and (min-width: 525px) and (max-width: 799px) {
  .c-poster__image {
    width: 50%;
  }
}
@media screen and (min-width: 800px) {
  .c-poster__image {
    flex: 0 0 215px;
  }
  .c-poster--addon .c-poster__image {
    flex: 0 0 148px;
  }
}
.c-poster--in-swiper .c-poster__image {
  width: 75%;
}
.c-poster--in-swiper .c-poster__image img {
  aspect-ratio: 1.5;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 525px) {
  .c-poster--in-swiper .c-poster__image {
    width: 180px;
  }
}
.c-poster__body {
  display: grid;
  flex: auto;
  grid-template-areas: "heading" "costs" "table" "more" "book";
  grid-template-columns: 1fr;
  padding: 24px 24px 24px 32px;
}
@media screen and (max-width: 524px) {
  .c-poster__body {
    padding: 40px;
  }
}
@media screen and (min-width: 800px) {
  .c-poster__body {
    grid-template-areas: "heading costs" "table costs" "more  book";
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto;
  }
}
.c-poster__body--simple {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
}
.c-poster__heading {
  margin-bottom: 16px;
  margin-right: 16px;
  text-decoration: none;
}
.c-poster__title {
  color: #485b63;
  font-family: Archivo, sans-serif;
  font-size: 1.5rem;
  font-size: clamp(1.125rem, 0.9774396642rem + 0.629590766vw, 1.5rem);
  font-weight: 700;
  line-height: 1.3333333333;
  line-height: 1.25;
  transition: color 0.2s;
}
.c-poster__heading:hover .c-poster__title {
  color: #bccf27;
}
.c-poster--addon .c-poster__title {
  font-size: 1.125rem;
  font-size: clamp(1rem, 0.9508132214rem + 0.2098635887vw, 1.125rem);
  line-height: 1.3333333333;
}
.c-poster__location {
  background-image: url(../img/location.svg);
  background-position: -4px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  color: #3d5966;
  margin-top: 4px;
  padding-left: 24px;
}
@media screen and (min-width: 800px) {
  .c-poster__costs {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    text-align: right;
  }
}
.c-poster--addon .c-poster__costs {
  display: block !important;
  text-align: left !important;
}
.unavailable .c-poster__costs > * {
  display: none;
}
.c-poster__price {
  color: #2d373c;
  font-size: 2rem;
  font-size: clamp(1.25rem, 0.9548793284rem + 1.259181532vw, 2rem);
  font-weight: 600;
  line-height: 1.25;
  line-height: 1;
  position: relative;
}
.c-poster__price:before {
  content: attr(data-currency);
  font-size: 1.25rem;
  font-size: clamp(1rem, 0.9016264428rem + 0.4197271773vw, 1.25rem);
  left: -18px;
  line-height: 1.2;
  position: absolute;
  top: 1px;
  vertical-align: super;
}
.c-poster__price small {
  display: inline-block;
  margin-left: 5px;
}
@media screen and (max-width: 524px) {
  .c-poster__price:before {
    left: 0;
    margin-right: 7px;
    position: relative;
    top: 3px;
  }
}
.c-poster--addon .c-poster__price {
  color: #999ea0;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  line-height: 1.4;
  padding-bottom: 8px;
  padding-top: 8px;
}
.c-poster__price small,
.c-poster__price-line {
  color: #3d5966;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 524px) {
  .c-poster__price,
  .c-poster__price-line {
    display: inline-block;
  }
}
.c-poster__taxprice {
  color: #999ea0;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.7142857143;
  margin-top: 8px;
}
@media screen and (min-width: 800px) {
  .c-poster__taxprice {
    margin-top: 24px;
  }
}
@media screen and (max-width: 799px) {
  .c-poster__table {
    display: none;
    padding: 16px 0;
  }
}
.c-poster__more {
  align-self: end;
}
@media screen and (max-width: 799px) {
  .c-poster__more .c-text-button {
    display: none;
  }
}
.c-poster__book {
  padding-top: 16px;
}
@media screen and (min-width: 800px) {
  .c-poster__book {
    justify-self: end;
    padding-top: 0;
  }
}
.c-poster--addon .c-poster__book {
  display: flex;
  justify-content: space-between;
}
.unavailable .c-poster__book > * {
  display: none;
}
.c-poster--addon {
  height: 100%;
}
.swiper .c-poster--addon {
  min-height: 180px;
}
.c-poster__book-button {
  height: auto;
  padding: 6px 16px;
}
.c-poster__read-more {
  align-items: center;
  align-self: center;
  display: flex;
  height: auto;
  justify-content: center;
  padding: 8px;
}
.c-poster__na-pill {
  background-color: #2d373c;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.3636363636;
  padding: 4px 8px;
  text-transform: uppercase;
}
.c-post__title-row {
  padding: 32px 0 48px;
}
.c-post__title {
  color: #2d373c;
  font-size: 1.5rem;
  font-size: clamp(1.125rem, 0.9774396642rem + 0.629590766vw, 1.5rem);
  line-height: 1.3333333333;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .c-post__title {
    font-size: 2rem;
    font-size: clamp(1.25rem, 0.9548793284rem + 1.259181532vw, 2rem);
    line-height: 1.25;
  }
}
.c-post__date {
  background-color: #e3e8ea;
  border-radius: 4px;
  display: block;
  margin: 32px auto 0;
  padding: 4px 8px;
  width: 234px;
}
.c-post__date strong {
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.7142857143;
  margin-right: 16px;
  text-transform: uppercase;
}
.c-post__date strong,
.c-post__date time {
  vertical-align: baseline;
}
.c-post__back {
  margin-bottom: 16px;
  text-align: center;
}
.c-post__image {
  margin-bottom: 64px;
  margin-top: -15vw;
  max-width: 800px;
}
@media screen and (min-width: 550px) and (max-width: 1399px) {
  .c-post__image {
    margin-top: -9vw;
  }
}
@media screen and (min-width: 1400px) {
  .c-post__image {
    margin-top: -7vw;
  }
}
.c-post__components {
  margin-bottom: 100px;
}
.c-post__components .l-contain {
  max-width: 960px;
}
.c-post__components--no-image {
  padding-top: 32px;
}
.c-sub-header {
  background-color: #1f292d;
}
@media screen and (max-width: 979px) {
  .c-sub-header {
    display: none;
  }
}
.c-sub-header__main {
  margin-left: auto;
  margin-right: auto;
  max-width: 1152px;
  position: relative;
  width: 85.71429%;
}
.c-sub-header__nav-list {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin-right: -16px;
}
.c-sub-header__link {
  background-color: transparent;
  color: hsla(0, 0%, 100%, 0.4);
  display: inline-block;
  font-family: Archivo Black, Arial Black, sans-serif;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  padding: 8px 16px;
  transition: background-color 0.2s, color 0.2s;
}
.c-sub-header__link:hover {
  background-color: hsla(0, 0%, 100%, 0.05);
}
.c-sub-header__nav-item.is-active .c-sub-header__link {
  color: hsla(0, 0%, 100%, 0.75);
}
.c-projector {
  height: 100%;
  position: relative;
}
.c-projector--small {
  --max-image-height: 75vh;
  --max-image-width: auto;
}
.c-projector__figure {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  height: 100%;
}
.c-projector__picture {
  align-self: end;
  background-color: #fff;
  display: block;
  grid-column: 1;
  grid-row: 1;
  height: 100%;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.5s;
}
.c-projector__picture.is-active {
  opacity: 1;
}
.c-projector__img {
  height: var(--max-image-height, 100%);
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: var(--max-image-width, 100%);
}
@media screen and (max-width: 799px) {
  .c-projector__img {
    max-height: 78vh;
  }
}
.c-projector__control {
  align-self: end;
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 8px;
  margin-right: 8px;
  position: relative;
  z-index: 2;
}
.c-projector__button,
.c-projector__control {
  align-items: center;
  display: flex;
  justify-content: center;
}
.c-projector__button {
  background: #fff;
  border: 1px solid #f0f1f2;
  border-radius: 100%;
  color: #1776dd;
  cursor: pointer;
  margin: 5px;
  outline: none;
  padding: 10px;
  transition-duration: 0.25s;
  transition-property: background-color, border, box-shadow;
}
.c-projector__button:hover {
  background-color: #1776dd;
  border-color: transparent;
  color: #fff;
  cursor: pointer;
}
.c-projector__button:active {
  background-color: #10539b;
  color: #fff;
}
.c-projector__button:focus {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}
.c-projector__button.previous {
  transform: rotate(0.5turn);
}
.c-projector__arrow {
  align-items: center;
  display: flex;
  font-size: 0;
  height: 16px;
  justify-content: center;
  line-height: 0;
}
.c-radio input {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.c-radio label {
  display: inline-block;
  padding-left: 24px;
  position: relative;
}
.c-radio label:after,
.c-radio label:before {
  content: "";
  display: inline-block;
  position: absolute;
}
.c-radio label:before {
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  height: 16px;
  left: 0;
  top: 5px;
  transition: all 0.15s linear;
  width: 16px;
}
.c-radio label:after {
  border-radius: 50%;
  height: 8px;
  left: 4px;
  top: 9px;
  width: 8px;
}
.c-radio input + label:after {
  content: none;
}
.c-radio input:checked + label:before {
  border-color: #1776dd;
}
.c-radio input:checked + label:after {
  background-color: #1776dd;
  content: "";
}
.c-radio input:focus + label:before {
  border-color: #1776dd;
  box-shadow: 0 0 7px 1px rgba(31, 41, 45, 0.7);
  outline: none;
}
.c-radio-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: 0;
  width: 100%;
}
.c-radio-list__item {
  flex: 0 0 140px;
  margin-right: 24px;
  margin-top: 2px;
}
.c-rating {
  grid-column-gap: 4px;
  color: #fff;
  display: inline-grid;
  grid-template-areas: "stars score" "reviews platform";
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  text-decoration: none;
}
.c-rating__stars {
  display: block;
  grid-area: stars;
}
.c-rating__score {
  display: block;
  grid-area: score;
}
.c-rating__reviews {
  display: block;
  grid-area: reviews;
}
.c-rating__platform {
  display: block;
  grid-area: platform;
}
.c-rating--boxed {
  grid-row-gap: 8px;
  background-color: #3d5966;
  border-radius: 5px;
  padding: 16px;
}
.c-rating--dark {
  color: #1f292d;
}
.c-rating__stars {
  align-items: flex-start;
  display: flex;
  transform: translate(-4px);
}
.c-rating__score {
  height: 24px;
  justify-self: end;
}
.c-rating__points {
  font-size: 1.25rem;
  font-size: clamp(1rem, 0.9016264428rem + 0.4197271773vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
  line-height: 1;
}
.c-rating__max {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  opacity: 0.75;
}
.c-rating__reviews {
  font-weight: 700;
  justify-self: end;
}
.c-rating__platform {
  opacity: 0.75;
}
.c-rating:hover .c-rating__platform {
  text-decoration: underline;
}
.c-rating-badge {
  align-items: center;
  background-color: #111a1e;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  padding: 8px;
  text-decoration: none;
}
.c-card__image-placeholder .c-rating-badge {
  bottom: -8px;
  position: absolute;
  right: 7.5%;
}
.c-rating-badge__stars {
  align-items: flex-start;
  display: flex;
  margin-bottom: 6px;
}
.c-rating-badge__stars .c-star {
  padding: 0;
}
.c-rating-badge__stars .c-star svg {
  height: 12px;
  width: 12px;
}
.c-rating-badge__points {
  font-size: 1.125rem;
  font-size: clamp(1rem, 0.9508132214rem + 0.2098635887vw, 1.125rem);
  font-weight: 700;
  line-height: 1.3333333333;
  line-height: 1;
}
.c-rating-badge__max {
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  opacity: 0.5;
}
@media screen and (max-width: 959px) {
  .c-review__grid > * + * {
    margin-top: 32px;
  }
}
@media screen and (min-width: 960px) {
  .c-review__grid {
    grid-gap: 32px;
    display: grid;
    grid-template-columns: repeat(2, auto);
  }
}
.c-review {
  background: hsla(210, 7%, 95%, 0.5);
  border-radius: 24px;
  padding: 16px;
  position: relative;
}
@media screen and (min-width: 500px) {
  .c-review {
    padding: 32px;
  }
}
.c-review__text {
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  overflow: hidden;
}
.c-review__author {
  color: #2d373c;
  font-size: 1.125rem;
  font-size: clamp(1rem, 0.9508132214rem + 0.2098635887vw, 1.125rem);
  font-weight: 700;
  line-height: 1.3333333333;
  margin-bottom: 2px;
}
.c-review__location {
  color: #999ea0;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  line-height: 1.4;
}
@media screen and (min-width: 1100px) {
  .c-review__location br {
    display: none;
  }
}
@media screen and (min-width: 500px) {
  .c-review__heading {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
  }
}
.c-review__rating .c-rating__score {
  margin-top: 16px;
}
@media screen and (min-width: 500px) {
  .c-review__rating .c-rating__score {
    margin-top: 0;
    padding-right: 10px;
    text-align: right;
  }
}
.c-review__rating .c-star {
  padding: 0;
}
.c-review-slider {
  margin-bottom: 64px;
}
.c-search__label {
  display: none;
}
.c-search__segment + .c-search__segment {
  margin-top: 16px;
}
.c-search__segment[data-label="button"] {
  margin-top: 24px;
}
@media screen and (min-width: 670px) {
  .c-search--bar {
    display: flex;
    flex-wrap: wrap;
  }
  .c-search--bar .c-search__segment {
    flex: 1 1 calc(50% - 16px);
    margin-top: 0;
  }
  .c-search--bar .c-search__segment:nth-child(odd) {
    margin-right: 16px;
  }
  .c-search--bar .c-search__segment:nth-child(n + 3) {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1152px) {
  .c-search--bar {
    flex-wrap: nowrap;
  }
  .c-search--bar .c-search__segment {
    align-self: flex-end;
    flex-basis: 25%;
    margin-right: 0 !important;
    margin-top: 0 !important;
  }
  .c-search--bar .c-search__segment + .c-search__segment {
    margin-left: 16px;
  }
  .c-search--bar .c-search__segment[data-label="attendees"],
  .c-search--bar .c-search__segment[data-label="button"],
  .c-search--bar .c-search__segment[data-label="date"],
  .c-search--bar .c-search__segment[data-label="location"] {
    width: 25%;
  }
}
.c-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url(../img/tinyarrow.png),
    linear-gradient(180deg, #fff 0, #fff);
  background-position: right 0.7em top 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 0.65em auto, 100%;
  border: 2px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  color: #3d5966;
  display: block;
  font-size: 1rem;
  height: 48px;
  line-height: 1.5;
  margin: 0;
  max-width: 500px;
  padding: 6px 32px 6px 16px;
  transition: border 0.15s linear;
  width: 100%;
}
.c-select:hover {
  border-color: #e3e8ea;
}
.c-select:focus {
  border-color: #999ea0;
  box-shadow: 0 0 7px -3px rgba(45, 55, 60, 0.7);
  box-shadow: 0 0 0 1px -moz-mac-focusring;
  color: #1f292d;
  outline: none;
}
.c-select option {
  font-weight: 400;
}
.c-select--clean {
  border-color: #fff !important;
}
.c-select--read-only {
  background-color: hsla(0, 0%, 100%, 0.6);
  background-image: none;
  border-color: hsla(0, 0%, 100%, 0.3) !important;
  cursor: not-allowed;
  pointer-events: none;
}
.c-select--alert {
  border-color: #ff4040 !important;
}
.c-select::-ms-expand {
  display: none;
}
.c-servicepoint {
  align-items: center;
  display: flex;
}
.c-servicepoint__image {
  border-radius: 100%;
  flex: none;
  margin-right: 16px;
  max-width: 80px;
}
.c-servicepoint__title {
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.7142857143;
  text-transform: uppercase;
}
.c-servicepoint__body {
  color: #3d5966;
}
.c-servicepoint__action {
  color: #485b63;
  display: block;
  font-family: Archivo, sans-serif;
  font-size: 1.5rem;
  font-size: clamp(1.125rem, 0.9774396642rem + 0.629590766vw, 1.5rem);
  font-weight: 700;
  line-height: 1.3333333333;
  transition: color 0.25s linear;
}
.c-servicepoint__action:hover {
  color: #1776dd;
}
.c-servicepoint__action--small {
  font-size: 1.125rem;
  font-size: clamp(1rem, 0.9508132214rem + 0.2098635887vw, 1.125rem);
  line-height: 1.3333333333;
}
.c-servicepoint__subheading {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
.c-slide-indicator {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.c-slide-indicator__button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  transition-duration: 0.25s;
  transition-property: background-color, opacity;
  width: 30px;
}
.c-slide-indicator__button:focus {
  outline: none;
}
.c-slide-indicator__button:focus:not(.is-active),
.c-slide-indicator__button:hover:not(.is-active) {
  opacity: 0.5;
}
.c-slide-indicator__button:after,
.c-slide-indicator__button:before {
  background-clip: content-box;
  border-radius: 100%;
  content: "";
  position: absolute;
  transition-duration: 0.3s;
  transition-property: transform, background-color, opacity;
  transition-timing-function: ease-in-out;
}
.c-slide-indicator__button:before {
  background-color: #fff;
  bottom: 11px;
  left: 11px;
  right: 11px;
  top: 11px;
}
.c-slide-indicator__button:after {
  border: 1px solid #fff;
  bottom: 9px;
  left: 9px;
  opacity: 0;
  right: 9px;
  top: 9px;
  transform: scale(1.4);
}
.c-slide-indicator__button.is-active:before {
  background-color: #2d373c;
  border-color: hsla(0, 0%, 100%, 0.9);
  transform: scale(0.75);
}
.c-slide-indicator__button.is-active:after {
  opacity: 0.9;
  transform: scale(1);
}
.c-slide-indicator__button:focus {
  opacity: 1 !important;
}
.c-slide-indicator__button:focus:after,
.c-slide-indicator__button:focus:before {
  box-shadow: 0 0 0 2px #2d373c, 0 0 10px 1px #fff;
}
.c-spec {
  border-collapse: collapse;
}
.c-spec__label {
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.7142857143;
  text-transform: uppercase;
  vertical-align: baseline;
}
.c-spec__value {
  padding-left: 8px;
  vertical-align: baseline;
}
@media screen and (min-width: 768px) {
  .c-spec__value {
    padding-left: 48px;
  }
}
.c-star {
  color: #e3e8ea;
  line-height: 0;
  padding: 0 2px;
}
.c-star--full {
  color: #bccf27;
}
.c-star--half .half-star {
  fill: #bccf27;
}
.c-stat {
  align-items: flex-start;
  display: flex;
}
.c-stat__icon {
  color: #485b63;
  flex: none;
  margin-right: 24px;
}
.c-stat__label {
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.7142857143;
  margin-top: 8px;
  text-transform: uppercase;
}
.c-stat__stars {
  align-items: flex-start;
  display: flex;
  transform: translate(-4px, -2px);
}
.c-steps {
  counter-reset: ol-counter;
  display: grid;
  gap: 32px 16px;
  list-style: none;
  margin-left: 0;
}
@container (min-width: 320px) {
  .c-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@container (min-width: 720px) {
  .c-steps {
    grid-template-columns: repeat(4, 1fr);
  }
}
.c-steps__item {
  text-wrap: balance;
  align-items: center;
  color: #3d5966;
  counter-increment: ol-counter;
  display: flex;
  flex-direction: column;
  gap: 1em;
  position: relative;
  text-align: center;
}
.c-steps__icon {
  height: 72px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 72px;
}
.c-steps__content:before {
  content: counter(ol-counter) ". ";
}
.c-suggest {
  max-width: 226px;
  padding: 64px 0;
  position: relative;
  z-index: 0;
}
.c-suggest:before {
  background-image: url(../img/suggest-shape.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  content: "";
  display: block;
  left: -32px;
  position: absolute;
  right: -32px;
  top: 0;
  z-index: -1;
}
.c-suggest__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}
.c-suggest__action {
  margin-top: 16px;
}
.c-switch {
  position: relative;
}
.c-switch__input {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.c-switch__label {
  background: #f0f1f2;
  border-radius: 5px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: inline-grid;
  font-size: 0.8125rem;
  font-weight: 500;
  grid-template-columns: 1fr 1fr;
  line-height: 1.2307692308;
  overflow: hidden;
  position: relative;
  transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.c-switch__label:after,
.c-switch__label:before {
  line-height: 1.3;
  padding: 9px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.2s;
  white-space: nowrap;
  z-index: 1;
}
.c-switch__label:before {
  content: attr(data-checked);
  grid-column: 1;
}
.c-switch__input:checked ~ .c-switch__label:before {
  color: rgba(82, 119, 127, 0.4);
}
.c-switch__label:after {
  color: hsla(0, 0%, 100%, 0.3);
  content: attr(data-unchecked);
  grid-column: 2;
}
.c-switch__input:checked ~ .c-switch__label:after {
  color: inherit;
}
.c-switch__indicator {
  background: linear-gradient(180deg, #1776dd, #0090da);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 0.35s cubic-bezier(0.23, 0.18, 0.3, 1);
  width: 50%;
  z-index: 0;
}
.c-switch__indicator:after {
  background-image: linear-gradient(270deg, #a02d09 10%, #de4313);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.35s cubic-bezier(0.23, 0.18, 0.3, 1);
  width: 100%;
}
.c-switch__input:checked ~ .c-switch__label .c-switch__indicator {
  transform: translateX(101%);
}
.c-switch__input:checked ~ .c-switch__label .c-switch__indicator:after {
  opacity: 1;
}
.c-switchbutton {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  display: flex;
}
.c-switchbutton__anchor {
  background: #fff;
  border-radius: 20px;
  color: #000;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  padding: 5px 15px;
  text-decoration: none;
}
.c-switchbutton__anchor.is-active {
  background: rgba(84, 122, 140, 0.2);
}
.c-switchbutton__button {
  border: none;
  margin: 0;
  outline: none;
}
.c-text-button {
  align-items: center;
  background-color: transparent;
  border: none;
  color: #1776dd;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.7142857143;
  padding: 4px 0;
  text-decoration: none;
  transition: color 0.15s linear;
}
.c-text-button:hover:not(:disabled) {
  color: #2d373c;
}
.c-text-button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.c-text-button--font-size-s {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
.c-text-button--wide {
  justify-content: center;
  width: 100%;
}
.c-text-button__icon {
  margin-left: 12px;
  margin-right: 8px;
  margin-top: 3px;
}
.c-text-button--icon .c-text-button__icon {
  display: inline-block;
}
.c-text-button--is-reversed {
  flex-direction: row-reverse;
}
.c-text-button--is-reversed .c-text-button__icon {
  margin-left: 0;
  margin-right: 12px;
}
.c-text-button--primary {
  color: #bccf27;
}
.c-text-button--primary:hover:not(:disabled),
.c-text-button--secondary:hover:not(:disabled) {
  color: #1776dd;
}
.c-text-button--secondary {
  color: #3d5966;
}
.c-text-button--secondary:hover:not(:disabled) {
  color: #bccf27;
}
.c-thumbnail__link {
  display: block;
  text-decoration: none;
  width: 100%;
}
.c-thumbnail__frame {
  height: 0;
  overflow: hidden;
  padding-bottom: 66.67%;
  position: relative;
  width: 100%;
}
.c-thumbnail__frame.has-hover-effect {
  position: relative;
}
.c-thumbnail__frame.has-hover-effect:after {
  background: radial-gradient(rgba(23, 118, 221, 0.2), rgba(23, 118, 221, 0.6));
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition-duration: 0.4s;
  transition-property: opacity;
}
.c-thumbnail__link:hover .c-thumbnail__frame.has-hover-effect:after {
  opacity: 1;
}
.c-thumbnail__image {
  background-color: #f0f1f2;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.c-thumbnail__frame.has-hover-effect .c-thumbnail__image {
  transform: scale(1);
  transition-duration: 0.4s;
  transition-property: transform, filter;
}
.c-thumbnail__link.has-hover:hover .c-thumbnail__image {
  filter: saturate(0);
  transform: scale(1.06);
}
.c-thumbnail__content {
  margin-top: 20px;
}
.c-thumbnail__caption {
  font-size: 1.125rem;
  font-size: clamp(1rem, 0.9508132214rem + 0.2098635887vw, 1.125rem);
  font-weight: 500;
  line-height: 1.3333333333;
  transition: color 0.25s;
}
.c-thumbnail__button {
  margin-top: 30px;
}
.c-thumbnail--pop .c-thumbnail__frame {
  border-radius: 16px;
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.c-thumbnail--pop .c-thumbnail__content {
  margin-top: 30px;
}
.c-thumbnail__link[href]:hover .c-thumbnail__caption,
.c-tooltip {
  color: #1776dd;
}
.c-tooltip {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.c-tooltip:focus,
.c-tooltip:hover {
  cursor: help;
  outline: none;
}
.c-tooltip:before {
  background-color: #2d373c;
  border-radius: 5px;
  bottom: calc(100% + 8px);
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.1);
  color: #fff;
  content: attr(aria-label);
  font-size: 0.875rem;
  font-weight: 600;
  left: 50%;
  line-height: 1.2857142857;
  padding: 16px;
  position: absolute;
  text-transform: none;
  transform: translate3d(-50%, 10px, 0);
  transition: all 0.3s ease-in-out 0.1s;
  width: 260px;
  z-index: 100;
}
@media screen and (min-width: 600px) {
  .c-tooltip:before {
    width: 320px;
  }
}
.c-tooltip:after {
  border-left: 11.2px solid transparent;
  border-right: 11.2px solid transparent;
  border-top: 11.2px solid #2d373c;
  bottom: 100%;
  content: " ";
  font-size: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  transform: translate3d(-50%, -5px, 0);
  transition: all 0.3s ease-in-out;
  width: 0;
  z-index: 101;
}
.c-tooltip:after,
.c-tooltip:before {
  opacity: 0;
  pointer-events: none;
}
.c-tooltip:hover:after,
.c-tooltip:hover:before {
  opacity: 1;
  transform: translate3d(-50%, 0, 0);
}
.c-tooltip:hover:before {
  transition-delay: 0ms;
}
.c-tooltip:hover:after {
  transition-delay: 0.1s;
}
.c-tooltip__icon {
  flex: none;
}
.c-tooltip__label {
  color: currentColor;
  font-weight: 600;
  padding-left: 8px;
}
.c-trademark {
  align-items: center;
  color: #999ea0;
  display: inline-flex;
  text-decoration: none;
  transition: color 0.15s linear;
}
.c-trademark__text {
  align-items: center;
  display: flex;
  margin-right: 7px;
}
.c-trademark__love {
  background-image: url(../img/heart-sprite.png);
  background-position: right 1px;
  background-repeat: no-repeat;
  background-size: 2900%;
  cursor: pointer;
  display: inline-flex;
  height: 56px;
  margin: 0 -12px;
  width: 56px;
}
.c-trademark:hover {
  color: #fff;
}
.c-trademark:hover .komma-emblem {
  animation: logo-spin 1.8s linear infinite;
  transform-origin: 12px 12px;
}
.c-trademark:hover .c-trademark__love {
  animation: heartAnim 1.1s steps(28) forwards;
}
@keyframes heartAnim {
  0% {
    background-position: left 1px;
  }
  to {
    background-position: right 1px;
  }
}
@keyframes logo-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(-1turn);
  }
}
.c-vacancy__title {
  color: #485b63;
  font-family: Archivo Black, Arial Black, sans-serif;
  font-size: 2rem;
  font-size: clamp(1.25rem, 0.9548793284rem + 1.259181532vw, 2rem);
  font-weight: 400;
  line-height: 1.25;
  margin: 16px 0;
}
.c-vacancy__components {
  margin-bottom: 100px;
}
.c-vacancy__components .l-contain {
  max-width: 960px;
}
.c-vacancy__form {
  background-color: #1f292d;
  min-height: 100px;
}
.c-vacancy__form-top {
  background-color: #bccf27;
  color: #1f292d;
}
@media screen and (min-width: 1000px) {
  .c-vacancy__form-top {
    margin-bottom: -6.6666666667vw;
  }
}
.c-vacancy__form-main {
  margin-left: auto;
  margin-right: auto;
  max-width: 1152px;
  padding: 32px 0;
  width: 85.71429%;
}
@media screen and (min-width: 1000px) {
  .c-vacancy__form-main {
    grid-column-gap: 8.3333333333%;
    display: grid;
    grid-template-areas: "left right";
    grid-template-columns: 6fr 5fr;
    grid-template-rows: none;
    padding: 112px 0 64px;
  }
}
@media screen and (max-width: 599px) {
  .c-vacancy__form-main .o-form__field[data-size="2"] {
    width: 100%;
  }
  .c-vacancy__form-main .o-form__field[data-size="1"] {
    max-width: 400px;
    width: 75%;
  }
}
.c-vacancy__form-area {
  color: #fff;
}
.c-vacancy__form-area .o-form {
  max-width: 600px;
}
.c-vacancy__form-area .o-form .c-input {
  max-width: none;
}
.c-vacancy__form-title {
  color: #bccf27;
  font-family: Archivo Black, Arial Black, sans-serif;
  font-size: 1.5rem;
  font-size: clamp(1.125rem, 0.9774396642rem + 0.629590766vw, 1.5rem);
  font-weight: 400;
  line-height: 1.3333333333;
  margin-bottom: 32px;
}
.c-vacancy__deco {
  align-self: center;
}
.c-vacancy__deco img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .c-vacancy__deco {
    margin-top: 64px;
    max-width: 480px;
  }
}
.c-video {
  margin: auto;
  max-width: 960px;
  width: 100%;
}
.c-video__placeholder {
  background-color: #f0f1f2;
  height: 0;
  padding-bottom: 53.6%;
  position: relative;
  width: 100%;
}
.c-video__iframe {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 1s linear;
  width: 100%;
}
.c-video__iframe.is-active {
  opacity: 1;
}
.c-file {
  background-color: transparent;
  border: 2px solid #bccf27;
  border-radius: 5px;
  color: #e3e8ea;
  font-size: 1rem;
  line-height: 1.5;
  outline: none;
  padding: 8px;
  transition: border 0.15s linear;
  width: 100%;
}
.has-error .c-file {
  border-color: #ddac17;
  box-shadow: 0 0 7px -3px #1776dd;
}
.c-file:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.c-file:focus {
  box-shadow: 0 0 7px -3px rgba(23, 118, 221, 0.7);
}
.breadcrumb {
  align-items: center;
  display: flex;
}
.breadcrumb__arrow {
  color: #1776dd;
  padding: 0 10px;
}
.breadcrumb__link {
  font-weight: 600;
}
.c-map {
  --map-bounding-box-north: 53.5498339;
  --map-bounding-box-east: 7.217292;
  --map-bounding-box-south: 49.5;
  --map-bounding-box-west: 2.55;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
}
.c-map__marker {
  fill: currentColor;
  left: calc(
    (var(--longitude) - var(--map-bounding-box-west)) /
      (var(--map-bounding-box-east) - var(--map-bounding-box-west)) * 100%
  );
  position: absolute;
  top: calc(
    (var(--latitude) - var(--map-bounding-box-north)) /
      (var(--map-bounding-box-south) - var(--map-bounding-box-north)) * 100%
  );
  transform: translate(-50%, -50%);
  transition: color;
  transition-duration: 0.25s;
}
.c-map__marker:hover {
  cursor: pointer;
}
.c-map__marker path {
  pointer-events: none;
}
.c-map__marker.active,
.c-map__marker.selected {
  color: #bccf27;
}
.c-dvdlb {
  background: #fff;
  -moz-column-gap: 120px;
  column-gap: 120px;
  display: grid;
  margin-top: 80px;
  row-gap: 64px;
}
@media screen and (min-width: 1152px) {
  .c-dvdlb {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-dvdlb__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.o-availability {
  margin-left: auto;
  margin-right: auto;
  max-width: 1152px;
  max-width: 1440px;
  width: 85.71429%;
}
.o-availability__title {
  display: block;
  grid-area: title;
}
.o-availability__sidebar {
  display: block;
  grid-area: sidebar;
}
.o-availability__main {
  display: block;
  grid-area: main;
}
@media screen and (max-width: 1343px) {
  .o-availability {
    padding-bottom: 9.375vw;
  }
}
@media screen and (min-width: 1344px) {
  .o-availability {
    padding-bottom: 123.4285714286px;
  }
}
.o-availability__intro {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap-reverse;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 24px;
  margin-top: 80px;
}
.o-availability__head {
  max-width: clamp(30em, 50%, 708px);
}
.o-availability__title {
  color: #2d373c;
  font-family: Archivo, sans-serif;
  font-size: 2rem;
  font-size: clamp(1.25rem, 0.9548793284rem + 1.259181532vw, 2rem);
  font-weight: 700;
  line-height: 1.25;
}
.o-availability__tax-switch {
  flex: none;
}
.o-availability__list {
  display: grid;
  gap: 32px 24px;
  grid-template-columns: repeat(auto-fit, minmax(min(600px, 100%), 1fr));
  list-style: none;
  margin-left: 0;
}
.o-availability__item {
  container-type: inline-size;
}
.o-availability__item > * {
  height: 100%;
}
.o-availability__footer {
  -webkit-clip-path: polygon(0 0, 100% var(--slant-height), 100% 101%, 0 101%);
  clip-path: polygon(0 0, 100% var(--slant-height), 100% 101%, 0 101%);
  padding: 96px 0 80px;
  padding-top: var(--slant-height);
}
.o-availability__footer-content {
  padding-bottom: var(--slant-height);
  padding-top: 48px;
}
.o-availability__food-hint {
  align-items: center;
  display: flex;
  isolation: isolate;
  justify-content: center;
  margin: 56px auto;
  max-width: 800px;
  position: relative;
}
.o-availability__food-hint > span {
  background-color: #2d373c;
  border-radius: 4px;
  color: #fff;
  display: block;
  flex: none;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4166666667;
  max-width: 80%;
  padding: 16px 24px;
  text-align: center;
  text-transform: uppercase;
}
.o-availability__food-hint:before {
  background-color: #3d5966;
  content: "";
  height: 1px;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1343px) {
  .o-block {
    margin-bottom: 6.25vw;
    margin-top: 6.25vw;
  }
}
@media screen and (min-width: 1344px) {
  .o-block {
    margin-bottom: 82.2857142857px;
    margin-top: 82.2857142857px;
  }
}
@media screen and (max-width: 1343px) {
  .o-block--top {
    margin-top: 6.25vw;
  }
}
@media screen and (min-width: 1344px) {
  .o-block--top {
    margin-top: 82.2857142857px;
  }
}
.o-book {
  background-color: #bccf27;
  position: relative;
}
.o-book__main {
  align-items: center;
  display: flex;
  margin: -6.6667vw 6vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 460px) {
  .o-book__main {
    margin-left: auto;
    margin-right: auto;
    max-width: 384px;
  }
}
@media screen and (min-width: 1600px) {
  .o-book__main {
    padding: 1vw 0;
  }
}
@media screen and (min-width: 1800px) {
  .o-book__main {
    padding: 1.5vw 0;
  }
}
.o-book__main--form {
  margin-bottom: 0;
  max-width: 1000px !important;
  padding-bottom: 80px !important;
}
.o-book__content {
  background-color: #fff;
  border-radius: 5px;
  padding: 16px 24px;
  width: 100%;
}
@media screen and (min-width: 460px) {
  .o-book__content {
    padding: 16px 48px 24px;
  }
}
@media screen and (max-width: 1199px) {
  .o-book__content {
    margin-bottom: -20px;
    margin-top: -20px;
  }
}
.o-book__title {
  font-size: 1.5rem;
  font-size: clamp(1.125rem, 0.9774396642rem + 0.629590766vw, 1.5rem);
  line-height: 1.3333333333;
}
.o-book__action {
  margin-top: 24px;
}
.o-book__top-slant {
  background-color: #1f292d;
  color: #bccf27;
}
@media screen and (max-width: 1199px) {
  .o-book__top-slant:before {
    content: "";
    display: block;
    height: 60px;
    width: 100%;
  }
}
.o-book__bottom-slant {
  color: #f0f1f2;
}
@media screen and (max-width: 1199px) {
  .o-book__bottom-slant:after {
    background-color: #f0f1f2;
    content: "";
    display: block;
    height: 60px;
    margin-top: -1px;
    width: 100%;
  }
}
.o-booking__main-data {
  background-color: #bccf27;
  border-radius: 5px;
  padding: 16px;
}
.o-booking__main-data .c-input,
.o-booking__main-data .c-select {
  border-color: #fff;
}
@media screen and (min-width: 640px) {
  .o-booking__main-data {
    display: flex;
    justify-content: space-between;
  }
}
.o-booking__change-button {
  display: flex;
  justify-content: center;
  width: 48px;
}
.o-booking__date,
.o-booking__location {
  margin-bottom: 8px;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .o-booking__date,
  .o-booking__location {
    margin-bottom: 0;
    width: calc(50% - 32px);
  }
}
.o-booking__top-info {
  align-items: center;
  border-bottom: 2px solid rgba(82, 119, 127, 0.3);
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin-top: 32px;
  padding-bottom: 32px;
}
@media screen and (max-width: 649px) {
  .o-booking__top-info {
    -moz-column-gap: 24px;
    column-gap: 24px;
    display: grid;
  }
}
.o-booking__top-grid {
  display: flex;
  flex: none;
  flex-direction: column;
}
.o-booking__sum {
  grid-row-gap: 4px;
  color: #2d373c;
  display: grid;
  font-family: Archivo, sans-serif;
  font-size: 1.5rem;
  font-size: clamp(1.125rem, 0.9774396642rem + 0.629590766vw, 1.5rem);
  font-weight: 700;
  grid-template-areas: "label amount" "vat amount-ex" "info info";
  grid-template-columns: 1fr max-content;
  grid-template-rows: 1fr auto;
  line-height: 1.3333333333;
  margin-left: auto;
  margin-top: 24px;
  padding-right: 24px;
  padding-top: 24px;
  width: -moz-fit-content;
  width: fit-content;
}
.o-booking__sum--top {
  grid-row-gap: 0;
  align-self: start;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 649px) {
  .o-booking__sum--top {
    margin-bottom: 24px;
  }
}
.o-booking__label {
  grid-area: label;
}
.o-booking__amount {
  grid-area: amount;
}
.o-booking__amount:before {
  content: attr(data-currency);
  display: inline-block;
  margin-right: 4px;
}
.o-booking__vat {
  grid-area: vat;
}
.o-booking__info {
  font-size: 11px !important;
  grid-area: info;
  line-height: 16px !important;
  margin-top: 8px;
  max-width: 240px;
}
.o-booking__amount-ex {
  grid-area: amount-ex;
  padding-left: 4px;
  text-align: right;
}
.o-booking__amount-ex:before {
  content: attr(data-currency);
  display: inline-block;
  margin-right: 4px;
}
.o-booking__amount-ex,
.o-booking__info,
.o-booking__vat {
  color: #999ea0;
  font-family: Open Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.7142857143;
}
.o-booking__basket {
  margin-top: 32px;
}
.o-booking__note {
  margin: 24px 0;
  width: 100%;
}
.o-booking__footer {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 24px;
}
@media screen and (max-width: 639px) {
  .o-booking__footer .o-booking__back {
    display: none;
  }
}
.o-booking__back {
  margin-right: 16px;
  margin-top: 8px;
}
.o-booking__continue {
  margin-left: auto;
  margin-top: 8px;
}
.o-booking__continue .is-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.o-booking__offer-button {
  text-align: right;
}
@media screen and (min-width: 850px) {
  .o-booking__meal-swiper {
    display: none;
  }
}
.o-booking__meal-swiper-slides {
  left: -7.1428571429vw;
  position: relative;
  width: 100vw;
}
.o-booking__show-addons {
  display: flex;
  justify-content: center;
  position: relative;
}
.o-booking__show-addons .c-button {
  box-shadow: 0 0 10px 15px #f0f1f2 !important;
  font-size: 0.8125rem;
  line-height: 1.1538461538;
  pointer-events: none;
  position: relative;
  z-index: 2;
}
.o-booking__show-addons:after,
.o-booking__show-addons:before {
  background-color: rgba(82, 119, 127, 0.3);
  content: "";
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
}
.o-booking__show-addons:before {
  left: 0;
}
.o-booking__show-addons:after {
  right: 0;
}
.o-booking__show-addons.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.o-booking__addons {
  display: none;
  list-style: none;
}
@media screen and (min-width: 850px) {
  .o-booking__addons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 24px -24px 0;
  }
  .o-booking__addons > * {
    margin: 12px;
    width: calc(50% - 24px);
  }
}
.o-booking__addons-area {
  border-bottom: 2px solid rgba(82, 119, 127, 0.3);
  display: none;
}
@media screen and (min-width: 800px) {
  .o-booking__addons-area {
    display: block;
  }
}
.o-booking-widget {
  background-color: #1f292d;
  text-align: center;
}
.o-booking-widget__inner {
  padding-top: 0;
  position: relative;
}
.o-booking-widget__inner:before {
  background-color: #f0f1f2;
  -webkit-clip-path: polygon(0 0, 100% var(--slant-height), 100% 101%, 0 101%);
  clip-path: polygon(0 0, 100% var(--slant-height), 100% 101%, 0 101%);
  content: "";
  display: block;
  inset: 0;
  padding-top: var(--slant-height);
  position: absolute;
}
.o-booking-widget__content {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-inline: auto;
  max-width: 320px;
  padding: 24px;
  position: relative;
  z-index: 1;
}
.o-button-component {
  text-align: left;
}
.o-button-component--align-center {
  text-align: center;
}
.o-button-component--align-right {
  text-align: right;
}
.o-contact__datagrid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 0;
}
.o-contact__datagrid > [data-pos="left"] {
  display: flex;
  flex: 0 1 50%;
  flex-direction: column;
  max-width: 270px;
  min-width: 165px;
  padding-right: 16px;
}
.o-contact__datagrid > [data-pos="right"] {
  flex: 0 1 50%;
  max-width: 270px;
  min-width: 165px;
}
.o-contact__link {
  color: #3d5966;
  text-decoration: none;
  transition: color 0.25s linear;
}
.o-contact__link:hover {
  color: #1776dd;
}
.o-contact__social {
  display: flex;
  list-style: none;
  margin: 32px 0 0;
}
.o-contact__channel {
  align-items: center;
  display: flex;
  height: 24px;
  justify-content: center;
  margin-right: 16px;
  width: 24px;
}
.o-contact__icon {
  color: #bccf27;
  display: block;
  flex: auto;
  height: 100%;
  opacity: 1;
  transition: all 0.15s linear;
}
.o-contact__icon:focus,
.o-contact__icon:hover {
  color: #2d373c;
}
.o-component-area__component {
  padding-bottom: var(--slant-height);
}
@media screen and (max-width: 1343px) {
  .o-component-area__component + .o-component-area__component {
    margin-top: 6.25vw;
  }
}
@media screen and (min-width: 1344px) {
  .o-component-area__component + .o-component-area__component {
    margin-top: 82.2857142857px;
  }
}
.o-cards-row {
  background-color: #1f292d;
  position: relative;
}
.o-cards-row--inverted {
  background-color: #fff;
}
.o-cards-row__main {
  margin-left: auto;
  margin-right: auto;
  max-width: 1152px;
  padding-bottom: 80px;
  width: 85.71429%;
}
@media screen and (min-width: 1152px) {
  .o-cards-row__main {
    max-width: 960px;
  }
}
.o-cards-row__title {
  color: #fff;
  font-family: Archivo Black, Arial Black, sans-serif;
  font-size: 2rem;
  font-size: clamp(1.25rem, 0.9548793284rem + 1.259181532vw, 2rem);
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 48px;
  margin-top: 16px;
}
.o-cards-row--inverted .o-cards-row__title {
  color: #485b63;
  margin-top: 32px;
}
.o-cards-row__title--small {
  font-size: 1.25rem;
  font-size: clamp(1rem, 0.9016264428rem + 0.4197271773vw, 1.25rem);
  line-height: 1.5;
}
.o-cards-row__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: -24px;
}
.o-cards-row__item {
  flex: none;
  margin: 24px;
  width: 288px;
}
.o-duplex {
  position: relative;
}
.o-duplex__figure {
  display: block;
  grid-area: figure;
}
.o-duplex__content {
  display: block;
  grid-area: content;
}
.o-duplex__grid {
  grid-row-gap: 32px;
  display: grid;
  grid-template-areas: "content" "figure";
  grid-template-rows: auto auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 1152px;
  width: 85.71429%;
}
@media screen and (min-width: 850px) {
  .o-duplex__grid {
    grid-template-areas: "figure . content";
    grid-template-columns: 5fr 1fr 6fr;
    grid-template-rows: auto;
  }
}
@media screen and (min-width: 1060px) {
  .o-duplex__grid {
    grid-template-columns: 6fr 1fr 5fr;
  }
}
@media screen and (min-width: 850px) {
  .o-duplex--reversed .o-duplex__grid {
    grid-template-areas: "content . figure";
    grid-template-columns: 6fr 1fr 5fr;
  }
}
@media screen and (min-width: 1060px) {
  .o-duplex--reversed .o-duplex__grid {
    grid-template-columns: 5fr 1fr 6fr;
  }
}
@media screen and (min-width: 1200px) {
  .o-duplex--reversed .o-duplex__grid {
    grid-template-areas: ". content . figure";
    grid-template-columns: 1fr 4fr 1fr 6fr;
  }
}
.o-duplex--full-grid .o-duplex__grid {
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 1343px) {
  .o-duplex__content {
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1344px) {
  .o-duplex__content {
    margin-bottom: 41.1428571429px;
  }
}
@media screen and (max-width: 1343px) {
  .o-duplex__content.is-pulled-down {
    margin-top: 3.125vw;
  }
}
@media screen and (min-width: 1344px) {
  .o-duplex__content.is-pulled-down {
    margin-top: 41.1428571429px;
  }
}
@media screen and (min-width: 850px) {
  .o-duplex--reversed .o-duplex__content {
    margin-bottom: 64px;
    margin-top: 0;
  }
}
.o-duplex__figure {
  align-self: start;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  margin-bottom: 32px;
}
@media screen and (min-width: 850px) {
  .o-duplex__figure {
    margin-top: -9vw;
  }
}
@media screen and (min-width: 1344px) {
  .o-duplex__figure {
    margin-top: -120px;
  }
}
.o-duplex--prevent-pull-up .o-duplex__figure {
  margin-top: 0;
}
@media screen and (min-width: 850px) {
  .o-duplex--additional-pull-up .o-duplex__figure {
    margin-top: -14vw;
  }
}
@media screen and (min-width: 1344px) {
  .o-duplex--additional-pull-up .o-duplex__figure {
    margin-top: -160px;
  }
}
.o-duplex__image {
  grid-column: 1/2;
  grid-row: 1/2;
}
.ie .o-duplex__image {
  width: 100%;
}
.o-duplex__extra {
  align-self: end;
  grid-column: 1/2;
  grid-row: 1/2;
  margin-left: 32px;
  z-index: 1;
}
.o-duplex__note {
  max-width: 326px;
}
.o-faq {
  margin-left: auto;
  margin-right: auto;
  max-width: 1152px;
  width: 85.71429%;
}
@media screen and (max-width: 1343px) {
  .o-faq {
    padding-bottom: 9.375vw;
    padding-top: 6.25vw;
  }
}
@media screen and (min-width: 1344px) {
  .o-faq {
    padding-bottom: 123.4285714286px;
    padding-top: 82.2857142857px;
  }
}
.o-faq__filters {
  display: block;
  grid-area: filters;
}
.o-faq__suggest {
  display: block;
  grid-area: suggest;
}
.o-faq__main {
  display: block;
  grid-area: main;
}
.o-faq__intro {
  margin-bottom: 48px;
}
.o-faq__title {
  align-self: end;
  color: #485b63;
  font-family: Archivo Black, Arial Black, sans-serif;
  font-size: 2rem;
  font-size: clamp(1.25rem, 0.9548793284rem + 1.259181532vw, 2rem);
  font-weight: 400;
  line-height: 1.25;
}
.o-faq__description {
  margin-top: 32px;
}
@media screen and (min-width: 800px) {
  .o-faq__description {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .o-faq__description {
    width: 50%;
  }
}
.o-faq__grid {
  grid-row-gap: 48px;
  display: grid;
  grid-template-areas: "filters" "main" "suggest";
  grid-template-rows: auto 1fr;
}
@media screen and (min-width: 740px) {
  .o-faq__grid {
    grid-template-areas: "filters .  main" "suggest .  main";
    grid-template-columns: 3fr 1fr 8fr;
    grid-template-rows: auto 1fr;
  }
}
.o-faq__subheader {
  color: #2d373c;
  font-family: Archivo, sans-serif;
  font-size: 1.5rem;
  font-size: clamp(1.125rem, 0.9774396642rem + 0.629590766vw, 1.5rem);
  font-weight: 700;
  line-height: 1.3333333333;
  margin-bottom: 24px;
}
.o-faq__main {
  display: grid;
  grid-template-areas: "full";
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.o-faq__category {
  grid-area: full;
  opacity: 0;
  pointer-events: none;
  transition: opacity 125ms linear;
}
.o-faq__category.is-active {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 125ms linear 175ms;
}
@media screen and (max-width: 739px) {
  .o-faq__suggest {
    margin: auto;
  }
}
.ie .o-faq__suggest {
  margin-top: 40px;
}
.o-cookie-bar {
  align-items: center;
  background-color: #2d373c;
  bottom: 0;
  box-shadow: 0 -4px 6px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  height: 64px;
  left: 0;
  opacity: 1;
  position: fixed;
  transform: translateZ(0);
  transition: opacity 0.5s, transform 0.6s;
  width: 100%;
  z-index: 900;
}
.o-cookie-bar.is-accepted {
  display: none;
}
.o-cookie-bar.is-transitioning-out {
  opacity: 0;
  transform: translate3d(0, 50%, 0);
}
.o-cookie-bar__main {
  align-items: center;
  display: flex;
  justify-content: center;
}
.o-cookie-bar__text {
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  margin: 0;
}
.o-cookie-bar__link {
  color: #fff;
  transition: color 0.3s;
}
.o-cookie-bar__link:hover {
  color: hsla(0, 0%, 100%, 0.75);
}
.o-cookie-bar__button {
  background-color: #bccf27;
  border: none;
  border-radius: 5px;
  color: #2d373c;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  margin-left: 15px;
  opacity: 1;
  outline: none;
  padding: 5px 12px;
  transition: background-color 0.3s;
}
.o-cookie-bar__button:hover {
  background-color: rgba(188, 207, 39, 0.5);
}
.o-contact-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 1152px;
  padding-block: 20px;
}
.o-food-assortment {
  background-color: #f6f6f6;
  padding-block: 20px;
  position: relative;
  z-index: 1;
}
.o-food-assortment:after {
  bottom: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}
.o-food-assortment:after,
.o-food-assortment:before {
  -webkit-backface-visibility: hidden;
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}
.o-food-assortment:before {
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0 0;
}
.o-food-assortment__title {
  margin-top: 72px;
  text-align: center;
}
.o-food-assortment__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 62px;
  justify-content: center;
  margin-block: 72px;
  width: 100%;
}
.o-food-assortment__item {
  color: #111a1e;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  gap: 8px;
  text-align: center;
  width: 168px;
}
@media screen and (min-width: 390px) {
  .o-food-assortment__item {
    width: 132px;
  }
}
.o-food-assortment__item img {
  aspect-ratio: 1;
  border-radius: 6px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.161);
  -o-object-fit: cover;
  object-fit: cover;
  width: 164px;
}
.o-food-assortment__item img:hover {
  transform: scale(1.1) rotate(2deg);
}
.o-footer {
  background-color: #3d5966;
  -webkit-clip-path: polygon(0 0, 100% var(--slant-height), 100% 101%, 0 101%);
  clip-path: polygon(0 0, 100% var(--slant-height), 100% 101%, 0 101%);
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  padding-bottom: 0;
  padding-top: var(--slant-height);
  transition: padding 0.6s;
  z-index: 20;
}
.o-footer__logo {
  display: block;
  grid-area: logo;
}
.o-footer__menu {
  display: block;
  grid-area: menu;
}
.o-footer__locations {
  display: block;
  grid-area: locations;
}
.o-footer__info {
  display: block;
  grid-area: info;
}
.is-cookie-bar-visible .o-footer {
  padding-bottom: 64px;
}
.o-footer__main {
  margin-left: auto;
  margin-right: auto;
  max-width: 1152px;
  width: 85.71429%;
}
@media screen and (max-width: 1343px) {
  .o-footer__main {
    padding-top: 6.25vw;
  }
}
@media screen and (min-width: 1344px) {
  .o-footer__main {
    padding-top: 82.2857142857px;
  }
}
.o-footer__body {
  grid-row-gap: 32px;
  display: grid;
  grid-template-areas: "logo" "info" "locations" "menu";
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, auto);
}
@media screen and (min-width: 560px) {
  .o-footer__body {
    grid-row-gap: 48px;
    grid-template-areas: "logo info" "locations menu";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, auto);
  }
}
@media screen and (min-width: 800px) {
  .o-footer__body {
    grid-template-areas: "logo locations menu" "info locations menu";
    grid-template-columns: 10fr 7fr 7fr;
  }
}
@media screen and (min-width: 1344px) {
  .o-footer__body {
    grid-template-columns: 5fr 3fr 4fr;
  }
}
.o-footer__logo {
  display: inline-block;
  transition: opacity 0.2s linear;
}
.o-footer__label {
  color: #bccf27;
  font-weight: 700;
  padding: 0 0 8px;
}
.o-footer__list {
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 800px) {
  .o-footer__list {
    margin-bottom: 32px;
  }
}
.o-footer__link {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  padding: 4px 0;
  position: relative;
  text-decoration: none;
  transition: color 0.3s;
  z-index: 0;
}
.o-footer__link > i {
  color: #bccf27;
  flex: none;
  margin-right: 20px;
}
.o-footer__link:hover {
  color: hsla(0, 0%, 100%, 0.5);
}
.o-footer__link:focus {
  outline-color: #bccf27;
}
.is-active .o-footer__link {
  font-weight: 700;
}
.o-footer__social {
  display: flex;
  list-style: none;
  margin: 32px 0 0;
}
.o-footer__channel {
  align-items: center;
  display: flex;
  height: 24px;
  justify-content: center;
  margin-right: 16px;
  width: 24px;
}
.o-footer__icon {
  color: #bccf27;
  display: block;
  flex: auto;
  height: 100%;
  opacity: 1;
  transition: all 0.15s linear;
}
.o-footer__icon:hover {
  color: hsla(0, 0%, 100%, 0.6);
}
.o-footer__icon:focus {
  outline-color: #bccf27;
}
.o-footer__art {
  margin-left: auto;
  margin-right: auto;
  max-width: 1152px;
}
@media screen and (min-width: 784px) {
  .o-footer__art {
    width: 85.71429%;
  }
}
.o-footer__image {
  background: url(../img/footer_art.svg) no-repeat right bottom -3px;
  padding-bottom: 115px;
}
@media screen and (min-width: 1130px) {
  .o-footer__image {
    background-position: right bottom -3px;
  }
}
.o-footer__bottom {
  background-color: #2d373c;
}
.o-footer--simple .o-footer__main {
  padding: 48px 0 40px;
}
.o-footer--simple .o-footer__body {
  grid-template-areas: "logo" "info";
  grid-template-rows: repeat(2, auto);
}
@media screen and (min-width: 560px) {
  .o-footer--simple .o-footer__body {
    grid-template-areas: "logo . info";
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto;
  }
}
.o-footer--simple .o-footer__list {
  margin-bottom: 0;
}
.o-form__title {
  margin: 0 0 32px;
}
.o-form__row + .o-form__row {
  margin-top: 16px;
}
@media screen and (min-width: 600px) {
  .o-form__row {
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 599px) {
  .o-form__field {
    width: 100%;
  }
  .o-form__field[data-size="1"] {
    width: 33.3333333333%;
  }
  .o-form__field[data-size="2"] {
    width: 66.6666666667%;
  }
  .o-form__field + .o-form__field {
    margin-top: 16px;
  }
}
@media screen and (min-width: 600px) {
  .o-form__field {
    margin-right: 8px;
  }
  .o-form__field[data-size="1"] {
    width: calc(16.66667% - 8px);
  }
  .o-form__field[data-size="2"] {
    width: calc(33.33333% - 8px);
  }
  .o-form__field[data-size="3"] {
    width: calc(50% - 8px);
  }
  .o-form__field[data-size="4"] {
    width: calc(66.66667% - 8px);
  }
  .o-form__field[data-size="5"] {
    width: calc(83.33333% - 8px);
  }
  .o-form__field[data-size="6"] {
    width: 100%;
  }
}
.o-form__notes {
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.7142857143;
  text-transform: uppercase;
}
.c-form__note :first-child {
  display: inline-block;
  width: 24px;
}
.o-form__submit {
  margin-top: 32px;
}
.o-header {
  background-color: #2d373c;
  overflow-y: hidden;
  padding: 8px 0;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 980px) {
  .o-header {
    padding: 16px 0;
  }
}
.o-header.is-sticky {
  box-shadow: 0 -5px 30px #000;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  transition-delay: 0s, 0.3s;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  width: 100%;
  z-index: 50;
}
.is-sticky-header-visible .o-header.is-sticky {
  opacity: 1;
  transform: none;
  transition-delay: 0s;
}
.o-header__main {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
@media screen and (max-width: 979px) {
  .o-header__main {
    padding: 0 20px 0 7.1428571429%;
  }
}
@media screen and (min-width: 980px) {
  .o-header__main {
    margin-left: auto;
    margin-right: auto;
    max-width: 1152px;
    width: 85.71429%;
  }
}
.o-header__nav {
  width: 100%;
}
@media screen and (max-width: 979px) {
  .o-header__nav {
    display: none;
  }
}
.o-header__logo {
  flex: none;
  position: relative;
}
.o-header__logo:before {
  background-color: #3d5966;
  content: "";
  height: 64px;
  position: absolute;
  right: -24px;
  top: -8px;
  transform: matrix(1, 0, -0.5, 1, 0, 0);
  width: calc(185px + 50vw);
  z-index: -1;
}
.o-header__logo:focus {
  outline-color: #1776dd;
  outline-offset: 2px;
}
@media screen and (min-width: 980px) {
  .o-header__logo:before {
    height: 80px;
    top: -16px;
  }
}
.o-header__img {
  max-height: 48px;
  width: 100px;
}
.o-header__toggle {
  margin-left: 8px;
}
@media screen and (min-width: 980px) {
  .o-header__toggle {
    display: none;
  }
}
.o-header__rating {
  color: #fff;
  margin-left: auto;
}
@media screen and (max-width: 349px) {
  .o-header__rating .c-rating {
    display: none;
  }
}
@media screen and (max-width: 535px) {
  .o-header__rating .c-rating__reviews,
  .o-header__rating .c-rating__stars {
    display: none;
  }
}
.o-hero {
  position: relative;
}
.ie .o-hero {
  background-image: url(../img/gallery/funfarm_n27.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 500px) {
  .ie .o-hero {
    background-image: url(../img/gallery/funfarm_n27.png);
  }
}
@media screen and (min-width: 600px) {
  .ie .o-hero {
    background-image: url(../img/gallery/funfarm_n27.png);
  }
}
@media screen and (min-width: 1240px) {
  .ie .o-hero {
    background-image: url(../img/gallery/funfarm_n27.png);
  }
}
.o-hero__main {
  margin-left: auto;
  margin-right: auto;
  max-width: 1152px;
  width: 85.71429%;
}
@media screen and (max-width: 1343px) {
  .o-hero__main {
    padding-top: 6.25vw;
  }
}
@media screen and (min-width: 1344px) {
  .o-hero__main {
    padding-top: 82.2857142857px;
  }
}
.o-hero__image {
  height: 100%;
  left: 0;
  max-height: 960px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.ie .o-hero__image {
  display: none;
}
.o-hero__video {
  height: 100%;
  left: 0;
  max-height: 960px;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.o-hero__video .c-video {
  background-image: url(../img/gallery/funfarm_n27.png);
  background-position: 50%;
  background-size: cover;
  left: 0;
  max-width: none;
  min-width: 1145px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.o-hero__video .c-video:before {
  background-color: #1f292d;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.o-hero__video .c-video__placeholder {
  background-color: transparent;
  padding-bottom: 56.25%;
}
.o-hero__planner {
  background-color: #bccf27;
  border-radius: 5px;
  padding: 24px;
  width: 100%;
}
@media screen and (min-width: 456px) {
  .o-hero__planner {
    width: 384px;
  }
}
.o-hero__title {
  color: #485b63;
  font-family: Archivo Black, Arial Black, sans-serif;
  font-size: 1.5rem;
  font-size: clamp(1.125rem, 0.9774396642rem + 0.629590766vw, 1.5rem);
  font-weight: 400;
  line-height: 1.3333333333;
  margin-bottom: 24px;
}
@media screen and (min-width: 456px) {
  .o-hero__title {
    font-size: 2rem;
    font-size: clamp(1.25rem, 0.9548793284rem + 1.259181532vw, 2rem);
    line-height: 1.25;
  }
}
.o-hero__title-area .o-hero__title {
  color: #fff;
}
@media screen and (min-width: 680px) and (max-width: 1599px) {
  .o-hero__title-area .o-hero__title {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1600px) {
  .o-hero__title-area .o-hero__title {
    font-size: 3.2rem;
  }
}
.o-hero__title-area {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 1150px) {
  .o-hero__title-area {
    height: 30vw;
  }
}
@media screen and (max-width: 1149px) {
  .o-hero__title-area {
    padding-bottom: 48px;
    padding-top: 48px;
  }
}
.o-hero__title-area .c-button__text {
  margin-right: 10px;
}
.o-hero__rating {
  margin-top: 24px;
}
@media screen and (min-width: 600px) {
  .o-hero__rating {
    bottom: 0;
    position: absolute;
    right: 0;
  }
}
.o-hero--main .o-hero__main {
  padding-top: 0 !important;
}
.o-imagebanner > img,
.o-imagebanner__swiper-img {
  max-height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.o-imagebanner--medium > img {
  max-height: 400px;
}
.o-location {
  margin-left: auto;
  margin-right: auto;
  max-width: 1152px;
  position: relative;
  width: 85.71429%;
}
.o-location__map {
  display: block;
  grid-area: map;
}
.o-location__content {
  display: block;
  grid-area: content;
}
@media screen and (max-width: 1343px) {
  .o-location {
    padding-bottom: 3.125vw;
    padding-top: 3.125vw;
  }
}
@media screen and (min-width: 1344px) {
  .o-location {
    padding-bottom: 41.1428571429px;
    padding-top: 41.1428571429px;
  }
}
.o-location__main {
  grid-gap: 64px;
  display: grid;
  grid-template-areas: "content" "map";
  grid-template-rows: repeat(2, auto);
}
@media screen and (min-width: 1000px) {
  .o-location__main {
    grid-gap: 48px;
    grid-template-areas: "map content";
    grid-template-columns: 3fr 4fr;
    grid-template-rows: auto;
  }
}
.o-location__title {
  color: #485b63;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.7142857143;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media screen and (min-width: 480px) and (max-width: 799px) {
  .o-location__map svg {
    max-width: 460px;
  }
}
@media screen and (min-width: 1000px) {
  .o-location__content--small > * {
    margin-left: auto;
    max-width: 500px;
  }
}
.o-location__list {
  list-style: none;
  margin-left: 0;
}
@media screen and (min-width: 800px) {
  .o-location__list {
    grid-gap: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}
.o-location__item {
  display: flex;
  margin-top: 48px;
}
.o-location__link {
  color: #485b63;
}
.o-location__icon {
  flex: none;
  margin-right: 16px;
  width: 80px;
}
.o-location__route {
  margin-top: 16px;
}
.o-modal {
  display: block;
  height: 100%;
  overflow: auto;
  transition: opacity 0.2s linear;
  width: 100%;
  z-index: 1001;
}
.o-modal,
.o-modal__shader {
  left: 0;
  position: fixed;
  top: 0;
}
.o-modal__shader {
  background-color: #1f292d;
  bottom: 0;
  cursor: pointer;
  opacity: 0.8;
  right: 0;
  transition: background-color 0.15s linear;
}
.o-modal__main {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 5vw;
  pointer-events: none;
  position: relative;
  width: 100%;
  z-index: 2;
}
.o-modal__content {
  background-color: #fff;
  opacity: 0;
  padding-bottom: 24px;
  position: relative;
  transform: translateY(25px);
  transition-delay: 0s;
  transition-duration: 0.3s, 0.3s;
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1), linear;
  width: 90vw;
  z-index: 3;
}
@media screen and (min-width: 400px) {
  .o-modal__content {
    max-width: 384px;
  }
}
.is-modal-visible .o-modal__content {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
  transition-delay: 0.15s, 0.15s;
}
.o-modal__header {
  background-color: #2d373c;
  color: #fff;
  display: flex;
  flex-direction: row-reverse;
}
.o-modal__header,
.o-model__selected {
  padding: 16px 24px;
  position: relative;
}
.o-modal__edit {
  align-items: center;
  background-color: #bccf27;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 26px;
  justify-content: center;
  position: absolute;
  right: 24px;
  top: 16px;
  transition: background-color 0.2s;
  width: 26px;
}
.o-modal__edit:hover {
  background-color: #c3d729;
  color: #2d373c;
}
.o-modal__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  flex: none;
  height: 20px;
  margin-top: 7px;
  opacity: 0.5;
  transform: rotate(45deg);
  transition: opacity 0.2s, transform 0.4s;
  width: 20px;
}
.o-modal__close:after,
.o-modal__close:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: calc(50% - 2px);
  width: 100%;
}
.o-modal__close:after {
  transform: rotate(90deg);
}
.o-modal__close:hover {
  opacity: 1;
}
.o-modal__title {
  flex: auto;
  font-size: 1.5rem;
  font-size: clamp(1.125rem, 0.9774396642rem + 0.629590766vw, 1.5rem);
  font-weight: 700;
  line-height: 1.3333333333;
  padding-right: 16px;
}
.o-modal__location {
  background-image: url(../img/location--green.svg);
  background-position: -4px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  margin-top: 4px;
  padding-left: 24px;
}
.o-modal__details {
  background-color: #bccf27;
  padding: 16px 24px 24px;
}
.o-modal__notification {
  margin-top: 16px;
}
.o-modal__notification-message {
  background-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 5px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  line-height: 1.5;
  padding: 12px 16px;
}
.o-modal__notes,
.o-modal__remarks {
  margin-top: 24px;
  padding: 0 24px;
}
.o-modal__notes > * + * {
  margin-top: 8px;
}
.o-modal__confirm {
  margin: 24px 0;
  padding: 0 24px;
}
.o-modal__errors {
  padding: 0 24px;
}
.o-modal__errors > * + * {
  margin-top: 8px;
}
.o-modal__submit {
  margin-top: 24px;
  padding: 0 24px;
}
.o-modal__submit.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.o-modal__cancel {
  margin-top: 16px;
  padding: 0 24px;
  text-align: center;
}
.o-other-posters {
  background-color: #f0f1f2;
}
@media screen and (max-width: 1343px) {
  .o-other-posters {
    padding-bottom: 6.25vw;
    padding-top: 6.25vw;
  }
}
@media screen and (min-width: 1344px) {
  .o-other-posters {
    padding-bottom: 82.2857142857px;
    padding-top: 82.2857142857px;
  }
}
.o-other-posters:not(.o-other-posters--no-slant) {
  -webkit-clip-path: polygon(0 var(--slant-height), 100% 0, 100% 101%, 0 101%);
  clip-path: polygon(0 var(--slant-height), 100% 0, 100% 101%, 0 101%);
  margin-bottom: calc(var(--slant-height) * -1);
  padding-top: var(--slant-height);
}
.o-other-posters__main {
  margin-left: auto;
  margin-right: auto;
  margin-top: var(--slant-height);
  max-width: 1152px;
  width: 85.71429%;
}
.o-other-posters__title {
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.7142857143;
  margin-bottom: 48px;
  text-align: center;
  text-transform: uppercase;
}
.o-other-posters__list {
  list-style: none;
  margin: 0 auto;
}
@media screen and (min-width: 1152px) {
  .o-other-posters__list {
    max-width: 83.3333333333%;
  }
}
@media screen and (min-width: 1344px) {
  .o-other-posters__list {
    max-width: 66.6666666667%;
  }
}
.o-other-posters__item + .o-other-posters__item {
  margin-top: 48px;
}
.o-other-posters__button {
  margin-top: 64px;
  padding-bottom: var(--slant-height);
  text-align: center;
}
.o-overlay-menu {
  background: linear-gradient(#37474f, #1f292d);
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transform: translateX(100vw);
  transition-delay: 0s, 0.35s;
  transition-duration: 0.35s, 0.3s;
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.35, 0.05, 0.05, 1), linear;
  width: 100%;
  z-index: 100;
}
.is-overlay-menu-active .o-overlay-menu {
  opacity: 1;
  pointer-events: all;
  transform: none;
  transition-delay: 0.2s, 0s;
}
.ie .o-overlay-menu {
  z-index: -1;
}
.is-overlay-menu-active .ie .o-overlay-menu {
  z-index: 100;
}
.o-overlay-menu:before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 100vw;
  top: 0;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
  width: 120vw;
}
.is-overlay-menu-active .o-overlay-menu:before {
  opacity: 1;
  transition-delay: 0s;
}
.o-overlay-menu__bar {
  align-items: center;
  background-color: #2d373c;
  display: flex;
  justify-content: space-between;
  padding: 8px 24px;
}
.o-overlay-menu__logo {
  position: relative;
  z-index: 1;
}
.o-overlay-menu__logo:before {
  background-color: #3d5966;
  content: "";
  height: 64px;
  position: absolute;
  right: -24px;
  top: -8px;
  transform: matrix(1, 0, -0.5, 1, 0, 0);
  width: calc(185px + 50vw);
  z-index: -1;
}
.o-overlay-menu__toggle {
  transform: rotate(-0.5turn);
  transition: transform 0.6s ease-out;
  transition-delay: 0.2s;
}
.is-overlay-menu-active .o-overlay-menu__toggle {
  transform: none;
}
.o-overlay-menu__nav {
  height: calc(100vh - 64px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 24px;
}
.o-overlay-menu__list {
  list-style: none;
  margin-left: 0;
}
.o-overlay-menu__cart {
  margin-bottom: 32px;
  margin-top: 32px;
}
.o-overlay-menu__link {
  color: #fff;
  display: block;
  font-family: Archivo Black, Arial Black, sans-serif;
  font-size: 1.25rem;
  font-size: clamp(1rem, 0.9016264428rem + 0.4197271773vw, 1.25rem);
  font-weight: 400;
  line-height: 1.5;
  padding: 8px 0;
  text-decoration: none;
  transition: opacity 0.2s linear;
}
.o-overlay-menu__link:focus,
.o-overlay-menu__link:hover {
  color: #75b0f0;
  outline: none;
}
.o-overlay-menu__link.is-active {
  font-weight: 600;
  opacity: 1;
  position: relative;
}
.o-overlay-menu__sublist {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  list-style: none;
  margin: 48px 0;
  padding: 16px 0;
}
.o-overlay-menu__sublink {
  color: hsla(0, 0%, 100%, 0.7);
  padding: 8px 0;
  text-decoration: none;
}
.o-overlay-menu__sublink:hover {
  color: #fff;
}
.o-post-overview {
  margin-bottom: calc(var(--slant-height) * -1);
  margin-top: 80px;
}
.o-post-overview__items {
  position: relative;
  top: -15vw;
}
@media screen and (min-width: 550px) and (max-width: 1399px) {
  .o-post-overview__items {
    top: -9vw;
  }
}
@media screen and (min-width: 1400px) {
  .o-post-overview__items {
    top: -7vw;
  }
}
.o-post-overview__items > * + * {
  margin-top: 32px;
}
.o-post-overview__pagination {
  margin-top: -15vw;
}
@media screen and (min-width: 550px) and (max-width: 1399px) {
  .o-post-overview__pagination {
    margin-top: -9vw;
  }
}
@media screen and (min-width: 1400px) {
  .o-post-overview__pagination {
    margin-top: -7vw;
  }
}
.o-post-overview__item {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.o-post-overview__item:first-child {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 700px) {
  .o-post-overview__link {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
.o-poster-overview__figure {
  padding: 16px 0 16px 24px;
  position: relative;
}
.o-poster-overview__figure > * {
  position: relative;
  z-index: 2;
}
.o-poster-overview__figure:before {
  background-color: #2d373c;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: matrix(1, 0, -0.5, 1, 0, 0) scale(2);
  transform-origin: right top;
  transition: background-color 0.2s;
  width: 100%;
  z-index: 1;
}
.o-poster-overview__figure:hover:before {
  background-color: #bccf27;
}
@media screen and (max-width: 699px) {
  .o-poster-overview__figure {
    background-color: #e3e8ea;
    overflow: hidden;
    padding: 16px 24px;
  }
  .o-poster-overview__figure:before {
    width: 75%;
  }
}
@media screen and (min-width: 700px) and (max-width: 979px) {
  .o-poster-overview__figure {
    align-items: center;
    align-self: stretch;
    display: flex;
    flex: 2;
  }
}
@media screen and (min-width: 980px) {
  .o-poster-overview__figure {
    flex: 0 0 400px;
  }
}
.o-poster-overview__img-fallback {
  background-color: #f0f1f2;
  background-image: url(../img/footer_art.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75% auto;
  padding-bottom: 50%;
  width: 100%;
}
.o-poster-overview__content {
  padding: 32px 40px;
}
@media screen and (min-width: 700px) and (max-width: 979px) {
  .o-poster-overview__content {
    flex: 3;
  }
}
@media screen and (min-width: 980px) {
  .o-poster-overview__content {
    flex: 1 1 auto;
  }
}
.o-poster-overview__date-icon {
  position: relative;
  top: -2px;
}
.o-poster-overview__teaser {
  color: #999ea0;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
.o-plan-your-day {
  margin-inline: auto;
  margin-bottom: 100px;
  max-width: 1152px;
  text-align: center;
  width: 85.7142857143%;
}
.o-plan-your-day__title {
  font-size: 0.875rem;
  font-weight: 800;
  grid-area: title;
  line-height: 1.7142857143;
  margin-bottom: 48px;
  text-transform: uppercase;
}
.o-plan-your-day__main {
  container-type: inline-size;
  grid-area: main;
}
.o-process {
  margin-left: auto;
  margin-right: auto;
  max-width: 1152px;
  width: 85.71429%;
}
@media screen and (max-width: 1343px) {
  .o-process {
    padding-bottom: 6.25vw;
    padding-top: 4.6875vw;
  }
}
@media screen and (min-width: 1344px) {
  .o-process {
    padding-bottom: 82.2857142857px;
    padding-top: 61.7142857143px;
  }
}
.o-process__intro {
  display: block;
  grid-area: intro;
}
.o-process__main {
  display: block;
  grid-area: main;
}
.o-process__cta {
  display: block;
  grid-area: cta;
}
.o-process__aside {
  display: block;
  grid-area: aside;
}
.o-process__grid {
  grid-row-gap: 32px;
  display: grid;
  grid-template-areas: "cta" "intro" "main" "aside";
  grid-template-rows: repeat(4, auto);
}
@media screen and (min-width: 1152px) {
  .o-process__grid {
    grid-column-gap: 10%;
    grid-template-areas: "intro cta" "main aside";
    grid-template-columns: 6fr 3fr;
    grid-template-rows: none;
  }
}
@media screen and (min-width: 1344px) {
  .o-process__grid {
    margin-left: auto;
    margin-right: auto;
    width: 83.3333333333%;
  }
}
@media screen and (max-width: 1151px) {
  .o-process--summary .o-process__grid {
    grid-template-areas: "cta" "intro" "aside" "main";
  }
}
.o-process__cart-grid {
  grid-row-gap: 32px;
  display: grid;
  grid-template-areas: "cta" "intro" "main";
  grid-template-rows: repeat(3, auto);
}
@media screen and (min-width: 1080px) {
  .o-process__cart-grid {
    grid-column-gap: 10%;
    grid-template-areas: "intro cta" "main main";
    grid-template-columns: 6fr 3fr;
    grid-template-rows: none;
  }
}
.o-process__notes {
  margin-top: 32px;
}
.o-process__heading {
  font-family: Archivo Black, Arial Black, sans-serif;
  font-size: 2rem;
  font-size: clamp(1.25rem, 0.9548793284rem + 1.259181532vw, 2rem);
  font-weight: 400;
  line-height: 1.25;
}
.o-process__subheading {
  color: #999ea0;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.7142857143;
  margin-top: -4px;
}
.o-process__description {
  margin-top: 32px;
}
.o-process__main {
  min-width: 0;
}
.o-process--create-offer .o-process__main {
  max-width: 600px;
}
.o-process--cart .o-process__main {
  grid-column: 1/-1;
  max-width: 740px;
}
@media screen and (min-width: 1152px) {
  .o-process__aside {
    max-width: 360px;
  }
}
@media screen and (max-width: 1151px) {
  .o-process--cart .o-process__aside {
    border-top: 1px solid hsla(197, 4%, 61%, 0.4);
    margin-top: 48px;
    padding-top: 48px;
    position: relative;
  }
  .o-process--summary .o-process__aside {
    padding: 32px 0;
  }
}
.o-process--quotation .o-process__aside {
  border-top: 1px solid hsla(197, 4%, 61%, 0.4);
  margin-top: 32px;
  padding: 48px 0 16px;
}
@media screen and (max-width: 679px) {
  .o-process__addons > * {
    max-width: 340px;
  }
}
@media screen and (min-width: 680px) and (max-width: 1079px) {
  .o-process__addons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .o-process__addons > * {
    width: calc(50% - 8px);
  }
}
.o-product {
  grid-row-gap: 32px;
  display: grid;
  grid-template-areas: "content" "aside";
  grid-template-rows: auto auto;
  margin: 96px auto 40px;
  max-width: 1152px;
  position: relative;
  width: 85.71429%;
  z-index: 1;
}
.o-product__aside {
  display: block;
  grid-area: aside;
}
.o-product__content {
  display: block;
  grid-area: content;
}
@media screen and (min-width: 850px) {
  .o-product {
    grid-template-areas: "aside . content";
    grid-template-columns: 5fr 1fr 6fr;
    grid-template-rows: auto;
  }
}
@media screen and (min-width: 1060px) {
  .o-product {
    grid-template-columns: 6fr 1fr 5fr;
  }
}
.o-product__aside {
  min-width: 0;
}
.o-product__aside .swiper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.o-product__aside .swiper-slide {
  background-position: 50%;
  background-size: cover;
}
.o-product__aside .mainSwiper {
  border-radius: 6px;
  height: 261px;
  width: 100%;
}
.o-product__aside .thumbsSwiper {
  box-sizing: border-box;
  padding: 10px 0;
}
.o-product__aside .thumbsSwiper .swiper-slide {
  border-radius: 6px;
  height: 100%;
  opacity: 0.4;
  overflow: hidden;
  width: 114px;
}
.o-product__aside .thumbsSwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.o-product__aside .swiper-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.o-product__content {
  justify-self: start;
}
.o-product__negatives ul,
.o-product__positives ul {
  list-style: none;
  margin: 0;
}
.o-product__negatives li,
.o-product__positives li {
  align-items: center;
  display: flex;
}
.o-product__negatives li:before,
.o-product__positives li:before {
  color: #bccf27;
  content: "+";
  font-size: 20px;
  font-weight: 700;
  height: 18px;
  line-height: 16px;
  margin-right: 8px;
  min-width: 18px;
  text-align: center;
  width: 18px;
}
.o-product__negatives li:before {
  color: #ff4040;
  content: "-";
}
.o-product__usps {
  list-style: none;
  margin-bottom: 32px;
  margin-left: 0;
}
.o-product__usps li {
  font-size: 1rem;
  line-height: 1.75;
  padding-left: 28px;
  position: relative;
}
.o-product__usps li:before {
  background-image: url(../img/checkmark.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 20px;
}
.o-product__back {
  transform: translateY(-32px);
}
.o-product__title {
  color: #485b63;
  font-family: Archivo Black, Arial Black, sans-serif;
  font-size: 2rem;
  font-size: clamp(1.25rem, 0.9548793284rem + 1.259181532vw, 2rem);
  font-weight: 400;
  line-height: 1.25;
}
.o-product__location {
  background-image: url(../img/location.svg);
  background-position: -4px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  color: #3d5966;
  margin-bottom: 24px;
  margin-top: 4px;
  padding-left: 24px;
}
.o-product__costs {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.o-product__costs--left {
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .o-product__costs--right {
    display: none;
  }
}
.o-product__price,
.o-product__price-line {
  display: inline-block;
}
.o-product__price {
  font-size: 2rem;
  font-size: clamp(1.25rem, 0.9548793284rem + 1.259181532vw, 2rem);
  font-weight: 600;
  line-height: 1.25;
  padding-left: 18px;
  position: relative;
}
.o-product__price:before {
  content: attr(data-currency);
  font-size: 1.25rem;
  font-size: clamp(1rem, 0.9016264428rem + 0.4197271773vw, 1.25rem);
  left: -2px;
  line-height: 1.2;
  position: absolute;
  top: 5px;
  vertical-align: super;
}
@media screen and (max-width: 524px) {
  .o-product__price:before {
    left: 0;
    margin-right: 7px;
    position: relative;
  }
}
.o-product__subprice {
  color: #999ea0;
  margin-top: 8px;
}
.o-product__note,
.o-product__spec {
  margin-top: 24px;
}
.o-product__note + .o-product__note {
  margin-top: 8px;
}
.o-product__order {
  margin-top: 24px;
}
.o-progress {
  background-color: #37474f;
  border-top: 8px solid #bccf27;
  overflow-x: hidden;
}
.o-progress__list {
  list-style: none;
}
@media screen and (min-width: 550px) {
  .o-progress__list {
    margin-left: auto;
    margin-right: auto;
    max-width: 1152px;
  }
}
@media screen and (min-width: 550px) and (min-width: 325px) {
  .o-progress__list {
    width: 85.71429%;
  }
}
@media screen and (min-width: 325px) {
  .o-progress__list {
    display: flex;
    justify-content: space-between;
  }
}
.o-progress__item {
  align-items: center;
  color: #fff;
  display: flex;
  flex: auto;
  font-size: 0.875rem;
  font-weight: 800;
  justify-content: center;
  line-height: 1.7142857143;
  padding: 16px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 0;
}
.o-progress__item:before {
  background-color: #fff;
  height: 1px;
  left: 0;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 549px) {
  .o-progress__item {
    font-size: 0.75rem;
    line-height: 1.3333333333;
    padding: 16px 8px;
  }
  .o-progress__item:first-child {
    padding-left: 0;
  }
  .o-progress__item:first-child:before {
    display: none;
  }
}
@media screen and (max-width: 324px) {
  .o-progress__item + .o-progress__item:before {
    content: "";
  }
}
@media screen and (min-width: 325px) {
  .o-progress__item:before {
    content: "";
    height: 100%;
    transform: matrix(1, 0, -0.5, 1, 0, 0);
    width: 1px;
  }
}
.o-progress__item.is-marked:after {
  background-color: #bccf27;
  bottom: 0;
  content: "";
  left: -1px;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: calc(100% + 2px);
  z-index: -2;
}
@media screen and (min-width: 325px) {
  .o-progress__item.is-marked:after {
    transform: matrix(1, 0, -0.5, 1, 0, 0);
  }
  .o-progress__item.is-marked:first-child:after {
    left: auto;
    right: -1px;
    width: 100vw;
  }
  .o-progress__item.is-marked:last-child:after {
    width: 100vw;
  }
}
.o-progress__label {
  align-items: center;
  display: flex;
  position: relative;
}
.o-progress__item.is-ready .o-progress__label {
  color: #485b63;
}
@media screen and (min-width: 550px) {
  .o-progress__item.is-ready .o-progress__label:before {
    background-image: url(../img/checkmark--dark.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    height: 24px;
    left: -40px;
    margin-right: 16px;
    position: absolute;
    top: 0;
    width: 24px;
  }
}
@media screen and (min-width: 550px) and (max-width: 899px) {
  .o-progress__item.is-ready .o-progress__label {
    margin-left: 24px;
  }
  .o-progress__item.is-ready .o-progress__label:before {
    left: -32px;
    margin-right: 8px;
  }
}
.o-progress__item.is-active .o-progress__label {
  color: #1f292d;
}
.o-questions {
  background-color: #1f292d;
}
.o-questions__left {
  display: block;
  grid-area: left;
}
.o-questions__right {
  display: block;
  grid-area: right;
}
.o-questions__top {
  background-color: #bccf27;
  color: #1f292d;
}
@media screen and (min-width: 1000px) {
  .o-questions__top {
    margin-bottom: -6.6666666667vw;
  }
}
.o-questions__main {
  grid-row-gap: 32px;
  display: grid;
  grid-template-areas: "left" "right";
  grid-template-rows: repeat(2, auto);
  margin-left: auto;
  margin-right: auto;
  max-width: 1152px;
  padding: var(--slant-height) 0;
  width: 85.71429%;
}
@media screen and (min-width: 1000px) {
  .o-questions__main {
    grid-column-gap: 8.3333333333%;
    grid-template-areas: "left right";
    grid-template-columns: 6fr 5fr;
    grid-template-rows: none;
    padding: 0 0 var(--slant-height);
  }
}
.o-questions__left {
  max-width: 642px;
}
.o-questions__left,
.o-questions__right {
  justify-self: center;
  padding-bottom: 80px;
}
.o-questions__right {
  margin-top: 40px;
  max-width: 520px;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .o-questions__right {
    margin-top: calc(6.66667vw + 64px);
  }
}
@media screen and (min-width: 1344px) {
  .o-questions__right {
    padding-right: 20%;
  }
}
.o-quote {
  background-color: #1f292d;
  -webkit-clip-path: polygon(0 var(--slant-height), 100% 0, 100% 101%, 0 101%);
  clip-path: polygon(0 var(--slant-height), 100% 0, 100% 101%, 0 101%);
  color: #fff;
  padding-top: var(--slant-height);
  padding-top: calc(var(--slant-height) + 40px) !important;
}
.o-quote__content {
  display: block;
  grid-area: content;
}
.o-quote__image {
  display: block;
  grid-area: image;
}
@media screen and (max-width: 1343px) {
  .o-quote {
    padding-bottom: 4.6875vw;
    padding-top: 4.6875vw;
  }
}
@media screen and (min-width: 1344px) {
  .o-quote {
    padding-bottom: 61.7142857143px;
    padding-top: 61.7142857143px;
  }
}
.o-quote__main {
  grid-row-gap: 32px;
  display: grid;
  grid-template-areas: "content" "image";
  grid-template-rows: auto auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 1152px;
  width: 85.71429%;
}
@media screen and (min-width: 850px) {
  .o-quote__main {
    grid-template-areas: "content . image";
    grid-template-columns: 5fr 1fr 6fr;
    grid-template-rows: auto;
  }
}
@media screen and (min-width: 1060px) {
  .o-quote__main {
    grid-template-areas: ". content . image";
    grid-template-columns: 1fr 5fr 1fr 5fr;
  }
}
.o-quote__content {
  margin: 0;
}
.o-quote__text {
  margin-top: 24px;
  position: relative;
  quotes: "“" "”" "‘" "’";
}
.o-quote__text:after,
.o-quote__text:before {
  color: #bccf27;
  font-family: Archivo, sans-serif;
  font-size: 1.5rem;
  font-size: clamp(1.125rem, 0.9774396642rem + 0.629590766vw, 1.5rem);
  font-weight: 700;
  line-height: 1.3333333333;
  position: absolute;
}
.o-quote__text:before {
  content: open-quote;
  left: -24px;
  top: 0;
}
.o-quote__text:after {
  bottom: 0;
  content: close-quote;
  right: -24px;
}
.o-quote__author {
  font-weight: 700;
  margin-top: 32px;
}
.o-quote__function {
  color: #999ea0;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.7142857143;
  margin-top: 8px;
}
.o-review-slider__controls-row {
  align-content: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.o-review-slider__controls {
  display: inline-flex;
  gap: 8px;
}
.o-review-slider__button {
  align-items: center;
  background-color: #2d373c;
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  grid-column: 1;
  grid-row: 1;
  height: 28px;
  justify-content: center;
  padding: 0;
  position: relative;
  transition: background-color 0.2s, color 0.2s;
  width: 28px;
}
.ie .o-review-slider__button {
  margin-top: 15px;
}
@media screen and (min-width: 1100px) {
  .o-review-slider__button {
    height: 24px;
    width: 24px;
  }
}
.o-review-slider__button:active,
.o-review-slider__button:focus {
  background-color: #52777f;
  outline: none;
}
.o-review-slider__button:hover {
  background-color: #52777f;
}
.o-review-slider__button[disabled] {
  opacity: 0.3;
}
.o-review-slider__button.previous {
  right: 15px;
}
.o-review-slider__button.next {
  grid-column: 3;
  left: 15px;
  margin-left: auto;
}
.o-review-slider__button.next svg {
  margin-left: 1px;
}
.o-stats {
  background-color: #f0f1f2;
}
.o-stats__stats {
  display: block;
  grid-area: stats;
}
.o-stats__content {
  display: block;
  grid-area: content;
}
@media screen and (max-width: 1343px) {
  .o-stats {
    padding-bottom: 6.25vw;
    padding-top: 3.125vw;
  }
}
@media screen and (min-width: 1344px) {
  .o-stats {
    padding-bottom: 82.2857142857px;
    padding-top: 41.1428571429px;
  }
}
.o-stats__main {
  grid-row-gap: 80px;
  display: grid;
  grid-template-areas: "content" "info";
  grid-template-rows: auto auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 1152px;
  position: relative;
  width: 85.71429%;
  z-index: 1;
}
@media screen and (min-width: 1148px) {
  .o-stats__main {
    grid-row-gap: 32px;
    grid-template-areas: "info . content";
    grid-template-columns: 6fr 1fr 5fr;
    grid-template-rows: auto;
  }
}
.o-stats__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -16px;
  margin-right: -16px;
}
.o-stats__item {
  margin-bottom: 24px;
  margin-left: 16px;
  margin-right: 16px;
  width: 230px;
}
@media screen and (min-width: 680px) and (max-width: 1147px) {
  .o-stats__content-wrapper {
    max-width: 500px;
  }
}
.o-steps-intro {
  -moz-column-gap: 32px;
  column-gap: 32px;
  display: grid;
  grid-template-areas: "title" "main" "aside" "video";
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  max-width: 1152px;
  max-width: 1440px;
  row-gap: 40px;
  width: 85.71429%;
}
@media screen and (min-width: 740px) {
  .o-steps-intro {
    grid-template-areas: "title title" "main main" "aside video";
    grid-template-columns: minmax(320px, 1fr) minmax(200px, 360px);
  }
}
@media screen and (min-width: 1100px) {
  .o-steps-intro {
    grid-template-areas: "title title" "main video" "aside video";
    grid-template-columns: minmax(480px, 1fr) minmax(200px, 480px);
  }
}
.o-steps-intro__title {
  font-size: 0.875rem;
  font-weight: 800;
  grid-area: title;
  line-height: 1.7142857143;
  text-transform: uppercase;
}
.o-steps-intro__main {
  container-type: inline-size;
  grid-area: main;
}
.o-steps-intro__aside {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-area: aside;
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
}
.o-steps-intro__notice {
  align-items: center;
  background-color: #dae5e7;
  border: 1px solid #52777f;
  border-radius: 4px;
  color: #3d5966;
  display: flex;
  font-size: 0.9rem;
  gap: 8px;
  padding: 4px 8px;
}
.o-steps-intro__notice:before {
  aspect-ratio: 1;
  background-color: #52777f;
  border-radius: 50%;
  color: #fff;
  content: "i";
  display: grid;
  flex: none;
  font-size: 1.25em;
  height: 1.1em;
  line-height: 1;
  place-items: center;
}
.o-steps-intro__action {
  margin-top: 8px;
}
.o-steps-intro__video {
  grid-area: video;
}
.o-steps-intro__video iframe {
  aspect-ratio: 320/200;
  border: none;
  border-radius: 8px;
  height: auto;
  width: 100%;
}
.o-stories__header {
  margin-bottom: 12.5%;
}
.o-stories__footer {
  margin-top: 8.333%;
}
.o-streamer {
  display: grid;
  grid-template-areas: "top top top" "text text text" "left . right";
  grid-template-columns: 1fr 32px 1fr;
  grid-template-rows: auto auto auto;
  overflow: hidden;
  position: relative;
}
.o-streamer__top {
  display: block;
  grid-area: top;
}
.o-streamer__left {
  display: block;
  grid-area: left;
}
.o-streamer__right {
  display: block;
  grid-area: right;
}
.o-streamer__bottom {
  display: block;
  grid-area: bottom;
}
.o-streamer__text {
  display: block;
  grid-area: text;
}
@media screen and (min-width: 874px) {
  .o-streamer {
    grid-template-areas: "top top top" "left text right" "bottom bottom bottom";
    grid-template-columns: 2fr 8fr 2fr;
    grid-template-rows: auto 1fr 1px;
  }
}
.o-streamer__text {
  font-family: Archivo Black, Arial Black, sans-serif;
  font-size: 1.5rem;
  font-size: clamp(1.125rem, 0.9774396642rem + 0.629590766vw, 1.5rem);
  font-weight: 400;
  line-height: 1.3333333333;
  margin: 0 auto;
  max-width: 430px;
  padding: 16px 0;
  text-align: center;
}
@media screen and (min-width: 874px) {
  .o-streamer__text {
    max-width: none;
    padding: 8px 24px 24px;
  }
}
@media screen and (min-width: 1180px) {
  .o-streamer__text {
    font-size: 2rem;
    font-size: clamp(1.25rem, 0.9548793284rem + 1.259181532vw, 2rem);
    line-height: 1.25;
  }
}
@media screen and (max-width: 873px) {
  .o-streamer__top {
    margin-top: 6px;
    transform: scale(2);
  }
}
.o-streamer__right {
  justify-self: end;
}
.o-streamer__bottom {
  justify-self: center;
}
@media screen and (max-width: 873px) {
  .o-streamer__bottom {
    display: none;
  }
}
#sun-rays {
  animation: sun 3s infinite;
}
#clouds,
#sun-rays {
  transform-origin: 50% 50%;
}
#clouds {
  animation: float 3s infinite;
  animation-timing-function: ease-in-out;
}
#tree {
  animation-timing-function: ease-in-out;
}
#tree,
#tree-1 {
  animation: tree 3s infinite;
  transform-origin: 50% 100%;
}
#tree-1 {
  animation-delay: 1.5s;
  animation-timing-function: ease-in-out;
}
@keyframes sun {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(45deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes float {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(8px);
  }
  75% {
    transform: translateX(-8px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes tree {
  0% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.8);
  }
  to {
    transform: scaleY(1);
  }
}
.o-subfooter {
  color: #fff;
  font-family: Archivo, sans-serif;
  overflow-y: hidden;
  z-index: 10;
}
.o-subfooter__copyright {
  display: block;
  grid-area: copyright;
}
.o-subfooter__list {
  display: block;
  grid-area: list;
}
.o-subfooter__trademark {
  display: block;
  grid-area: trademark;
}
.o-subfooter__main {
  display: grid;
  grid-template-areas: "copyright" "list" "trademark";
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, auto);
  margin-left: auto;
  margin-right: auto;
  max-width: 1152px;
  padding: 8px 0 6px;
  width: 85.71429%;
}
@media screen and (min-width: 850px) {
  .o-subfooter__main {
    grid-template-areas: "copyright list" ". list" "trademark trademark";
    grid-template-columns: 206px auto;
    grid-template-rows: auto auto auto;
  }
}
@media screen and (min-width: 1200px) {
  .o-subfooter__main {
    grid-template-areas: "copyright list trademark";
    grid-template-columns: 206px auto auto;
    grid-template-rows: auto;
  }
}
.o-subfooter__copyright {
  font-weight: 600;
  justify-self: start;
  margin-right: 24px;
  padding: 16px 0;
  position: relative;
  z-index: 0;
}
.o-subfooter__copyright:before {
  background-color: #1f292d;
  content: "";
  height: calc(100% + 16px);
  position: absolute;
  right: -24px;
  top: -8px;
  transform: matrix(1, 0, -0.5, 1, 0, 0);
  width: calc(185px + 50vw);
  z-index: -1;
}
.o-subfooter__list {
  list-style: none;
  margin: 24px 0 0;
}
@media screen and (min-width: 580px) {
  .o-subfooter__list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 850px) {
  .o-subfooter__list {
    margin-top: 16px;
  }
}
.o-subfooter__item:nth-last-child(n + 2) {
  margin-right: 2.65vw;
}
@media screen and (min-width: 1200px) {
  .o-subfooter__item:nth-last-child(n + 2) {
    margin-right: 32px;
  }
}
@media screen and (max-width: 579px) {
  .o-subfooter__item + .o-subfooter__item {
    margin-top: 8px;
  }
}
.o-subfooter__link {
  color: #999ea0;
  text-decoration: none;
  transition: color 0.15s linear;
}
.o-subfooter__link:hover {
  color: #fff;
}
.o-subfooter__trademark {
  display: flex;
  margin-top: 8px;
}
@media screen and (min-width: 1200px) {
  .o-subfooter__trademark {
    justify-self: end;
    margin-left: 24px;
    margin-top: 0;
  }
}
.o-summary__title {
  display: block;
  grid-area: title;
}
.o-summary__info {
  display: block;
  grid-area: info;
}
.o-summary__total {
  display: block;
  grid-area: total;
}
.o-summary__unitprice {
  display: block;
  grid-area: unitprice;
}
.o-summary__note {
  display: block;
  grid-area: note;
}
.o-summary__title {
  font-family: Archivo, sans-serif;
  font-size: 1.5rem;
  font-size: clamp(1.125rem, 0.9774396642rem + 0.629590766vw, 1.5rem);
  font-weight: 700;
  line-height: 1.3333333333;
  margin-bottom: 8px;
}
.o-summary__list {
  list-style: none;
  margin-left: 0;
}
.o-summary__item {
  border-top: 1px solid rgba(82, 119, 127, 0.3);
  display: grid;
  grid-template-areas: "title total" "info unitprice" "note note";
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto auto;
  padding: 16px;
}
.o-summary__item:first-child {
  border-top: none;
}
@media screen and (max-width: 399px) {
  .o-summary__item {
    grid-template-areas: "title" "total" "unitprice" "info" "note";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 500px) {
  .o-summary__item {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.o-summary__item--roomy {
  padding-bottom: 24px;
  padding-top: 24px;
}
@media screen and (min-width: 500px) {
  .o-summary__item--roomy {
    padding-left: 32px;
  }
}
.o-summary__item--downpayment {
  background-color: #fff;
  border-top: none;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
  padding: 24px;
}
@media screen and (max-width: 399px) {
  .o-summary__item--downpayment {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.o-summary__heading {
  font-family: Archivo, sans-serif;
  font-size: 1.25rem;
  font-size: clamp(1rem, 0.9016264428rem + 0.4197271773vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (min-width: 500px) {
  .o-summary__heading {
    font-size: 1.5rem;
    font-size: clamp(1.125rem, 0.9774396642rem + 0.629590766vw, 1.5rem);
    line-height: 1.3333333333;
  }
}
.o-summary__downpayment-header {
  display: flex;
  justify-content: space-between;
}
.o-summary__heading--nm {
  margin-bottom: 0;
}
.o-summary__price {
  font-size: 1.25rem;
  font-size: clamp(1rem, 0.9016264428rem + 0.4197271773vw, 1.25rem);
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 400px) {
  .o-summary__price {
    text-align: right;
  }
}
@media screen and (min-width: 500px) {
  .o-summary__price {
    font-size: 1.5rem;
    font-size: clamp(1.125rem, 0.9774396642rem + 0.629590766vw, 1.5rem);
    line-height: 1.3333333333;
  }
}
.o-summary__price:before {
  content: "€ ";
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  padding-right: 8px;
  vertical-align: top;
}
@media screen and (min-width: 500px) {
  .o-summary__price:before {
    padding-top: 2px;
  }
}
.o-summary__price--heavy {
  font-family: Archivo, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 500px) {
  .o-summary__price--heavy:before {
    font-size: 1.5rem;
    font-size: clamp(1.125rem, 0.9774396642rem + 0.629590766vw, 1.5rem);
    line-height: 1.3333333333;
    padding-top: 0;
  }
}
@media screen and (min-width: 400px) {
  .o-summary__unitprice {
    text-align: right;
  }
}
.o-summary__subline {
  color: #999ea0;
  font-weight: 600;
}
.o-summary__details,
.o-summary__subline {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
.o-summary__details {
  color: #485b63;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 500px) {
  .o-summary__details {
    align-items: center;
    flex-direction: row;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.o-summary__notification {
  margin-top: 16px;
}
.o-summary__notification-label {
  color: #485b63;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.2307692308;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.o-summary__notification-text {
  color: #999ea0;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.7142857143;
}
.o-summary__detail {
  align-items: center;
  display: flex;
}
.o-summary__detail:nth-last-child(n + 2) {
  margin-right: 40px;
}
.o-summary__detail svg {
  margin-right: 8px;
}
.o-summary__price-without-vat {
  display: flex;
  justify-content: space-between;
}
.o-summary__info {
  color: #999ea0;
}
@media screen and (max-width: 399px) {
  .o-summary__info {
    margin-top: 16px;
  }
}
.o-summary__note {
  margin-top: 16px;
}
.o-summary__note--no-mt {
  margin-top: 0;
}
.o-summary__form {
  padding: 24px;
}
@media screen and (max-width: 399px) {
  .o-summary__form {
    padding-left: 0;
    padding-right: 0;
  }
}
.o-summary__confirm {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.o-summary__loading {
  margin-top: 48px;
  text-align: center;
}
.o-testimonial {
  position: relative;
  text-align: center;
}
.o-testimonial__title {
  color: #485b63;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.7142857143;
  margin-bottom: 48px;
  text-transform: uppercase;
}
.o-testimonial__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: 0;
}
.ie .o-testimonial__list {
  justify-content: space-around;
}
.o-testimonial__item {
  flex: 0 1 50%;
  padding: 15px;
}
@media screen and (min-width: 400px) {
  .o-testimonial__item {
    padding: 20px;
  }
}
@media screen and (min-width: 450px) {
  .o-testimonial__item {
    flex: 0 1 33.3333333333%;
  }
}
@media screen and (min-width: 680px) {
  .o-testimonial__item {
    padding: 30px;
  }
}
@media screen and (min-width: 800px) {
  .o-testimonial__item {
    flex: 0 1 25%;
  }
}
@media screen and (min-width: 1100px) {
  .o-testimonial__item {
    flex: 0 1 20%;
  }
}
.o-testimonial__image-placeholder {
  height: 0;
  padding-bottom: 60%;
  position: relative;
  width: 100%;
}
.o-testimonial__image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.o-usp-row {
  background-color: inherit;
  padding: 48px 0;
  position: relative;
}
.o-usp-row--remove-background {
  background-color: transparent;
}
.o-usp-row--gray-background {
  background-color: #f0f1f2;
}
.o-usp-row--green-background {
  background-color: #bccf27;
}
.o-usp-row--blue-background {
  --icon-color: #bccf27;
  --label-color: #dde6eb;
  --icon-bg-color: #5e7882;
  background-color: #3f5057;
}
.o-usp-row--slant-reversed {
  -webkit-clip-path: polygon(0 var(--slant-height), 100% 0, 100% 101%, 0 101%);
  clip-path: polygon(0 var(--slant-height), 100% 0, 100% 101%, 0 101%);
  margin-bottom: calc(var(--slant-height) * -1);
  padding-bottom: var(--slant-height);
  padding-top: var(--slant-height);
  padding-block: calc(var(--slant-height) + 80px);
}
.o-usp-row__list {
  grid-row-gap: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .o-usp-row__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.o-usp-row__item {
  display: flex;
  flex-direction: column;
}
.o-usp-row__icon {
  background-color: var(--icon-bg-color, #fff);
  border-radius: 50%;
  color: var(--icon-color, inherit);
  display: grid;
  height: 112px;
  margin: 0 auto 24px;
  place-items: center;
  width: 112px;
}
.o-usp-row__label {
  color: var(--label-color, inherit);
  text-align: center;
}
.o-vt {
  margin-left: auto;
  margin-right: auto;
  max-width: 1152px;
  position: relative;
  width: 85.71429%;
}
.o-vt__video {
  display: block;
  grid-area: video;
}
.o-vt__content {
  display: block;
  grid-area: content;
}
.o-vt__main {
  grid-row-gap: 32px;
  display: grid;
  grid-template-areas: "video" "content";
  grid-template-rows: repeat(2, auto);
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .o-vt__main {
    grid-template-areas: "video . content";
    grid-template-columns: 5fr 1fr 6fr;
    grid-template-rows: auto;
    margin-top: 80px;
  }
}
@media screen and (min-width: 800px) {
  .o-vt__main--reversed {
    grid-template-areas: "content . video";
    grid-template-columns: 5fr 1fr 6fr;
  }
}
@media screen and (min-width: 1152px) {
  .o-vt__main--reversed {
    grid-template-columns: 4fr 1fr 7fr;
  }
}
.o-vt__video > iframe {
  max-width: 100%;
}
@media screen and (min-width: 800px) {
  .o-vt__content {
    margin-top: 24px;
  }
}
.o-text-form__form {
  background-color: #3d5966;
  border-radius: 8px;
  color: #fff;
  padding: 40px;
}
@media screen and (max-width: 1151px) {
  .o-text-form__form {
    margin-top: 32px;
  }
}
:root {
  --location-card-slant-margin: -300px;
}
.o-locations {
  background-color: #f0f1f2;
}
.o-locations--slant {
  -webkit-clip-path: polygon(0 0, 100% var(--slant-height), 100% 101%, 0 101%);
  clip-path: polygon(0 0, 100% var(--slant-height), 100% 101%, 0 101%);
  padding-top: var(--slant-height);
}
.o-locations__intro {
  display: grid;
  margin-left: auto;
  margin-right: auto;
  max-width: 1152px;
  padding-bottom: 40px;
  width: 85.71429%;
}
@media screen and (min-width: 1140px) {
  .o-locations__intro {
    grid-template-columns: 1fr 96px 1fr;
  }
}
.o-locations__list {
  display: grid;
  list-style: none;
  margin-left: 0;
  margin-top: 16px !important;
}
@media screen and (min-width: 600px) {
  .o-locations__list {
    grid-template-columns: 1fr 1fr;
  }
}
.o-locations__list-item {
  color: #485b63;
}
.o-locations__list-item.active,
.o-locations__list-item.selected,
.o-locations__list-item:hover {
  color: #bccf27;
}
.o-locations__list-item:before {
  content: "• ";
  margin-right: 8px;
}
.o-locations__list-item-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  color: #485b63;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.7142857143;
  padding: 4px 0;
}
.o-locations__list-item.active .o-locations__list-item-button,
.o-locations__list-item.selected .o-locations__list-item-button,
.o-locations__list-item:hover .o-locations__list-item-button {
  color: #bccf27;
}
@media screen and (min-width: 1140px) {
  .o-locations__map {
    display: initial;
    grid-column: 3/4;
  }
}
.o-locations__cards {
  min-height: 300px;
  position: relative;
}
.o-locations__cards:before {
  background-color: #fff;
  bottom: 0;
  -webkit-clip-path: polygon(0 var(--slant-height), 100% 0, 100% 101%, 0 101%);
  clip-path: polygon(0 var(--slant-height), 100% 0, 100% 101%, 0 101%);
  content: "";
  display: block;
  height: 50%;
  padding-top: var(--slant-height);
  position: absolute;
  width: 100%;
}
.o-locations__card {
  display: grid;
  margin-left: auto;
  margin-right: auto;
  max-width: 1152px;
  position: relative;
  width: 85.71429%;
}
.o-locations__card.hidden {
  display: none;
}
@media screen and (min-width: 1140px) {
  .o-locations__card {
    grid-template-columns: minmax(150px, 500px) 48px auto;
    grid-template-rows: auto 1fr;
  }
}
.o-locations__card-image {
  display: none;
  z-index: 2;
}
@media screen and (min-width: 1140px) {
  .o-locations__card-image {
    display: initial;
    grid-column: 1/3;
    grid-row: 1/3;
  }
}
.o-locations__card-content {
  background-color: #37474f;
  border-radius: 8px;
  color: #fff;
  display: grid;
  grid-column: 2/4;
  grid-row: 1;
  height: 100%;
}
@media screen and (min-width: 1140px) {
  .o-locations__card-content {
    grid-template-columns: 2fr 1fr;
  }
}
.o-locations__card-title {
  color: #bccf27;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  margin-bottom: 16px;
}
.o-locations__card-left {
  padding: 32px;
}
@media screen and (min-width: 1140px) {
  .o-locations__card-left {
    padding-left: 96px;
    padding-right: 56px;
    padding-top: 48px;
  }
}
.o-locations__card-right {
  background-color: #3d5966;
  border-radius: 0 0 8px 8px;
  padding: 32px;
}
@media screen and (min-width: 1140px) {
  .o-locations__card-right {
    border-radius: 0 8px 8px 0;
    padding-left: 32px;
    padding-right: 16px;
    padding-top: 56px;
  }
}
.o-locations__card-right ul {
  margin-top: 16px;
}
.o-personal {
  align-content: center;
  display: flex;
  justify-content: space-between;
}
.o-personal__main {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  max-width: 680px;
}
@media screen and (min-width: 1080px) {
  .o-personal__main {
    padding: 0 40px;
  }
}
.o-personal__image {
  -webkit-mask: url(../img/personMask.svg);
  mask: url(../img/personMask.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 30%;
}
.o-personal__image img {
  width: 100%;
}
.o-personal__content {
  flex: 1 1 auto;
  padding-left: 40px;
}
.o-personal__title {
  font-family: Archivo Black, Arial Black, sans-serif;
  font-size: 1.5rem;
  font-size: clamp(1.125rem, 0.9774396642rem + 0.629590766vw, 1.5rem);
  line-height: 1.3333333333;
}
.o-personal__subtitle {
  color: #bccf27;
  font-size: 1.125rem;
  font-size: clamp(1rem, 0.9508132214rem + 0.2098635887vw, 1.125rem);
  font-weight: 700;
  line-height: 1.3333333333;
}
.o-personal__methods {
  list-style: none;
  margin: 16px 0 0;
}
.o-personal__link {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  padding: 4px 0;
  text-decoration: none;
  transition: color 0.3s;
}
.o-personal__link i {
  color: #bccf27;
  flex: none;
  margin-right: 8px;
}
.o-personal__link span {
  color: #485b63;
}
.o-personal__link:hover span {
  color: #1f292d;
}
.o-personal__deco-left,
.o-personal__deco-right {
  align-self: center;
  border-bottom: 1px solid #37474f;
  flex: 1 1 auto;
  padding-bottom: 16px;
}
.o-personal__deco-left {
  max-width: 240px;
}
@media screen and (max-width: 1079px) {
  .o-personal__deco-left {
    display: none;
  }
}
.o-personal__deco-right {
  display: flex;
  justify-content: flex-end;
  max-width: 289px;
}
@media screen and (max-width: 924px) {
  .o-personal__deco-right {
    display: none;
  }
}
.o-certainties {
  background-color: inherit;
  display: grid;
  gap: 48px;
  justify-content: center;
  padding: 48px 0;
  position: relative;
}
@media screen and (min-width: 1152px) {
  .o-certainties {
    gap: 96px;
    grid-template-columns: auto 1fr;
    justify-content: left;
  }
}
.o-certainties__badge {
  display: flex;
  justify-content: center;
}
.o-certainties__badge img {
  max-width: 100%;
}
@media screen and (max-width: 799px) {
  .o-certainties__badge img {
    max-width: 75%;
  }
}
.o-certainties__heading {
  display: none;
  font-family: Archivo Black, Arial Black, sans-serif;
  font-size: 2.25rem;
  line-height: 1.2222222222;
  margin-bottom: 32px;
}
@media screen and (min-width: 800px) {
  .o-certainties__heading {
    display: block;
  }
}
.o-certainties__heading--mobile {
  display: none;
  font-size: 1.875rem;
  line-height: 1.3333333333;
}
@media screen and (max-width: 799px) {
  .o-certainties__heading--mobile {
    display: block;
  }
}
.o-certainties__heading-moooh {
  color: #fff;
  font-style: italic;
  padding-right: 4px;
}
.o-certainties__list-item {
  margin-bottom: 8px;
  padding-left: 32px;
  position: relative;
}
.o-certainties__list-item:before {
  content: url(../img/check-white.svg);
  left: 0;
  position: absolute;
}
.o-shoppingcart__header {
  font-size: 2rem;
  font-size: clamp(1.25rem, 0.9548793284rem + 1.259181532vw, 2rem);
  line-height: 1.25;
  margin-bottom: 20px;
  margin-top: 20px;
}
.o-shoppingcart {
  margin-bottom: 60px;
}
.o-shoppingcart__list {
  overflow: visible;
  padding: 0 30px;
  vertical-align: top;
}
.o-shoppingcart__list div.remarks-box {
  background-color: #fff;
  box-shadow: 2px 2px 15px 5px rgba(22, 57, 95, 0.05);
  margin-bottom: 30px;
  padding: 30px;
}
.o-shoppingcart__list div.remarks-box h4 {
  color: #323232;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  text-transform: uppercase;
}
.o-shoppingcart__list div.remarks-box input {
  border: 1px solid #e0e1e3;
  font-size: 14px;
  height: 43px;
  line-height: 14px;
  padding: 15px;
  width: 100%;
}
.o-shoppingcart__list ul {
  background-color: #fff;
  box-shadow: 2px 2px 15px 5px rgba(22, 57, 95, 0.05);
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.o-shoppingcart__list ul li {
  align-items: flex-start;
  border: 1px solid #e0e1e3;
  display: flex;
  justify-content: space-between;
  overflow: visible;
  padding: 30px 50px 20px 30px;
  position: relative;
  width: 100%;
}
.o-shoppingcart__list ul li + li {
  border-top: none;
}
.o-shoppingcart__list ul li .close {
  align-items: center;
  color: #f95d5d;
  display: flex;
  font-size: 22px;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  line-height: 0.4;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
  width: 50px;
}
.o-shoppingcart__list ul li .left,
.o-shoppingcart__list ul li .right {
  display: inline-block;
  vertical-align: top;
}
.o-shoppingcart__list ul li .left {
  font-size: 16px;
  line-height: 24px;
}
.o-shoppingcart__list ul li .left p {
  color: #8791a0;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  text-transform: uppercase;
}
.o-shoppingcart__list ul li .left p label {
  color: #2d323c;
  font-weight: 700;
}
.o-shoppingcart__list ul li .left h3 {
  color: #3c414b;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 0;
}
.o-shoppingcart__list ul li .left h3 a {
  color: blue;
  text-decoration: none;
}
.o-shoppingcart__list ul li .right {
  align-items: center;
  color: #3c414b;
  display: inline-flex;
  text-align: right;
  width: 250px;
}
.o-shoppingcart__list ul li .right .order-box {
  margin-top: 0;
}
.o-shoppingcart__list ul li .right .order-box .amount-label {
  margin-right: 10px;
}
.o-shoppingcart__list ul li .right .order-box .amount-box {
  margin: 0 30px 0 0;
  padding: 0;
  width: auto;
}
.o-shoppingcart__list ul li .right .order-box .amount-box .amount {
  margin-right: 0;
  width: 50px;
}
.o-shoppingcart__list ul li .right .order-box .amount-box .decrease,
.o-shoppingcart__list ul li .right .order-box .amount-box .increase {
  align-items: center;
  background-color: #b3b3b3;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  text-decoration: none;
  width: 30px;
}
.o-shoppingcart__list ul li .right .price {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-left: auto;
}
.o-shoppingcart__list ul li .right .price p {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
.o-shoppingcart__list ul li .right .price p.plain {
  color: #67717a;
}
.o-shoppingcart__list .devButtons {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: -20px;
}
.o-shoppingCart__overview {
  text-align: right;
  vertical-align: top;
}
.o-shoppingCart__overview .box {
  margin-bottom: 30px;
  padding: 30px;
}
.o-shoppingCart__overview .box h3 {
  color: #696e73;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 0;
  text-transform: uppercase;
  vertical-align: top;
}
.o-shoppingCart__overview .box p {
  color: #67717a;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.o-shoppingCart__overview .box p b {
  color: #323232;
}
.o-shoppingCart__overview .box.order-overview h5 {
  color: #696e78;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.o-shoppingCart__overview .box.order-overview h5 span {
  color: blue;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}
.o-shoppingCart__overview .box.order-overview input[type="submit"] {
  background-color: #66bdff;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-left: 15px;
  margin-top: 20px;
  outline: none;
  padding: 5px 12px;
}
input.hidden {
  display: none;
}
.shopButtons {
  overflow: visible;
}
.shopButtons a.button:first-of-type {
  margin-right: 30px;
}
.shopButtons form {
  display: inline-block;
}
.delete-modal {
  align-items: center;
  border: 1px solid red;
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.delete-modal .modal-bg {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.delete-modal .modal-box {
  background-color: #fff;
  box-shadow: 2px 2px 15px 5px rgba(22, 57, 95, 0.2);
  display: block;
  flex-direction: column;
  font-size: 16px;
  line-height: 24px;
  padding: 30px;
  position: relative;
  text-align: center;
  width: 400px;
}
.delete-modal .modal-box h3 {
  color: blue;
  margin: 0;
}
.delete-modal .modal-box .close {
  color: grey;
  display: block;
  font-size: 22px;
  font-weight: 700;
  height: 15px;
  line-height: 0.4;
  position: absolute;
  right: 20px;
  text-decoration: none;
  top: 25px;
  width: 15px;
}
.delete-modal .modal-box p {
  color: grey;
}
.delete-modal .modal-box .buttons {
  margin-top: 10px;
}
.delete-modal .modal-box .buttons a.button {
  text-transform: uppercase;
}
.delete-modal .modal-box .buttons a.button:first-of-type {
  margin-right: 10px;
}
.delete-modal .modal-box .buttons a.button.blue {
  background-color: blue;
}
.delete-modal .modal-box .buttons a.button.yellow {
  background-color: #ff0;
}
.delete-modal .modal-box .buttons a.button:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 1099px) {
  .shoppingCartContent .shoppingCartInfoBar,
  .shoppingCartContent div.shoppingcartItemList {
    margin-left: 0;
    overflow: visible;
    width: 100%;
  }
  .shoppingCartContent div.shoppingcart-header h1 {
    display: block;
    width: auto;
  }
  .shoppingCartContent div.shoppingcart-header a.button {
    display: none;
  }
  .shoppingCartContent .shopButtons {
    padding: 30px 0;
  }
}
@media screen and (max-width: 424px) {
  .shoppingCartContent {
    margin-bottom: 0;
  }
  .shoppingCartContent div.shoppingcart-header,
  .shoppingCartContent div.shoppingcartItemList p {
    padding: 0 20px;
  }
  .shoppingCartContent .shopButtons {
    padding: 30px 20px;
  }
  .shoppingCartContent .shoppingCartInfoBar .box {
    box-shadow: none;
    margin-bottom: 0;
  }
  .shoppingCartContent .shoppingCartInfoBar .box.order-overview {
    border-bottom: 1px solid #e0e1e3;
  }
}
.o-checkout {
  margin-bottom: 60px;
}
.o-checkout__order-details {
  overflow: visible;
  vertical-align: top;
}
.o-checkout__order-details table {
  overflow: auto;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
.o-checkout__remarks {
  margin-bottom: 30px;
}
.o-checkout__remarks textarea {
  width: 100%;
}
.o-checkout__invoice-and-shipping {
  display: flex;
  width: 100%;
}
.o-checkout__invoice-and-shipping .invoice,
.o-checkout__invoice-and-shipping .shipping {
  width: 47.5%;
}
.o-checkout__invoice-and-shipping .invoice h3,
.o-checkout__invoice-and-shipping .shipping h3 {
  margin-bottom: 10px;
}
.o-checkout__invoice-and-shipping .invoice .c-form-element,
.o-checkout__invoice-and-shipping .shipping .c-form-element {
  display: inline-block;
  width: 45%;
}
.o-checkout__invoice-and-shipping .invoice .c-form-element label,
.o-checkout__invoice-and-shipping .shipping .c-form-element label {
  display: block;
}
.o-checkout__invoice-and-shipping .invoice .c-form-element input,
.o-checkout__invoice-and-shipping .shipping .c-form-element input {
  width: 100%;
}
.o-checkout__invoice-and-shipping .invoice .c-form-element input:focus,
.o-checkout__invoice-and-shipping .shipping .c-form-element input:focus {
  outline: none;
}
.o-checkout__invoice-and-shipping .invoice .c-form-element.city,
.o-checkout__invoice-and-shipping .invoice .c-form-element.street,
.o-checkout__invoice-and-shipping .shipping .c-form-element.city,
.o-checkout__invoice-and-shipping .shipping .c-form-element.street {
  width: 70%;
}
.o-checkout__invoice-and-shipping .invoice .c-form-element.phone,
.o-checkout__invoice-and-shipping .invoice .c-form-element.postal_code,
.o-checkout__invoice-and-shipping .invoice .c-form-element.street,
.o-checkout__invoice-and-shipping .shipping .c-form-element.phone,
.o-checkout__invoice-and-shipping .shipping .c-form-element.postal_code,
.o-checkout__invoice-and-shipping .shipping .c-form-element.street {
  margin-right: 5%;
}
.o-checkout__invoice-and-shipping .invoice .c-form-element.house_number,
.o-checkout__invoice-and-shipping .invoice .c-form-element.postal_code,
.o-checkout__invoice-and-shipping .shipping .c-form-element.house_number,
.o-checkout__invoice-and-shipping .shipping .c-form-element.postal_code {
  width: 20%;
}
.o-checkout__invoice-and-shipping .shipping {
  margin-left: 5%;
}
.o-checkout__invoice-and-shipping .invoice_address_form,
.o-checkout__invoice-and-shipping .shipping_address_form {
  display: none;
}
.o-checkout__invoice-and-shipping
  input#invoice_address_-1:checked
  ~ .invoice_address_form,
.o-checkout__invoice-and-shipping
  input#shipping_address_-1:checked
  ~ .shipping_address_form {
  display: block;
}
.o_checkout__guest {
  display: flex;
  width: 100%;
}
.o_checkout__guest .details {
  width: 47.5%;
}
.o_checkout__guest .details h3 {
  margin-bottom: 10px;
}
.o_checkout__guest .details .c-form-element {
  display: inline-block;
  width: 45%;
}
.o_checkout__guest .details .c-form-element label {
  display: block;
}
.o_checkout__guest .details .c-form-element input {
  width: 100%;
}
.o_checkout__guest .details .c-form-element input:focus {
  outline: none;
}
.o-checkout__terms-and-submit {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.o-checkout__terms-and-submit input[type="submit"] {
  background-color: #66bdff;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-left: 15px;
  outline: none;
  padding: 5px 12px;
}
.t-error {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
@media screen and (max-width: 849px) {
  .t-about__visit-site .o-duplex {
    margin-top: 10vw;
  }
}
#legal .l-main .o-block > .l-contain {
  max-width: 800px;
}
@media screen and (min-width: 1152px) {
  #eventbanners .o-component-area__component[data-type="textImage"] .l-double {
    display: grid;
    grid-template-columns: 300px 1fr;
  }
}
#eventbanners .o-component-area__component[data-type="textImage"] .u-clip-path {
  -webkit-clip-path: none;
  clip-path: none;
}
.t-eventbanner__form {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 1152px;
  padding: 32px 0;
  width: 85.71429%;
}
@media screen and (min-width: 1000px) {
  .t-eventbanner__form {
    padding: 112px 0 64px;
  }
}
.t-eventbanner__form .c-input {
  max-width: none;
}
@media screen and (max-width: 699px) {
  .t-eventbanner__form-split > * + * {
    margin-top: 48px;
  }
}
@media screen and (min-width: 700px) {
  .t-eventbanner__form-split {
    display: flex;
    justify-content: space-between;
  }
  .t-eventbanner__form-split > * {
    width: calc(50% - 20px);
  }
}
.locations__provinces {
  padding-left: 480px;
}
@media screen and (max-width: 1349px) {
  .locations__provinces {
    padding-left: 0;
    padding-top: 50px;
  }
}
.t-bumperball .o-book__content {
  background-color: #f9f9fa;
}
.t-bumperball__form {
  margin-bottom: 24px;
}
.t-bumperball__form textarea.c-input {
  max-width: none;
}
@media screen and (max-width: 699px) {
  .t-bumperball__form-split > * + * {
    margin-top: 48px;
  }
}
@media screen and (min-width: 700px) {
  .t-bumperball__form-split {
    display: flex;
    justify-content: space-between;
  }
  .t-bumperball__form-split > * {
    width: calc(50% - 16px);
  }
}
.s-checklist {
  list-style: none;
  margin-left: 0;
}
.s-checklist > * + * {
  margin-top: 24px;
}
.s-checklist li {
  display: flex;
  vertical-align: middle;
}
.s-checklist li:before {
  background-image: url(../img/checkmark.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  flex: none;
  height: 24px;
  margin-right: 8px;
  width: 24px;
}
.s-ol-list > * + * {
  margin-top: 24px;
}
.s-ol-list ol {
  list-style: none;
  margin-left: 0;
}
.s-ol-list li {
  display: flex;
  vertical-align: middle;
}
.s-ol-list li:before {
  background-image: url(../img/checkmark.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  flex: none;
  height: 24px;
  margin-right: 8px;
  width: 24px;
}
.s-text:not(.s-ol-list) h1,
.s-text:not(.s-ol-list) h2 {
  font-family: Archivo Black, Arial Black, sans-serif;
  font-size: 2rem;
  font-size: clamp(1.25rem, 0.9548793284rem + 1.259181532vw, 2rem);
  font-weight: 400;
  line-height: 1.25;
}
.s-text:not(.s-ol-list) h1:first-child,
.s-text:not(.s-ol-list) h2:first-child {
  margin-bottom: 0;
}
.s-text:not(.s-ol-list) h1:first-child + h2,
.s-text:not(.s-ol-list) h1:first-child + h3,
.s-text:not(.s-ol-list) h2:first-child + h2,
.s-text:not(.s-ol-list) h2:first-child + h3 {
  margin-top: 8px;
}
.s-text:not(.s-ol-list) h1 strong,
.s-text:not(.s-ol-list) h2 strong {
  font-weight: 400;
}
.s-text:not(.s-ol-list) h3 {
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.7142857143;
  text-transform: uppercase;
}
.s-text:not(.s-ol-list):not(.s-text--on-dark) h1,
.s-text:not(.s-ol-list):not(.s-text--on-dark) h2,
.s-text:not(.s-ol-list):not(.s-text--on-dark) h3 {
  color: #3f5057;
}
.s-text:not(.s-ol-list) > * + * {
  margin-top: 32px;
}
.s-text:not(.s-ol-list) > h3 + p {
  margin-top: 16px;
}
.s-text:not(.s-ol-list) > :first-child {
  margin-top: 0 !important;
}
.s-text:not(.s-ol-list) > ul:not([class]) {
  list-style: none;
}
.s-text:not(.s-ol-list) > ul:not([class]) > li {
  margin-left: -1.125em;
  padding-left: 1.125em;
  position: relative;
}
.s-text:not(.s-ol-list) > ul:not([class]) > li:before {
  content: "•";
  font-size: 1.25rem;
  font-size: clamp(1rem, 0.9016264428rem + 0.4197271773vw, 1.25rem);
  left: 0;
  line-height: 1.5;
  position: absolute;
  top: 1px;
}
.s-text:not(.s-ol-list) > ol:not([class]) {
  counter-reset: ol-counter;
  list-style: none;
}
.s-text:not(.s-ol-list) > ol:not([class]) > li {
  counter-increment: ol-counter;
  margin-left: -1.125em;
  padding-left: 1.8em;
  position: relative;
}
.s-text:not(.s-ol-list) > ol:not([class]) > li:before {
  content: counter(ol-counter) ". ";
  left: 0;
  position: absolute;
  text-align: right;
  top: 0;
  width: 1.275em;
}
.s-text--on-dark {
  color: #fff;
}
.s-text--on-dark a:not(.c-button):hover {
  color: #75b0f0;
}
.s-text--on-dark li:before {
  color: #bccf27;
}
.flatpickr-calendar {
  animation: none;
  background: transparent;
  background: #fff;
  border: 0;
  border-radius: 5px;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  direction: ltr;
  display: none;
  font-size: 14px;
  line-height: 24px;
  opacity: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  touch-action: manipulation;
  visibility: hidden;
  width: 307.875px;
}
.flatpickr-calendar.inline,
.flatpickr-calendar.open {
  max-height: 640px;
  opacity: 1;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  display: block;
  z-index: 999;
}
.flatpickr-calendar.multiMonth
  .flatpickr-days
  .dayContainer:nth-child(n + 1)
  .flatpickr-day.inRange:nth-child(7n + 7) {
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth
  .flatpickr-days
  .dayContainer:nth-child(n + 2)
  .flatpickr-day.inRange:nth-child(7n + 1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasTime .dayContainer,
.flatpickr-calendar .hasWeeks .dayContainer {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  border-top: 1px solid #e6e6e6;
  height: 40px;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:after,
.flatpickr-calendar:before {
  border: solid transparent;
  content: "";
  display: block;
  height: 0;
  left: 22px;
  pointer-events: none;
  position: absolute;
  width: 0;
}
.flatpickr-calendar.arrowRight:after,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.rightMost:before {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:after,
.flatpickr-calendar.arrowCenter:before {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  display: inline-block;
  position: relative;
}
.flatpickr-months {
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  flex: 1;
  line-height: 1;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.flatpickr-months .flatpickr-month,
.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
  fill: rgba(0, 0, 0, 0.9);
  color: rgba(0, 0, 0, 0.9);
  height: 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
  cursor: pointer;
  padding: 10px;
  position: absolute;
  text-decoration: none;
  top: 0;
  z-index: 3;
}
.flatpickr-months .flatpickr-next-month.flatpickr-disabled,
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-next-month i,
.flatpickr-months .flatpickr-prev-month i {
  position: relative;
}
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
  left: 0;
}
.flatpickr-months .flatpickr-next-month.flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
  right: 0;
}
.flatpickr-months .flatpickr-next-month:hover,
.flatpickr-months .flatpickr-prev-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-next-month svg,
.flatpickr-months .flatpickr-prev-month svg {
  height: 14px;
  width: 14px;
}
.flatpickr-months .flatpickr-next-month svg path,
.flatpickr-months .flatpickr-prev-month svg path {
  fill: inherit;
  transition: fill 0.1s;
}
.numInputWrapper {
  height: auto;
  position: relative;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-inner-spin-button,
.numInputWrapper input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.numInputWrapper span {
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
  cursor: pointer;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  padding: 0 4px 0 2px;
  position: absolute;
  right: 0;
  width: 14px;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  content: "";
  display: block;
  position: absolute;
}
.numInputWrapper span.arrowUp {
  border-bottom: 0;
  top: 0;
}
.numInputWrapper span.arrowUp:after {
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  height: auto;
  width: inherit;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  color: inherit;
  display: inline-block;
  font-size: 135%;
  font-weight: 300;
  height: 34px;
  left: 12.5%;
  line-height: inherit;
  line-height: 1;
  padding: 7.48px 0 0;
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  width: 75%;
}
.flatpickr-current-month span.cur-month {
  color: inherit;
  display: inline-block;
  font-family: inherit;
  font-weight: 700;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  display: inline-block;
  width: 6ch;
  width: 7ch\0;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: 0;
  padding: 0 0 0 0.5ch;
  vertical-align: initial;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  background: transparent;
  color: rgba(0, 0, 0, 0.5);
  font-size: 100%;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:active,
.flatpickr-current-month .flatpickr-monthDropdown-months:focus {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month
  .flatpickr-monthDropdown-months
  .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  align-items: center;
  background: transparent;
  display: flex;
  height: 28px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}
span.flatpickr-weekday {
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  cursor: default;
  display: block;
  flex: 1;
  font-size: 90%;
  font-weight: bolder;
  line-height: 1;
  margin: 0;
  text-align: center;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0;
}
.flatpickr-days {
  align-items: flex-start;
  display: flex;
  overflow: hidden;
  position: relative;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  max-width: 307.875px;
  min-width: 307.875px;
  opacity: 1;
  outline: 0;
  padding: 0;
  text-align: left;
  transform: translateZ(0);
  width: 307.875px;
}
.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  display: inline-block;
  flex-basis: 14.2857143%;
  font-weight: 400;
  height: 39px;
  justify-content: center;
  line-height: 39px;
  margin: 0;
  max-width: 39px;
  position: relative;
  text-align: center;
  width: 14.2857143%;
}
.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
  background: #e6e6e6;
  border-color: #e6e6e6;
  cursor: pointer;
  outline: 0;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
  background: #959ea9;
  border-color: #959ea9;
  color: #fff;
}
.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
  background: #569ff7;
  border-color: #569ff7;
  box-shadow: none;
  color: #fff;
}
.flatpickr-day.endRange.startRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.endRange.endRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)) {
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.endRange.startRange.endRange,
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
  background: transparent;
  border-color: transparent;
  color: rgba(57, 57, 57, 0.3);
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  color: rgba(57, 57, 57, 0.1);
  cursor: not-allowed;
}
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  box-shadow: 1px 0 0 #e6e6e6;
  padding: 0 12px;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  line-height: 28px;
  width: 100%;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  background: transparent;
  border: none;
  color: rgba(57, 57, 57, 0.3);
  cursor: default;
  display: block;
  max-width: none;
  width: 100%;
}
.flatpickr-innerContainer {
  box-sizing: border-box;
  display: block;
  display: flex;
  overflow: hidden;
}
.flatpickr-rContainer {
  box-sizing: border-box;
  display: inline-block;
  padding: 0;
}
.flatpickr-time {
  box-sizing: border-box;
  display: block;
  display: flex;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  outline: 0;
  overflow: hidden;
  text-align: center;
}
.flatpickr-time:after {
  clear: both;
  content: "";
  display: table;
}
.flatpickr-time .numInputWrapper {
  flex: 1;
  float: left;
  height: 40px;
  width: 40%;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #393939;
  font-size: 14px;
  height: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: 700;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  border: 0;
  outline: 0;
}
.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator {
  align-self: center;
  color: #393939;
  float: left;
  font-weight: 700;
  height: inherit;
  line-height: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 2%;
}
.flatpickr-time .flatpickr-am-pm {
  cursor: pointer;
  font-weight: 400;
  outline: 0;
  text-align: center;
  width: 18%;
}
.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time input:hover {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@keyframes fpFadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
  height: 0;
  padding: 0;
}
.flatpickr-day.today {
  border-color: #e3e8ea;
}
.flatpickr-day.today:hover {
  background-color: rgba(188, 207, 39, 0.2);
  border-color: #bccf27;
  color: #393939;
}
.flatpickr-day.today.selected:hover {
  color: #fff;
}
.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
  background-color: #bccf27;
  border-color: #bccf27;
  font-weight: 700;
}
.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
  background-color: rgba(188, 207, 39, 0.2);
  border-color: rgba(188, 207, 39, 0.2);
}
.flatpickr-current-month .numInputWrapper:hover {
  background-color: rgba(188, 207, 39, 0.1);
}
.flatpickr-current-month .numInputWrapper span {
  border: none;
}
.flatpickr-current-month .numInputWrapper span:hover {
  background-color: rgba(188, 207, 39, 0.3);
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #bccf27;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #bccf27;
}
.flatpickr-current-month input.cur-year {
  font-size: 15px;
  padding: 2px 10px;
}
.flatpickr-current-month input.cur-year:hover {
  border-color: rgba(188, 207, 39, 0.1);
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
  padding: 6px;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background-color: rgba(188, 207, 39, 0.1);
}
.lib-flatpickr__arrow {
  align-items: center;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  margin: 4px;
  padding: 8px;
}
.lib-flatpickr__arrow:hover {
  background-color: rgba(188, 207, 39, 0.1);
}
.lib-flatpickr__arrow:after {
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0;
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
}
.lib-flatpickr__arrow--next:after {
  border-left-color: #e3e8ea;
  border-left-width: 8px;
}
.lib-flatpickr__arrow--next:hover:after {
  border-left-color: #bccf27;
}
.lib-flatpickr__arrow--prev:after {
  border-right-color: #e3e8ea;
  border-right-width: 8px;
}
.lib-flatpickr__arrow--prev:hover:after {
  border-right-color: #bccf27;
}
.u-color-primary--500 {
  color: #bccf27;
}
.u-bg-primary--500 {
  background-color: #bccf27;
}
.u-color-primary--600 {
  color: #abba2f;
}
.u-bg-primary--600 {
  background-color: #abba2f;
}
.u-color-secondary--200 {
  color: #52777f;
}
.u-bg-secondary--200 {
  background-color: #52777f;
}
.u-color-secondary--400 {
  color: #3d5966;
}
.u-bg-secondary--400 {
  background-color: #3d5966;
}
.u-color-secondary--500 {
  color: #37474f;
}
.u-bg-secondary--500 {
  background-color: #37474f;
}
.u-color-secondary--700 {
  color: #2d373c;
}
.u-bg-secondary--700 {
  background-color: #2d373c;
}
.u-color-secondary--900 {
  color: #1f292d;
}
.u-bg-secondary--900 {
  background-color: #1f292d;
}
.u-color-secondary--950 {
  color: #111a1e;
}
.u-bg-secondary--950 {
  background-color: #111a1e;
}
.u-color-alt--300 {
  color: #5e7882;
}
.u-bg-alt--300 {
  background-color: #5e7882;
}
.u-color-alt--400 {
  color: #485b63;
}
.u-bg-alt--400 {
  background-color: #485b63;
}
.u-color-alt--500 {
  color: #3f5057;
}
.u-bg-alt--500 {
  background-color: #3f5057;
}
.u-color-neutral--0 {
  color: #fff;
}
.u-bg-neutral--0 {
  background-color: #fff;
}
.u-color-neutral--50 {
  color: #f9f9fa;
}
.u-bg-neutral--50 {
  background-color: #f9f9fa;
}
.u-color-neutral--100 {
  color: #f0f1f2;
}
.u-bg-neutral--100 {
  background-color: #f0f1f2;
}
.u-color-neutral--200 {
  color: #e3e8ea;
}
.u-bg-neutral--200 {
  background-color: #e3e8ea;
}
.u-color-neutral--400 {
  color: #999ea0;
}
.u-bg-neutral--400 {
  background-color: #999ea0;
}
.u-color-neutral--500 {
  color: #dde6eb;
}
.u-bg-neutral--500 {
  background-color: #dde6eb;
}
.u-color-border--200 {
  color: #ccc;
}
.u-bg-border--200 {
  background-color: #ccc;
}
.u-color-action--500 {
  color: #1776dd;
}
.u-bg-action--500 {
  background-color: #1776dd;
}
.u-color-action--300 {
  color: #75b0f0;
}
.u-bg-action--300 {
  background-color: #75b0f0;
}
.u-color-action--100 {
  color: #e5f2ff;
}
.u-bg-action--100 {
  background-color: #e5f2ff;
}
.u-color-warning--700 {
  color: #f18c33;
}
.u-bg-warning--700 {
  background-color: #f18c33;
}
.u-color-warning--500 {
  color: #ddac17;
}
.u-bg-warning--500 {
  background-color: #ddac17;
}
.u-color-warning--100 {
  color: #fff8e5;
}
.u-bg-warning--100 {
  background-color: #fff8e5;
}
.u-color-negative--500 {
  color: #ff4040;
}
.u-bg-negative--500 {
  background-color: #ff4040;
}
.u-color-positive--500 {
  color: #3ecf8e;
}
.u-bg-positive--500 {
  background-color: #3ecf8e;
}
.u-color-box-shadow {
  color: rgba(0, 0, 0, 0.2);
}
.u-bg-box-shadow {
  background-color: rgba(0, 0, 0, 0.2);
}
.u-bg-shade {
  background-color: rgba(61, 89, 102, 0.08);
}
.u-wrapper {
  position: relative;
  width: 100%;
}
.u-wrapper:after,
.u-wrapper:before {
  content: " ";
  display: table;
}
.u-border-bottom {
  border-bottom: 1px solid rgba(82, 119, 127, 0.35);
}
.u-text-align-center {
  text-align: center;
}
.u-list--clean {
  list-style: none;
  margin-left: 0;
}
.u-overflow-hidden {
  overflow: hidden;
}
.u-cow-spot {
  position: relative;
  z-index: 0;
}
.u-cow-spot:after,
.u-cow-spot:before {
  animation: rotate 5s ease-in-out infinite;
  animation-direction: alternate;
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
.u-cow-spot[data-pos~="left"]:before {
  background-image: url(../img/cow-spot-top-left.svg);
  height: 300px;
  left: 0;
  top: 128px;
  width: 200px;
}
.u-cow-spot[data-pos~="right"]:after {
  background-image: url(../img/cow-spot-top-right.svg);
  height: 240px;
  right: 0;
  top: 0;
  width: 240px;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(10deg) scale(1.35);
  }
}
.u-slant-top {
  -webkit-clip-path: polygon(0 0, 100% var(--slant-height), 100% 101%, 0 101%);
  clip-path: polygon(0 0, 100% var(--slant-height), 100% 101%, 0 101%);
  padding-top: var(--slant-height);
}
.u-slant-top-reversed {
  -webkit-clip-path: polygon(0 var(--slant-height), 100% 0, 100% 101%, 0 101%);
  clip-path: polygon(0 var(--slant-height), 100% 0, 100% 101%, 0 101%);
  padding-top: var(--slant-height);
}
.u-mb-neg-slant-height {
  margin-bottom: calc(var(--slant-height) * -1);
}
.u-mt-neg-slant-height {
  margin-top: calc(var(--slant-height) * -1);
}
.u-fs-12 {
  font-size: 12px;
}
.u-fs-13 {
  font-size: 13px;
}
.u-fs-14 {
  font-size: 14px;
}
.u-fs-16 {
  font-size: 16px;
}
.u-fs-20 {
  font-size: 20px;
}
.u-fs-24 {
  font-size: 24px;
}
.u-fs-32 {
  font-size: 32px;
}
.u-visually-hidden {
  border: 0;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.u-hidden {
  display: none !important;
}
@media screen and (max-width: 799px) {
  .u-hidden\@s-down {
    display: none !important;
  }
}
@media screen and (min-width: 800px) {
  .u-hidden\@m-up {
    display: none !important;
  }
}
@media screen and (max-width: 1151px) {
  .u-hidden\@m-down {
    display: none !important;
  }
}
@media screen and (min-width: 1152px) {
  .u-hidden\@l-up {
    display: none !important;
  }
}
@media screen and (max-width: 1343px) {
  .u-hidden\@l-down {
    display: none !important;
  }
}
.u-clip-path[data-id="clip-path-image-1"] {
  -webkit-clip-path: url(#clip-path-image-1);
  clip-path: url(#clip-path-image-1);
}
.u-clip-path[data-id="clip-path-image-2"] {
  -webkit-clip-path: url(#clip-path-image-2);
  clip-path: url(#clip-path-image-2);
}
.u-clip-path[data-id="clip-path-image-3"] {
  -webkit-clip-path: url(#clip-path-image-3);
  clip-path: url(#clip-path-image-3);
}
.u-spacing-mt0 {
  margin-top: 0 !important;
}
.u-spacing-mr0 {
  margin-right: 0 !important;
}
.u-spacing-mb0 {
  margin-bottom: 0 !important;
}
.u-spacing-ml0 {
  margin-left: 0 !important;
}
.u-spacing-mlr0,
.u-spacing-mrl0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.u-spacing-mbt0,
.u-spacing-mtb0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.u-spacing-pt0 {
  padding-top: 0 !important;
}
.u-spacing-pr0 {
  padding-right: 0 !important;
}
.u-spacing-pb0 {
  padding-bottom: 0 !important;
}
.u-spacing-pl0 {
  padding-left: 0 !important;
}
.u-spacing-mt1 {
  margin-top: 8px !important;
}
.u-spacing-mr1 {
  margin-right: 8px !important;
}
.u-spacing-mb1 {
  margin-bottom: 8px !important;
}
.u-spacing-ml1 {
  margin-left: 8px !important;
}
.u-spacing-mlr1,
.u-spacing-mrl1 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.u-spacing-mbt1,
.u-spacing-mtb1 {
  margin-bottom: 8px !important;
  margin-top: 8px !important;
}
.u-spacing-pt1 {
  padding-top: 8px !important;
}
.u-spacing-pr1 {
  padding-right: 8px !important;
}
.u-spacing-pb1 {
  padding-bottom: 8px !important;
}
.u-spacing-pl1 {
  padding-left: 8px !important;
}
.u-spacing-mt2 {
  margin-top: 16px !important;
}
.u-spacing-mr2 {
  margin-right: 16px !important;
}
.u-spacing-mb2 {
  margin-bottom: 16px !important;
}
.u-spacing-ml2 {
  margin-left: 16px !important;
}
.u-spacing-mlr2,
.u-spacing-mrl2 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.u-spacing-mbt2,
.u-spacing-mtb2 {
  margin-bottom: 16px !important;
  margin-top: 16px !important;
}
.u-spacing-pt2 {
  padding-top: 16px !important;
}
.u-spacing-pr2 {
  padding-right: 16px !important;
}
.u-spacing-pb2 {
  padding-bottom: 16px !important;
}
.u-spacing-pl2 {
  padding-left: 16px !important;
}
.u-spacing-mt3 {
  margin-top: 24px !important;
}
.u-spacing-mr3 {
  margin-right: 24px !important;
}
.u-spacing-mb3 {
  margin-bottom: 24px !important;
}
.u-spacing-ml3 {
  margin-left: 24px !important;
}
.u-spacing-mlr3,
.u-spacing-mrl3 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}
.u-spacing-mbt3,
.u-spacing-mtb3 {
  margin-bottom: 24px !important;
  margin-top: 24px !important;
}
.u-spacing-pt3 {
  padding-top: 24px !important;
}
.u-spacing-pr3 {
  padding-right: 24px !important;
}
.u-spacing-pb3 {
  padding-bottom: 24px !important;
}
.u-spacing-pl3 {
  padding-left: 24px !important;
}
.u-spacing-mt4 {
  margin-top: 32px !important;
}
.u-spacing-mr4 {
  margin-right: 32px !important;
}
.u-spacing-mb4 {
  margin-bottom: 32px !important;
}
.u-spacing-ml4 {
  margin-left: 32px !important;
}
.u-spacing-mlr4,
.u-spacing-mrl4 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}
.u-spacing-mbt4,
.u-spacing-mtb4 {
  margin-bottom: 32px !important;
  margin-top: 32px !important;
}
.u-spacing-pt4 {
  padding-top: 32px !important;
}
.u-spacing-pr4 {
  padding-right: 32px !important;
}
.u-spacing-pb4 {
  padding-bottom: 32px !important;
}
.u-spacing-pl4 {
  padding-left: 32px !important;
}
.u-spacing-mt5 {
  margin-top: 40px !important;
}
.u-spacing-mr5 {
  margin-right: 40px !important;
}
.u-spacing-mb5 {
  margin-bottom: 40px !important;
}
.u-spacing-ml5 {
  margin-left: 40px !important;
}
.u-spacing-mlr5,
.u-spacing-mrl5 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.u-spacing-mbt5,
.u-spacing-mtb5 {
  margin-bottom: 40px !important;
  margin-top: 40px !important;
}
.u-spacing-pt5 {
  padding-top: 40px !important;
}
.u-spacing-pr5 {
  padding-right: 40px !important;
}
.u-spacing-pb5 {
  padding-bottom: 40px !important;
}
.u-spacing-pl5 {
  padding-left: 40px !important;
}
.u-spacing-mt6 {
  margin-top: 48px !important;
}
.u-spacing-mr6 {
  margin-right: 48px !important;
}
.u-spacing-mb6 {
  margin-bottom: 48px !important;
}
.u-spacing-ml6 {
  margin-left: 48px !important;
}
.u-spacing-mlr6,
.u-spacing-mrl6 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}
.u-spacing-mbt6,
.u-spacing-mtb6 {
  margin-bottom: 48px !important;
  margin-top: 48px !important;
}
.u-spacing-pt6 {
  padding-top: 48px !important;
}
.u-spacing-pr6 {
  padding-right: 48px !important;
}
.u-spacing-pb6 {
  padding-bottom: 48px !important;
}
.u-spacing-pl6 {
  padding-left: 48px !important;
}
.u-spacing-mt7 {
  margin-top: 56px !important;
}
.u-spacing-mr7 {
  margin-right: 56px !important;
}
.u-spacing-mb7 {
  margin-bottom: 56px !important;
}
.u-spacing-ml7 {
  margin-left: 56px !important;
}
.u-spacing-mlr7,
.u-spacing-mrl7 {
  margin-left: 56px !important;
  margin-right: 56px !important;
}
.u-spacing-mbt7,
.u-spacing-mtb7 {
  margin-bottom: 56px !important;
  margin-top: 56px !important;
}
.u-spacing-pt7 {
  padding-top: 56px !important;
}
.u-spacing-pr7 {
  padding-right: 56px !important;
}
.u-spacing-pb7 {
  padding-bottom: 56px !important;
}
.u-spacing-pl7 {
  padding-left: 56px !important;
}
.u-spacing-mt8 {
  margin-top: 64px !important;
}
.u-spacing-mr8 {
  margin-right: 64px !important;
}
.u-spacing-mb8 {
  margin-bottom: 64px !important;
}
.u-spacing-ml8 {
  margin-left: 64px !important;
}
.u-spacing-mlr8,
.u-spacing-mrl8 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}
.u-spacing-mbt8,
.u-spacing-mtb8 {
  margin-bottom: 64px !important;
  margin-top: 64px !important;
}
.u-spacing-pt8 {
  padding-top: 64px !important;
}
.u-spacing-pr8 {
  padding-right: 64px !important;
}
.u-spacing-pb8 {
  padding-bottom: 64px !important;
}
.u-spacing-pl8 {
  padding-left: 64px !important;
}
.u-spacing-mt9 {
  margin-top: 72px !important;
}
.u-spacing-mr9 {
  margin-right: 72px !important;
}
.u-spacing-mb9 {
  margin-bottom: 72px !important;
}
.u-spacing-ml9 {
  margin-left: 72px !important;
}
.u-spacing-mlr9,
.u-spacing-mrl9 {
  margin-left: 72px !important;
  margin-right: 72px !important;
}
.u-spacing-mbt9,
.u-spacing-mtb9 {
  margin-bottom: 72px !important;
  margin-top: 72px !important;
}
.u-spacing-pt9 {
  padding-top: 72px !important;
}
.u-spacing-pr9 {
  padding-right: 72px !important;
}
.u-spacing-pb9 {
  padding-bottom: 72px !important;
}
.u-spacing-pl9 {
  padding-left: 72px !important;
}
.u-spacing-mt10 {
  margin-top: 80px !important;
}
.u-spacing-mr10 {
  margin-right: 80px !important;
}
.u-spacing-mb10 {
  margin-bottom: 80px !important;
}
.u-spacing-ml10 {
  margin-left: 80px !important;
}
.u-spacing-mlr10,
.u-spacing-mrl10 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}
.u-spacing-mbt10,
.u-spacing-mtb10 {
  margin-bottom: 80px !important;
  margin-top: 80px !important;
}
.u-spacing-pt10 {
  padding-top: 80px !important;
}
.u-spacing-pr10 {
  padding-right: 80px !important;
}
.u-spacing-pb10 {
  padding-bottom: 80px !important;
}
.u-spacing-pl10 {
  padding-left: 80px !important;
}
.u-spacing-mt11 {
  margin-top: 88px !important;
}
.u-spacing-mr11 {
  margin-right: 88px !important;
}
.u-spacing-mb11 {
  margin-bottom: 88px !important;
}
.u-spacing-ml11 {
  margin-left: 88px !important;
}
.u-spacing-mlr11,
.u-spacing-mrl11 {
  margin-left: 88px !important;
  margin-right: 88px !important;
}
.u-spacing-mbt11,
.u-spacing-mtb11 {
  margin-bottom: 88px !important;
  margin-top: 88px !important;
}
.u-spacing-pt11 {
  padding-top: 88px !important;
}
.u-spacing-pr11 {
  padding-right: 88px !important;
}
.u-spacing-pb11 {
  padding-bottom: 88px !important;
}
.u-spacing-pl11 {
  padding-left: 88px !important;
}
.u-spacing-mt12 {
  margin-top: 96px !important;
}
.u-spacing-mr12 {
  margin-right: 96px !important;
}
.u-spacing-mb12 {
  margin-bottom: 96px !important;
}
.u-spacing-ml12 {
  margin-left: 96px !important;
}
.u-spacing-mlr12,
.u-spacing-mrl12 {
  margin-left: 96px !important;
  margin-right: 96px !important;
}
.u-spacing-mbt12,
.u-spacing-mtb12 {
  margin-bottom: 96px !important;
  margin-top: 96px !important;
}
.u-spacing-pt12 {
  padding-top: 96px !important;
}
.u-spacing-pr12 {
  padding-right: 96px !important;
}
.u-spacing-pb12 {
  padding-bottom: 96px !important;
}
.u-spacing-pl12 {
  padding-left: 96px !important;
}
@media screen and (max-width: 979px) {
  [data-kal].is-kal-start {
    transform: none !important;
  }
  [data-kal].is-kal-end {
    transition-delay: 0s !important;
    transition-duration: 1.4s !important;
    transition-property: opacity !important;
  }
}
[data-kal].is-kal-end {
  transition-delay: var(--kal-delay, 0s);
  transition-duration: var(--kal-duration, 1.2s);
  transition-timing-function: var(--kal-easing, ease);
}
[data-kal][data-kal-easing="linear"] {
  transition-timing-function: linear;
}
[data-kal][data-kal-easing="ease"] {
  transition-timing-function: ease;
}
[data-kal][data-kal-easing="ease-in"] {
  transition-timing-function: ease-in;
}
[data-kal][data-kal-easing="ease-out"] {
  transition-timing-function: ease-out;
}
[data-kal][data-kal-easing="ease-in-out"] {
  transition-timing-function: ease-in-out;
}
[data-kal][data-kal-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
[data-kal][data-kal-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
[data-kal][data-kal-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
[data-kal][data-kal-easing="ease-in-circ"] {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
[data-kal][data-kal-easing="ease-out-circ"] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
[data-kal][data-kal-easing="ease-in-out-circ"] {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
[data-kal][data-kal-easing="ease-in-expo"] {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
[data-kal][data-kal-easing="ease-out-expo"] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
[data-kal][data-kal-easing="ease-in-out-expo"] {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
[data-kal][data-kal-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-kal][data-kal-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-kal][data-kal-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-kal][data-kal-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
[data-kal][data-kal-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
[data-kal][data-kal-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
[data-kal][data-kal-easing="ease-in-quint"] {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
[data-kal][data-kal-easing="ease-out-quint"] {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
[data-kal][data-kal-easing="ease-in-out-quint"] {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
[data-kal][data-kal-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-kal][data-kal-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-kal][data-kal-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-kal][data-kal-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-kal][data-kal-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-kal][data-kal-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-kal|="fade"].is-kal-start {
  opacity: 0;
}
[data-kal|="fade"].is-kal-end {
  opacity: 1;
  transition-property: opacity;
}
[data-kal="slide-up"].is-kal-start {
  opacity: 0;
  transform: translateY(64px);
}
[data-kal="slide-up"].is-kal-end {
  opacity: 1;
  transform: none;
  transition-duration: 1.2s, 1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
}
[data-kal="slide-down-fade"].is-kal-start {
  opacity: 0;
  transform: translateY(-64px);
}
[data-kal="slide-down-fade"].is-kal-end {
  opacity: 1;
  transform: none;
  transition-duration: 1.2s, 1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.37, 0.01, 0, 0.98);
}
[data-kal="slide-down"].is-kal-start {
  transform: translateY(-128px);
}
[data-kal="slide-left"].is-kal-start {
  transform: translateX(40px);
}
[data-kal="slide-right"].is-kal-start {
  transform: translateX(-40px);
}
[data-kal="zoom-in"].is-kal-start {
  opacity: 0;
  transform: scale(0.8);
}
[data-kal="zoom-in"].is-kal-end {
  opacity: 1;
  transform: none;
  transition-property: opacity, transform;
}

/*# sourceMappingURL=style.css.map*/
