/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
@import "../vendor/swiper-bundle.min.css";
@import "../vendor/jquery.fancybox.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;
  }
}
.about {
  display: grid;
  grid-template-columns: 500px calc(100% - 500px);
  grid-gap: 0;
  border-top: 2px solid #617c63;
}
.about-text {
  color: #606060;
  font-family: "Public Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 24px;
  padding: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-text div {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
.about-text h2 {
  color: #606060;
  font-family: "Public Sans", sans-serif;
  font-size: 35px;
  letter-spacing: 0;
  line-height: 49px;
  margin: 0 0 20px 0;
  font-weight: 500;
}
.about-text p {
  margin: 20px 0 0 0;
}
.about-text .sign {
  display: block;
  color: #606060;
}
.about-text.max div {
  max-width: 600px;
}
.about-text:first-of-type {
  border-right: 2px solid #617c63;
}
.about-text:last-of-type {
  border-top: 2px solid #617c63;
}
.about-image {
  padding: 26px;
}
.about-image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about-image + .about-image {
  border-top: 2px solid #617c63;
  border-right: 2px solid #617c63;
}

@media (max-width: 1180px) {
  .about-text div {
    max-width: 100%;
  }
}
@media (max-width: 950px) {
  .about {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .about-image {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about-image-wrapper {
    height: auto;
    margin: auto 0;
  }
}
@media (max-width: 600px) {
  .about {
    display: flex;
    flex-direction: column;
  }
  .about-text:first-of-type {
    border-right: none;
    border-bottom: 2px solid #617c63;
  }
  .about-image + .about-image {
    border-right: none;
  }
}
@media (max-width: 500px) {
  .about-image {
    padding: 13px;
  }
}
.about {
  border-top: none;
}
.about-gallery {
  grid-column-start: 1;
  grid-column-end: 3;
  width: 100%;
  border-top: 2px solid #617c63;
  padding: 26px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 26px;
}
.about-gallery-one, .about-gallery-two, .about-gallery-tree, .about-gallery-four, .about-gallery-five, .about-gallery-six {
  height: 290px;
  overflow: hidden;
  cursor: pointer;
}
.about-gallery-one-image, .about-gallery-two-image, .about-gallery-tree-image, .about-gallery-four-image, .about-gallery-five-image, .about-gallery-six-image {
  width: 100%;
  height: 100%;
}
.about-gallery-one-image img, .about-gallery-two-image img, .about-gallery-tree-image img, .about-gallery-four-image img, .about-gallery-five-image img, .about-gallery-six-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.about-gallery-one:hover, .about-gallery-two:hover, .about-gallery-tree:hover, .about-gallery-four:hover, .about-gallery-five:hover, .about-gallery-six:hover {
  opacity: 0.7;
}
.about-gallery-one {
  grid-column-start: 1;
  grid-column-end: 3;
}
.about-gallery-four {
  grid-column-start: 3;
  grid-column-end: 5;
}
.about-gallery.top {
  border-bottom: 2px solid #617c63;
}
.about-gallery .decor-left-top,
.about-gallery .decor-left-bottom,
.about-gallery .decor-right-top,
.about-gallery .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;
}
.about-gallery .decor-left-top {
  left: -20px;
  top: -20px;
}
.about-gallery .decor-left-bottom {
  left: -20px;
  bottom: -20px;
}
.about-gallery .decor-right-top {
  right: -20px;
  top: -20px;
}
.about-gallery .decor-right-bottom {
  right: -20px;
  bottom: -20px;
}
.about-gallery .decor-border {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #617c63;
  z-index: 50;
  top: 0;
  left: 0;
}

@media (max-width: 1024px) {
  .about-gallery-one, .about-gallery-two, .about-gallery-tree, .about-gallery-four, .about-gallery-five, .about-gallery-six {
    height: 200px;
  }
}
@media (max-width: 1023px) {
  .about-image-wrapper img {
    max-height: 800px;
  }
}
@media (max-width: 1050px) {
  .about-text:first-of-type {
    border: none;
  }
}
@media (max-width: 850px) {
  .about-gallery {
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .about-gallery-two {
    grid-column-start: 3;
    grid-column-end: 5;
  }
  .about-gallery-five {
    grid-column-start: 2;
    grid-column-end: 5;
  }
  .about-gallery-six {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .about-gallery-one, .about-gallery-two, .about-gallery-tree, .about-gallery-four, .about-gallery-five, .about-gallery-six {
    height: 150px;
  }
}
@media (max-width: 768px) {
  .about-gallery.single .about-gallery-one {
    grid-column-start: 1;
    grid-column-end: 1;
  }
  .about-gallery.single .about-gallery-two {
    grid-column-start: 2;
    grid-column-end: 3;
  }
}
@media (max-width: 600px) {
  .about-gallery-one, .about-gallery-two, .about-gallery-tree, .about-gallery-four, .about-gallery-five, .about-gallery-six {
    height: 120px;
  }
  .about-gallery .decor-left-top, .about-gallery .decor-left-bottom, .about-gallery .decor-right-top, .about-gallery .decor-right-bottom {
    width: 35px;
    height: 35px;
    border-radius: 35px;
  }
}
@media (max-width: 500px) {
  .about-text {
    padding: 20px 10px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 22px;
  }
  .about-text h2 {
    text-align: center;
    font-size: 25px;
    line-height: 35px;
  }
  .about-gallery {
    padding: 10px;
    grid-gap: 10px;
  }
  .about-image-wrapper img {
    max-height: 400px;
  }
}
@media (max-width: 400px) {
  .about-gallery-one, .about-gallery-two, .about-gallery-tree, .about-gallery-four, .about-gallery-five, .about-gallery-six {
    height: 100px;
  }
  .about-gallery.single {
    display: block;
  }
  .about-gallery.single > div {
    margin: 0 0 10px 0;
  }
  .about-gallery.single > div:last-of-type {
    margin: 0;
  }
}
.selection {
  padding: 45px 0 40px 45px;
  border-top: 2px solid #617c63;
}
.selection h1 {
  color: #606060;
  font-family: "Public Sans", sans-serif;
  font-size: 35px;
  letter-spacing: 0;
  line-height: 49px;
  text-transform: uppercase;
  margin: 0 0 40px 0;
  font-weight: 500;
}
.selection-grid {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.selection-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  height: 148px;
  border-radius: 148px 0 0 148px;
  text-decoration: none;
  color: #606060;
  font-size: 17px;
  letter-spacing: 5.13px;
  line-height: 19px;
  text-align: center;
  padding: 24px 24px 24px 100px;
  transition: all 300ms ease-in-out;
}
.selection-grid a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: #606060;
  position: absolute;
  transition: all 300ms ease-in-out;
  left: 20px;
}
.selection-grid a span img {
  width: 70px;
  height: 70px;
  object-position: center;
  transition: all 300ms ease-in-out;
  object-fit: contain;
}
.selection-grid a.online {
  grid-column-start: 2;
  grid-column-end: 4;
  background: #617c63;
  color: #ffffff;
  font-family: "Public Sans", sans-serif;
  font-size: 20px;
  letter-spacing: 4.29px;
  line-height: 19px;
  text-align: center;
}
.selection-grid a.online span {
  justify-content: flex-start;
}
.selection-grid a.online span svg {
  height: 100%;
  overflow: visible;
}
.selection-grid a.online span svg line, .selection-grid a.online span svg polyline {
  transition: all 300ms ease-in-out;
}
@media (max-width: 650px) {
  .selection-grid a.online span svg #Sipka_novinky {
    display: none;
  }
}
.selection-grid a:hover {
  background: #1f4331;
  color: #ffffff;
}
.selection-grid a:hover span {
  background: #ffffff;
}
.selection-grid a:hover span img {
  filter: invert(1);
}

@media (max-width: 1100px) {
  .selection-grid a {
    height: 118px;
    border-radius: 118px 0 0 118px;
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 16px;
  }
  .selection-grid a span {
    width: 70px;
    height: 70px;
    border-radius: 70px;
  }
  .selection-grid a span img {
    width: 40px;
    height: 40px;
  }
  .selection-grid a.online {
    font-size: 18px;
    letter-spacing: 4px;
    line-height: 16px;
  }
}
@media (max-width: 1023px) {
  .selection {
    padding: 20px 0 20px 20px;
  }
}
@media (max-width: 800px) {
  .selection-grid {
    grid-template-columns: 1fr 1fr;
  }
  .selection-grid a.online {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .selection-grid a.trim {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (max-width: 768px) {
  .selection h1.trim {
    font-size: 25px;
    line-height: 40px;
  }
}
@media (max-width: 600px) {
  .selection h1 {
    padding: 0 20px 0 0;
  }
  .selection-grid {
    grid-gap: 10px;
  }
  .selection-grid a {
    height: 98px;
    letter-spacing: 2px;
    padding: 10px 10px 10px 100px;
  }
  .selection-grid a.online {
    letter-spacing: 2px;
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .selection h1 {
    font-size: 25px;
    line-height: 35px;
  }
  .selection-grid a {
    height: 68px;
    padding: 10px 10px 10px 70px;
  }
  .selection-grid a span {
    left: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
  }
  .selection-grid a.online {
    letter-spacing: 0;
  }
}
@media (max-width: 400px) {
  .selection h1 {
    text-align: center;
  }
  .selection-grid {
    display: block;
  }
  .selection-grid a {
    margin: 0 0 10px 0;
  }
  .selection-grid a.online {
    font-size: 14px;
  }
  .selection-grid a:last-of-type {
    margin: 0;
  }
}
.partners {
  width: 100%;
  border-top: 2px solid #617c63;
}
.partners-row {
  padding: 40px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.partners-row h2 {
  color: #606060;
  font-family: "Public Sans", sans-serif;
  font-size: 35px;
  letter-spacing: 0;
  line-height: 49px;
  font-weight: 500;
}
.partners-row-items {
  max-width: 680px;
  padding: 0 40px;
}
.partners-row-items .swiper-slide img {
  display: block;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  object-fit: contain;
  object-position: center;
}
.partners-row-items a:hover img {
  opacity: 0.7;
}
.partners-row-items .swiper-button-next,
.partners-row-items .swiper-button-prev {
  width: initial;
  height: initial;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.partners-row-items .swiper-button-next img,
.partners-row-items .swiper-button-prev img {
  width: 45px;
  height: 45px;
}
.partners-row-items .swiper-button-next::after,
.partners-row-items .swiper-button-prev::after {
  display: none;
}
.partners-row-items .swiper-button-prev {
  left: -10px;
}
.partners-row-items .swiper-button-next {
  right: -10px;
}
.partners-row-items .swiper-button-next img {
  rotate: 180deg;
}
.partners-decor {
  height: 85px;
  width: 100%;
}

@media (max-width: 1023px) {
  .partners-row {
    padding: 20px 40px;
  }
  .partners-row h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .partners-row-items {
    max-width: calc(100% - 200px);
  }
}
@media (max-width: 768px) {
  .partners-row {
    padding: 10px;
  }
  .partners-decor {
    height: 35px;
  }
  .partners-decor::after {
    height: 35px;
  }
}
@media (max-width: 600px) {
  .partners-row {
    flex-direction: column;
    padding: 20px;
  }
  .partners-row h2 {
    text-align: center;
    margin: 0 0 30px 0;
  }
  .partners-row-items {
    max-width: 100%;
  }
}

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