/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
@import "../vendor/swiper-bundle.min.css";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.fancybox-navigation {
  position: static;
}

@font-face {
  font-family: "NewYork";
  src: url("../../fonts/new-york/NewYork.eot");
  src: local("NewYork"), url("../../fonts/new-york/NewYork.eot?#iefix") format("embedded-opentype"), url("../../fonts/new-york/NewYork.woff2") format("woff2"), url("../../fonts/new-york/NewYork.woff") format("woff"), url("../../fonts/new-york/NewYork.ttf") format("truetype"), url("../../fonts/new-york/NewYork.svg#NewYork") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  position: relative;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

section {
  overflow: hidden;
}

.mobile-navigation {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.mobile-navigation-wrapper {
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 300ms ease-in-out;
}
.mobile-navigation-heading {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 20px;
  background: transparent;
}
.mobile-navigation-heading .close-mobile-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 0;
  cursor: pointer;
  background: #fff;
}
.mobile-navigation-body {
  width: 100%;
  height: calc(100% - 120px);
  background: transparent;
}
.mobile-navigation-body nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.mobile-navigation-body nav a {
  text-transform: uppercase;
  margin: 20px 0;
}
.mobile-navigation-footer {
  width: 100%;
  height: 80px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-navigation.from-top, .mobile-navigation.from-bottom, .mobile-navigation.from-left, .mobile-navigation.from-right {
  opacity: 0;
  visibility: hidden;
}
.mobile-navigation.from-top.show, .mobile-navigation.from-bottom.show, .mobile-navigation.from-left.show, .mobile-navigation.from-right.show {
  opacity: 1;
  visibility: visible;
}
.mobile-navigation.from-top .mobile-navigation-wrapper {
  transform: translateY(-100%);
}
.mobile-navigation.from-top.show .mobile-navigation-wrapper {
  transform: translateY(0);
}
.mobile-navigation.from-bottom .mobile-navigation-wrapper {
  transform: translateY(100%);
}
.mobile-navigation.from-bottom.show .mobile-navigation-wrapper {
  transform: translateY(0);
}
.mobile-navigation.from-left .mobile-navigation-wrapper {
  transform: translateX(-100%);
}
.mobile-navigation.from-left.show .mobile-navigation-wrapper {
  transform: translateX(0);
}
.mobile-navigation.from-right .mobile-navigation-wrapper {
  transform: translateX(100%);
}
.mobile-navigation.from-right.show .mobile-navigation-wrapper {
  transform: translateX(0);
}

:root {
  --decor-type1-background-color: #f6f1ec;
}

html {
  background: #f5f2eb;
}
html::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(249, 244, 238, 0.9);
  z-index: 15;
}

body {
  font-family: "Public Sans", sans-serif;
  padding: 0 0 90px 0;
  z-index: 50;
}
body.show-menu .mobile-navigation {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
body.show-menu .mobile-navigation-overlay {
  display: block;
}

.content-wrapper {
  max-width: 1290px;
  margin: 40px auto 0 auto;
  border: 2px solid #617c63;
}

.mobile-show {
  display: none;
}

.green-with-y-pattern {
  background: #617c63;
  padding: 8px 20px;
  position: relative;
}
.green-with-y-pattern::before {
  content: "";
  width: 100%;
  height: 18px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 25;
  background: url("/assets/images/svg/o-pattern-base.svg");
  background-size: 12px;
  background-position: 0 -6%;
  background-repeat: repeat-x;
  rotate: 180deg;
}
.green-with-y-pattern::after {
  content: "";
  width: 100%;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 25;
  background: url("/assets/images/svg/o-pattern-base.svg");
  background-size: 12px;
  background-position: top;
  background-repeat: repeat-x;
}

@media (max-width: 1440px) {
  body {
    padding: 0 0 40px 0;
  }
}
@media (max-width: 1023px) {
  body {
    padding: 0 0 20px 0;
  }
  .mobile-hidden {
    display: none !important;
  }
  .mobile-show {
    display: block;
  }
}
@media (max-width: 1320px) {
  .content-wrapper {
    max-width: calc(100% - 40px);
  }
}
header {
  max-width: 1290px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 80px auto 70px auto;
}
header .header-content {
  width: 100%;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  padding: 10px 34px;
}
header .header-content a {
  color: #606060;
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
}
header .header-content a:hover {
  color: #617c63;
}
header .header-content a.logo {
  display: block;
  background: #f9f4ed;
  max-width: 148px;
  height: auto;
  padding: 8px;
}
header .header-content a.logo img, header .header-content a.logo svg {
  display: block;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
header .header-content a.logo:hover svg path {
  fill: #617c63;
}
header .header-content a.active {
  background: #606060;
  padding: 0.45em 1.2em;
  color: #efefef;
}
header .header-content .group {
  background: #f9f4ed;
  overflow: hidden;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 10px;
}
header .header-content .group .divider {
  display: inline-block;
  width: 2px;
  height: 10px;
  background: #636363;
  margin: auto 20px;
  z-index: 60;
}
header .header-content .group a {
  z-index: 60;
  display: inline-block;
  color: #606060;
  font-family: "Public Sans", sans-serif;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
}
header .header-content .group a:hover {
  color: #617c63;
}
header .header-content .group .decor-left-top,
header .header-content .group .decor-left-bottom,
header .header-content .group .decor-right-top,
header .header-content .group .decor-right-bottom {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: #636363;
  z-index: 75;
}
header .header-content .group .decor-left-top {
  left: -20px;
  top: -20px;
}
header .header-content .group .decor-left-bottom {
  left: -20px;
  bottom: -20px;
}
header .header-content .group .decor-right-top {
  right: -20px;
  top: -20px;
}
header .header-content .group .decor-right-bottom {
  right: -20px;
  bottom: -20px;
}
header .header-content .group .decor-border {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 50;
  top: 0;
  left: 0;
}
header .header-decor {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 25;
}
header .header-decor .decor-left-top,
header .header-decor .decor-left-bottom,
header .header-decor .decor-right-top,
header .header-decor .decor-right-bottom {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: var(--decor-type1-background-color);
  z-index: 75;
}
header .header-decor .decor-left-top {
  left: -20px;
  top: -20px;
}
header .header-decor .decor-left-bottom {
  left: -20px;
  bottom: -20px;
}
header .header-decor .decor-right-top {
  right: -20px;
  top: -20px;
}
header .header-decor .decor-right-bottom {
  right: -20px;
  bottom: -20px;
}
header .header-decor .decor-border {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 50;
  top: 0;
  left: 0;
}

@media (max-width: 1023px) {
  header {
    margin: 30px auto;
  }
  header .header-content .group {
    display: none;
  }
}
@media (max-width: 1320px) {
  header {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 1220px) {
  header .header-content a.logo {
    margin: 0 -10px;
  }
}
@media (max-width: 1140px) {
  header .header-content a {
    letter-spacing: 1px;
  }
  header .header-content a.logo {
    margin: 0;
  }
  header .header-content .group .divider {
    margin: auto 10px;
  }
}
@media (max-width: 768px) {
  header {
    margin-block: 20px;
  }
  header .header-content {
    padding: 10px 44px;
    justify-content: space-between;
  }
  header .header-content a {
    letter-spacing: 0;
  }
  header .header-content a.hidden-768 {
    display: none;
  }
}
@media (max-width: 632px) {
  header .header-content {
    padding-inline: 0px 0px;
  }
}
@media (max-width: 480px) {
  header .header-content a.logo {
    max-width: 105px;
  }
}
@media (max-width: 450px) {
  body > header > div.header-content > a:nth-child(4) {
    display: none;
  }
}
@media (max-width: 420px) {
  header {
    margin-block-end: 0;
  }
  header .header-content a.lunch-content {
    width: min-content;
  }
}
footer {
  width: 100%;
  z-index: 50;
  position: relative;
  max-width: 1290px;
  margin: 0 auto;
  border: 2px solid #617c63;
  border-top: none;
  color: #efefef;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
}
footer a {
  color: inherit;
  text-decoration: none;
}
footer .footer-content {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
}
footer .footer-content .divider {
  height: 70%;
  width: 2px;
  background: #efefef;
  place-self: center;
}
footer .footer-content-copyright {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
  padding: 60px 0 60px 80px;
}
footer .footer-content-copyright a {
  display: block;
  margin: 10px 0 0 0;
}
footer .footer-content-links {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
  padding: 60px 0 60px 80px;
}
footer .footer-content-links a {
  display: block;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
footer .footer-content-links a:hover {
  color: #1f4331;
  text-decoration: none;
}
footer .footer-content-links a:last-child {
  margin: 0;
}
footer .footer-content-links-copyright {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
  display: none;
  border-top: 2px solid #617c63;
  max-width: calc(100% - 20px);
  padding: 15px 0 0 0;
}
footer .footer-content-socials {
  width: 100%;
  border-left: 2px solid #617c63;
  height: 100%;
  padding: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-content-socials-list {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
footer .footer-content-socials-list-icons {
  margin: 30px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 60;
}
footer .footer-content-socials-list-icons a {
  display: inline-block;
  margin: 0 10px;
  width: 42px;
  height: 42px;
  overflow: hidden;
  border-radius: 42px;
  text-decoration: none;
}
footer .footer-content-socials-list-icons a svg path {
  fill: #efefef;
}
footer .footer-content-socials-list-icons a svg circle {
  stroke: #efefef;
}
footer .footer-content-socials-list-icons a:hover svg path {
  fill: #1f4331;
}
footer .footer-content-socials-list-icons a:hover svg circle {
  stroke: #1f4331;
}
footer .footer-content-socials-list span {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  z-index: 80;
}
footer .footer-content-socials-list .decor-left-top,
footer .footer-content-socials-list .decor-left-bottom,
footer .footer-content-socials-list .decor-right-top,
footer .footer-content-socials-list .decor-right-bottom {
  position: absolute;
  border: 2px solid #617c63;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: var(--decor-type1-background-color);
  z-index: 75;
}
footer .footer-content-socials-list .decor-left-top {
  left: -20px;
  top: -20px;
}
footer .footer-content-socials-list .decor-left-bottom {
  left: -20px;
  bottom: -20px;
}
footer .footer-content-socials-list .decor-right-top {
  right: -20px;
  top: -20px;
}
footer .footer-content-socials-list .decor-right-bottom {
  right: -20px;
  bottom: -20px;
}
footer .footer-content-socials-list .decor-border {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #617c63;
  z-index: 50;
  top: 0;
  left: 0;
}

@media (max-width: 1320px) {
  footer {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 1240px) {
  footer .footer-content-links {
    padding: 60px 0 60px 20px;
  }
}
@media (max-width: 1140px) {
  footer .footer-content-copyright {
    padding: 60px 0 60px 40px;
  }
  footer .footer-content-links {
    padding: 60px 0 60px 20px;
  }
}
@media (max-width: 1100px) {
  footer .footer-content {
    grid-template-columns: 1fr auto 1fr auto auto;
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  footer .footer-content {
    grid-template-columns: 1fr auto 1fr;
  }
  footer .footer-content .divider:nth-child(4) {
    display: none;
  }
  footer .footer-content-socials {
    grid-column: 1/-1;
  }
  footer .footer-content-socials-list span {
    letter-spacing: 0;
  }
}
@media (max-width: 650px) {
  footer .footer-content {
    display: flex;
    flex-direction: column;
  }
  footer .footer-content-copyright {
    display: block;
    order: 3;
    padding: 0 20px 20px 20px;
  }
  footer .footer-content-copyright span {
    text-align: center;
    display: block;
    width: 100%;
  }
  footer .footer-content-copyright span br {
    display: none;
  }
  footer .footer-content-copyright a {
    text-align: center;
    width: 100%;
  }
  footer .footer-content-links {
    padding: 20px;
    text-align: center;
    order: 1;
  }
  footer .footer-content-links a:last-of-type {
    margin: 0;
  }
  footer .footer-content-links-copyright {
    display: none;
  }
  footer .footer-content-socials {
    order: 2;
    padding: 0 20px 20px 20px;
    border: none;
  }
  footer .footer-content-socials-list {
    min-height: 100px;
    padding: 20px 0;
  }
}
@media (max-width: 500px) {
  footer .footer-content-socials {
    padding: 0 13px 16px 13px;
  }
}
.hamburger-icon {
  display: none;
  width: 90px;
}

.mobile-navigation {
  position: fixed;
  z-index: 1001;
  width: 300px;
  height: 100%;
  font-size: 1.15em;
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  background: #767675;
  padding: 2em 1em;
  right: 0;
  left: initial;
  border-left: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
  display: none;
}
.mobile-navigation .close-button {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 1em;
  top: 1em;
  overflow: hidden;
  text-indent: 16px;
  border: none;
  z-index: 1001;
  background: transparent;
  color: transparent;
  -webkit-appearance: button;
  cursor: pointer;
}
.mobile-navigation .close-button::before, .mobile-navigation .close-button::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #efefef;
}
.mobile-navigation .close-button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-navigation .close-button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-navigation .language-switcher {
  position: relative;
  left: 0;
  top: 10px;
  padding: 10px;
  border: 1px solid #ffffff;
  margin: 0 0 40px 0;
  border-left: 0;
  border-right: 0;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}
.mobile-navigation .language-switcher a,
.mobile-navigation .language-switcher span {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.mobile-navigation-socials {
  width: 100%;
  margin: auto auto 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  max-width: 100px;
}
.mobile-navigation-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.mobile-navigation-socials a span {
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  font-family: "Public Sans", sans-serif;
  letter-spacing: 0;
}
.mobile-navigation-socials a img {
  width: 28px;
  height: 48px;
  display: block;
}
.mobile-navigation nav {
  width: calc(100% - 120px);
  height: auto;
}
.mobile-navigation nav a {
  color: #ffffff;
  display: block;
  padding: 0.8em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 0.75em;
  text-decoration: none;
}
.mobile-navigation nav a:hover {
  color: rgb(231.35, 231.35, 231.35);
}
.mobile-navigation-overlay {
  position: fixed;
  z-index: 900;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  cursor: pointer;
}

@media (max-width: 768px) {
  .hamburger-icon.show-768 {
    display: block;
  }
  .mobile-navigation {
    display: flex;
  }
}
@media (max-width: 420px) {
  header .header-content a.active > span {
    width: calc(100% + 20px);
    left: -10px;
  }
}
@media (max-width: 380px) {
  header .header-content a.active > span {
    width: 100%;
    left: 0;
  }
}
.cms {
  width: 100%;
  padding: 26px;
}
.cms h1 {
  color: #606060;
  font-family: "Public Sans", sans-serif;
  font-size: 35px;
  letter-spacing: 0;
  line-height: 79px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.cms-content {
  color: #606060;
  font-family: "Public Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
}
.cms-content ol,
.cms-content ul {
  margin: 20px 0;
  list-style: initial;
  list-style-position: inside;
}
.cms-content p {
  margin: 0 0 20px 0;
}
.cms-content p:last-of-type {
  margin: 0;
}
.cms-content a {
  text-decoration: underline;
  color: #617c63;
  margin-inline-end: 0.2em;
}
.cms-content a:hover {
  text-decoration: none;
}
.cms.error {
  min-height: 400px;
}
.cms.error h1 {
  text-align: center;
}
.cms.error p {
  text-align: center;
  margin: 10px 0 40px 0;
}

@media (max-width: 768px) {
  .cms h1 {
    font-size: 25px;
    line-height: 35px;
  }
  .cms.error {
    min-height: initial;
  }
}
.newsletter {
  width: 100%;
  border-top: 2px solid #617c63;
  padding: 140px 26px;
  z-index: 60;
}
.newsletter-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.newsletter-container h3 {
  color: #606060;
  font-family: "Public Sans", sans-serif;
  font-size: 17px;
  letter-spacing: 5.13px;
  line-height: 31px;
  text-transform: uppercase;
  margin: 0 35px 0 0;
}
.newsletter-container form {
  width: 100%;
  max-width: 770px;
}
.newsletter-container form .form-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.newsletter-container form .form-row label {
  display: none;
}
.newsletter-container form .form-row input {
  width: 100%;
  height: 62px;
  padding: 20px 26px;
  background: #ffffff;
  color: #606060;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
  border: none;
}
.newsletter-container form .form-row input.placeholder {
  color: #606060;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
}
.newsletter-container form .form-row input:-moz-placeholder {
  color: #606060;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
}
.newsletter-container form .form-row input::-moz-placeholder {
  color: #606060;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
}
.newsletter-container form .form-row input:-ms-input-placeholder {
  color: #606060;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
}
.newsletter-container form .form-row input::-webkit-input-placeholder {
  color: #606060;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
}
.newsletter-container form .form-row button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 62px;
  border: none;
  color: #ffffff;
  font-family: "Public Sans", sans-serif;
  font-size: 17px;
  letter-spacing: 5.13px;
  line-height: 19px;
  text-align: center;
  background: #617c63;
  cursor: pointer;
}
.newsletter-container form .form-row button:hover {
  background: rgb(74.6153846154, 95.3846153846, 76.1538461538);
}
.newsletter-container form .form-footer {
  margin: 15px 0 0 0;
  width: 100%;
}
.newsletter-container form .form-footer-agree {
  width: 100%;
}
.newsletter-container form .form-footer-agree input {
  height: 13px;
  width: 13px;
  appearance: none;
  -webkit-appearance: none;
}
.newsletter-container form .form-footer-agree input::before {
  content: "";
  display: block;
  height: 13px;
  width: 13px;
  border: 2px solid #baaea5;
}
.newsletter-container form .form-footer-agree input:checked::before {
  background: #b6752c;
}
.newsletter-container form .form-footer-agree label {
  color: #606060;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0 0 0 8px;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .newsletter-container {
    flex-direction: column;
  }
  .newsletter-container h3 {
    width: 100%;
    max-width: 770px;
    margin: 0 0 35px 0;
  }
}
@media (max-width: 800px) {
  .newsletter-container form .form-row button {
    letter-spacing: 2px;
  }
}
@media (max-width: 650px) {
  .newsletter {
    padding: 70px 26px;
  }
  .newsletter-container h3 {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .newsletter {
    padding: 40px 26px;
  }
  .newsletter-container form .form-row {
    flex-direction: column;
  }
  .newsletter-container form .form-row button {
    width: 100%;
  }
}

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