@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@300&display=swap");@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400&display=swap");@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@500&display=swap");@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@600&display=swap");@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@800&display=swap");







/* Vendors */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1440px) {
  .container {
    padding-right: 0;
    padding-left: 0;
    max-width: 1140px;
  }
}
@media (min-width: 1600px) {
  .container {
    padding-right: 0;
    padding-left: 0;
    max-width: 1440px;
  }
}
@media (min-width: 2560px) {
  .container {
    max-width: 2160px;
    padding-right: 22.5px;
    padding-left: 22.5px;
  }
}
@media (min-width: 3199px) {
  .container {
    max-width: 2880px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 2560px) {
  .container-fluid {
    padding-right: 22.5px;
    padding-left: 22.5px;
  }
}
@media (min-width: 3199px) {
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 2560px) {
  .row {
    margin-right: -22.5px;
    margin-left: -22.5px;
  }
}
@media (min-width: 3199px) {
  .row {
    margin-right: -30px;
    margin-left: -30px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xxl-3,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 2560px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xxl-3,
  .col-xl,
  .col-xl-auto {
    padding-right: 22.5px;
    padding-left: 22.5px;
  }
}
@media (min-width: 3199px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xxl-3,
  .col-xl,
  .col-xl-auto {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
/* Globals - Generic */
/* Bootstrap Queries */
@font-face {
  font-family: "veverka-icon-font";
  src: url("../fonts/veverka-icon-font.woff2") format("woff2"), url("../fonts/veverka-icon-font.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.font-veverka-icons {
  font-family: "veverka-icon-font", sans-serif;
}
.font-pacifico {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}
.font-kumbh-sans {
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
}
/* Globals - Tweaks */
@media (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
html {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}
.htmlWrapper body {
  background-color: #f3f3f3;
  display: flex;
  height: 100%;
  flex-direction: column;
}
.htmlWrapper body:not(.wp-admin) {
  overflow-x: hidden;
  margin-top: 70px;
}
@media (min-width: 2560px) {
  .htmlWrapper body:not(.wp-admin) {
    margin-top: 105px;
  }
}
@media (min-width: 3199px) {
  .htmlWrapper body:not(.wp-admin) {
    margin-top: 140px;
  }
}
.htmlWrapper body.admin-bar .header {
  top: 32px;
}
@media (max-width: 782px) {
  .htmlWrapper body.admin-bar .header {
    top: 46px;
  }
}
body {
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  body.-menuPopupPhone {
    overflow: hidden !important;
  }
  body.-menuPopupPhone .header::before {
    content: "";
    position: fixed;
    z-index: 4;
    background-color: rgba(0, 0, 0, 0.6);
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    cursor: pointer;
  }
  body.-menuPopupPhone .header__menuWrapper {
    transform: translateX(0%) !important;
  }
}
h1,
h2 {
  text-align: center;
  color: #343434;
  font-size: 37px;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 1.75px;
  margin: 0 auto;
}
@media (min-width: 2560px) {
  h1,
  h2 {
    font-size: 55.5px;
    line-height: 75px;
    letter-spacing: 2.625px;
  }
}
@media (min-width: 3199px) {
  h1,
  h2 {
    font-size: 74px;
    line-height: 100px;
    letter-spacing: 3.5px;
  }
}
h3 {
  text-align: center;
  color: #777;
  font-size: 17px;
  line-height: 1.5;
  opacity: 0.8;
  font-weight: 500;
  margin: 0 auto;
}
@media (min-width: 2560px) {
  h3 {
    font-size: 25.5px;
  }
}
@media (min-width: 3199px) {
  h3 {
    font-size: 34px;
  }
}
img,
picture {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
a {
  text-decoration: none !important;
  outline: none !important;
  transition: all ease 0.25s;
  color: #941b28;
}
ul {
  list-style: none;
  margin: 15px 0;
  padding-left: 45px;
}
@media (min-width: 2560px) {
  ul {
    margin: 22.5px 0;
    padding-left: 67.5px;
  }
}
@media (min-width: 3199px) {
  ul {
    margin: 30px 0;
    padding-left: 90px;
  }
}
ul li {
  position: relative;
  margin: 5px 0;
}
@media (min-width: 2560px) {
  ul li {
    margin: 7.5px 0;
  }
}
@media (min-width: 3199px) {
  ul li {
    margin: 10px 0;
  }
}
ul li::before {
  content: "";
  position: absolute;
  top: 7.5px;
  height: 7.5px;
  left: -25px;
  width: 7.5px;
  background-color: #941b28;
  border-radius: 50%;
}
@media (min-width: 2560px) {
  ul li::before {
    top: 11.25px;
    height: 11.25px;
    left: -37.5px;
    width: 11.25px;
  }
}
@media (min-width: 3199px) {
  ul li::before {
    top: 15px;
    height: 15px;
    left: -50px;
    width: 15px;
  }
}
ol {
  counter-reset: item;
  padding-left: 45px;
  margin: 15px 0;
}
@media (min-width: 2560px) {
  ol {
    padding-left: 67.5px;
    margin: 22.5px 0;
  }
}
@media (min-width: 3199px) {
  ol {
    padding-left: 90px;
    margin: 30px 0;
  }
}
ol li {
  display: block;
  position: relative;
  margin: 5px 0;
}
@media (min-width: 2560px) {
  ol li {
    margin: 7.5px 0;
  }
}
@media (min-width: 3199px) {
  ol li {
    margin: 10px 0;
  }
}
ol li::before {
  position: absolute;
  left: -25px;
  content: counter(item) ". ";
  counter-increment: item;
  font-weight: 600;
  color: #941b28;
}
@media (min-width: 2560px) {
  ol li::before {
    left: -37.5px;
  }
}
@media (min-width: 3199px) {
  ol li::before {
    left: -50px;
  }
}
ol li ol {
  counter-reset: listCounter;
  margin: 5px 0 15px;
}
@media (min-width: 2560px) {
  ol li ol {
    margin: 7.5px 0 22.5px;
  }
}
@media (min-width: 3199px) {
  ol li ol {
    margin: 10px 0 30px;
  }
}
ol li ol li {
  padding-left: 20px;
  list-style: none;
}
@media (min-width: 2560px) {
  ol li ol li {
    padding-left: 30px;
  }
}
@media (min-width: 3199px) {
  ol li ol li {
    padding-left: 40px;
  }
}
ol li ol li::before {
  position: absolute;
  left: -20px;
  counter-increment: listCounter;
  font-weight: 600;
  color: #941b28;
  content: counters(item, "") counters(listCounter, ".", lower-alpha) ") ";
}
@media (min-width: 2560px) {
  ol li ol li::before {
    left: -30px;
  }
}
@media (min-width: 3199px) {
  ol li ol li::before {
    left: -40px;
  }
}
blockquote {
  font-weight: 500;
  font-style: italic;
  font-size: 21px;
  border-left: 10px solid rgba(52, 52, 52, 0.15);
  padding-left: 15px;
}
@media (min-width: 2560px) {
  blockquote {
    font-size: 31.5px;
    border-left: 15px solid rgba(52, 52, 52, 0.15);
    padding-left: 22.5px;
  }
}
@media (min-width: 3199px) {
  blockquote {
    font-size: 42px;
    border-left: 20px solid rgba(52, 52, 52, 0.15);
    padding-left: 30px;
  }
}
section {
  position: relative;
}
table {
  width: 100%;
  max-width: 100%;
  text-align: left;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 10px;
  border: 1px solid rgba(52, 52, 52, 0.25);
  overflow: hidden;
  margin: 25px 0;
}
@media (min-width: 2560px) {
  table {
    border-radius: 15px;
    border: 1.5px solid rgba(52, 52, 52, 0.25);
    margin: 37.5px 0;
  }
}
@media (min-width: 3199px) {
  table {
    border-radius: 20px;
    border: 2px solid rgba(52, 52, 52, 0.25);
    margin: 50px 0;
  }
}
table * {
  padding: 15px;
}
@media (min-width: 2560px) {
  table * {
    padding: 22.5px;
  }
}
@media (min-width: 3199px) {
  table * {
    padding: 30px;
  }
}
thead {
  background-color: rgba(148, 27, 40, 0.5);
  text-align: center;
}
td {
  opacity: 0.85;
  font-size: 15px;
}
@media (min-width: 2560px) {
  td {
    font-size: 22.5px;
  }
}
@media (min-width: 3199px) {
  td {
    font-size: 30px;
  }
}
/* Apply a border to the right of all but the last column */
th:not(:last-child),
td:not(:last-child) {
  border-right: 1px solid rgba(52, 52, 52, 0.25);
}
@media (min-width: 2560px) {
  th:not(:last-child),
  td:not(:last-child) {
    border-right: 1.5px solid rgba(52, 52, 52, 0.25);
  }
}
@media (min-width: 3199px) {
  th:not(:last-child),
  td:not(:last-child) {
    border-right: 2px solid rgba(52, 52, 52, 0.25);
  }
}
/* Apply a border to the bottom of all but the last row */
table > thead > tr:not(:last-child) > th,
table > thead > tr:not(:last-child) > td,
table > tbody > tr:not(:last-child) > th,
table > tbody > tr:not(:last-child) > td,
table > tfoot > tr:not(:last-child) > th,
table > tfoot > tr:not(:last-child) > td,
table > tr:not(:last-child) > td,
table > tr:not(:last-child) > th,
table > thead:not(:last-child),
table > tbody:not(:last-child),
table > tfoot:not(:last-child) {
  border-bottom: 1px solid rgba(52, 52, 52, 0.25);
}
@media (min-width: 2560px) {
  table > thead > tr:not(:last-child) > th,
  table > thead > tr:not(:last-child) > td,
  table > tbody > tr:not(:last-child) > th,
  table > tbody > tr:not(:last-child) > td,
  table > tfoot > tr:not(:last-child) > th,
  table > tfoot > tr:not(:last-child) > td,
  table > tr:not(:last-child) > td,
  table > tr:not(:last-child) > th,
  table > thead:not(:last-child),
  table > tbody:not(:last-child),
  table > tfoot:not(:last-child) {
    border-bottom: 1.5px solid rgba(52, 52, 52, 0.25);
  }
}
@media (min-width: 3199px) {
  table > thead > tr:not(:last-child) > th,
  table > thead > tr:not(:last-child) > td,
  table > tbody > tr:not(:last-child) > th,
  table > tbody > tr:not(:last-child) > td,
  table > tfoot > tr:not(:last-child) > th,
  table > tfoot > tr:not(:last-child) > td,
  table > tr:not(:last-child) > td,
  table > tr:not(:last-child) > th,
  table > thead:not(:last-child),
  table > tbody:not(:last-child),
  table > tfoot:not(:last-child) {
    border-bottom: 2px solid rgba(52, 52, 52, 0.25);
  }
}
/* Layout */
.footer {
  background-color: #2c2c2c;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  padding-top: 20px;
}
@media (min-width: 2560px) {
  .footer {
    font-size: 21px;
    padding-top: 30px;
  }
}
@media (min-width: 3199px) {
  .footer {
    font-size: 28px;
    padding-top: 40px;
  }
}
.footer__links {
  padding: 20px 0;
  margin: 0 40px;
}
@media (max-width: 768px) {
  .footer__links {
    padding: 5px 0;
  }
}
@media (min-width: 2560px) {
  .footer__links {
    padding: 30px 0;
    margin: 0 60px;
  }
}
@media (min-width: 3199px) {
  .footer__links {
    padding: 40px 0;
    margin: 0 80px;
  }
}
.footer .footer__linksInner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer .footer__linksInner {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}
.footer__linksSocialsWrapper {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  margin-right: -5px;
}
@media (max-width: 768px) {
  .footer__linksSocialsWrapper {
    margin-bottom: 10px;
  }
}
@media (min-width: 2560px) {
  .footer__linksSocialsWrapper {
    margin-right: -7.5px;
  }
}
@media (min-width: 3199px) {
  .footer__linksSocialsWrapper {
    margin-right: -10px;
  }
}
.footer__linksSocialsSingle {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: end;
  padding-left: 35px;
  margin-left: 10px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s ease color;
}
@media (min-width: 2560px) {
  .footer__linksSocialsSingle {
    padding-left: 52.5px;
    margin-left: 15px;
    font-size: 21px;
  }
}
@media (min-width: 3199px) {
  .footer__linksSocialsSingle {
    padding-left: 70px;
    margin-left: 20px;
    font-size: 28px;
  }
}
.footer__linksSocialsSingle:first-child {
  margin-left: 0;
}
.footer__linksSocialsSingle::before {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 0;
  user-select: auto;
  pointer-events: auto;
  display: block;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s ease color;
}
@media (min-width: 2560px) {
  .footer__linksSocialsSingle::before {
    font-size: 27px;
  }
}
@media (min-width: 3199px) {
  .footer__linksSocialsSingle::before {
    font-size: 36px;
  }
}
.footer__linksSocialsSingle:hover {
  color: white;
}
.footer__linksSocialsSingle:hover::before {
  color: white;
}
.footer__linksSocialsSingle.-facebook {
  width: 11px;
  height: 24px;
}
@media (min-width: 2560px) {
  .footer__linksSocialsSingle.-facebook {
    width: 16.5px;
    height: 36px;
  }
}
@media (min-width: 3199px) {
  .footer__linksSocialsSingle.-facebook {
    width: 22px;
    height: 48px;
  }
}
.footer__linksSocialsSingle.-facebook::before {
  content: "\f39e" !important;
}
.footer__linksSocialsSingle.-instagram {
  height: 24px;
  width: 16px;
}
@media (min-width: 2560px) {
  .footer__linksSocialsSingle.-instagram {
    height: 36px;
    width: 24px;
  }
}
@media (min-width: 3199px) {
  .footer__linksSocialsSingle.-instagram {
    height: 48px;
    width: 32px;
  }
}
.footer__linksSocialsSingle.-instagram::before {
  content: "\f16d" !important;
}
.footer__linksSocialsSingle.-youtube {
  height: 24px;
  width: 21px;
}
@media (min-width: 2560px) {
  .footer__linksSocialsSingle.-youtube {
    height: 36px;
    width: 31.5px;
  }
}
@media (min-width: 3199px) {
  .footer__linksSocialsSingle.-youtube {
    height: 48px;
    width: 42px;
  }
}
.footer__linksSocialsSingle.-youtube::before {
  content: "\f167" !important;
}
.footer__linksSocialsSingle.-tiktok {
  height: 24px;
  width: 21px;
}
@media (min-width: 2560px) {
  .footer__linksSocialsSingle.-tiktok {
    height: 36px;
    width: 31.5px;
  }
}
@media (min-width: 3199px) {
  .footer__linksSocialsSingle.-tiktok {
    height: 48px;
    width: 42px;
  }
}
.footer__linksSocialsSingle.-tiktok::before {
  content: "\e07b" !important;
}
.footer__copyright {
  text-align: center;
  padding: 20px 0;
  margin: 0 40px;
  position: relative;
}
@media (min-width: 2560px) {
  .footer__copyright {
    padding: 30px 0;
    margin: 0 60px;
  }
}
@media (min-width: 3199px) {
  .footer__copyright {
    padding: 40px 0;
    margin: 0 80px;
  }
}
.footer__copyright::after {
  content: "";
  position: absolute;
  border-top: 1px solid rgba(234, 234, 234, 0.3);
  left: 15px;
  right: 15px;
  top: 0;
}
@media (min-width: 2560px) {
  .footer__copyright::after {
    border-top: 1.5px solid rgba(234, 234, 234, 0.3);
    left: 22.5px;
    right: 22.5px;
  }
}
@media (min-width: 3199px) {
  .footer__copyright::after {
    border-top: 2px solid rgba(234, 234, 234, 0.3);
    left: 30px;
    right: 30px;
  }
}
.footer__copyright a {
  position: relative;
  color: white;
  transition: 0.3s ease color;
}
.footer__copyright a::after {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  content: "";
  bottom: -5px;
  height: 2px;
  border-bottom: 2px solid #fff;
  width: 0;
  transition: 0.3s ease width;
}
@media (min-width: 2560px) {
  .footer__copyright a::after {
    bottom: -7.5px;
    height: 3px;
    border-bottom: 3px solid #fff;
  }
}
@media (min-width: 3199px) {
  .footer__copyright a::after {
    bottom: -10px;
    height: 4px;
    border-bottom: 4px solid #fff;
  }
}
.footer__copyright a:hover, .footer__copyright a.-active {
  color: white;
}
.footer__copyright a:hover::after, .footer__copyright a.-active::after {
  width: 100%;
}
.header {
  position: fixed;
  background-color: #fff;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  height: 70px;
}
@media (min-width: 2560px) {
  .header {
    height: 105px;
  }
}
@media (min-width: 3199px) {
  .header {
    height: 140px;
  }
}
.header.-has-shadow {
  box-shadow: 0 2px 40px hsla(240, 0%, 6%, 0.05);
}
@media (min-width: 2560px) {
  .header.-has-shadow {
    box-shadow: 0 3px 60px hsla(240, 0%, 6%, 0.05);
  }
}
@media (min-width: 3199px) {
  .header.-has-shadow {
    box-shadow: 0 4px 80px hsla(240, 0%, 6%, 0.05);
  }
}
.header__inner {
  display: flex;
  align-items: center;
  height: 70px;
}
@media (min-width: 2560px) {
  .header__inner {
    height: 105px;
  }
}
@media (min-width: 3199px) {
  .header__inner {
    height: 140px;
  }
}
.header__logoWrapper {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.header__logoWrapper.-mobile {
  display: none;
  height: 70px;
  margin-left: 15px;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .header__logoWrapper.-mobile {
    display: flex;
  }
}
.header__logo {
  display: block;
  height: 50px;
}
@media (min-width: 2560px) {
  .header__logo {
    height: 75px;
  }
}
@media (min-width: 3199px) {
  .header__logo {
    height: 100px;
  }
}
.header__menuWrapper {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .header__menuWrapper {
    position: absolute;
    height: 100vh;
    width: 375px;
    max-width: 100vw;
    overflow-x: auto;
    transition: transform 0.3s ease-in;
    transform: translateX(-420px);
    z-index: 20;
    background: #fff;
    top: 0;
    left: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.header__ctaButtonWrapper {
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .header__ctaButtonWrapper {
    margin: 30px 30px 0;
    width: calc(100% - 60px);
  }
}
.header__ctaButton {
  height: 52px;
}
@media screen and (min-width: 1025px) and (max-width: 1150px) {
  .header__ctaButton {
    padding: 13px 20px !important;
    height: 44px;
  }
}
@media (min-width: 2560px) {
  .header__ctaButton {
    height: 78px;
  }
}
@media (min-width: 3199px) {
  .header__ctaButton {
    height: 104px;
  }
}
.header__control {
  display: none;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .header__control {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
}
.header__control svg {
  height: 30px !important;
  width: 30px !important;
  min-width: 30px !important;
  pointer-events: none;
}
.header__control path {
  fill: #2c2c2c;
}
.headerMenu {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .headerMenu {
    display: contents;
  }
}
@media (min-width: 2560px) {
  .headerMenu {
    height: 105px;
  }
}
@media (min-width: 3199px) {
  .headerMenu {
    height: 140px;
  }
}
.headerMenu__contents {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .headerMenu__contents {
    height: initial;
    display: block;
    width: 100%;
  }
}
@media (min-width: 2560px) {
  .headerMenu__contents {
    height: 105px;
  }
}
@media (min-width: 3199px) {
  .headerMenu__contents {
    height: 140px;
  }
}
.headerMenu__menuItem {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .headerMenu__menuItem {
    border-bottom: 1px solid rgba(52, 52, 52, 0.3);
    width: 100%;
    justify-content: flex-start;
  }
  .headerMenu__menuItem:last-child {
    border-bottom: 0;
  }
}
@media (min-width: 2560px) {
  .headerMenu__menuItem {
    height: 105px;
  }
}
@media (min-width: 3199px) {
  .headerMenu__menuItem {
    height: 140px;
  }
}
.headerMenu__menuLink {
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2c2c2c;
  padding: 0 13.5px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .headerMenu__menuLink {
    padding: 0 30px;
    width: 100%;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1100px) {
  .headerMenu__menuLink {
    font-size: 12px;
    padding: 0 10.5px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1150px) {
  .headerMenu__menuLink {
    font-size: 13px;
    padding: 0 12.5px;
  }
}
@media (min-width: 2560px) {
  .headerMenu__menuLink {
    height: 105px;
    font-size: 21px;
    letter-spacing: 1.5px;
    padding: 0 20.25px;
  }
}
@media (min-width: 3199px) {
  .headerMenu__menuLink {
    height: 140px;
    font-size: 28px;
    letter-spacing: 2px;
    padding: 0 27px;
  }
}
.headerMenu__menuLink:hover {
  color: #941b28;
}
.footerMenu {
  display: flex;
  align-items: flex-end;
}
.footerMenu__contents {
  display: flex;
}
@media (max-width: 768px) {
  .footerMenu__contents {
    display: block;
    text-align: center;
  }
}
.footerMenu__menuItem {
  margin: 0 7.5px;
}
@media (max-width: 768px) {
  .footerMenu__menuItem {
    margin: 0 !important;
  }
}
@media (min-width: 2560px) {
  .footerMenu__menuItem {
    margin: 0 11.25px;
  }
}
@media (min-width: 3199px) {
  .footerMenu__menuItem {
    margin: 0 15px;
  }
}
.footerMenu__menuItem:first-child {
  margin-left: 0;
}
.footerMenu__menuItem:last-child {
  margin-right: 0;
}
.footerMenu__menuLink {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  position: relative;
  transition: 0.3s ease color;
}
@media (max-width: 768px) {
  .footerMenu__menuLink {
    margin: 15px auto;
    display: block;
    width: fit-content;
  }
}
@media (min-width: 2560px) {
  .footerMenu__menuLink {
    font-size: 21px;
  }
}
@media (min-width: 3199px) {
  .footerMenu__menuLink {
    font-size: 28px;
  }
}
.footerMenu__menuLink::after {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  content: "";
  bottom: -5px;
  height: 2px;
  border-bottom: 2px solid #fff;
  width: 0;
  transition: 0.3s ease width;
}
@media (min-width: 2560px) {
  .footerMenu__menuLink::after {
    bottom: -7.5px;
    height: 3px;
    border-bottom: 3px solid #fff;
  }
}
@media (min-width: 3199px) {
  .footerMenu__menuLink::after {
    bottom: -10px;
    height: 4px;
    border-bottom: 4px solid #fff;
  }
}
.footerMenu__menuLink:hover, .footerMenu__menuLink.-active {
  color: white;
}
.footerMenu__menuLink:hover::after, .footerMenu__menuLink.-active::after {
  width: 100%;
}
.pageWrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.contentWrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* Elements */
/**
 * Element - carouselGallery
 */
.carouselGallery {
  overflow: hidden;
}
.carouselGallery__wrapper {
  padding: 0;
  overflow: hidden;
  width: 100vw;
  margin: 0 auto;
  max-width: 100vw;
}
.carouselGallery__inner {
  display: flex;
  transform: translateX(0);
  width: 100000px;
  animation-delay: 0.5s !important;
  margin: 0;
  animation-play-state: running !important;
}
.carouselGallery__gallerySingle {
  text-align: center;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
@media (max-width: 520px) {
  .carouselGallery__gallerySingle {
    flex-shrink: 1;
  }
}
.carouselGallery__gallerySingle::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  z-index: 2;
  background-color: rgba(148, 27, 40, 0.3);
  opacity: 0;
  transition: 0.75s ease opacity;
  pointer-events: none;
}
.carouselGallery__gallerySingle:hover::after {
  opacity: 1;
}
.carouselGallery__gallerySingle:hover .carouselGallery__galleryImage {
  transform: scale(110%);
}
.carouselGallery__galleryImage {
  transition: 0.5s ease transform;
}
/**
 * Element - hiddenID
 */
.hiddenID {
  position: absolute;
  top: -70px;
}
@media (min-width: 2560px) {
  .hiddenID {
    top: -105px;
  }
}
@media (min-width: 3199px) {
  .hiddenID {
    top: -140px;
  }
}
/* Tweak for when WP admin bar is showing */
.htmlWrapper body.admin-bar .hiddenID {
  top: -102px;
}
@media (min-width: 2560px) {
  .htmlWrapper body.admin-bar .hiddenID {
    top: -137px;
  }
}
@media (min-width: 3199px) {
  .htmlWrapper body.admin-bar .hiddenID {
    top: -172px;
  }
}
@media (max-width: 782px) {
  .htmlWrapper body.admin-bar .hiddenID {
    top: -116px;
  }
}
/**
 * Element - textContent
 */
.textContent {
  color: #2c2c2c;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: justify;
}
@media (min-width: 2560px) {
  .textContent {
    font-size: 25.5px;
  }
}
@media (min-width: 3199px) {
  .textContent {
    font-size: 34px;
  }
}
.textContent a {
  text-decoration: underline !important;
  font-weight: 600;
}
/**
 * Element - divider
 */
.divider {
  position: relative;
  height: 6.95vw;
  margin-top: -25px;
  overflow: hidden;
  max-width: 100vw;
  user-select: none;
  pointer-events: none;
  z-index: 1;
  margin-bottom: -3px;
}
@media (max-width: 992px) {
  .divider {
    height: 11.95vw;
  }
}
@media (min-width: 2560px) {
  .divider {
    margin-top: -37.5px;
    margin-bottom: -4.5px;
  }
}
@media (min-width: 3199px) {
  .divider {
    margin-top: -50px;
    margin-bottom: -6px;
  }
}
.divider::after {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  top: 0;
}
.divider.-extraTopMargin {
  margin-top: -6.7vw;
}
@media (max-width: 992px) {
  .divider.-extraTopMargin {
    margin-top: -11.95vw;
  }
}
@media (min-width: 2560px) {
  .divider.-extraTopMargin {
    margin-top: -6.9vw;
  }
}
@media (min-width: 3199px) {
  .divider.-extraTopMargin {
    margin-top: -6.9vw;
  }
}
.divider.-leftTop-rightBottom::after {
  border-bottom: 6.9vw solid #fff;
  border-right: 100vw solid #f3f3f3;
}
@media (max-width: 992px) {
  .divider.-leftTop-rightBottom::after {
    border-bottom-width: 12vw;
  }
}
.divider.-leftTop-rightBottom-inverse::after {
  border-bottom: 6.9vw solid #f3f3f3;
  border-right: 100vw solid #fff;
}
@media (max-width: 992px) {
  .divider.-leftTop-rightBottom-inverse::after {
    border-bottom-width: 12vw;
  }
}
.divider.-leftBottom-rightTop::after {
  border-bottom: 6.9vw solid #fff;
  border-left: 100vw solid #f3f3f3;
}
@media (max-width: 992px) {
  .divider.-leftBottom-rightTop::after {
    border-bottom-width: 12vw;
  }
}
.divider.-leftBottom-rightTop-dark::after {
  border-bottom: 6.9vw solid #2c2c2c;
  border-left: 100vw solid #f3f3f3;
}
@media (max-width: 992px) {
  .divider.-leftBottom-rightTop-dark::after {
    border-bottom-width: 12vw;
  }
}
.divider.-leftBottom-rightTop-dark-transparent::after {
  border-bottom: 6.9vw solid #2c2c2c;
  border-left: 100vw solid transparent;
}
@media (max-width: 992px) {
  .divider.-leftBottom-rightTop-dark-transparent::after {
    border-bottom-width: 12vw;
  }
}
.divider.-leftBottom-rightTop-inverse::after {
  border-bottom: 6.9vw solid #f3f3f3;
  border-left: 100vw solid #fff;
}
@media (max-width: 992px) {
  .divider.-leftBottom-rightTop-inverse::after {
    border-bottom-width: 12vw;
  }
}
.divider.-leftBottom-rightTop-transparent::after {
  border-bottom: 6.9vw solid transparent;
  border-left: 100vw solid #fff;
}
@media (max-width: 992px) {
  .divider.-leftBottom-rightTop-transparent::after {
    border-bottom-width: 12vw;
  }
}
.divider.-leftBottom-rightTop-transparent-inverse::after {
  border-bottom: 6.9vw solid transparent;
  border-left: 100vw solid #f3f3f3;
}
@media (max-width: 992px) {
  .divider.-leftBottom-rightTop-transparent-inverse::after {
    border-bottom-width: 12vw;
  }
}
.divider.-leftTop-rightBottom-transparent-inverse::after {
  border-bottom: 6.9vw solid #f3f3f3;
  border-right: 100vw solid transparent;
}
@media (max-width: 992px) {
  .divider.-leftTop-rightBottom-transparent-inverse::after {
    border-bottom-width: 12vw;
  }
}
/**
 * Element - button
 */
.button {
  position: relative;
  padding: 13px 40px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #941b28;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}
.button.-altButton {
  background-color: #e7c676;
  color: #fff;
}
.button.-altButton::before {
  background-color: #e3bd60;
}
@media (min-width: 2560px) {
  .button {
    padding: 26px 80px;
    border-radius: 10px;
    font-size: 26px;
    letter-spacing: 2px;
  }
}
@media (min-width: 3199px) {
  .button {
    padding: 26px 80px;
    border-radius: 10px;
    font-size: 26px;
    letter-spacing: 2px;
  }
}
.button::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: -1;
  border-radius: 5px;
  transition: transform 0.2s cubic-bezier(0.38, 0.32, 0.36, 0.98) 0s;
  transform: scaleX(0);
  transform-origin: right center;
  background-color: #7e1722;
}
@media (min-width: 2560px) {
  .button::before {
    border-radius: 7.5px;
  }
}
@media (min-width: 3199px) {
  .button::before {
    border-radius: 10px;
  }
}
.button:hover::before {
  transform: scale(1);
  transform-origin: left center;
}
/* Components */
/**
 * Component - textBlock
 */
.textBlock {
  background-color: #fff;
}
.textBlock__content {
  padding: 35px 15px 50px;
}
@media (min-width: 2560px) {
  .textBlock__content {
    padding: 52.5px 22.5px 75px;
  }
}
@media (min-width: 3199px) {
  .textBlock__content {
    padding: 70px 30px 100px;
  }
}
.textBlock__content h2 {
  margin: 15px auto 35px;
}
@media (min-width: 2560px) {
  .textBlock__content h2 {
    margin: 22.5px auto 52.5px;
  }
}
@media (min-width: 3199px) {
  .textBlock__content h2 {
    margin: 30px auto 70px;
  }
}
.textBlock__content h3 {
  text-align: left;
  font-size: 24px;
}
@media (min-width: 2560px) {
  .textBlock__content h3 {
    font-size: 36px;
  }
}
@media (min-width: 3199px) {
  .textBlock__content h3 {
    font-size: 48px;
  }
}
.textBlock__cta {
  margin: 50px auto 0;
  width: fit-content;
  padding: 20px 60px;
}
@media (min-width: 2560px) {
  .textBlock__cta {
    margin: 75px auto 0;
    padding: 30px 90px;
  }
}
@media (min-width: 3199px) {
  .textBlock__cta {
    margin: 100px auto 0;
    padding: 40px 120px;
  }
}
/**
 * Component - contactForm
 */
.contactForm {
  margin-bottom: 60px;
}
@media (min-width: 2560px) {
  .contactForm {
    margin-bottom: 90px;
  }
}
@media (min-width: 3199px) {
  .contactForm {
    margin-bottom: 120px;
  }
}
.contactForm__title {
  margin: 50px auto 35px;
}
@media (min-width: 2560px) {
  .contactForm__title {
    margin: 75px auto 52.5px;
  }
}
@media (min-width: 3199px) {
  .contactForm__title {
    margin: 100px auto 70px;
  }
}
.contactForm__specialTitle {
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  margin: 15px 0 25px;
  line-height: 1.4;
}
@media (min-width: 2560px) {
  .contactForm__specialTitle {
    font-size: 31.5px;
    margin: 22.5px 0 37.5px;
  }
}
@media (min-width: 3199px) {
  .contactForm__specialTitle {
    font-size: 42px;
    margin: 30px 0 50px;
  }
}
.contactForm__specialTitle a {
  text-wrap: nowrap;
}
.contactForm__extraInfo {
  margin-top: 25px;
  opacity: 0.8;
}
@media (min-width: 2560px) {
  .contactForm__extraInfo {
    margin-top: 37.5px;
  }
}
@media (min-width: 3199px) {
  .contactForm__extraInfo {
    margin-top: 50px;
  }
}
.contactForm__wrapper {
  margin-top: 30px;
}
@media (min-width: 2560px) {
  .contactForm__wrapper {
    margin-top: 45px;
  }
}
@media (min-width: 3199px) {
  .contactForm__wrapper {
    margin-top: 60px;
  }
}
.contactForm__groupWrapper-6 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .contactForm__groupWrapper-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 2560px) {
  .contactForm__groupWrapper-6 {
    padding-right: 22.5px;
    padding-left: 22.5px;
  }
}
@media (min-width: 3199px) {
  .contactForm__groupWrapper-6 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.contactForm form[data-status=sent] .contactForm__formWrapper {
  display: none;
}
.contactForm input[type=text],
.contactForm input[type=email],
.contactForm input[type=tel],
.contactForm input[type=number],
.contactForm select,
.contactForm textarea {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  margin-bottom: 55px;
  border-bottom: 1px solid rgba(35, 35, 40, 0.5);
  padding-bottom: 5px;
  transition: border-color 0.3s ease-in-out;
  font-size: 22px;
  line-height: 36px;
  color: #232328;
  box-shadow: none !important;
}
@media (max-width: 768px) {
  .contactForm input[type=text],
  .contactForm input[type=email],
  .contactForm input[type=tel],
  .contactForm input[type=number],
  .contactForm select,
  .contactForm textarea {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 5px;
    margin-bottom: 50px;
  }
}
@media (min-width: 2560px) {
  .contactForm input[type=text],
  .contactForm input[type=email],
  .contactForm input[type=tel],
  .contactForm input[type=number],
  .contactForm select,
  .contactForm textarea {
    margin-bottom: 82.5px;
    border-bottom: 1.5px solid rgba(35, 35, 40, 0.5);
    padding-bottom: 7.5px;
    font-size: 33px;
    line-height: 54px;
  }
}
@media (min-width: 3199px) {
  .contactForm input[type=text],
  .contactForm input[type=email],
  .contactForm input[type=tel],
  .contactForm input[type=number],
  .contactForm select,
  .contactForm textarea {
    margin-bottom: 110px;
    border-bottom: 2px solid rgba(35, 35, 40, 0.5);
    padding-bottom: 10px;
    font-size: 44px;
    line-height: 72px;
  }
}
.contactForm input[type=text]:focus,
.contactForm input[type=email]:focus,
.contactForm input[type=tel]:focus,
.contactForm input[type=number]:focus,
.contactForm select:focus,
.contactForm textarea:focus {
  border-bottom: 1px solid #941b28;
}
@media (min-width: 2560px) {
  .contactForm input[type=text]:focus,
  .contactForm input[type=email]:focus,
  .contactForm input[type=tel]:focus,
  .contactForm input[type=number]:focus,
  .contactForm select:focus,
  .contactForm textarea:focus {
    border-bottom: 1.5px solid #941b28;
  }
}
@media (min-width: 3199px) {
  .contactForm input[type=text]:focus,
  .contactForm input[type=email]:focus,
  .contactForm input[type=tel]:focus,
  .contactForm input[type=number]:focus,
  .contactForm select:focus,
  .contactForm textarea:focus {
    border-bottom: 2px solid #941b28;
  }
}
.contactForm select {
  height: 43px;
}
@media (min-width: 2560px) {
  .contactForm select {
    height: 64.5px;
  }
}
@media (min-width: 3199px) {
  .contactForm select {
    height: 86px;
  }
}
.contactForm option {
  background-color: #fff;
  color: rgba(35, 35, 40, 0.5);
  font-size: 18px;
}
.contactForm textarea {
  min-height: 150px;
  height: 150px;
  max-width: 100%;
  min-width: 100%;
}
@media (min-width: 2560px) {
  .contactForm textarea {
    min-height: 225px;
    height: 225px;
  }
}
@media (min-width: 3199px) {
  .contactForm textarea {
    min-height: 300px;
    height: 300px;
  }
}
.contactForm__acceptanceWrapper .wpcf7-acceptance {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 45px;
  padding: 0 15px 0 0;
}
@media (max-width: 768px) {
  .contactForm__acceptanceWrapper .wpcf7-acceptance {
    margin-bottom: 20px;
  }
}
@media (min-width: 2560px) {
  .contactForm__acceptanceWrapper .wpcf7-acceptance {
    margin-bottom: 67.5px;
    padding: 0 22.5px 0 0;
  }
}
@media (min-width: 3199px) {
  .contactForm__acceptanceWrapper .wpcf7-acceptance {
    margin-bottom: 90px;
    padding: 0 30px 0 0;
  }
}
.contactForm__acceptanceWrapper .wpcf7-acceptance input {
  display: none;
}
.contactForm__acceptanceWrapper .wpcf7-acceptance input:checked + .wpcf7-list-item-label::before {
  transform: scale(1) translateY(50%);
}
.contactForm__acceptanceWrapper .wpcf7-acceptance input:checked + .wpcf7-list-item-label::after {
  border-color: #000;
}
.contactForm__acceptanceWrapper .wpcf7-acceptance a {
  display: inline-block;
  text-decoration: none;
  color: #941b28;
  background: linear-gradient(to left, #941b28, #941b28), linear-gradient(to left, transparent, transparent, transparent);
  background-size: 100% 0.1em, 0 0.1em;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: background-size 400ms;
  will-change: background-size;
}
.contactForm__acceptanceWrapper .wpcf7-acceptance a:hover {
  background-size: 0% 0.1em, 0% 0.1em;
  background-position: left bottom;
}
.contactForm__acceptanceWrapper .wpcf7-list-item {
  margin: 0;
}
.contactForm__acceptanceWrapper .wpcf7-list-item > label {
  display: flex;
}
.contactForm__acceptanceWrapper .wpcf7-list-item-label {
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  color: rgba(57, 57, 62, 0.7);
  position: relative;
  padding-left: 50px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .contactForm__acceptanceWrapper .wpcf7-list-item-label {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (min-width: 2560px) {
  .contactForm__acceptanceWrapper .wpcf7-list-item-label {
    font-size: 30px;
    line-height: 54px;
    padding-left: 75px;
  }
}
@media (min-width: 3199px) {
  .contactForm__acceptanceWrapper .wpcf7-list-item-label {
    font-size: 40px;
    line-height: 72px;
    padding-left: 100px;
  }
}
.contactForm__acceptanceWrapper .wpcf7-list-item-label label {
  cursor: pointer;
}
@media (max-width: 768px) {
  .contactForm__acceptanceWrapper .wpcf7-list-item-label label {
    cursor: pointer;
    display: block;
  }
}
.contactForm__acceptanceWrapper .wpcf7-list-item-label::after {
  content: "";
  left: 0;
  border: 2px solid #737478;
  height: 30px;
  width: 30px;
  cursor: pointer;
  transition: 0.3s ease border-color;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
}
@media (min-width: 2560px) {
  .contactForm__acceptanceWrapper .wpcf7-list-item-label::after {
    border: 3px solid #737478;
    height: 45px;
    width: 45px;
  }
}
@media (min-width: 3199px) {
  .contactForm__acceptanceWrapper .wpcf7-list-item-label::after {
    border: 4px solid #737478;
    height: 60px;
    width: 60px;
  }
}
.contactForm__acceptanceWrapper .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  background-color: #941b28;
  height: 20px;
  width: 20px;
  left: 5px;
  cursor: pointer;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  transition: 0.3s ease transform;
  transform: scale(0) translateY(50%);
  transform-origin: bottom;
}
@media (min-width: 2560px) {
  .contactForm__acceptanceWrapper .wpcf7-list-item-label::before {
    height: 30px;
    width: 30px;
    left: 7.5px;
  }
}
@media (min-width: 3199px) {
  .contactForm__acceptanceWrapper .wpcf7-list-item-label::before {
    height: 40px;
    width: 40px;
    left: 10px;
  }
}
.contactForm__inputWrapper {
  position: relative;
}
.contactForm__inputWrapper.-required label::after {
  content: "*";
  color: #cf3128;
  margin-left: 5px;
}
@media (min-width: 2560px) {
  .contactForm__inputWrapper.-required label::after {
    margin-left: 7.5px;
  }
}
@media (min-width: 3199px) {
  .contactForm__inputWrapper.-required label::after {
    margin-left: 10px;
  }
}
.contactForm__inputWrapper label {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  font-size: 22px;
  line-height: 36px;
  color: rgba(35, 35, 40, 0.5);
  pointer-events: none;
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .contactForm__inputWrapper label {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (min-width: 2560px) {
  .contactForm__inputWrapper label {
    font-size: 33px;
    line-height: 49.5px;
  }
}
@media (min-width: 3199px) {
  .contactForm__inputWrapper label {
    font-size: 44px;
    line-height: 72px;
  }
}
.contactForm__inputWrapper.-active label {
  top: -17.5px;
  font-size: 15px;
  line-height: 20px;
}
@media (min-width: 2560px) {
  .contactForm__inputWrapper.-active label {
    top: -26.25px;
    font-size: 22.5px;
    line-height: 30px;
  }
}
@media (min-width: 3199px) {
  .contactForm__inputWrapper.-active label {
    top: -35px;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 425px) {
  .contactForm .buttonWrapper {
    width: calc(100vw - 60px);
    margin-right: -30px;
  }
}
.contactForm input[type=submit] {
  width: fit-content;
  padding: 20px 60px;
  transition: background-color 0.3s ease-out;
  border: none;
}
.contactForm input[type=submit]:disabled {
  background-color: rgba(52, 52, 52, 0.4);
}
@media (min-width: 2560px) {
  .contactForm input[type=submit] {
    padding: 30px 90px;
  }
}
@media (min-width: 3199px) {
  .contactForm input[type=submit] {
    padding: 40px 120px;
  }
}
.contactForm .ajax-loader {
  display: none !important;
}
.contactForm .wpcf7-form-control-wrap.message {
  position: static;
}
.contactForm .wpcf7-spinner {
  display: none !important;
}
.contactForm .wpcf7-not-valid-tip + .wpcf7-not-valid-tip {
  display: none !important;
}
.contactForm .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 17px;
  line-height: 30px;
  color: #cf3128;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .contactForm .wpcf7-not-valid-tip {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (min-width: 2560px) {
  .contactForm .wpcf7-not-valid-tip {
    font-size: 25.5px;
    line-height: 45px;
  }
}
@media (min-width: 3199px) {
  .contactForm .wpcf7-not-valid-tip {
    font-size: 34px;
    line-height: 60px;
  }
}
.contactForm .wpcf7-checkbox + .wpcf7-not-valid-tip {
  margin-bottom: 15px;
  margin-left: 15px;
  margin-top: -90px;
  position: static;
}
@media (max-width: 768px) {
  .contactForm .wpcf7-checkbox + .wpcf7-not-valid-tip {
    margin-top: -30px;
  }
}
@media (min-width: 2560px) {
  .contactForm .wpcf7-checkbox + .wpcf7-not-valid-tip {
    margin-bottom: 22.5px;
    margin-left: 22.5px;
    margin-top: -135px;
  }
}
@media (min-width: 3199px) {
  .contactForm .wpcf7-checkbox + .wpcf7-not-valid-tip {
    margin-bottom: 30px;
    margin-left: 30px;
    margin-top: -180px;
  }
}
.contactForm input + .wpcf7-not-valid-tip {
  bottom: -45px;
}
@media (max-width: 768px) {
  .contactForm input + .wpcf7-not-valid-tip {
    bottom: -35px;
  }
}
@media (min-width: 2560px) {
  .contactForm input + .wpcf7-not-valid-tip {
    bottom: -67.5px;
  }
}
@media (min-width: 3199px) {
  .contactForm input + .wpcf7-not-valid-tip {
    bottom: -90px;
  }
}
.contactForm textarea + .wpcf7-not-valid-tip {
  bottom: 45px;
}
@media (max-width: 768px) {
  .contactForm textarea + .wpcf7-not-valid-tip {
    bottom: 15px;
  }
}
@media (min-width: 2560px) {
  .contactForm textarea + .wpcf7-not-valid-tip {
    bottom: 67.5px;
  }
}
@media (min-width: 3199px) {
  .contactForm textarea + .wpcf7-not-valid-tip {
    bottom: 90px;
  }
}
.wpcf7 .wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}
@media (min-width: 2560px) {
  .wpcf7 .wpcf7-response-output {
    font-size: 36px;
    margin-top: 30px !important;
  }
}
@media (min-width: 3199px) {
  .wpcf7 .wpcf7-response-output {
    font-size: 48px;
    margin-top: 40px !important;
  }
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  color: #cf3128;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #49a046;
}
/**
 * Component - longInfoBlocks
 */
.longInfoBlocks {
  padding-top: 50px;
}
@media (max-width: 992px) {
  .longInfoBlocks {
    padding-top: 15px;
  }
}
@media (min-width: 2560px) {
  .longInfoBlocks {
    padding-top: 75px;
  }
}
@media (min-width: 3199px) {
  .longInfoBlocks {
    padding-top: 100px;
  }
}
.longInfoBlocks--light {
  background-color: #fff;
}
.longInfoBlocks--dark {
  background-color: #f3f3f3;
}
.longInfoBlocks:has(h2 + h3) h2::after {
  display: none !important;
}
.longInfoBlocks__mainTitle {
  margin: 35px auto;
  padding: 0 40px;
  max-width: 80%;
  position: relative;
}
.longInfoBlocks__mainTitle::after {
  content: "";
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: -35px;
  border-top: 1px solid rgba(52, 52, 52, 0.3);
  display: none;
}
@media (max-width: 992px) {
  .longInfoBlocks__mainTitle::after {
    display: block;
  }
}
@media (max-width: 992px) {
  .longInfoBlocks__mainTitle {
    max-width: max-content;
  }
}
@media (min-width: 2560px) {
  .longInfoBlocks__mainTitle {
    margin: 52.5px auto;
    padding: 0 60px;
  }
}
@media (min-width: 3199px) {
  .longInfoBlocks__mainTitle {
    margin: 70px auto;
    padding: 0 80px;
  }
}
.longInfoBlocks__subTitle {
  font-size: 36px;
  margin: 45px auto 20px;
  padding: 0 40px;
  max-width: 80%;
  position: relative;
  line-height: 1.2;
}
.longInfoBlocks__subTitle::after {
  content: "";
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: -20px;
  border-top: 1px solid rgba(52, 52, 52, 0.3);
  display: none;
}
@media (max-width: 992px) {
  .longInfoBlocks__subTitle::after {
    display: block;
  }
}
@media (max-width: 992px) {
  .longInfoBlocks__subTitle {
    max-width: 100%;
    margin: -15px auto 5px;
    padding-bottom: 0;
    z-index: 11;
  }
}
@media (min-width: 2560px) {
  .longInfoBlocks__subTitle {
    font-size: 54px;
    margin: 67.5px auto 30px;
    margin: 52.5px auto;
    padding: 0 60px;
  }
}
@media (min-width: 3199px) {
  .longInfoBlocks__subTitle {
    font-size: 72px;
    margin: 90px auto 40px;
    padding: 0 80px;
  }
}
/**
  * Sub-component - longInfoBlocks_trailerBlock
  * Parent Component - longInfoBlocks
 */
.longInfoBlocks_trailerBlock {
  padding: 50px 0 50px;
  margin-bottom: 25px;
  position: relative;
  z-index: 10;
}
@media (max-width: 992px) {
  .longInfoBlocks_trailerBlock {
    padding: 35px 0 35px;
  }
}
@media (min-width: 2560px) {
  .longInfoBlocks_trailerBlock {
    padding: 75px 0 75px;
    margin-bottom: 37.5px;
  }
}
@media (min-width: 3199px) {
  .longInfoBlocks_trailerBlock {
    padding: 100px 0 10px;
    margin-bottom: 50px;
  }
}
.longInfoBlocks_trailerBlock.-even {
  background-color: #f3f3f3;
}
@media (max-width: 992px) {
  .longInfoBlocks_trailerBlock.-even .longInfoBlocks_trailerBlock__mainWrapper .row {
    flex-direction: column-reverse;
  }
}
.longInfoBlocks_trailerBlock.-even .longInfoBlocks_trailerBlock__imageWrapper {
  padding-right: 65px;
}
@media (max-width: 992px) {
  .longInfoBlocks_trailerBlock.-even .longInfoBlocks_trailerBlock__imageWrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 2560px) {
  .longInfoBlocks_trailerBlock.-even .longInfoBlocks_trailerBlock__imageWrapper {
    padding-right: 97.5px;
  }
}
@media (min-width: 3199px) {
  .longInfoBlocks_trailerBlock.-even .longInfoBlocks_trailerBlock__imageWrapper {
    padding-right: 130px;
  }
}
.longInfoBlocks_trailerBlock.-odd {
  background-color: #fff;
}
.longInfoBlocks_trailerBlock.-odd .longInfoBlocks_trailerBlock__mainWrapper .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .longInfoBlocks_trailerBlock.-odd .longInfoBlocks_trailerBlock__mainWrapper .row {
    flex-direction: column-reverse;
  }
}
.longInfoBlocks_trailerBlock.-odd .longInfoBlocks_trailerBlock__imageWrapper {
  padding-left: 65px;
}
@media (max-width: 992px) {
  .longInfoBlocks_trailerBlock.-odd .longInfoBlocks_trailerBlock__imageWrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 2560px) {
  .longInfoBlocks_trailerBlock.-odd .longInfoBlocks_trailerBlock__imageWrapper {
    padding-left: 97.5px;
  }
}
@media (min-width: 3199px) {
  .longInfoBlocks_trailerBlock.-odd .longInfoBlocks_trailerBlock__imageWrapper {
    padding-left: 130px;
  }
}
@media (max-width: 992px) {
  .longInfoBlocks_trailerBlock__imageWrapper {
    margin-top: 30px;
  }
}
.longInfoBlocks_trailerBlock__image {
  box-shadow: 0 25px 98px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
@media (min-width: 2560px) {
  .longInfoBlocks_trailerBlock__image {
    box-shadow: 0 37.5px 147px rgba(0, 0, 0, 0.1);
    border-radius: 7.5px;
  }
}
@media (min-width: 3199px) {
  .longInfoBlocks_trailerBlock__image {
    box-shadow: 0 50px 196px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
}
.longInfoBlocks_trailerBlock__textWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1439px) {
  .longInfoBlocks_trailerBlock__textWrapper {
    padding: 0 30px;
  }
}
.longInfoBlocks_trailerBlock__textWrapper .textContent {
  text-align: left;
}
.longInfoBlocks_trailerBlock__textWrapper h2 {
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .longInfoBlocks_trailerBlock__textWrapper h2 {
    text-align: center;
  }
}
@media (min-width: 2560px) {
  .longInfoBlocks_trailerBlock__textWrapper h2 {
    margin-bottom: 45px;
  }
}
@media (min-width: 3199px) {
  .longInfoBlocks_trailerBlock__textWrapper h2 {
    margin-bottom: 60px;
  }
}
.longInfoBlocks_trailerBlock__textWrapper ul {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .longInfoBlocks_trailerBlock__textWrapper ul {
    width: fit-content;
    margin: auto;
  }
}
@media (max-width: 575px) {
  .longInfoBlocks_trailerBlock__textWrapper ul {
    width: auto;
  }
}
@media (min-width: 2560px) {
  .longInfoBlocks_trailerBlock__textWrapper ul {
    padding-left: 37.5px;
  }
}
@media (min-width: 3199px) {
  .longInfoBlocks_trailerBlock__textWrapper ul {
    padding-left: 50px;
  }
}
.longInfoBlocks_trailerBlock__textWrapper li {
  font-size: 20px;
  font-weight: 500;
  margin: 7.5px 0;
}
@media (max-width: 1200px) {
  .longInfoBlocks_trailerBlock__textWrapper li {
    font-size: 18px;
    margin: 6.5px 0;
  }
}
@media (min-width: 2560px) {
  .longInfoBlocks_trailerBlock__textWrapper li {
    font-size: 30px;
    margin: 11.25px 0;
  }
}
@media (min-width: 3199px) {
  .longInfoBlocks_trailerBlock__textWrapper li {
    font-size: 40px;
    margin: 15px 0;
  }
}
.longInfoBlocks_trailerBlock__textWrapper li::before {
  top: 12px;
  height: 9px;
  left: -20px;
  width: 9px;
}
@media (max-width: 1200px) {
  .longInfoBlocks_trailerBlock__textWrapper li::before {
    top: 10px;
    height: 7.5px;
    left: -25px;
    width: 7.5px;
  }
}
@media (min-width: 2560px) {
  .longInfoBlocks_trailerBlock__textWrapper li::before {
    top: 16px;
    height: 13.5px;
    left: -30px;
    width: 13.5px;
  }
}
@media (min-width: 3199px) {
  .longInfoBlocks_trailerBlock__textWrapper li::before {
    top: 22px;
    height: 18px;
    left: -40px;
    width: 18px;
  }
}
.longInfoBlocks_trailerBlock__cta {
  width: fit-content;
  margin-top: 30px;
  padding: 20px 60px;
}
@media (max-width: 992px) {
  .longInfoBlocks_trailerBlock__cta {
    margin: 30px auto 0;
  }
}
@media (min-width: 2560px) {
  .longInfoBlocks_trailerBlock__cta {
    margin-top: 45px;
    padding: 30px 90px;
  }
}
@media (min-width: 3199px) {
  .longInfoBlocks_trailerBlock__cta {
    margin-top: 60px;
    padding: 40px 120px;
  }
}
/**
  * Sub-component - longInfoBlocks_contentBlock
  * Parent Component - longInfoBlocks
 */
.longInfoBlocks_contentBlock {
  position: relative;
}
.longInfoBlocks_contentBlock.-even {
  background-color: #f3f3f3;
}
.longInfoBlocks_contentBlock.-odd {
  background-color: #fff;
}
.longInfoBlocks_contentBlock__textWrapper {
  padding: 35px 15px 50px;
}
@media (min-width: 2560px) {
  .longInfoBlocks_contentBlock__textWrapper {
    padding: 52.5px 22.5px 75px;
  }
}
@media (min-width: 3199px) {
  .longInfoBlocks_contentBlock__textWrapper {
    padding: 70px 30px 100px;
  }
}
.longInfoBlocks_contentBlock__textWrapper h2 {
  margin: 15px auto 35px;
}
@media (min-width: 2560px) {
  .longInfoBlocks_contentBlock__textWrapper h2 {
    margin: 22.5px auto 52.5px;
  }
}
@media (min-width: 3199px) {
  .longInfoBlocks_contentBlock__textWrapper h2 {
    margin: 30px auto 70px;
  }
}
.longInfoBlocks_contentBlock__textWrapper h3 {
  text-align: left;
  font-size: 24px;
}
@media (min-width: 2560px) {
  .longInfoBlocks_contentBlock__textWrapper h3 {
    font-size: 36px;
  }
}
@media (min-width: 3199px) {
  .longInfoBlocks_contentBlock__textWrapper h3 {
    font-size: 48px;
  }
}
.longInfoBlocks_contentBlock__cta {
  margin: 50px auto 0;
  width: fit-content;
  padding: 20px 60px;
}
@media (min-width: 2560px) {
  .longInfoBlocks_contentBlock__cta {
    margin: 75px auto 0;
    padding: 30px 90px;
  }
}
@media (min-width: 3199px) {
  .longInfoBlocks_contentBlock__cta {
    margin: 100px auto 0;
    padding: 40px 120px;
  }
}
/**
 * Component - aboutUs
 */
.aboutUs {
  z-index: 0;
  position: relative;
  padding-bottom: 45px;
}
@media (min-width: 2560px) {
  .aboutUs {
    padding-bottom: 67.5px;
  }
}
@media (min-width: 3199px) {
  .aboutUs {
    padding-bottom: 90px;
  }
}
.aboutUs__title {
  margin-top: 20px;
  max-width: 50%;
  text-align: center;
}
@media (max-width: 768px) {
  .aboutUs__title {
    max-width: calc(100% - 30px);
  }
}
@media (min-width: 2560px) {
  .aboutUs__title {
    margin-top: 30px;
  }
}
@media (min-width: 3199px) {
  .aboutUs__title {
    margin-top: 40px;
  }
}
.aboutUs__subTitle {
  margin-top: 20px;
  max-width: 50%;
  text-align: center;
}
@media (max-width: 768px) {
  .aboutUs__subTitle {
    max-width: calc(100% - 30px);
  }
}
@media (min-width: 2560px) {
  .aboutUs__subTitle {
    margin-top: 30px;
  }
}
@media (min-width: 3199px) {
  .aboutUs__subTitle {
    margin-top: 40px;
  }
}
.aboutUs__contentWrapper {
  margin-top: 30px;
}
@media (min-width: 2560px) {
  .aboutUs__contentWrapper {
    margin-top: 45px;
  }
}
@media (min-width: 3199px) {
  .aboutUs__contentWrapper {
    margin-top: 60px;
  }
}
.aboutUs__imageWrapper {
  float: right;
  width: 50%;
  margin: 5px 0 20px 40px;
  border-radius: 3px;
  overflow: hidden;
}
@media (max-width: 920px) {
  .aboutUs__imageWrapper {
    float: none;
    margin: 0 -15px;
    width: 100vw;
  }
}
@media (min-width: 2560px) {
  .aboutUs__imageWrapper {
    margin: 7.5px 0 30px 60px;
    border-radius: 4.5px;
  }
}
@media (min-width: 3199px) {
  .aboutUs__imageWrapper {
    margin: 10px 0 40px 80px;
    border-radius: 6px;
  }
}
.aboutUs__gallery {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}
@media (min-width: 2560px) {
  .aboutUs__gallery {
    margin-top: 60px;
    margin-bottom: 70px;
  }
}
@media (min-width: 3199px) {
  .aboutUs__gallery {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.aboutUs__gallery::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2px;
  width: 100px;
  z-index: 5;
  user-select: none;
  pointer-events: none;
  background: linear-gradient(270deg, rgba(243, 243, 243, 0) 0%, #f3f3f3 100%);
}
@media (min-width: 2560px) {
  .aboutUs__gallery::after {
    width: 150px;
  }
}
@media (min-width: 3199px) {
  .aboutUs__gallery::after {
    width: 200px;
  }
}
.aboutUs__gallery::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2px;
  width: 100px;
  z-index: 5;
  user-select: none;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(243, 243, 243, 0) 0%, #f3f3f3 100%);
}
@media (min-width: 2560px) {
  .aboutUs__gallery::before {
    width: 150px;
  }
}
@media (min-width: 3199px) {
  .aboutUs__gallery::before {
    width: 200px;
  }
}
/**
 * Component - contactMap
 */
.contactMap {
  z-index: 0;
  position: relative;
  background-color: #fff;
  /* Google maps weird border fix */
}
@media (max-width: 1024px) {
  .contactMap {
    padding-bottom: 6.95vw;
  }
}
@media (max-width: 992px) {
  .contactMap {
    padding-bottom: 11.95vw;
  }
}
.contactMap iframe + div {
  border: none !important;
}
.contactMap__title {
  margin-top: 20px;
  max-width: 50%;
  text-align: center;
}
@media (max-width: 768px) {
  .contactMap__title {
    max-width: calc(100% - 30px);
  }
}
@media (min-width: 2560px) {
  .contactMap__title {
    margin-top: 30px;
  }
}
@media (min-width: 3199px) {
  .contactMap__title {
    margin-top: 40px;
  }
}
.contactMap__subTitle {
  margin-top: 20px;
  max-width: 50%;
  text-align: center;
}
@media (max-width: 768px) {
  .contactMap__subTitle {
    max-width: calc(100% - 30px);
  }
}
@media (min-width: 2560px) {
  .contactMap__subTitle {
    margin-top: 30px;
  }
}
@media (min-width: 3199px) {
  .contactMap__subTitle {
    margin-top: 40px;
  }
}
.contactMap__infoText {
  max-width: 50%;
  max-width: 50%;
  text-align: center;
  color: #343434;
  font-size: 22px;
  line-height: 1.4;
  margin: 30px auto 10px;
  font-weight: 600;
}
@media (min-width: 2560px) {
  .contactMap__infoText {
    font-size: 33px;
    margin: 45px auto 15px;
  }
}
@media (min-width: 3199px) {
  .contactMap__infoText {
    font-size: 44px;
    margin: 60px auto 20px;
  }
}
.contactMap__instantCTAsWrapper {
  display: flex;
  justify-content: center;
  margin: 30px 0 40px;
}
@media (min-width: 2560px) {
  .contactMap__instantCTAsWrapper {
    margin: 45px 0 60px;
  }
}
@media (min-width: 3199px) {
  .contactMap__instantCTAsWrapper {
    margin: 60px 0 80px;
  }
}
.contactMap__instantCTA {
  width: fit-content;
  margin: 0 15px;
  line-height: 1.8;
}
@media (min-width: 2560px) {
  .contactMap__instantCTA {
    margin: 0 22.5px;
  }
}
@media (min-width: 3199px) {
  .contactMap__instantCTA {
    margin: 0 30px;
  }
}
.contactMap__mapWrapper {
  position: relative;
  height: 800px;
}
@media (max-width: 1024px) {
  .contactMap__mapWrapper {
    height: inherit;
  }
}
@media (min-width: 2560px) {
  .contactMap__mapWrapper {
    height: 1200px;
  }
}
@media (min-width: 3199px) {
  .contactMap__mapWrapper {
    height: 1600px;
  }
}
.contactMap__inner {
  height: 800px;
}
@media (min-width: 2560px) {
  .contactMap__inner {
    height: 1200px;
  }
}
@media (min-width: 3199px) {
  .contactMap__inner {
    height: 1600px;
  }
}
.contactMap__info {
  position: absolute;
  top: 60px;
  bottom: 115px;
  width: 500px;
  max-width: calc(100vw - 20px);
  right: -550px;
  background-color: #fff;
  z-index: 2;
  box-shadow: 0 0 10px #343434;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  display: flex;
  flex-direction: column;
  transition: 0.5s ease right;
}
@media (max-width: 1024px) {
  .contactMap__info {
    position: relative;
    top: inherit;
    bottom: inherit;
    width: inherit;
    max-width: inherit;
    right: inherit !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
}
@media (min-width: 2560px) {
  .contactMap__info {
    top: 90px;
    bottom: 172.5px;
    width: 750px;
    max-width: calc(100vw - 30px);
    right: -825px;
    box-shadow: 0 0 15px #343434;
    border-bottom-left-radius: 7.5px;
    border-top-left-radius: 7.5px;
  }
}
@media (min-width: 3199px) {
  .contactMap__info {
    top: 120px;
    bottom: 230px;
    width: 1000px;
    max-width: calc(100vw - 40px);
    right: -1100px;
    box-shadow: 0 0 20px #343434;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
  }
}
.contactMap__info.-active {
  right: 0;
}
.contactMap__infoTabsWrapper {
  /* display: flex; */
  border-bottom: 2px solid rgba(52, 52, 52, 0.1);
  /* Tabs are disabled for now */
  display: none !important;
}
@media (min-width: 2560px) {
  .contactMap__infoTabsWrapper {
    border-bottom: 3px solid rgba(52, 52, 52, 0.1);
  }
}
@media (min-width: 3199px) {
  .contactMap__infoTabsWrapper {
    border-bottom: 4px solid rgba(52, 52, 52, 0.1);
  }
}
.contactMap__infoTab {
  width: 50%;
  padding: 20px 50px;
  color: #2c2c2c;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease border-color;
  position: relative;
  overflow: hidden;
  border-bottom: 4px solid transparent;
  margin: 0 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media (min-width: 2560px) {
  .contactMap__infoTab {
    padding: 30px 75px;
    font-size: 22.5px;
    border-bottom: 6px solid transparent;
    margin: 0 7.5px;
  }
}
@media (min-width: 3199px) {
  .contactMap__infoTab {
    padding: 40px 100px;
    font-size: 30px;
    border-bottom: 8px solid transparent;
    margin: 0 10px;
  }
}
.contactMap__infoTab:hover {
  border-color: rgba(148, 27, 40, 0.5);
}
.contactMap__infoTab.-active {
  border-color: #941b28;
}
.contactMap__infoContentsWrapper {
  overflow: hidden;
  height: 100%;
}
.contactMap__infoContent {
  overflow: auto;
  height: 100%;
  display: none;
  padding: 30px 40px 50px;
  color: #777;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .contactMap__infoContent {
    width: 500px;
    max-width: 100vw;
    margin: auto;
    padding-bottom: 20px;
  }
}
@media (min-width: 2560px) {
  .contactMap__infoContent {
    padding: 45px 60px 75px;
  }
}
@media (min-width: 3199px) {
  .contactMap__infoContent {
    padding: 60px 80px 100px;
  }
}
.contactMap__infoContent.-active {
  display: flex;
}
.contactMap__infoTitle {
  color: #2c2c2c;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 5px;
}
@media (min-width: 2560px) {
  .contactMap__infoTitle {
    font-size: 24px;
    margin: 0 0 7.5px;
  }
}
@media (min-width: 3199px) {
  .contactMap__infoTitle {
    font-size: 32px;
    margin: 0 0 10px;
  }
}
.contactMap__infoSubtitle {
  width: fit-content;
  color: #2c2c2c;
  text-align: left;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
  margin-top: 0;
  border-bottom: 3px solid #941b28;
}
@media (min-width: 2560px) {
  .contactMap__infoSubtitle {
    font-size: 22.5px;
    margin-bottom: 15px;
    border-bottom: 4.5px solid #941b28;
  }
}
@media (min-width: 3199px) {
  .contactMap__infoSubtitle {
    font-size: 30px;
    margin-bottom: 20px;
    border-bottom: 6px solid #941b28;
  }
}
.contactMap__infoIcon {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  width: 20px;
  height: 20px;
  left: 0;
}
@media (min-width: 2560px) {
  .contactMap__infoIcon {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 3199px) {
  .contactMap__infoIcon {
    width: 40px;
    height: 40px;
  }
}
.contactMap__infoIcon::after {
  display: block;
  position: absolute;
  font-size: 18px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  text-align: center;
}
@media (min-width: 2560px) {
  .contactMap__infoIcon::after {
    font-size: 27px;
    line-height: 30px;
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 3199px) {
  .contactMap__infoIcon::after {
    font-size: 36px;
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
}
.contactMap__infoIcon.-adress::after {
  content: "\f3c5" !important;
}
.contactMap__infoIcon.-phone::after {
  content: "\f879" !important;
}
.contactMap__infoIcon.-mail::after {
  content: "\f0e0" !important;
}
.contactMap__infoAdress, .contactMap__infoPhone, .contactMap__infoMail {
  position: relative;
  padding: 2.5px 0 2.5px 35px;
  line-height: 1.4;
  font-size: 16px;
}
@media (min-width: 2560px) {
  .contactMap__infoAdress, .contactMap__infoPhone, .contactMap__infoMail {
    padding: 3.75px 0 3.75px 52.5px;
    font-size: 24px;
  }
}
@media (min-width: 3199px) {
  .contactMap__infoAdress, .contactMap__infoPhone, .contactMap__infoMail {
    padding: 5px 0 5px 70px;
    font-size: 32px;
  }
}
.contactMap__infoDetails {
  line-height: 1.4;
  padding: 20px 0;
  font-size: 15px;
}
@media (min-width: 2560px) {
  .contactMap__infoDetails {
    padding: 30px 0;
    font-size: 22.5px;
  }
}
@media (min-width: 3199px) {
  .contactMap__infoDetails {
    padding: 40px 0;
    font-size: 30px;
  }
}
.contactMap__infoCTA {
  width: fit-content;
  padding: 25px 60px;
  margin: auto auto 0;
}
@media (max-width: 1024px) {
  .contactMap__infoCTA {
    margin-top: 50px;
  }
}
@media (min-width: 2560px) {
  .contactMap__infoCTA {
    padding: 37.5px 90px;
  }
}
@media (min-width: 3199px) {
  .contactMap__infoCTA {
    padding: 50px 120px;
  }
}
/**
 * Component - activityCalendar
 */
.activityCalendar {
  background-color: #fff;
  padding-bottom: 45px;
}
@media (min-width: 2560px) {
  .activityCalendar {
    padding-bottom: 67.5px;
  }
}
@media (min-width: 3199px) {
  .activityCalendar {
    padding-bottom: 90px;
  }
}
.activityCalendar__title {
  margin-top: 20px;
  max-width: 50%;
  text-align: center;
}
@media (max-width: 768px) {
  .activityCalendar__title {
    max-width: calc(100% - 30px);
  }
}
@media (min-width: 2560px) {
  .activityCalendar__title {
    margin-top: 30px;
  }
}
@media (min-width: 3199px) {
  .activityCalendar__title {
    margin-top: 40px;
  }
}
.activityCalendar__subTitle {
  text-align: center;
  margin-top: 20px;
  max-width: 50%;
}
@media (max-width: 768px) {
  .activityCalendar__subTitle {
    max-width: calc(100% - 30px);
  }
}
@media (min-width: 2560px) {
  .activityCalendar__subTitle {
    margin-top: 30px;
  }
}
@media (min-width: 3199px) {
  .activityCalendar__subTitle {
    margin-top: 40px;
  }
}
.activityCalendar__listWrapper {
  margin-top: 15px;
  justify-content: center;
}
@media (min-width: 2560px) {
  .activityCalendar__listWrapper {
    margin-top: 22.5px;
  }
}
@media (min-width: 3199px) {
  .activityCalendar__listWrapper {
    margin-top: 30px;
  }
}
.activityCalendar__listWrapper > * {
  margin: 15px 0;
}
@media (min-width: 2560px) {
  .activityCalendar__listWrapper > * {
    margin: 22.5px 0;
  }
}
@media (min-width: 3199px) {
  .activityCalendar__listWrapper > * {
    margin: 30px 0;
  }
}
.activityCalendar__single {
  transition: 0.5s ease box-shadow;
  border-radius: 5px;
  overflow: hidden;
  background-color: rgba(243, 243, 243, 0.5);
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 2560px) {
  .activityCalendar__single {
    border-radius: 7.5px;
  }
}
@media (min-width: 3199px) {
  .activityCalendar__single {
    border-radius: 10px;
  }
}
.activityCalendar__single:hover {
  box-shadow: 0 0 10px 5px rgba(44, 44, 44, 0.5);
}
@media (min-width: 2560px) {
  .activityCalendar__single:hover {
    box-shadow: 0 0 15px 7.5px rgba(44, 44, 44, 0.5);
  }
}
@media (min-width: 3199px) {
  .activityCalendar__single:hover {
    box-shadow: 0 0 20px 10px rgba(44, 44, 44, 0.5);
  }
}
.activityCalendar__single:hover .activityCalendar__singleImage {
  transform: scale(110%);
}
.activityCalendar__single * {
  color: #2c2c2c;
}
.activityCalendar__singleImageWrapper {
  overflow: hidden;
}
.activityCalendar__singleImage {
  transition: 0.5s ease transform;
}
.activityCalendar__singleTextWrapper {
  padding: 0 15px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (min-width: 2560px) {
  .activityCalendar__singleTextWrapper {
    padding: 0 22.5px 30px;
  }
}
@media (min-width: 3199px) {
  .activityCalendar__singleTextWrapper {
    padding: 0 30px 40px;
  }
}
.activityCalendar__singleTitle {
  color: #941b28;
  font-weight: 800;
  font-size: 19px;
  margin-top: 10px;
}
@media (min-width: 2560px) {
  .activityCalendar__singleTitle {
    font-size: 28.5px;
    margin-top: 15px;
  }
}
@media (min-width: 3199px) {
  .activityCalendar__singleTitle {
    font-size: 38px;
    margin-top: 20px;
  }
}
.activityCalendar__singleDate {
  color: #777;
  font-weight: 600;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
  width: fit-content;
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 3px;
  line-height: 1.4;
  padding: 2.5px 10px;
}
@media (min-width: 2560px) {
  .activityCalendar__singleDate {
    margin-top: 7.5px;
    font-size: 21px;
    border: 1.5px solid transparent;
    border-radius: 4.5px;
    padding: 3.75px 15px;
  }
}
@media (min-width: 3199px) {
  .activityCalendar__singleDate {
    margin-top: 10px;
    font-size: 28px;
    border: 2px solid transparent;
    border-radius: 6px;
    padding: 5px 20px;
  }
}
.activityCalendar__singleDate span {
  display: inline-block;
  color: #777;
}
.activityCalendar__singleDate.-finished {
  border-color: rgba(148, 27, 40, 0.3);
  background-color: rgba(148, 27, 40, 0.05);
}
.activityCalendar__singleDate.-active {
  border-color: rgba(73, 160, 70, 0.5);
  background-color: rgba(73, 160, 70, 0.15);
}
.activityCalendar__singleDate.-upcoming {
  border-color: rgba(231, 198, 118, 0.4);
  background-color: rgba(231, 198, 118, 0.1);
}
.activityCalendar__singleExcerpt {
  color: #777;
  font-size: 14px;
  margin: 5px 5px 0;
  line-height: 1.4;
  font-weight: 400;
}
@media (min-width: 2560px) {
  .activityCalendar__singleExcerpt {
    font-size: 21px;
    margin: 7.5px 7.5px 0;
  }
}
@media (min-width: 3199px) {
  .activityCalendar__singleExcerpt {
    font-size: 28px;
    margin: 10px 10px 0;
  }
}
.activityCalendar__singleCTA {
  margin-top: auto;
  margin-left: auto;
  line-height: 20px;
  padding-top: 20px;
  font-size: 16px;
  border-bottom: 2px solid #941b28;
  color: #941b28;
}
@media (min-width: 2560px) {
  .activityCalendar__singleCTA {
    line-height: 30px;
    padding-top: 30px;
    font-size: 24px;
    border-bottom: 3px solid #941b28;
  }
}
@media (min-width: 3199px) {
  .activityCalendar__singleCTA {
    line-height: 40px;
    padding-top: 40px;
    font-size: 32px;
    border-bottom: 4px solid #941b28;
  }
}
.activityCalendar__singleCTAicon {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  vertical-align: middle;
}
@media (min-width: 2560px) {
  .activityCalendar__singleCTAicon {
    width: 30px;
    height: 30px;
    margin-left: 7.5px;
  }
}
@media (min-width: 3199px) {
  .activityCalendar__singleCTAicon {
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }
}
.activityCalendar__singleCTAicon::before {
  content: "\e900" !important;
  user-select: auto;
  pointer-events: auto;
  display: block;
  box-sizing: border-box;
  font-weight: 700;
  transition: 0.2s;
  position: absolute;
  font-size: 18px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  text-align: center;
  color: #941b28;
}
@media (min-width: 2560px) {
  .activityCalendar__singleCTAicon::before {
    font-size: 27px;
    line-height: 30px;
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 3199px) {
  .activityCalendar__singleCTAicon::before {
    font-size: 36px;
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
}
.activityCalendar__showAll {
  margin: 50px auto 0;
  width: fit-content;
  padding: 20px 60px;
}
@media (min-width: 2560px) {
  .activityCalendar__showAll {
    margin: 75px auto 0;
    padding: 30px 90px;
  }
}
@media (min-width: 3199px) {
  .activityCalendar__showAll {
    margin: 100px auto 0;
    padding: 40px 120px;
  }
}
.activityCalendar__pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
}
@media (min-width: 2560px) {
  .activityCalendar__pagination {
    margin: 75px auto 0;
  }
}
@media (min-width: 3199px) {
  .activityCalendar__pagination {
    margin: 100px auto 0;
  }
}
.activityCalendar__pagination * {
  display: block;
}
.activityCalendar__pagination .page-numbers {
  border: 2px solid #941b28;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  margin: 0 7.5px;
  font-size: 14px;
  transition: 0.5s ease background-color;
}
.activityCalendar__pagination .page-numbers:hover {
  background-color: rgba(148, 27, 40, 0.1);
}
@media (min-width: 2560px) {
  .activityCalendar__pagination .page-numbers {
    border: 3px solid #941b28;
    width: 45px;
    height: 45px;
    margin: 0 11.25px;
    font-size: 21px;
  }
}
@media (min-width: 3199px) {
  .activityCalendar__pagination .page-numbers {
    border: 4px solid #941b28;
    width: 60px;
    height: 60px;
    margin: 0 15px;
    font-size: 28px;
  }
}
.activityCalendar__pagination .page-numbers.current {
  color: #777;
  border-color: #777;
  background-color: transparent;
}
/**
 * Component - foodList
 */
/**
  * Sub-component - foodList_tabs
  * Parent Component - foodList
 */
.foodList_tabs {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
}
@media (min-width: 2560px) {
  .foodList_tabs {
    border-bottom: 1.5px solid #eaeaea;
  }
}
@media (min-width: 3199px) {
  .foodList_tabs {
    border-bottom: 2px solid #eaeaea;
  }
}
.foodList_tabs__wrapper {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  margin: 0 -2.5px;
}
@media (max-width: 768px) {
  .foodList_tabs__wrapper {
    margin: 0 0;
  }
}
@media (min-width: 2560px) {
  .foodList_tabs__wrapper {
    margin: 0 -3.75px;
  }
}
@media (min-width: 3199px) {
  .foodList_tabs__wrapper {
    margin: 0 -5px;
  }
}
.foodList_tabs__tab {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 3px solid transparent;
  transition: 0.5s ease border-color;
  cursor: pointer;
  height: 100px;
  flex-grow: 1;
  margin: 0 2.5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 0 15px;
  position: relative;
}
@media (max-width: 400px) {
  .foodList_tabs__tab {
    padding: 0 7.5px;
  }
}
@media (max-width: 768px) {
  .foodList_tabs__tab {
    flex-direction: column-reverse;
  }
}
@media (min-width: 2560px) {
  .foodList_tabs__tab {
    border-bottom: 4.5px solid transparent;
    margin: 0 3.75px;
    border-top-left-radius: 7.5px;
    border-top-right-radius: 7.5px;
    padding: 0 22.5px;
    height: 150px;
  }
}
@media (min-width: 3199px) {
  .foodList_tabs__tab {
    border-bottom: 6px solid transparent;
    margin: 0 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0 30px;
    height: 200px;
  }
}
.foodList_tabs__tab:hover {
  border-color: rgba(148, 27, 40, 0.5);
}
.foodList_tabs__tab.-active {
  border-color: #941b28;
}
.foodList_tabs__tab.-active .foodList_tabs__tabTitle {
  color: #941b28;
}
.foodList_tabs__tab.-active .foodList_tabs__tabIcon svg g,
.foodList_tabs__tab.-active .foodList_tabs__tabIcon svg path {
  fill: #941b28;
}
.foodList_tabs__tabTitle {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2c2c2c;
  transition: 0.5s ease color;
  margin: inherit;
}
@media (max-width: 768px) {
  .foodList_tabs__tabTitle {
    margin: 7.5px inherit;
  }
}
@media (min-width: 2560px) {
  .foodList_tabs__tabTitle {
    font-size: 24px;
    letter-spacing: 1.5px;
  }
}
@media (min-width: 3199px) {
  .foodList_tabs__tabTitle {
    font-size: 32px;
    letter-spacing: 2px;
  }
}
.foodList_tabs__tabIcon {
  margin-right: 10px;
  height: 32px;
  width: 32px;
}
@media (max-width: 768px) {
  .foodList_tabs__tabIcon {
    margin-right: 0;
  }
}
@media (min-width: 2560px) {
  .foodList_tabs__tabIcon {
    margin-right: 15px;
    height: 48px;
    width: 48px;
  }
}
@media (min-width: 3199px) {
  .foodList_tabs__tabIcon {
    margin-right: 20px;
    height: 64px;
    width: 64px;
  }
}
.foodList_tabs__tabIcon svg {
  height: 32px;
  width: 32px;
}
@media (min-width: 2560px) {
  .foodList_tabs__tabIcon svg {
    height: 48px;
    width: 48px;
  }
}
@media (min-width: 3199px) {
  .foodList_tabs__tabIcon svg {
    height: 64px;
    width: 64px;
  }
}
.foodList_tabs__tabIcon svg g,
.foodList_tabs__tabIcon svg path {
  fill: #2c2c2c;
  transition: 0.5s ease fill;
}
/**
  * Sub-component - foodList_itemLists
  * Parent Component - foodList
 */
.foodList_itemLists__list {
  margin: 30px 0 45px;
  display: none;
  /* Bad looking margin top fix in case the headline is present on first element right after the tabs */
}
@media (min-width: 2560px) {
  .foodList_itemLists__list {
    margin: 45px 0 67.5px;
  }
}
@media (min-width: 3199px) {
  .foodList_itemLists__list {
    margin: 60px 0 90px;
  }
}
.foodList_itemLists__list.-active {
  display: block;
}
.foodList_itemLists__list .container:first-child .foodList_itemLists__listTitle {
  margin-top: -5px;
}
@media (min-width: 2560px) {
  .foodList_itemLists__list .container:first-child .foodList_itemLists__listTitle {
    margin-top: -7.5px;
  }
}
@media (min-width: 3199px) {
  .foodList_itemLists__list .container:first-child .foodList_itemLists__listTitle {
    margin-top: -10px;
  }
}
.foodList_itemLists__listInner.-isHidden {
  display: none;
}
.foodList_itemLists__listTitle {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0 5px;
  border-bottom: 4px solid #941b28;
  color: #2c2c2c;
  opacity: 1;
  line-height: 1.5;
  width: fit-content;
}
@media (min-width: 2560px) {
  .foodList_itemLists__listTitle {
    font-size: 36px;
    margin: 15px 0 7.5px;
    border-bottom: 6px solid #941b28;
  }
}
@media (min-width: 3199px) {
  .foodList_itemLists__listTitle {
    font-size: 48px;
    margin: 20px 0 10px;
    border-bottom: 8px solid #941b28;
  }
}
.foodList_itemLists__listWrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.foodList_itemLists__listItem {
  background-color: #fff;
  border-radius: 5px;
  margin: 15px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  width: calc(100% - 30px);
}
@media (min-width: 576px) {
  .foodList_itemLists__listItem {
    width: calc(50% - 30px);
  }
}
@media (min-width: 768px) {
  .foodList_itemLists__listItem {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1024px) {
  .foodList_itemLists__listItem {
    width: calc(33.3333333333% - 30px);
  }
}
@media (min-width: 1200px) {
  .foodList_itemLists__listItem {
    width: calc(33.3333333333% - 30px);
  }
}
@media (min-width: 1440px) {
  .foodList_itemLists__listItem {
    width: calc(33.3333333333% - 30px);
  }
}
@media (min-width: 1600px) {
  .foodList_itemLists__listItem {
    width: calc(25% - 30px);
  }
}
@media (min-width: 2560px) {
  .foodList_itemLists__listItem {
    width: calc(25% - 45px);
    margin: 22.5px;
    padding: 45px;
    border-radius: 7.5px;
  }
}
@media (min-width: 3199px) {
  .foodList_itemLists__listItem {
    width: calc(25% - 60px);
    margin: 30px;
    padding: 60px;
    border-radius: 10px;
  }
}
.foodList_itemLists__listItemImage {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 2560px) {
  .foodList_itemLists__listItemImage {
    margin-bottom: 30px;
    border-radius: 12px;
  }
}
@media (min-width: 3199px) {
  .foodList_itemLists__listItemImage {
    margin-bottom: 40px;
    border-radius: 16px;
  }
}
.foodList_itemLists__listItemSumary {
  display: flex;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 10px;
}
@media (min-width: 2560px) {
  .foodList_itemLists__listItemSumary {
    font-size: 25.5px;
    margin-bottom: 15px;
  }
}
@media (min-width: 3199px) {
  .foodList_itemLists__listItemSumary {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
.foodList_itemLists__listItemTitle {
  text-transform: uppercase;
  margin-right: 15px;
}
@media (min-width: 2560px) {
  .foodList_itemLists__listItemTitle {
    margin-right: 22.5px;
  }
}
@media (min-width: 3199px) {
  .foodList_itemLists__listItemTitle {
    margin-right: 30px;
  }
}
.foodList_itemLists__listItemPrice {
  flex-grow: 0;
  flex-shrink: 0;
}
.foodList_itemLists__listItemComposition {
  font-size: 14px;
  line-height: 1.3;
  font-style: italic;
  color: #777;
  margin-bottom: 10px;
}
@media (min-width: 2560px) {
  .foodList_itemLists__listItemComposition {
    font-size: 21px;
    margin-bottom: 15px;
  }
}
@media (min-width: 3199px) {
  .foodList_itemLists__listItemComposition {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.foodList_itemLists__listItemButtonWrapper {
  margin-top: auto;
  display: flex;
  flex-direction: column;
}
.foodList_itemLists__listItemAlergens {
  font-size: 12px;
  font-style: italic;
  color: #777;
  opacity: 1;
  margin-bottom: 10px;
  position: relative;
  margin-left: auto;
  padding-right: 25px;
  display: inline-block;
  width: fit-content;
  cursor: pointer;
}
@media (min-width: 2560px) {
  .foodList_itemLists__listItemAlergens {
    font-size: 18px;
    margin-bottom: 15px;
    padding-right: 37.5px;
  }
}
@media (min-width: 3199px) {
  .foodList_itemLists__listItemAlergens {
    font-size: 24px;
    margin-bottom: 20px;
    padding-right: 50px;
  }
}
.foodList_itemLists__listItemAlergens::after {
  content: "?";
  font-style: normal;
  background-color: #941b28;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  font-weight: 800;
  position: absolute;
  right: 0;
  top: -2px;
  opacity: 0.65;
}
@media (min-width: 2560px) {
  .foodList_itemLists__listItemAlergens::after {
    top: -3px;
    height: 25.5px;
    width: 25.5px;
  }
}
@media (min-width: 3199px) {
  .foodList_itemLists__listItemAlergens::after {
    top: -6px;
    height: 34px;
    width: 34px;
  }
}
.foodList_itemLists__listItemAlergens::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: 0.5s ease-out width;
  height: 1px;
  background-color: #941b28;
}
@media (min-width: 2560px) {
  .foodList_itemLists__listItemAlergens::before {
    height: 1.5px;
  }
}
@media (min-width: 3199px) {
  .foodList_itemLists__listItemAlergens::before {
    height: 2px;
  }
}
.foodList_itemLists__listItemAlergens:hover::before, .foodList_itemLists__listItemAlergens:focus::before {
  width: calc(100% - 25px);
}
@media (min-width: 2560px) {
  .foodList_itemLists__listItemAlergens:hover::before, .foodList_itemLists__listItemAlergens:focus::before {
    width: calc(100% - 37.5px);
  }
}
@media (min-width: 3199px) {
  .foodList_itemLists__listItemAlergens:hover::before, .foodList_itemLists__listItemAlergens:focus::before {
    width: calc(100% - 50px);
  }
}
.foodList_itemLists__listItemAlergens:focus .foodList_itemLists__listItemAlergensPopup {
  opacity: 1;
  bottom: calc(100% + 5px);
  user-select: auto;
  pointer-events: all;
}
@media (min-width: 2560px) {
  .foodList_itemLists__listItemAlergens:focus .foodList_itemLists__listItemAlergensPopup {
    bottom: calc(100% + 7.5px);
  }
}
@media (min-width: 3199px) {
  .foodList_itemLists__listItemAlergens:focus .foodList_itemLists__listItemAlergensPopup {
    bottom: calc(100% + 10px);
  }
}
.foodList_itemLists__listItemAlergensPopup {
  transition: bottom 0.3s ease-out, opacity 0.3s ease-out;
  position: absolute;
  border-radius: 5px;
  bottom: calc(100% - 30px);
  opacity: 0;
  right: -15px;
  box-shadow: 0 0 50px 0 rgba(119, 119, 119, 0.3);
  border: 1px solid #e7c676;
  width: 1000%;
  padding: 10px 10px 10px;
  background-color: #fff;
  cursor: auto;
  user-select: none;
  pointer-events: none;
  max-width: calc(100vw - 60px);
}
@media (min-width: 576px) {
  .foodList_itemLists__listItemAlergensPopup {
    max-width: calc(50vw - 60px);
  }
}
@media (min-width: 768px) {
  .foodList_itemLists__listItemAlergensPopup {
    max-width: calc(50vw - 60px);
  }
}
@media (min-width: 1024px) {
  .foodList_itemLists__listItemAlergensPopup {
    max-width: calc(30vw - 25px);
  }
}
@media (min-width: 1200px) {
  .foodList_itemLists__listItemAlergensPopup {
    max-width: calc(30vw - 20px);
  }
}
@media (min-width: 1440px) {
  .foodList_itemLists__listItemAlergensPopup {
    max-width: 330px;
  }
}
@media (min-width: 1600px) {
  .foodList_itemLists__listItemAlergensPopup {
    max-width: 305px;
  }
}
@media (min-width: 2560px) {
  .foodList_itemLists__listItemAlergensPopup {
    bottom: calc(100% - 45px);
    right: -22.5px;
    padding: 15px 15px 15px;
    max-width: 447.5px;
  }
}
@media (min-width: 3199px) {
  .foodList_itemLists__listItemAlergensPopup {
    bottom: calc(100% - 60px);
    right: -30px;
    padding: 20px 20px 20px;
    max-width: 600px;
  }
}
.foodList_itemLists__listItemAlergensPopup::before {
  content: "";
  background-color: rgba(231, 198, 118, 0.1);
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.foodList_itemLists__listItemAlergensPopupContent {
  position: relative;
  z-index: 2;
}
.foodList_itemLists__listItemAlergenPopupTitle {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  padding-bottom: 5px;
  font-style: normal;
}
@media (min-width: 2560px) {
  .foodList_itemLists__listItemAlergenPopupTitle {
    font-size: 19.5px;
    padding-bottom: 7.5px;
  }
}
@media (min-width: 3199px) {
  .foodList_itemLists__listItemAlergenPopupTitle {
    font-size: 26px;
    padding-bottom: 10px;
  }
}
.foodList_itemLists__listItemAlergenPopupDetails {
  margin-left: 10px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.3;
  font-style: italic;
  margin-top: -5px;
  padding-bottom: 5px;
}
@media (min-width: 2560px) {
  .foodList_itemLists__listItemAlergenPopupDetails {
    margin-left: 15px;
    font-size: 19.5px;
    margin-top: -7.5px;
    padding-bottom: 7.5px;
  }
}
@media (min-width: 3199px) {
  .foodList_itemLists__listItemAlergenPopupDetails {
    margin-left: 20px;
    font-size: 26px;
    margin-top: -10px;
    padding-bottom: 10px;
  }
}
.foodList_itemLists__listItemCTA {
  margin-top: 5px;
}
@media (min-width: 2560px) {
  .foodList_itemLists__listItemCTA {
    margin-top: 7.5px;
  }
}
@media (min-width: 3199px) {
  .foodList_itemLists__listItemCTA {
    margin-top: 10px;
  }
}
.foodList_itemLists__showAllButton {
  margin: 25px auto 0;
  width: fit-content;
  padding: 20px 60px;
}
@media (min-width: 2560px) {
  .foodList_itemLists__showAllButton {
    margin: 37.5px auto 0;
    padding: 30px 90px;
  }
}
@media (min-width: 3199px) {
  .foodList_itemLists__showAllButton {
    margin: 50px auto 0;
    padding: 40px 120px;
  }
}
.htmlWrapper body.admin-bar .foodList .hiddenID {
  top: -70px;
}
@media (min-width: 2560px) {
  .htmlWrapper body.admin-bar .foodList .hiddenID {
    top: -105px;
  }
}
@media (min-width: 3199px) {
  .htmlWrapper body.admin-bar .foodList .hiddenID {
    top: -140px;
  }
}
@media (max-width: 782px) {
  .htmlWrapper body.admin-bar .foodList .hiddenID {
    top: -70px;
  }
}
/**
 * Component - weAreKnownFor
 */
.weAreKnownFor {
  padding-bottom: 45px;
}
@media (min-width: 2560px) {
  .weAreKnownFor {
    padding-bottom: 67.5px;
  }
}
@media (min-width: 3199px) {
  .weAreKnownFor {
    padding-bottom: 90px;
  }
}
.weAreKnownFor__title {
  margin-top: 20px;
  max-width: 50%;
  text-align: center;
}
@media (max-width: 768px) {
  .weAreKnownFor__title {
    max-width: calc(100% - 30px);
  }
}
@media (min-width: 2560px) {
  .weAreKnownFor__title {
    margin-top: 30px;
  }
}
@media (min-width: 3199px) {
  .weAreKnownFor__title {
    margin-top: 40px;
  }
}
.weAreKnownFor__subTitle {
  margin-top: 20px;
  max-width: 50%;
  text-align: center;
}
@media (max-width: 768px) {
  .weAreKnownFor__subTitle {
    max-width: calc(100% - 30px);
  }
}
@media (min-width: 2560px) {
  .weAreKnownFor__subTitle {
    margin-top: 30px;
  }
}
@media (min-width: 3199px) {
  .weAreKnownFor__subTitle {
    margin-top: 40px;
  }
}
.weAreKnownFor__cardsWrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}
@media (min-width: 2560px) {
  .weAreKnownFor__cardsWrapper {
    margin-top: 30px;
  }
}
@media (min-width: 3199px) {
  .weAreKnownFor__cardsWrapper {
    margin-top: 40px;
  }
}
.weAreKnownFor__card {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 20px;
  box-shadow: 0 0 10px #eaeaea;
  margin: 15px;
  margin-bottom: 3px solid #941b28;
}
@media (max-width: 1600px) {
  .weAreKnownFor__card {
    padding: 40px;
    width: calc(33.3333333333% - 30px) !important;
  }
}
@media (max-width: 1024px) {
  .weAreKnownFor__card {
    padding: 40px 30px;
    width: calc(50% - 30px) !important;
  }
}
@media (max-width: 768px) {
  .weAreKnownFor__card {
    width: calc(100% - 30px) !important;
    padding: 40px 20px;
  }
}
@media (min-width: 2560px) {
  .weAreKnownFor__card {
    border-radius: 15px;
    padding: 37.5px 30px;
    box-shadow: 0 0 15px #eaeaea;
    margin: 22.5px;
    margin-bottom: 4.5px solid #941b28;
  }
}
@media (min-width: 3199px) {
  .weAreKnownFor__card {
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0 0 20px #eaeaea;
    margin: 30px;
    margin-bottom: 6px solid #941b28;
  }
}
.weAreKnownFor__cardIconWrapper {
  width: fit-content;
  margin: 10px auto 20px;
}
@media (min-width: 2560px) {
  .weAreKnownFor__cardIconWrapper {
    margin: 15px auto 30px;
  }
}
@media (min-width: 3199px) {
  .weAreKnownFor__cardIconWrapper {
    margin: 20px auto 40px;
  }
}
.weAreKnownFor__cardIcon {
  height: 48px;
}
@media (min-width: 2560px) {
  .weAreKnownFor__cardIcon {
    height: 64px;
  }
}
@media (min-width: 3199px) {
  .weAreKnownFor__cardIcon {
    height: 96px;
  }
}
.weAreKnownFor__cardTitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #2c2c2c;
  text-align: center;
}
@media (min-width: 2560px) {
  .weAreKnownFor__cardTitle {
    font-size: 27px;
    line-height: 42px;
  }
}
@media (min-width: 3199px) {
  .weAreKnownFor__cardTitle {
    font-size: 36px;
    line-height: 56px;
  }
}
.weAreKnownFor__cardContent {
  color: #777;
  text-align: center;
  line-height: 1.7;
  font-size: 14.5px;
  margin-top: 15px;
}
@media (min-width: 2560px) {
  .weAreKnownFor__cardContent {
    font-size: 21.75px;
    margin-top: 22.5px;
  }
}
@media (min-width: 3199px) {
  .weAreKnownFor__cardContent {
    font-size: 29px;
    margin-top: 30px;
  }
}
/**
 * Component - topSlider
 */
.topSlider {
  position: relative;
  height: 37vw;
  overflow: hidden;
  /* SLIDES */
  /* CONTROLS */
}
@media (max-width: 768px) {
  .topSlider {
    height: 64.5vw;
  }
}
.topSlider__slide {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.75s ease;
  user-select: none;
  pointer-events: none;
}
.topSlider__slide.-active {
  z-index: 3;
  opacity: 1;
  user-select: auto;
  pointer-events: auto;
}
.topSlider__slide.-phaseIn {
  transition: opacity 0s ease;
  z-index: 2;
  opacity: 1;
}
.topSlider__slide.-phaseOut {
  z-index: 3;
  opacity: 0;
}
.topSlider__slideContent {
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: calc(100vw - 200px);
  margin-bottom: 20px;
}
@media (min-width: 2560px) {
  .topSlider__slideContent {
    margin-bottom: 30px;
    max-width: calc(100vw - 300px);
  }
}
@media (min-width: 3199px) {
  .topSlider__slideContent {
    margin-bottom: 40px;
    max-width: calc(100vw - 400px);
  }
}
@media (max-width: 1200px) {
  .topSlider__slideContent {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .topSlider__slideContent {
    max-width: calc(100vw - 80px);
  }
}
.topSlider__slideTitle {
  text-shadow: rgba(0, 0, 0, 0.65) 0 0 10px;
  color: #fff;
  line-height: 1.1em;
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 80px;
  text-transform: uppercase;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .topSlider__slideTitle {
    font-size: 60px;
  }
}
@media (max-width: 1200px) {
  .topSlider__slideTitle {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .topSlider__slideTitle {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .topSlider__slideTitle {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .topSlider__slideTitle {
    font-size: 35px;
  }
}
@media (min-width: 2560px) {
  .topSlider__slideTitle {
    text-shadow: rgba(0, 0, 0, 0.65) 0 0 15px;
    font-size: 120px;
  }
}
@media (min-width: 3199px) {
  .topSlider__slideTitle {
    text-shadow: rgba(0, 0, 0, 0.65) 0 0 20px;
    font-size: 160px;
  }
}
.topSlider__slideCTA {
  margin-top: 20px;
  padding: 17px 55px;
}
@media (min-width: 2560px) {
  .topSlider__slideCTA {
    margin-top: 30px;
    padding: 25.5px 82.5px;
  }
}
@media (min-width: 3199px) {
  .topSlider__slideCTA {
    margin-top: 40px;
    padding: 34px 110px;
  }
}
.topSlider__sliderControls {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  user-select: none;
  pointer-events: none;
  z-index: 10;
}
.topSlider__sliderControl {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  opacity: 1;
  transition: 0.2s;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  cursor: pointer;
  pointer-events: all;
}
@media (max-width: 992px) {
  .topSlider__sliderControl {
    display: none;
  }
}
@media (min-width: 2560px) {
  .topSlider__sliderControl {
    border-width: 3px;
    border-radius: 7.5px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
@media (min-width: 3199px) {
  .topSlider__sliderControl {
    border-width: 4px;
    border-radius: 10px;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
.topSlider__sliderControl:hover {
  border-color: white;
}
.topSlider__sliderControl:hover.-prev::before {
  transform: translateX(-3px);
}
@media (min-width: 2560px) {
  .topSlider__sliderControl:hover.-prev::before {
    transform: translateX(-4.5px);
  }
}
@media (min-width: 3199px) {
  .topSlider__sliderControl:hover.-prev::before {
    transform: translateX(-6px);
  }
}
.topSlider__sliderControl:hover.-next::before {
  transform: translateX(3px);
}
@media (min-width: 2560px) {
  .topSlider__sliderControl:hover.-next::before {
    transform: translateX(4.5px);
  }
}
@media (min-width: 3199px) {
  .topSlider__sliderControl:hover.-next::before {
    transform: translateX(6px);
  }
}
.topSlider__sliderControl::before {
  content: "";
  user-select: auto;
  pointer-events: auto;
  display: block;
  font-size: 18px;
  line-height: 38px;
  box-sizing: border-box;
  font-weight: 700;
  transition: 0.2s;
  position: absolute;
  width: 38px;
  height: 38px;
  left: 0;
  top: 0;
  text-align: center;
}
@media (min-width: 2560px) {
  .topSlider__sliderControl::before {
    font-size: 27px;
    line-height: 57px;
    width: 57px;
    height: 57px;
  }
}
@media (min-width: 3199px) {
  .topSlider__sliderControl::before {
    font-size: 36px;
    line-height: 76px;
    width: 76px;
    height: 76px;
  }
}
.topSlider__sliderControl.-prev {
  left: 40px;
}
@media (min-width: 2560px) {
  .topSlider__sliderControl.-prev {
    left: 60px;
  }
}
@media (min-width: 3199px) {
  .topSlider__sliderControl.-prev {
    left: 80px;
  }
}
.topSlider__sliderControl.-prev::before {
  content: "\e901" !important;
}
.topSlider__sliderControl.-next {
  right: 40px;
}
@media (min-width: 2560px) {
  .topSlider__sliderControl.-next {
    right: 60px;
  }
}
@media (min-width: 3199px) {
  .topSlider__sliderControl.-next {
    right: 80px;
  }
}
.topSlider__sliderControl.-next::before {
  content: "\e900" !important;
}
.topSlider__sliderDots {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  user-select: auto;
  pointer-events: auto;
  bottom: 40px;
  display: flex;
}
@media (min-width: 2560px) {
  .topSlider__sliderDots {
    bottom: 60px;
  }
}
@media (min-width: 3199px) {
  .topSlider__sliderDots {
    bottom: 80px;
  }
}
@media (max-width: 992px) {
  .topSlider__sliderDots {
    bottom: 30px;
  }
}
@media (max-width: 550px) {
  .topSlider__sliderDots {
    display: none;
  }
}
.topSlider__dot {
  background-color: #fff;
  width: 11px;
  height: 11px;
  opacity: 0.6;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 5px;
  transition: opacity 0.2s ease;
}
@media (min-width: 2560px) {
  .topSlider__dot {
    width: 16.5px;
    height: 16.5px;
    margin: 0 7.5px;
  }
}
@media (min-width: 3199px) {
  .topSlider__dot {
    width: 22px;
    height: 22px;
    margin: 0 10px;
  }
}
.topSlider__dot.-active {
  opacity: 1;
}
.topSlider__dot:hover {
  opacity: 1;
}
/* Page Templates */
/* Generic WP class */
.page-template-default {
  padding: 25px 0 0;
  background-color: #fff !important;
  border-top: 1px solid rgba(52, 52, 52, 0.1);
  /* Custom CSS class */
}
@media (max-width: 1024px) {
  .page-template-default {
    padding-top: 0;
  }
}
@media (min-width: 2560px) {
  .page-template-default {
    padding: 37.5px 0 0;
    border-top: 1.5px solid rgba(52, 52, 52, 0.1);
  }
}
@media (min-width: 3199px) {
  .page-template-default {
    padding: 50px 0 0;
    border-top: 2px solid rgba(52, 52, 52, 0.1);
  }
}
.page-template-default .singlePage {
  margin: 20px auto 100px;
}
@media (max-width: 1024px) {
  .page-template-default .singlePage {
    margin: 0 auto 100px;
  }
}
@media (min-width: 2560px) {
  .page-template-default .singlePage {
    margin: 30px auto 150px;
  }
}
@media (min-width: 3199px) {
  .page-template-default .singlePage {
    margin: 40px auto 200px;
  }
}
.page-template-default .singlePage h1 {
  text-align: center;
  text-transform: none;
  width: fit-content;
  border-bottom: 5px solid #941b28;
  margin: 0 auto 20px;
}
@media (max-width: 1024px) {
  .page-template-default .singlePage h1 {
    text-align: center;
    margin: 20px auto 25px;
  }
}
@media (min-width: 2560px) {
  .page-template-default .singlePage h1 {
    border-bottom: 7.5px solid #941b28;
    margin: 0 auto 30px;
  }
}
@media (min-width: 3199px) {
  .page-template-default .singlePage h1 {
    border-bottom: 10px solid #941b28;
    margin: 0 auto 40px;
  }
}
.page-template-default .singlePage h2 {
  text-align: left;
  font-size: 30px;
  line-height: 40px;
  text-transform: inherit;
  font-weight: 800;
  margin-top: 50px;
}
@media (min-width: 2560px) {
  .page-template-default .singlePage h2 {
    font-size: 45px;
    line-height: 60px;
    margin-top: 75px;
  }
}
@media (min-width: 3199px) {
  .page-template-default .singlePage h2 {
    font-size: 60px;
    line-height: 80px;
    margin-top: 100px;
  }
}
.page-template-default .singlePage h3 {
  text-align: left;
  font-size: 22px;
  line-height: 28px;
  text-transform: inherit;
  font-weight: 600;
  margin-top: 35px;
  margin-bottom: 15px;
  border-bottom: 1px solid;
}
@media (min-width: 2560px) {
  .page-template-default .singlePage h3 {
    font-size: 33px;
    line-height: 42px;
    margin-top: 52.5px;
    margin-bottom: 22.5px;
    border-bottom: 1.5px solid;
  }
}
@media (min-width: 3199px) {
  .page-template-default .singlePage h3 {
    font-size: 44px;
    line-height: 56px;
    margin-top: 70px;
    margin-bottom: 30px;
    border-bottom: 2px solid;
  }
}
.page-template-default .singlePage p,
.page-template-default .singlePage table {
  margin-left: 15px;
  /* New line bugfix */
  padding-bottom: 1px;
}
@media (min-width: 2560px) {
  .page-template-default .singlePage p,
  .page-template-default .singlePage table {
    margin-left: 22.5px;
  }
}
@media (min-width: 3199px) {
  .page-template-default .singlePage p,
  .page-template-default .singlePage table {
    margin-left: 30px;
  }
}
.page-template-default .singlePage table {
  width: inherit;
}
.post-type-archive {
  padding: 25px 0;
  background-color: #fff !important;
  border-top: 1px solid rgba(52, 52, 52, 0.1);
}
@media (min-width: 2560px) {
  .post-type-archive {
    padding: 37.5px 0;
    border-top: 1.5px solid rgba(52, 52, 52, 0.1);
  }
}
@media (min-width: 3199px) {
  .post-type-archive {
    padding: 50px 0;
    border-top: 2px solid rgba(52, 52, 52, 0.1);
  }
}
.post-type-archive-activities .activityCalendar__listWrapper {
  justify-content: normal;
}
/* Single Templates */
/* Generic WP class */
.single-activities {
  padding: 25px 0 0;
  background-color: #fff !important;
  border-top: 1px solid rgba(52, 52, 52, 0.1);
}
@media (max-width: 1024px) {
  .single-activities {
    padding-top: 0;
  }
}
@media (min-width: 2560px) {
  .single-activities {
    padding: 37.5px 0 0;
    border-top: 1.5px solid rgba(52, 52, 52, 0.1);
  }
}
@media (min-width: 3199px) {
  .single-activities {
    padding: 50px 0 0;
    border-top: 2px solid rgba(52, 52, 52, 0.1);
  }
}
/* Custom CSS class */
.singleActivity {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .singleActivity {
    margin-top: 0;
  }
}
@media (min-width: 2560px) {
  .singleActivity {
    margin-top: 30px;
  }
}
@media (min-width: 3199px) {
  .singleActivity {
    margin-top: 40px;
  }
}
.singleActivity__imageWrapper {
  float: right;
  width: 50%;
  margin: 20px 0 20px 40px;
  border-radius: 3px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .singleActivity__imageWrapper {
    float: none;
    margin: 0 -15px;
    width: 100vw;
  }
}
@media (min-width: 2560px) {
  .singleActivity__imageWrapper {
    margin: 30px 0 30px 60px;
    border-radius: 4.5px;
  }
}
@media (min-width: 3199px) {
  .singleActivity__imageWrapper {
    margin: 40px 0 40px 80px;
    border-radius: 6px;
  }
}
.singleActivity__title {
  text-align: left;
  text-transform: none;
  display: flex;
  margin: 0;
  border-bottom: 5px solid #941b28;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .singleActivity__title {
    text-align: center;
    margin: 20px auto 25px;
  }
}
@media (min-width: 2560px) {
  .singleActivity__title {
    border-bottom: 7.5px solid #941b28;
    margin-bottom: 30px;
  }
}
@media (min-width: 3199px) {
  .singleActivity__title {
    border-bottom: 10px solid #941b28;
    margin-bottom: 40px;
  }
}
.singleActivity__date {
  color: #777;
  font-weight: 600;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
  width: fit-content;
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 3px;
  line-height: 1.4;
  padding: 2.5px 10px;
}
@media (max-width: 1024px) {
  .singleActivity__date {
    margin: 5px auto 0;
  }
}
@media (min-width: 2560px) {
  .singleActivity__date {
    margin-top: 7.5px;
    font-size: 21px;
    border: 1.5px solid transparent;
    border-radius: 4.5px;
    padding: 3.75px 15px;
  }
}
@media (min-width: 3199px) {
  .singleActivity__date {
    margin-top: 10px;
    font-size: 28px;
    border: 2px solid transparent;
    border-radius: 6px;
    padding: 5px 20px;
  }
}
.singleActivity__date span {
  display: inline-block;
  color: #777;
}
.singleActivity__date.-finished {
  border-color: rgba(148, 27, 40, 0.3);
  background-color: rgba(148, 27, 40, 0.05);
}
.singleActivity__date.-active {
  border-color: rgba(73, 160, 70, 0.5);
  background-color: rgba(73, 160, 70, 0.15);
}
.singleActivity__date.-upcoming {
  border-color: rgba(231, 198, 118, 0.4);
  background-color: rgba(231, 198, 118, 0.1);
}
.singleActivity__links {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  clear: both;
  margin: 25px 0 20px;
}
@media (min-width: 2560px) {
  .singleActivity__links {
    margin: 37.5px 0 30px;
  }
}
@media (min-width: 3199px) {
  .singleActivity__links {
    margin: 50px 0 40px;
  }
}
.singleActivity__link {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: end;
  padding-left: 45px;
  margin-left: 10px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}
@media (min-width: 2560px) {
  .singleActivity__link {
    padding-left: 67.5px;
    margin-left: 15px;
    font-size: 30px;
  }
}
@media (min-width: 3199px) {
  .singleActivity__link {
    padding-left: 90px;
    margin-left: 20px;
    font-size: 40px;
  }
}
.singleActivity__link:first-child {
  margin-left: 0;
}
.singleActivity__link::before {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 0;
  user-select: auto;
  pointer-events: auto;
  display: block;
  box-sizing: border-box;
  font-weight: 700;
  transition: 0.2s;
  font-size: 28px;
  text-align: center;
  color: #941b28;
}
@media (min-width: 2560px) {
  .singleActivity__link::before {
    font-size: 42px;
  }
}
@media (min-width: 3199px) {
  .singleActivity__link::before {
    font-size: 56px;
  }
}
.singleActivity__link.-facebook {
  width: 18px;
  height: 34px;
}
@media (min-width: 2560px) {
  .singleActivity__link.-facebook {
    width: 27px;
    height: 51px;
  }
}
@media (min-width: 3199px) {
  .singleActivity__link.-facebook {
    width: 36px;
    height: 68px;
  }
}
.singleActivity__link.-facebook::before {
  content: "\f39e" !important;
}
.singleActivity__link.-instagram {
  height: 30px;
  width: 28px;
}
@media (min-width: 2560px) {
  .singleActivity__link.-instagram {
    height: 45px;
    width: 42px;
  }
}
@media (min-width: 3199px) {
  .singleActivity__link.-instagram {
    height: 60px;
    width: 56px;
  }
}
.singleActivity__link.-instagram::before {
  content: "\f16d" !important;
}
.singleActivity__link.-youtube {
  height: 28px;
  width: 32px;
}
@media (min-width: 2560px) {
  .singleActivity__link.-youtube {
    height: 42px;
    width: 48px;
  }
}
@media (min-width: 3199px) {
  .singleActivity__link.-youtube {
    height: 56px;
    width: 64px;
  }
}
.singleActivity__link.-youtube::before {
  content: "\f167" !important;
}
.singleActivity__link.-tiktok {
  height: 28px;
  width: 32px;
}
@media (min-width: 2560px) {
  .singleActivity__link.-tiktok {
    height: 42px;
    width: 48px;
  }
}
@media (min-width: 3199px) {
  .singleActivity__link.-tiktok {
    height: 56px;
    width: 64px;
  }
}
.singleActivity__link.-tiktok::before {
  content: "\e07b" !important;
}
.singleActivity__gallery {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 40px;
}
@media (min-width: 2560px) {
  .singleActivity__gallery {
    margin: 60px 0 60px;
  }
}
@media (min-width: 3199px) {
  .singleActivity__gallery {
    margin: 80px 0 80px;
  }
}
.singleActivity__galleryImageWrapper {
  flex-basis: 25%;
  overflow: hidden;
  position: relative;
  /* Padding-fix visual glitch fix */
  margin-left: -1px;
  margin-bottom: -1px;
}
@media (max-width: 1024px) {
  .singleActivity__galleryImageWrapper {
    flex-basis: 33.3%;
  }
}
@media (max-width: 768px) {
  .singleActivity__galleryImageWrapper {
    flex-basis: 50%;
  }
}
@media (min-width: 2560px) {
  .singleActivity__galleryImageWrapper {
    margin-left: -1.5px;
    margin-bottom: -1.5px;
  }
}
@media (min-width: 3199px) {
  .singleActivity__galleryImageWrapper {
    margin-left: -2px;
    margin-bottom: -2px;
  }
}
.singleActivity__galleryImageWrapper::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  z-index: 2;
  background-color: rgba(148, 27, 40, 0.3);
  opacity: 0;
  transition: 0.75s ease opacity;
  pointer-events: none;
}
.singleActivity__galleryImageWrapper:hover::after {
  opacity: 1;
}
.singleActivity__galleryImageWrapper:hover .singleActivity__galleryImage {
  transform: scale(110%);
}
.singleActivity__galleryImage {
  transition: 0.5s ease transform;
}
.singleActivity__showAllWrapper {
  position: relative;
  padding: 0 0 40px;
}
@media (min-width: 2560px) {
  .singleActivity__showAllWrapper {
    padding: 0 0 60px;
  }
}
@media (min-width: 3199px) {
  .singleActivity__showAllWrapper {
    padding: 0 0 80px;
  }
}
.singleActivity__showAllWrapper::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  border-top: 1px solid rgba(52, 52, 52, 0.3);
}
@media (min-width: 2560px) {
  .singleActivity__showAllWrapper::after {
    top: -60px;
    border-top: 1.5px solid rgba(52, 52, 52, 0.3);
  }
}
@media (min-width: 3199px) {
  .singleActivity__showAllWrapper::after {
    top: -80px;
    border-top: 2px solid rgba(52, 52, 52, 0.3);
  }
}
.singleActivity__showAll {
  margin: 50px auto 0;
  width: fit-content;
  padding: 20px 60px;
}
@media (min-width: 2560px) {
  .singleActivity__showAll {
    margin: 75px auto 0;
    padding: 30px 90px;
  }
}
@media (min-width: 3199px) {
  .singleActivity__showAll {
    margin: 100px auto 0;
    padding: 40px 120px;
  }
}