html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  height: 100%;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  position: relative;
  overflow: hidden;
  border: 1px solid #000000;
  border-radius: 0px;
  background: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.selectric .label {
  font-size: 12px;
  line-height: 36px;
  display: block;
  overflow: hidden;
  height: 38px;
  margin: 0 38px 0 20px;
  -webkit-user-select: none;
          user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000000;
}
.selectric .arrow {
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
  line-height: 38px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 38px;
  height: 38px;
  text-align: center;
  color: #BBB;
  background-color: transparent;
}
.selectric .arrow:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: " ";
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: black;
}

.selectric-hover .selectric {
  border-color: black;
}
.selectric-hover .selectric .button {
  color: rgb(63.3333333333%, 63.3333333333%, 63.3333333333%);
}
.selectric-hover .selectric .button:after {
  border-top-color: rgb(63.3333333333%, 63.3333333333%, 63.3333333333%);
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: black;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  cursor: default;
  -webkit-user-select: none;
          user-select: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: none;
}

.selectric-input {
  *font: 0/0 a !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  outline: none !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  display: block !important;
  visibility: hidden !important;
}

/* Items box */
.selectric-items {
  position: absolute;
  z-index: -1;
  top: calc(100% - 1px);
  left: 0;
  display: none;
  border: 1px solid black;
  background: #ffffff;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  overflow: auto;
  height: 100%;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: calc(100% - 1px);
}
.selectric-items ul, .selectric-items li {
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.selectric-items li {
  display: block;
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
  color: #000000;
  font-weight: 600;
}
.selectric-items li.selected {
  color: #444;
  background: #f4f4f4;
}
.selectric-items li.highlighted {
  color: #444;
  background: #f4f4f4;
}
.selectric-items li:hover {
  color: #444;
  background: #f4f4f4;
}
.selectric-items .disabled {
  cursor: default !important;
  -webkit-user-select: none;
          user-select: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  color: #666 !important;
  background: none !important;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
          user-select: none;
  color: #444;
  background: none;
}
.selectric-items .selectric-group.disabled li {
  opacity: 1;
  filter: alpha(opacity=100);
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: "lightcase";
  src: url("../fonts/lightcase.eot?55356177");
  src: url("../fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../fonts/lightcase.woff?55356177") format("woff"), url("../fonts/lightcase.ttf?55356177") format("truetype"), url("../fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*=lightcase-icon-]:before {
  font-family: "lightcase", sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
  content: "\e800";
}

/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
  content: "\e801";
}

/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close:before {
  content: "\e802";
}

/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
  content: "\e803";
}

/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
  content: "\e804";
}

/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
  content: "\e805";
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@keyframes lightcase-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 640px) {
  /* line 16, ../scss/components/modules/_case.scss */
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}
@media screen and (min-width: 641px) {
  /* line 4, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  /* line 23, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #333;
  }
}
/* line 31, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  /* line 31, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
/* line 43, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  /* line 43, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  /* line 52, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  /* line 59, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  /* line 70, ../scss/components/modules/_content.scss */
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  /* line 74, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}
/* line 82, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  /* line 91, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 641px) {
  /* line 100, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa;
  }
}
@media screen and (min-width: 641px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333;
  }
}
/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}
@media screen and (min-width: 641px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}
/* line 4, ../scss/components/modules/_global.scss */
.lightcase-open body {
  overflow: hidden;
}

/* line 8, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}

/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
  position: absolute;
  padding-top: 15px;
}

/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  /* line 19, ../scss/components/modules/_info.scss */
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }
}
/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  /* line 45, ../scss/components/modules/_info.scss */
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 51, ../scss/components/modules/_info.scss */
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}
/* line 1, ../scss/components/modules/_loading.scss */
#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  animation: lightcase-spin 0.5s infinite linear;
}

/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  transition: color, opacity, ease-in-out 0.25s;
}

/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

/* line 2, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

/* line 20, ../scss/components/mixins/_presets.scss */
a[class*=lightcase-icon-], a[class*=lightcase-icon-]:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  transition: color, opacity, ease-in-out 0.25s;
}

/* line 32, ../scss/components/mixins/_presets.scss */
a[class*=lightcase-icon-] > span {
  display: inline-block;
  text-indent: -9999px;
}

/* line 49, ../scss/components/mixins/_presets.scss */
a[class*=lightcase-icon-]:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

/* line 10, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice a[class*=lightcase-icon-]:hover {
  color: #aaa;
  text-shadow: none;
}

/* line 17, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

/* line 28, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-prev {
  left: 15px;
}

/* line 33, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-next {
  right: 15px;
}

/* line 38, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-pause, a[class*=lightcase-icon-].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  /* line 38, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-].lightcase-icon-pause, a[class*=lightcase-icon-].lightcase-icon-play {
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-] {
    bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 641px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  /* line 57, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-]:hover, #lightcase-case:hover ~ a[class*=lightcase-icon-] {
    opacity: 1;
  }
}
/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  /* line 1, ../scss/components/modules/_overlay.scss */
  #lightcase-overlay {
    opacity: 1 !important;
  }
}
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td, canvas, embed, output, ruby, summary, time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  box-sizing: border-box;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  box-sizing: border-box;
  vertical-align: baseline;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  box-sizing: border-box;
  vertical-align: baseline;
}

blockquote {
  quotes: none;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  box-sizing: border-box;
  vertical-align: baseline;
}
blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q {
  quotes: none;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  box-sizing: border-box;
  vertical-align: baseline;
}
q:before, q:after {
  content: "";
  content: none;
}

button:focus, input:focus, select:focus, span:focus {
  outline: 0;
}
button, input, select, span {
  font-family: inherit;
  border: none;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  box-sizing: border-box;
  vertical-align: baseline;
}

a {
  text-decoration: none;
  color: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  box-sizing: border-box;
  vertical-align: baseline;
}

b {
  font-weight: bold;
}

sub {
  font-size: 0.8em;
  vertical-align: sub;
}

@keyframes animateIn {
  0%, 1%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes animateOut {
  0%, 99%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    visibility: visible;
    opacity: 1;
  }
  99% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    z-index: -1;
    visibility: hidden;
    opacity: 0;
  }
}
/*
 Load fonts via font face
 */
h1, h2, h3 {
  font-family: "adobe-text-pro", serif;
  font-weight: 700;
  font-style: italic;
}

h2 {
  font-family: "adobe-text-pro", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 520px) {
  h2 {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1400px) {
  h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
h2 + p {
  margin-top: 20px;
}

h3 {
  font-family: "adobe-text-pro", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 12px;
}
@media (min-width: 992px) {
  h3 {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  h3 {
    font-size: 16px;
  }
}

h4, h5, h6 {
  color: #212020;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}
@media (min-width: 992px) {
  h4, h5, h6 {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  h4, h5, h6 {
    font-size: 30px;
    line-height: 36px;
  }
}
h4 + p, h5 + p, h6 + p {
  margin-top: 10px;
}

p {
  font-size: 14px;
  line-height: 22px;
}
p + p,
p + h4,
p + h5,
p + h6 {
  margin-top: 24px;
}
p a:hover {
  opacity: 0.5;
}

strong {
  font-weight: 600;
}

mark {
  color: #f49717;
  background-color: transparent;
  font-weight: 400;
}

em {
  font-weight: 700;
  font-style: italic;
  position: relative;
}

a {
  transition-property: color, opacity;
  transition-duration: 300ms;
}

sup {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
  font-size: smaller;
}

.highlight {
  color: #f49717;
}

html {
  background-color: #791837;
}

html,
body {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
}
html.navigation-opened,
body.navigation-opened {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
html .admin-bar.navigation-opened,
body .admin-bar.navigation-opened {
  top: 32px;
}
@media screen and (max-width: 782px) {
  html .admin-bar.navigation-opened,
  body .admin-bar.navigation-opened {
    top: 46px;
  }
}

#wpadminbar {
  position: fixed !important;
  border-bottom: 1px solid #222;
  background-color: #000000;
}

::selection {
  color: #ffffff;
  background: #f49717;
}
::selection:after {
  background-color: #ffffff !important;
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 6000px;
  height: 6000px;
  transform: scale(0.0001);
  transform-origin: center center;
  transition-property: transform;
  transition-duration: 1000ms;
  pointer-events: none;
  opacity: 1;
  will-change: transform;
}
.loader svg {
  width: 100%;
}
.loader svg * {
  fill: #f49717;
}
.loader.scale {
  transform: scale(1);
}
.loader.fade {
  transition-property: opacity;
  opacity: 0;
}

.hide-mobile {
  display: none;
}
@media (min-width: 992px) {
  .hide-mobile {
    display: block;
  }
}

.button {
  position: relative;
  display: inline-block;
  padding: 12px;
}
.button:hover .button__text, .button:active .button__text {
  opacity: 0.8;
}
.button:hover .button__rhomb:before, .button:active .button__rhomb:before {
  transform: rotate(180deg);
  opacity: 0.8;
}
.button:hover .button__rhomb:after, .button:active .button__rhomb:after {
  transform: translateX(-35px);
  opacity: 0.5;
}
.button:hover .button__border, .button:active .button__border {
  transform: scale(0.99);
}
.button--rhomb {
  padding: 12px 0 12px 12px;
}
.button--rhomb .button__border {
  right: 25px;
  transform-origin: 100% 50%;
}
.button--rhomb .button__text {
  font-size: 17px;
  line-height: 2.3em;
  padding: 5px 50px 5px 35px;
  font-weight: 400;
}
.button__text {
  position: relative;
  padding: 23px 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #3e1900;
  white-space: nowrap;
  transition: opacity 0.3s ease-in-out;
  background-image: linear-gradient(242deg, #f49717 0%, #f4aa48 100%);
  z-index: 2;
}
.button__border {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  border: 1px solid #f5a623;
  transition: all 0.3s ease-in-out;
}
.button__rhomb {
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -3px;
  z-index: 2;
}
.button__rhomb:before, .button__rhomb:after {
  content: "";
  will-change: transform, opacity;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.button__rhomb:before {
  display: block;
  position: relative;
  width: 7px;
  height: 7px;
  background-color: #f7f747;
  transform: rotate(45deg);
}
.button__rhomb:after {
  position: absolute;
  left: calc(100% + 13px);
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  width: 40px;
}
.button--color-black {
  color: #000000;
}
.button--color-black:hover {
  color: #000000;
  background-color: #ffffff;
}
.button--color-orange .button__text {
  color: #3e1900;
}
.button--plain {
  padding: 0;
  border-color: transparent;
  background-color: transparent;
  color: #f6e385;
}
.button--plain:hover {
  background-color: transparent;
  border-color: transparent;
  opacity: 0.8;
}
.button--link {
  padding: 7px 0 13px 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #a70143;
  letter-spacing: 0.21em;
  transition: transform 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  background-color: transparent;
}
.button--link:after {
  content: "";
  height: 5px;
  background-color: #a70143;
  transition: all 0.3s ease;
  position: absolute;
  right: -3px;
  bottom: 0;
  left: -3px;
}
.button--link:hover, .button--link:active {
  color: #212020;
  background-color: transparent;
  cursor: pointer;
}
.button--link:hover:after, .button--link:active:after {
  opacity: 0.7;
  background-color: #000000;
  transform: translateY(-4px) scaleY(0.5);
}
.button--link-alt {
  color: #f49717;
}
.button--link-alt:after {
  background-color: #f49717;
}
.button--link-alt:hover, .button--link-alt:active {
  color: #f49717;
  opacity: 0.9;
}
.button--link-alt:hover:after, .button--link-alt:active:after {
  background-color: #f49717;
}
.button--simple {
  padding: 15px 20px 15px 20px;
  width: 100%;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #dee1d9;
  color: #dee1d9;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media (min-width: 520px) {
  .button--simple {
    width: auto;
  }
}
.button--simple:hover {
  color: #000000;
  background-color: #dee1d9;
}
.button--outline {
  color: #f49717;
  background-color: transparent;
}
.button--outline:hover {
  color: #000000;
  background-color: #f49717;
}
.button--outline-blue {
  color: #000000;
  background-color: transparent;
  border-color: #000000;
}
.button--outline-blue:hover {
  color: #f49717;
  background-color: #000000;
}
.button--flower .button__text {
  padding: 20px 30px 20px 32px;
}
.button--flower .button__text--long {
  letter-spacing: 0.8px;
  padding: 20px 7px 20px 23px;
}
@media (min-width: 520px) {
  .button--flower .button__text--long {
    letter-spacing: 0.22em;
    padding: 20px 30px 20px 32px;
  }
}
.button--flower:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  width: 57px;
  height: 51px;
  margin-top: -25px;
  transition: transform 0.4s ease-out;
  transform-origin: 80% 80%;
  z-index: 3;
}
.button--flower:hover:after {
  transform: translate(5px, -5px) rotate(-15deg);
}
.button--scratch:before {
  background-image: url("../brands/maitrea/images/common/btn-bg.png");
  background-repeat: no-repeat;
  background-size: 250px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .button--scratch:before {
    background-image: url("../brands/maitrea/images/common/btn-bg@2x.png");
  }
}
.button--scratch:before {
  width: 250px;
  height: 200px;
  position: absolute;
  content: "";
  top: -50px;
  left: -70px;
  z-index: 0;
  transition: transform 0.4s ease-out;
}
.button--scratch:hover:before {
  transform: scale(1.03);
}
.button--align-center {
  margin-left: auto;
  margin-right: auto;
}
.button--show-restaurant {
  margin-top: 70px;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .button--show-restaurant {
    margin-left: 40px;
    margin-top: 0;
    margin-right: 0;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-text-fill-color: #a70143;
  color: #a70143;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=text], input[type=email], input[type=tel], input[type=number], textarea {
  font-family: "Montserrat", serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  width: 100%;
  padding: 5px 0;
  color: #a70143;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  -webkit-appearance: none;
          appearance: none;
}
input[type=text]::selection, input[type=email]::selection, input[type=tel]::selection, input[type=number]::selection, textarea::selection {
  background: #dadada;
}
input[type=text]::selection:after, input[type=email]::selection:after, input[type=tel]::selection:after, input[type=number]::selection:after, textarea::selection:after {
  background-color: #ffffff !important;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-weight: 400;
  color: #a70143;
}
input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=number]:-moz-placeholder, textarea:-moz-placeholder {
  font-weight: 400;
  color: #a70143;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, textarea::-moz-placeholder {
  font-weight: 400;
  color: #a70143;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-weight: 400;
  color: #a70143;
}
input[type=text].wpcf7-not-valid, input[type=email].wpcf7-not-valid, input[type=tel].wpcf7-not-valid, input[type=number].wpcf7-not-valid, textarea.wpcf7-not-valid {
  border-bottom-color: #f82c22;
}

label {
  padding: 5px 0;
}

textarea {
  resize: none;
}

input[type=submit] {
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
          appearance: none;
}

[type=checkbox]:not(:checked), [type=checkbox]:checked, [type=radio]:not(:checked), [type=radio]:checked {
  position: absolute;
  left: -9999px;
}

[type=checkbox]:not(:checked) + label, [type=checkbox]:checked + label, label [type=checkbox]:not(:checked) + span, label [type=checkbox]:checked + span, [type=radio]:not(:checked) + label, [type=radio]:checked + label {
  line-height: 20px;
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}

[type=checkbox]:not(:checked) + label:before, [type=checkbox]:checked + label:before, label [type=checkbox]:not(:checked) + span:before, label [type=checkbox]:checked + span:before, [type=radio]:not(:checked) + label:before, [type=radio]:checked + label:before {
  position: absolute;
  top: 0;
  left: 0px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  content: "";
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.2);
}

[type=checkbox]:checked + label:before, label [type=checkbox]:checked + span:before, [type=radio]:checked + label:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IC00OSAxNDEgNTEyIDUxMiIgdmlld0JveD0iLTQ5IDE0MSA1MTIgNTEyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0yMjMuOSA0OTYuOC03NCA3NC03NC4xLTc0LTg1LjUtODUuNiA3NC03NCA4NS42IDg1LjYgMTk5LjYtMTk5LjYgNzQgNzR6IiBmaWxsPSIjMmQ0NjRjIi8+PC9zdmc+);
  background-size: 13px 13px;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
}

select {
  font-family: "Montserrat", serif;
  -webkit-appearance: none;
  padding: 5px;
  font-weight: 700;
  font-size: 14px;
}

.selectric {
  font-family: "Montserrat", serif;
  border: 0;
  border-bottom: 1px solid #000000;
  background-color: transparent;
}
.selectric .label {
  line-height: 26px;
  height: 26px;
  color: #f49717;
  margin-left: 0;
  text-transform: none;
  font-size: 14px;
}
.selectric .arrow {
  font-size: 10px;
  height: 27px;
  width: 20px;
}
.selectric .arrow:after {
  content: "";
  border: 0;
  width: 8px;
  height: 6px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOCA2Ij48ZGVmcz48cGF0aCBpZD0iOTZ5dWEiIGQ9Ik03NDIuOTQ4IDEyMDYuOTM5bC0yLjkyIDIuOTE5LTIuOTE5LTIuOTIiLz48L2RlZnM+PGc+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTczNiAtMTIwNikiPjx1c2UgZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIwIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSI1MCIgc3Ryb2tlLXdpZHRoPSIyIiB4bGluazpocmVmPSIjOTZ5dWEiLz48L2c+PC9nPjwvc3ZnPg==);
  transition-property: transform;
  transition-duration: 300ms;
}
.selectric-open .selectric .arrow:after {
  transform: rotate(180deg);
}

.selectric-items {
  font-family: "Montserrat", serif;
  margin-top: -1px;
  background-color: #ffffff;
}
.selectric-items ul li {
  padding: 5px 10px;
}
.selectric-items ul li.highlighted {
  background-color: #f4f4f4;
}

.table {
  font-size: 14px;
  line-height: 14px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .table {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (min-width: 1200px) {
  .table {
    font-size: 14px;
    line-height: 14px;
  }
}
.table__head {
  position: relative;
  z-index: 2;
}
.table__row {
  display: flex;
  padding: 10px 0;
  background-color: #ffffff;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .table__row {
    padding: 0;
    flex-wrap: nowrap;
  }
}
.table__row--head {
  font-weight: 700;
  line-height: 12px;
  display: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f49717;
  align-items: center;
}
@media (min-width: 768px) {
  .table__row--head {
    font-size: 9px;
    line-height: 12px;
    display: flex;
    letter-spacing: 1px;
  }
}
@media (min-width: 992px) {
  .table__row--head {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1200px) {
  .table__row--head {
    font-size: 12px;
    line-height: 16px;
  }
}
.table__row--head .table__column {
  height: 100%;
}
.table__row--body {
  font-weight: 400;
  line-height: 14px;
  transition-duration: 300ms;
  transform: scale(1, 1);
  pointer-events: none;
  color: #212020;
  border-top: 1px solid #ffffff;
  background-color: #ffffff;
  transition-propery: background-color, transform;
}
.table--animated .table__row--body {
  transition-delay: 0ms !important;
  pointer-events: all;
  transition-propery: background-color, transform !important;
}
.table__row--body:first-child {
  border-top: 0;
}
.table__row--body:hover {
  cursor: pointer;
  background-color: #f49717;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.025);
}
@media (min-width: 768px) {
  .table__row--body:hover {
    transform: scale(1.01, 1.02) translate3d(0, 0, 0) !important;
  }
}
@media (min-width: 768px) {
  .table__row--body:hover .table__column {
    transform: scale(0.99, 0.98) translate3d(0, 0, 0);
  }
}
.table__row--body .table__column {
  white-space: nowrap;
}
.table__column {
  padding: 10px 20px;
  flex: 0 0 100%;
}
.table__column:before {
  font-size: 10px;
  font-weight: 800;
  display: inline-block;
  width: 50%;
  content: attr(data-heading);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #212020;
}
@media (min-width: 768px) {
  .table__column:before {
    display: none;
  }
}
.table__column span {
  line-height: 12px;
  display: inline-block;
}
@media (min-width: 768px) {
  .table__column {
    padding: 20px 10px;
    flex: 0 1 120px;
  }
}
@media (min-width: 992px) {
  .table__column {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .table__column {
    padding: 30px;
    flex: 1 0 160px;
  }
}
@media (min-width: 1600px) {
  .table__column {
    flex-grow: 1 !important;
  }
}
@media (min-width: 768px) {
  .table__column--floor {
    width: 80px;
    flex-basis: auto;
  }
}
@media (min-width: 992px) {
  .table__column--floor {
    width: 110px;
  }
}
@media (min-width: 1200px) {
  .table__column--floor {
    width: 140px;
  }
}
@media (min-width: 1400px) {
  .table__column--floor {
    width: 160px;
  }
}
@media (min-width: 768px) {
  .table__column--unit {
    width: 100px;
    flex-basis: auto;
  }
}
@media (min-width: 992px) {
  .table__column--unit {
    width: 130px;
  }
}
@media (min-width: 1200px) {
  .table__column--unit {
    width: 150px;
  }
}
@media (min-width: 1400px) {
  .table__column--unit {
    width: 180px;
  }
}
@media (min-width: 768px) {
  .table__column--disposition {
    width: 80px;
    flex-basis: auto;
  }
}
@media (min-width: 992px) {
  .table__column--disposition {
    width: 130px;
  }
}
@media (min-width: 1200px) {
  .table__column--disposition {
    width: 150px;
  }
}
@media (min-width: 768px) {
  .table__column--interior {
    width: 85px;
    flex-basis: auto;
  }
}
@media (min-width: 992px) {
  .table__column--interior {
    width: 120px;
  }
}
@media (min-width: 1200px) {
  .table__column--interior {
    width: 140px;
  }
}
@media (min-width: 768px) {
  .table__column--balcony {
    width: 85px;
    flex-basis: auto;
  }
}
@media (min-width: 992px) {
  .table__column--balcony {
    width: 115px;
  }
}
@media (min-width: 1200px) {
  .table__column--balcony {
    width: 140px;
  }
}
@media (min-width: 768px) {
  .table__column--garden {
    width: 80px;
    flex-basis: auto;
  }
}
@media (min-width: 992px) {
  .table__column--garden {
    width: 110px;
  }
}
@media (min-width: 1200px) {
  .table__column--garden {
    width: 140px;
  }
}
@media (min-width: 768px) {
  .table__column--price {
    width: 120px;
    flex-basis: auto;
  }
}
@media (min-width: 1200px) {
  .table__column--price {
    width: 160px;
  }
}
@media (min-width: 1400px) {
  .table__column--price {
    width: 230px;
  }
}
@media (min-width: 768px) {
  .table__column--pdf {
    flex: 1 0 auto;
    width: 70px;
  }
}
@media (min-width: 992px) {
  .table__column--pdf {
    flex: 1 0 auto;
    width: 120px;
  }
}

.site {
  position: relative;
  overflow: hidden;
  min-height: var(--app-height);
  padding-top: 65px;
}
.page-template-template-homepage .site {
  padding-top: 65px;
}
@media (min-width: 768px) {
  .site {
    padding-top: 160px;
  }
  .page-template-template-homepage .site {
    padding-top: 160px;
  }
}
@media (min-width: 1200px) {
  .site {
    padding-top: 160px;
  }
}
.admin-bar .site {
  min-height: calc(var(--app-height) - 32px);
}
.site:before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 65px;
  content: "";
  pointer-events: none;
  background-position: 50% 0;
  background-size: 1920px auto;
  background-image: url("../brands/maitrea/images/common/bg-site-header.png");
  background-repeat: no-repeat;
  background-size: 1920px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .site:before {
    background-image: url("../brands/maitrea/images/common/bg-site-header@2x.png");
  }
}
@media (min-width: 520px) {
  .site:before {
    top: -50px;
    display: block;
    height: 400px;
    background-position: 50% 0px;
    background-size: 1920px auto;
  }
}
@media (min-width: 768px) {
  .site:before {
    top: 0;
    height: 280px;
  }
}
.page-template-template-homepage .site:before {
  display: none;
}

.header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
}
.header__container {
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 50px;
}
@media (min-width: 1400px) {
  .header__container {
    margin-right: 40px;
    margin-left: 40px;
  }
}
.header__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12.5px;
  margin-left: -12.5px;
}
@media (min-width: 520px) {
  .header__row {
    margin-right: -12.5px;
    margin-left: -12.5px;
  }
}
@media (min-width: 768px) {
  .header__row {
    margin-right: -12.5px;
    margin-left: -12.5px;
  }
}
@media (min-width: 992px) {
  .header__row {
    margin-right: -12.5px;
    margin-left: -12.5px;
  }
}
@media (min-width: 1200px) {
  .header__row {
    margin-right: -12.5px;
    margin-left: -12.5px;
  }
}
@media (min-width: 1400px) {
  .header__row {
    margin-right: -12.5px;
    margin-left: -12.5px;
  }
}
.header__mobile-lang {
  font-size: 15px;
  font-weight: 600;
  position: fixed;
  z-index: 4;
  top: 9px;
  left: 10px;
  padding: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #dee1d9;
}
.admin-bar .header__mobile-lang {
  top: 41px;
}
@media screen and (max-width: 782px) {
  .admin-bar .header__mobile-lang {
    top: 55px;
  }
}
.header__mobile-lang.background--light {
  color: #051222;
}
@media (min-width: 768px) {
  .header__mobile-lang {
    margin-top: 33px;
  }
}
@media (min-width: 992px) {
  .header__mobile-lang {
    display: none;
  }
}

.footer {
  background-image: url("../brands/maitrea/images/common/bg-site-footer.png");
  background-repeat: no-repeat;
  background-size: 1920px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .footer {
    background-image: url("../brands/maitrea/images/common/bg-site-footer@2x.png");
  }
}
.footer {
  margin-top: -150px;
  background-position: 37% -400px;
  background-size: 900px calc(100% + 400px);
}
body.page-template-template-about .footer {
  position: relative;
  z-index: 2;
  margin-top: -20px;
  background-position: 37% -100px;
  background-size: 1200px calc(100% + 100px);
}
@media (min-width: 520px) {
  body.page-template-template-about .footer {
    background-position: 37% -100px;
  }
}
@media (min-width: 992px) {
  body.page-template-template-about .footer {
    margin-top: -180px;
    background-position: 50% 100%;
    background-size: 1920px auto;
  }
}
@media (min-width: 1600px) {
  body.page-template-template-about .footer {
    background-size: 100% 453px;
  }
}
@media (min-width: 520px) {
  .footer {
    background-position: 37% -360px;
  }
}
@media (min-width: 992px) {
  .footer {
    margin-top: -180px;
    padding-bottom: 20px;
    background-position: 50% 100%;
    background-size: 1920px auto;
  }
}
@media (min-width: 1600px) {
  .footer {
    background-size: 100% auto;
  }
}
.footer__container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 25px;
  padding-left: 25px;
}
@media (min-width: 520px) {
  .footer__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 768px) {
  .footer__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 992px) {
  .footer__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .footer__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1400px) {
  .footer__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1600px) {
  .footer__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.footer__container {
  display: flex;
  padding-top: 150px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .footer__container {
    padding-top: 225px;
  }
}
@media (min-width: 992px) {
  .footer__container {
    height: 440px;
  }
}
body.page-template-template-about .footer__container {
  padding-top: 360px;
}
@media (min-width: 520px) {
  body.page-template-template-about .footer__container {
    padding-top: 220px;
  }
}
.footer__column {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12.5px;
  padding-left: 12.5px;
}
@media (min-width: 520px) {
  .footer__column {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}
@media (min-width: 768px) {
  .footer__column {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}
@media (min-width: 992px) {
  .footer__column {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}
@media (min-width: 1200px) {
  .footer__column {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}
@media (min-width: 1400px) {
  .footer__column {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}
.footer__column {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
}
.footer__column--logos {
  margin-bottom: 30px;
  order: 3;
  justify-content: center;
}
.footer__column--socials {
  margin-bottom: 20px;
  order: 1;
}
@media (min-width: 520px) {
  .footer__column--socials {
    margin-bottom: 50px;
  }
}
.footer__column--reservation {
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  text-align: center;
  order: 2;
}
@media (min-width: 768px) {
  .footer__column--reservation {
    margin-bottom: 60px;
  }
}
@media (min-width: 520px) {
  .footer__column--logos {
    margin-top: 30px;
  }
}
@media (min-width: 1400px) {
  .footer__column--logos {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .footer__column--logos {
    margin-bottom: 0;
    order: 3;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer__column--socials {
    order: 1;
    justify-content: center;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer__column--reservation {
    text-align: right;
    order: 2;
    align-items: flex-end;
    justify-content: flex-end;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1400px) {
  .footer__column--logos {
    margin-bottom: 0;
    order: 0;
    justify-content: flex-start;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .footer__column--socials {
    order: 0;
    justify-content: center;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .footer__column--reservation {
    text-align: right;
    align-items: flex-end;
    order: 0;
    justify-content: flex-end;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1600px) {
  .footer__column--socials {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .footer__column--reservation {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .footer__column--full {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.footer__column + .footer__column {
  margin-top: 10px;
}
@media (min-width: 520px) {
  .footer__column + .footer__column {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .footer__column + .footer__column {
    margin-top: 50px;
  }
}
.footer__socials {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}
@media (min-width: 520px) {
  .footer__socials {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .footer__socials {
    padding: 8px 20px;
    border: 1px solid #ffffff;
  }
}
.footer__socials-item {
  text-align: center;
}
.footer__socials-link {
  color: #dee1d9;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.9375em;
  padding: 5px;
  transition: color 0.3s ease;
  text-transform: uppercase;
}
.footer__socials-link:hover {
  color: #f6e385;
}
@media (min-width: 520px) {
  .footer__socials-link {
    padding: 2px;
  }
}
.footer__logos {
  display: flex;
  width: 100%;
  max-width: 580px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1400px) {
  .footer__logos {
    justify-content: flex-start;
  }
}
.footer__logos-item {
  margin-bottom: 30px;
}
.footer__logos-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 520px) {
  .footer__logos-item {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
@media (min-width: 1400px) {
  .footer__logos-item {
    margin-right: 50px;
  }
}
.footer__logo {
  display: block;
  margin: 0 10px 0 10px;
  transition: opacity 0.3s ease;
}
.footer__logo:hover {
  opacity: 0.6;
}
@media (min-width: 520px) {
  .footer__logo {
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .footer__logo {
    margin: 0 20px;
  }
}
@media (min-width: 1400px) {
  .footer__logo {
    margin: 0;
  }
}
.footer__logo--maitrea-rest {
  background-image: url("../brands/maitrea/images/common/footer-logo-maitrea-restaurace.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .footer__logo--maitrea-rest {
    background-image: url("../brands/maitrea/images/common/footer-logo-maitrea-restaurace@2x.png");
  }
}
.footer__logo--maitrea-rest {
  width: 80px;
  height: 57px;
}
@media (min-width: 992px) {
  .footer__logo--maitrea-rest {
    width: 120px;
    height: 86px;
  }
}
.footer__logo--maitrea-house {
  background-image: url("../brands/maitrea/images/common/footer-logo-maitrea-house.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .footer__logo--maitrea-house {
    background-image: url("../brands/maitrea/images/common/footer-logo-maitrea-house@2x.png");
  }
}
.footer__logo--maitrea-house {
  width: 80px;
  height: 70px;
}
@media (min-width: 992px) {
  .footer__logo--maitrea-house {
    width: 120px;
    height: 106px;
  }
}
.footer__logo--lehka-hlava {
  background-image: url("../brands/maitrea/images/common/footer-logo-lehka-hlava.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .footer__logo--lehka-hlava {
    background-image: url("../brands/maitrea/images/common/footer-logo-lehka-hlava@2x.png");
  }
}
.footer__logo--lehka-hlava {
  width: 80px;
  height: 65px;
}
@media (min-width: 992px) {
  .footer__logo--lehka-hlava {
    width: 120px;
    height: 98px;
  }
}
.footer__reservation {
  color: #dee1d9;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.9375em;
  margin: 0 auto;
}
@media (min-width: 1400px) {
  .footer__reservation {
    margin: 0;
  }
}
.footer__utility-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .footer__utility-links {
    justify-content: flex-end;
  }
}
.footer__text-link {
  display: inline-block;
  margin: 0;
  color: rgba(222, 225, 217, 0.78);
  border-bottom: 0;
  font-family: "Montserrat", serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-decoration: none;
  text-transform: none;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.footer__text-link:hover, .footer__text-link:focus-visible {
  color: #f49717;
}

.section__container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 25px;
  padding-left: 25px;
}
@media (min-width: 520px) {
  .section__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 768px) {
  .section__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 992px) {
  .section__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .section__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1400px) {
  .section__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1600px) {
  .section__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .section__container {
    width: 1200px;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .section__container {
    width: 1400px;
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .section__container {
    width: 1600px;
    max-width: 100%;
  }
}
.section__container {
  display: flex;
  flex-wrap: wrap;
}
.section__half {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .section__half {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.section__half--center {
  display: flex;
  justify-content: center;
}
.section__half--gallery-right .button {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .section__half--gallery-right {
    padding-left: 100px;
  }
  .section__half--gallery-right .button {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .section__half--gallery-right {
    padding-left: 235px;
  }
}
.section__paragraph {
  position: relative;
}
.section__paragraph:before {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100px;
  height: 5px;
  background-color: #f49717;
  content: "";
}
.section__paragraph {
  color: #dee1d9;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.9375em;
  line-height: 31px;
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .section__paragraph {
    margin-right: initial;
    margin-left: initial;
  }
}
@media (min-width: 992px) {
  .section__paragraph--wide-photo-aligned {
    padding-left: 22px;
  }
  .section__paragraph--wide-photo-aligned:before {
    left: 22px;
  }
}
.section__paragraph:last-child {
  margin-bottom: 0;
}
.section--hp-gallery {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
@media (min-width: 992px) {
  .section--hp-gallery {
    margin-bottom: 100px;
  }
}
.section--hp-gallery .section__container {
  max-width: 1440px;
}
.section--hp-gallery .section__heading {
  margin-bottom: 175px;
}
@media (min-width: 520px) {
  .section--hp-gallery .section__heading {
    margin-bottom: 275px;
  }
}
@media (min-width: 992px) {
  .section--hp-gallery .section__heading {
    margin-bottom: 325px;
  }
}
.section--hp-gallery .section__paragraph {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .section--hp-gallery .section__paragraph {
    max-width: 370px;
  }
}
.section--hp-gallery .section__half--padded-top {
  padding-top: 150px;
}
@media (min-width: 992px) {
  .section--hp-gallery .section__half--padded-top {
    padding-top: 200px;
  }
}
.section--hp-gallery .section__half--left {
  order: 1;
}
@media (min-width: 992px) {
  .section--hp-gallery .section__half--left {
    order: 0;
  }
}
.section--hp-gallery .section__half--right {
  order: 0;
}
@media (min-width: 992px) {
  .section--hp-gallery .section__half--right {
    order: 1;
  }
}
.section--pre-white {
  margin-bottom: 0;
  padding-bottom: 120px;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .section--pre-white {
    padding-bottom: 240px;
  }
}
@media (min-width: 1400px) {
  .section--pre-white {
    padding-bottom: 320px;
  }
}
.section--relative {
  position: relative;
}

.socials {
  display: none;
}
@media (min-width: 520px) {
  .socials {
    position: absolute;
    z-index: 2;
    top: 200px;
    right: 30px;
    display: flex;
    width: 75vh;
    min-width: 450px;
    max-width: 720px;
    transition: transform 1s 0.8s ease-out, opacity 1s 0.8s ease-out;
    transform: rotate(-90deg) translateY(50px);
    transform-origin: 100% 50%;
    opacity: 0;
    align-items: center;
  }
  body.loaded .socials {
    transform: rotate(-90deg) translateY(0);
    opacity: 1;
  }
}
@media (min-width: 1600px) {
  .socials {
    right: 60px;
  }
}
@media (min-width: 1920px) {
  .socials {
    right: 110px;
  }
}
.socials__list {
  display: flex;
}
.socials__link {
  font-size: 11px;
  font-weight: bold;
  padding: 5px 25px;
  transition: color 0.3s ease;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #000000;
}
.page-template-template-homepage .socials__link {
  color: #f49717;
}
.page-template-template-homepage .socials__link:hover, .page-template-template-homepage .socials__link:active {
  color: #ffffff;
}
.socials__link:hover, .socials__link:active {
  color: #f49717;
}
.socials__line {
  height: 2px;
  margin-left: 25px;
  background-color: #000000;
  flex: 1;
}
.page-template-template-homepage .socials__line {
  background-color: #f49717;
}

.content:before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  height: 100px;
  content: "";
  pointer-events: none;
  background-position: 50% 0;
  background-size: 1920px auto;
  background-image: url("../brands/maitrea/images/common/bg-site-gradient.png");
  background-repeat: no-repeat;
  background-size: 1920px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .content:before {
    background-image: url("../brands/maitrea/images/common/bg-site-gradient@2x.png");
  }
}
@media (min-width: 520px) {
  .content:before {
    top: -50px;
    display: block;
    height: 400px;
    background-position: 50% 0px;
    background-size: 1920px auto;
  }
}
@media (min-width: 768px) {
  .content:before {
    top: 50px;
    height: 400px;
  }
}
.page-template-template-homepage .content:before {
  display: none;
}

.homepage {
  position: relative;
}
.homepage__bg-dark {
  position: absolute;
  z-index: -1;
  top: -96px;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: 50% 0;
}
@media (min-width: 768px) {
  .homepage__bg-dark {
    top: -160px;
  }
}
.homepage__bg-dark--end {
  z-index: 0;
  top: -380px;
  left: 49.9%;
  width: 101%;
  min-width: 1920px;
  height: 979px;
  transform: translateX(-50%);
  background-image: url("../brands/maitrea/images/common/bg-dark-bottom.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .homepage__bg-dark--end {
    background-image: url("../brands/maitrea/images/common/bg-dark-bottom@2x.png");
  }
}
@media (min-width: 2300px) {
  .homepage__bg-dark--end {
    top: -465px;
    height: 1400px;
  }
}
.homepage__bg-dark-part {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 1250px;
  background-position: 50% 0;
}
@media (min-width: 992px) {
  .homepage__bg-dark-part {
    width: 100%;
    height: auto;
    padding-top: 100%;
  }
}
.homepage__bg-dark-part--1 {
  background-image: url("../brands/maitrea/images/common/bg-parts/bg-dark-main-mobile_01.jpg");
  background-repeat: no-repeat;
  background-size: 1000px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .homepage__bg-dark-part--1 {
    background-image: url("../brands/maitrea/images/common/bg-parts/bg-dark-main-mobile_01@2x.jpg");
  }
}
@media (min-width: 992px) {
  .homepage__bg-dark-part--1 {
    background-image: url("../brands/maitrea/images/common/bg-parts/bg-dark-main_01.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.homepage__bg-dark-part--2 {
  background-image: url("../brands/maitrea/images/common/bg-parts/bg-dark-main-mobile_02.jpg");
  background-repeat: no-repeat;
  background-size: 1000px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .homepage__bg-dark-part--2 {
    background-image: url("../brands/maitrea/images/common/bg-parts/bg-dark-main-mobile_02@2x.jpg");
  }
}
@media (min-width: 992px) {
  .homepage__bg-dark-part--2 {
    background-image: url("../brands/maitrea/images/common/bg-parts/bg-dark-main_02.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.homepage__bg-dark-part--3 {
  background-image: url("../brands/maitrea/images/common/bg-parts/bg-dark-main-mobile_03.jpg");
  background-repeat: no-repeat;
  background-size: 1000px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .homepage__bg-dark-part--3 {
    background-image: url("../brands/maitrea/images/common/bg-parts/bg-dark-main-mobile_03@2x.jpg");
  }
}
@media (min-width: 992px) {
  .homepage__bg-dark-part--3 {
    background-image: url("../brands/maitrea/images/common/bg-parts/bg-dark-main_03.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.homepage__bg-dark-part--4 {
  background-image: url("../brands/maitrea/images/common/bg-parts/bg-dark-main-mobile_04.jpg");
  background-repeat: no-repeat;
  background-size: 1000px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .homepage__bg-dark-part--4 {
    background-image: url("../brands/maitrea/images/common/bg-parts/bg-dark-main-mobile_04@2x.jpg");
  }
}
.homepage__bg-dark-part--4 {
  height: 1600px;
  background-size: 1000px 100%;
}
@media (min-width: 992px) {
  .homepage__bg-dark-part--4 {
    height: auto;
    background-image: url("../brands/maitrea/images/common/bg-parts/bg-dark-main_04.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.homepage__bg-white {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: -320px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  background-color: #F7F8F3;
  background-position: 50% bottom;
  background-image: url("../brands/maitrea/images/common/bg-white.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .homepage__bg-white {
    background-image: url("../brands/maitrea/images/common/bg-white@2x.jpg");
  }
}
.homepage__newsletter {
  position: relative;
  z-index: 2;
  padding-top: 150px;
  padding-bottom: 65px;
  text-align: center;
}
@media (min-width: 1600px) {
  .homepage__newsletter {
    padding-top: 250px;
  }
}
.homepage__newsletter-intro {
  font-family: "Montserrat", serif;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: 0.21em;
  text-transform: uppercase;
  opacity: 0.64;
  color: #000000;
  font-style: normal;
}
.homepage__newsletter-intro-inner {
  position: relative;
}
.homepage__newsletter-intro-inner:before, .homepage__newsletter-intro-inner:after {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 1px;
  content: "";
  opacity: 0.64;
  border: 1px solid #000000;
}
@media (min-width: 520px) {
  .homepage__newsletter-intro-inner:before, .homepage__newsletter-intro-inner:after {
    width: 110px;
  }
}
.homepage__newsletter-intro-inner:before {
  right: 100%;
  margin-right: 25px;
}
.homepage__newsletter-intro-inner:after {
  left: 100%;
  margin-left: 25px;
}
.homepage__newsletter-heading {
  font-family: "adobe-text-pro", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 50px;
  line-height: 1em;
  margin-bottom: 30px;
  color: #a70143;
}
@media (min-width: 520px) {
  .homepage__newsletter-heading {
    font-size: 60px;
  }
}
@media (min-width: 768px) {
  .homepage__newsletter-heading {
    font-size: 100px;
  }
}
@media (min-width: 1200px) {
  .homepage__newsletter-heading {
    font-size: 120px;
  }
}
.homepage__contact {
  margin-bottom: 100px;
}
@media (min-width: 520px) {
  .homepage__contact {
    margin-bottom: 0;
  }
}

.intro {
  position: relative;
  margin-bottom: 100px;
}
@media (min-width: 520px) {
  .intro {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .intro {
    height: 730px;
    margin-bottom: 0;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .intro {
    height: 440px;
  }
}
.intro__heading {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  margin-left: 31px;
}
@media (min-width: 768px) {
  .intro__heading {
    top: 50px;
    left: 50%;
    margin-left: -290px;
    transform: translateX(0);
  }
}
@media (min-width: 992px) {
  .intro__heading {
    top: 80px;
    margin-left: -460px;
  }
}
@media (min-width: 1200px) {
  .intro__heading {
    margin-left: -420px;
  }
}
@media (min-width: 1400px) {
  .intro__heading {
    margin-left: -390px;
  }
}
.intro__heading-text {
  font-family: "adobe-text-pro", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 70px;
  line-height: 1.5em;
}
@media (min-width: 520px) {
  .intro__heading-text {
    font-size: 90px;
    line-height: 1.1em;
  }
}
@media (min-width: 768px) {
  .intro__heading-text {
    font-size: 120px;
  }
}
@media (min-width: 1200px) {
  .intro__heading-text {
    font-size: 130px;
  }
}
.intro__heading-text {
  position: relative;
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 1.5s 0.5s ease, transform 1.5s 0.5s ease-out;
}
.intro.visible .intro__heading-text {
  transform: translate(0);
  opacity: 1;
}
.intro__heading-text-inner {
  color: #f49717;
  padding-right: 15px;
}
.intro__heading-text-inner--bottom {
  position: relative;
  display: block;
  padding-left: 70px;
  margin-top: -40px;
}
@media (min-width: 520px) {
  .intro__heading-text-inner--bottom {
    margin-top: -50px;
  }
}
@media (min-width: 768px) {
  .intro__heading-text-inner--bottom {
    margin-top: -20px;
    padding-left: 120px;
  }
}
.intro__heading-flowers {
  background-image: url("../brands/maitrea/images/intro/paralax-nad-hl-text.png");
  background-repeat: no-repeat;
  background-size: 280px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .intro__heading-flowers {
    background-image: url("../brands/maitrea/images/intro/paralax-nad-hl-text@2x.png");
  }
}
.intro__heading-flowers {
  position: absolute;
  left: -220px;
  top: -60px;
  z-index: 2;
  width: 280px;
  height: 280px;
  opacity: 0;
  transform: rotate(-15deg);
  transform-origin: 66% 83%;
  transition: opacity 1.5s ease, transform 3s ease-out;
}
.intro.visible .intro__heading-flowers {
  transform: rotate(0);
  opacity: 1;
}
@media (min-width: 768px) {
  .intro__heading-flowers {
    top: -70px;
    left: -280px;
    width: 450px;
    height: 450px;
    background-size: 450px auto;
  }
}
@media (min-width: 1200px) {
  .intro__heading-flowers {
    top: -70px;
    left: -280px;
  }
}
.intro__copy-wrapper {
  position: relative;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 255px;
  max-width: 380px;
  text-align: center;
}
@media (min-width: 520px) {
  .intro__copy-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-top: 315px;
    max-width: 390px;
  }
}
@media (min-width: 768px) {
  .intro__copy-wrapper {
    position: absolute;
    top: 400px;
    right: 150px;
    padding-top: 0;
    width: 100%;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .intro__copy-wrapper {
    top: 150px;
    right: 70px;
  }
}
@media (min-width: 1200px) {
  .intro__copy-wrapper {
    right: 90px;
  }
}
@media (min-width: 1400px) {
  .intro__copy-wrapper {
    right: 130px;
  }
}
@media (min-width: 1600px) {
  .intro__copy-wrapper {
    right: auto;
    left: 50%;
    margin-left: 250px;
  }
}
.intro__copy {
  position: relative;
}
.intro__copy:before {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100px;
  height: 5px;
  background-color: #f49717;
  content: "";
}
.intro__copy {
  color: #dee1d9;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.9375em;
  text-align: left;
  margin-bottom: 35px;
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.8s 1.5s ease, transform 1.5s 1.5s ease-out;
}
.intro__copy:before {
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 1s 2s ease-out;
}
.intro.visible .intro__copy {
  transform: translate(0);
  opacity: 1;
}
.intro.visible .intro__copy:before {
  transform: scaleX(1);
}
.intro__copy-underlayer {
  position: absolute;
  bottom: 10px;
  left: -40px;
  width: 424px;
  height: 240px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 0;
}
.intro__button {
  transform: translateX(30px);
  opacity: 0;
  transition: opacity 0.8s 2.3s ease, transform 0.8s 2.3s ease-out;
}
.intro.visible .intro__button {
  transform: translate(0);
  opacity: 1;
}

.daily-menu {
  margin-bottom: 100px;
}
@media (min-width: 520px) {
  .daily-menu {
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .daily-menu {
    margin-bottom: 130px;
  }
}
.daily-menu__container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1920px;
  margin: 0 auto;
  flex-direction: column;
}
@media (min-width: 768px) {
  .daily-menu__container {
    flex-direction: row;
  }
}
.daily-menu__col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12.5px;
  padding-left: 12.5px;
}
@media (min-width: 520px) {
  .daily-menu__col {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}
@media (min-width: 768px) {
  .daily-menu__col {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}
@media (min-width: 992px) {
  .daily-menu__col {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}
@media (min-width: 1200px) {
  .daily-menu__col {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}
@media (min-width: 1400px) {
  .daily-menu__col {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}
.daily-menu__col {
  flex: 0 0 100%;
  max-width: 100%;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.daily-menu__col + .daily-menu__col {
  transition-delay: 600ms;
}
.daily-menu__col + .daily-menu__col + .daily-menu__col {
  transition-delay: 1200ms;
}
.daily-menu.visible .daily-menu__col {
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 768px) {
  .daily-menu__col:after {
    height: 150px;
    width: 1px;
    background-color: #d2741c;
    position: absolute;
    right: 0;
    content: "";
  }
}
.daily-menu__col:first-child {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .daily-menu__col:first-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .daily-menu__col:first-child {
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .daily-menu__col:nth-child(2) {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media (min-width: 1200px) {
  .daily-menu__col:nth-child(2) {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .daily-menu__col:last-child {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .daily-menu__col:last-child {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.daily-menu__col:last-child:after {
  display: none;
}
@media (min-width: 768px) {
  .daily-menu__col {
    flex-direction: row;
  }
}
.daily-menu__date {
  width: 205px;
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 992px) {
  .daily-menu__date {
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .daily-menu__date {
    margin-right: 60px;
  }
}
.daily-menu__bg {
  position: absolute;
}
.daily-menu__date {
  position: relative;
}
.daily-menu__date-text {
  color: #dee1d9;
  font-size: 20px;
  line-height: 1.55em;
  font-weight: 500;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.daily-menu__meals {
  color: #dee1d9;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.9375em;
  max-width: 500px;
  padding-right: 10px;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .daily-menu__meals {
    padding: 0;
    margin-bottom: 0;
  }
}
.daily-menu__meals span {
  display: block;
}
.daily-menu__meals span + span {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.daily-menu__heading {
  position: relative;
}
.daily-menu__heading-text {
  font-family: "adobe-text-pro", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 48px;
  line-height: 44px;
}
@media (min-width: 768px) {
  .daily-menu__heading-text {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .daily-menu__heading-text {
    font-size: 60px;
  }
}
.daily-menu__heading-text-inner {
  background-image: linear-gradient(27deg, #f5b15a 0%, #f49717 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: #f49717;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
html.IE .daily-menu__heading-text-inner {
  background-image: none;
}
.daily-menu__heading-text-inner {
  position: relative;
  z-index: 1;
  padding-right: 10px;
}
.daily-menu__heading-text-inner--bottom {
  position: relative;
  display: block;
  padding-left: 100px;
}
.daily-menu__heading-flowers {
  position: absolute;
  top: -40px;
  left: -10px;
  background-image: url("../brands/maitrea/images/daily-menu/flowers-daily-menu.png");
  background-repeat: no-repeat;
  background-size: 258px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .daily-menu__heading-flowers {
    background-image: url("../brands/maitrea/images/daily-menu/flowers-daily-menu@2x.png");
  }
}
.daily-menu__heading-flowers {
  width: 258px;
  height: 226px;
}

.photos {
  position: relative;
}
@media (min-width: 520px) {
  .photos {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .photos {
    width: auto;
  }
}
.photos--hp-gallery-top {
  width: 100%;
}
@media (min-width: 992px) {
  .photos--hp-gallery-top {
    margin: 0;
  }
}
.photos--hp-gallery-bottom-right {
  margin-bottom: 120px;
}
@media (min-width: 1200px) {
  .photos--hp-gallery-bottom-right {
    margin-bottom: 240px;
  }
}
.photos--hp-gallery-bottom-right .photos__description {
  margin-left: -30px;
}
.photos--hp-gallery-bottom-left {
  margin-bottom: 150px;
}
@media (min-width: 992px) {
  .photos--hp-gallery-bottom-left {
    margin-bottom: 185px;
  }
  .photos--hp-gallery-bottom-left .photos__description {
    margin-left: -90px;
  }
}
.photos--hp-gallery-bottom-left .photos__overlayer {
  position: absolute;
  left: -90px;
  bottom: 60px;
  width: 924px;
  height: 247px;
  z-index: 5;
}
.photos__description {
  display: none;
}
@media (min-width: 992px) {
  .photos__description {
    display: block;
    position: relative;
    margin-top: 50px;
    padding-left: 95px;
    font-size: 20px;
    line-height: 1em;
    font-weight: 400;
    z-index: 2;
  }
  .photos__description:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 65px;
    height: 1px;
    background-color: #f5b15a;
    content: "";
  }
}
.photos__button-meals-gallery {
  order: 5;
  top: 0;
  margin: 80px auto 0 auto;
}
@media (min-width: 992px) {
  .photos__button-meals-gallery {
    order: 0;
    top: -7px;
    margin: 0 30px 100px auto;
  }
}

.photo {
  position: relative;
  z-index: 1;
  margin-left: -25px;
  margin-right: -25px;
  transform: translate3d(0, var(--ty), 0);
  transition: transform 0.1s linear;
  will-change: transform;
}
@media (min-width: 520px) {
  .photo {
    margin-left: 0;
    margin-right: 0;
  }
}
.photo__el {
  width: 100%;
  height: auto;
}
.photo:after {
  position: absolute;
  top: 18px;
  right: 18px;
  bottom: 18px;
  left: 18px;
  border: 1px solid #051222;
  opacity: 0.25;
  content: "";
}
.photo--border-white:after {
  border-color: rgba(255, 255, 255, 0.6);
}
.photo--wider-border:after {
  top: 22px;
  right: 22px;
  bottom: 22px;
  left: 22px;
  border-color: #cdd4ba;
}
.photo--outer-border:after {
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  border-color: #f5b15a;
}
.photo--small {
  position: absolute;
  z-index: 3;
  width: 168px;
  height: 212px;
  left: 35px;
  top: -55px;
}
@media (min-width: 992px) {
  .photo--small {
    top: -60px;
    left: 30px;
    width: 200px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .photo--small {
    width: 140px;
  }
}
@media (min-width: 1200px) {
  .photo--small {
    top: -140px;
    left: 40px;
    width: 190px;
  }
}
@media (min-width: 1400px) {
  .photo--small {
    top: -160px;
    left: 60px;
    width: 230px;
  }
}
@media (min-width: 1600px) {
  .photo--small {
    width: 270px;
  }
}
.news {
  margin-bottom: 100px;
  opacity: 0;
  transition: opacity 1s ease-out;
}
@media (min-width: 520px) {
  .news {
    margin-bottom: 125px;
  }
}
@media (min-width: 992px) {
  .news {
    margin-bottom: 150px;
  }
}
.news.visible {
  transform: translateY(0);
  opacity: 1;
}
.news__container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 25px;
  padding-left: 25px;
}
@media (min-width: 520px) {
  .news__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 768px) {
  .news__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 992px) {
  .news__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .news__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1400px) {
  .news__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1600px) {
  .news__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .news__container {
    width: 1200px;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .news__container {
    width: 1400px;
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .news__container {
    width: 1600px;
    max-width: 100%;
  }
}
.news__heading {
  position: relative;
  margin-bottom: 50px;
}
.news__heading-text {
  font-family: "adobe-text-pro", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 48px;
  line-height: 44px;
}
@media (min-width: 768px) {
  .news__heading-text {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .news__heading-text {
    font-size: 60px;
  }
}
.news__heading-text-inner {
  background-image: linear-gradient(27deg, #f5b15a 0%, #f49717 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: #f49717;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
html.IE .news__heading-text-inner {
  background-image: none;
}
.news__heading-text-inner {
  position: relative;
  z-index: 1;
}
.news__heading-text-inner--bottom {
  position: relative;
  display: block;
  padding-left: 100px;
}
.news__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12.5px;
  margin-left: -12.5px;
}
@media (min-width: 520px) {
  .news__row {
    margin-right: -12.5px;
    margin-left: -12.5px;
  }
}
@media (min-width: 768px) {
  .news__row {
    margin-right: -12.5px;
    margin-left: -12.5px;
  }
}
@media (min-width: 992px) {
  .news__row {
    margin-right: -12.5px;
    margin-left: -12.5px;
  }
}
@media (min-width: 1200px) {
  .news__row {
    margin-right: -12.5px;
    margin-left: -12.5px;
  }
}
@media (min-width: 1400px) {
  .news__row {
    margin-right: -12.5px;
    margin-left: -12.5px;
  }
}
.news__column {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12.5px;
  padding-left: 12.5px;
}
@media (min-width: 520px) {
  .news__column {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}
@media (min-width: 768px) {
  .news__column {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}
@media (min-width: 992px) {
  .news__column {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}
@media (min-width: 1200px) {
  .news__column {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}
@media (min-width: 1400px) {
  .news__column {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}
.news__column {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .news__column {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-bottom: 0;
  }
}
.news__post {
  position: relative;
  width: auto;
  padding: 20px;
  background-image: linear-gradient(180deg, #a70143 0%, #560022 100%);
  z-index: 2;
}
@media (min-width: 992px) {
  .news__post {
    padding: 40px 45px 30px;
  }
}
.news__post__content {
  max-height: 230px;
  overflow: hidden;
  position: relative;
}
.opened .news__post__content {
  max-height: 2000px;
}
.news__post__content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
}
.opened .news__post__content:after {
  display: none;
}
.news__post__title {
  margin-bottom: 15px;
  color: #f49717;
  font-family: "Montserrat", serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.9px;
  font-style: normal;
}
.news__post__excerpt {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.9375em;
}
@media (min-width: 520px) {
  .news__post__excerpt {
    font-size: 16px;
  }
}
.news__post__read-more {
  margin-top: 20px;
  letter-spacing: 0.9px;
  font-weight: 700;
  cursor: pointer;
  color: #ffffff;
}
.news__post__modal {
  display: none;
}

.about__container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 25px;
  padding-left: 25px;
}
@media (min-width: 520px) {
  .about__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 768px) {
  .about__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 992px) {
  .about__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .about__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1400px) {
  .about__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1600px) {
  .about__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .about__container {
    width: 1200px;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .about__container {
    width: 1400px;
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .about__container {
    width: 1600px;
    max-width: 100%;
  }
}
.about__team {
  position: relative;
  margin-bottom: 100px;
  padding-top: 250px;
}
.about__contact {
  padding-bottom: 50px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .about__contact {
    padding-bottom: 150px;
  }
}
.about__bg-dark-holder {
  position: relative;
}
.about__bg-dark-part {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 1249px;
  background-position: 50% 0;
}
@media (min-width: 992px) {
  .about__bg-dark-part {
    width: 100%;
    height: auto;
    padding-top: 100%;
  }
}
.about__bg-dark-part--1 {
  background-image: url("../brands/maitrea/images/common/bg-parts/bg-dark-main-mobile_01.jpg");
  background-repeat: no-repeat;
  background-size: 1000px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .about__bg-dark-part--1 {
    background-image: url("../brands/maitrea/images/common/bg-parts/bg-dark-main-mobile_01@2x.jpg");
  }
}
@media (min-width: 992px) {
  .about__bg-dark-part--1 {
    background-image: url("../brands/maitrea/images/common/bg-parts/bg-dark-main_01.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.about__bg-dark-part--2 {
  background-image: url("../brands/maitrea/images/common/bg-parts/bg-dark-main-mobile_02.jpg");
  background-repeat: no-repeat;
  background-size: 1000px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .about__bg-dark-part--2 {
    background-image: url("../brands/maitrea/images/common/bg-parts/bg-dark-main-mobile_02@2x.jpg");
  }
}
@media (min-width: 992px) {
  .about__bg-dark-part--2 {
    background-image: url("../brands/maitrea/images/common/bg-parts/bg-dark-main_02.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.about__bg-dark-part--3 {
  background-image: url("../brands/maitrea/images/common/bg-parts/bg-dark-main-mobile_03.jpg");
  background-repeat: no-repeat;
  background-size: 1000px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .about__bg-dark-part--3 {
    background-image: url("../brands/maitrea/images/common/bg-parts/bg-dark-main-mobile_03@2x.jpg");
  }
}
@media (min-width: 992px) {
  .about__bg-dark-part--3 {
    background-image: url("../brands/maitrea/images/common/bg-parts/bg-dark-main_03.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.about__bg-dark-part--4 {
  background-image: url("../brands/maitrea/images/common/bg-parts/bg-dark-main-mobile_04.jpg");
  background-repeat: no-repeat;
  background-size: 1000px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .about__bg-dark-part--4 {
    background-image: url("../brands/maitrea/images/common/bg-parts/bg-dark-main-mobile_04@2x.jpg");
  }
}
.about__bg-dark-part--4 {
  height: 1600px;
  background-size: 1000px 100%;
}
@media (min-width: 992px) {
  .about__bg-dark-part--4 {
    height: auto;
    background-image: url("../brands/maitrea/images/common/bg-parts/bg-dark-main_04.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.about__bg-dark {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.about__bg-dark:before {
  background-image: url("../brands/maitrea/images/common/bg-dark-transgas.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .about__bg-dark:before {
    background-image: url("../brands/maitrea/images/common/bg-dark-transgas@2x.png");
  }
}
.about__bg-dark:before {
  position: absolute;
  z-index: 0;
  top: -585px;
  right: 0;
  left: 0;
  height: 720px;
  content: "";
  transform: rotate(180deg);
  background-size: 768px auto;
}
@media (min-width: 768px) {
  .about__bg-dark:before {
    top: -450px;
    background-size: 1400px auto;
  }
}
@media (min-width: 992px) {
  .about__bg-dark:before {
    top: -450px;
  }
}
@media (min-width: 1200px) {
  .about__bg-dark:before {
    top: -450px;
  }
}
@media (min-width: 1400px) {
  .about__bg-dark:before {
    top: -940px;
    height: 1300px;
    background-size: 1920px auto;
  }
}
.about__team-heading {
  margin-bottom: 105px;
}
@media (min-width: 992px) {
  .about__team-list {
    column-count: 2;
    column-gap: 45px;
  }
}
.about__white {
  z-index: -1;
  padding-top: 50px;
  padding-bottom: 225px;
  background-position: 50% bottom;
  background-image: url("../brands/maitrea/images/common/bg-white.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .about__white {
    background-image: url("../brands/maitrea/images/common/bg-white@2x.jpg");
  }
}
@media (min-width: 520px) {
  .about__white {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
@media (min-width: 768px) {
  .about__white {
    padding-top: 175px;
  }
}
.about__paragraphs {
  max-width: 1130px;
}
@media (min-width: 992px) {
  .about__paragraphs {
    display: flex;
  }
}
@media (min-width: 1400px) {
  .about__paragraphs {
    margin-bottom: 150px;
  }
}
.about__paragraphs p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.9375em;
}
.about__paragraphs-col {
  position: relative;
  flex: 1 1 50%;
}
@media (min-width: 992px) {
  .about__paragraphs-col {
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  .about__paragraphs-col:first-child {
    padding-right: 25px;
    padding-left: 0;
  }
}
.about__title {
  font-family: "adobe-text-pro", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 50px;
  line-height: 1em;
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  color: #a70143;
}
@media (min-width: 768px) {
  .about__title {
    font-size: 60px;
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .about__title {
    font-size: 70px;
    margin-bottom: 140px;
  }
}
.about__title:before {
  position: absolute;
  z-index: 0;
  top: -50px;
  left: 50%;
  width: 289px;
  height: 226px;
  content: "";
  transform: translateX(-50%);
  background-image: url("../brands/maitrea/images/hp/newsletter-address-underlayer.png");
  background-repeat: no-repeat;
  background-size: 289px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .about__title:before {
    background-image: url("../brands/maitrea/images/hp/newsletter-address-underlayer@2x.png");
  }
}
.about__subheading {
  font-family: "Montserrat", serif;
  font-size: 28px;
  font-style: normal;
  line-height: 31px;
  margin-bottom: 40px;
  letter-spacing: 1.4px;
  color: #051222;
}
.about__photos {
  position: relative;
  margin-top: 50px;
}
@media (min-width: 520px) {
  .about__photos {
    margin-top: 90px;
  }
}
.about__photos--switched {
  margin-bottom: 270px;
}
@media (min-width: 520px) {
  .about__photos--switched {
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .about__photos--switched {
    margin-bottom: 180px;
  }
}
@media (min-width: 1400px) {
  .about__photos--switched {
    margin-bottom: 0;
  }
}
.about__photos--switched .about__photo--outside {
  z-index: 2;
  top: 180px;
  left: 30%;
}
@media (min-width: 520px) {
  .about__photos--switched .about__photo--outside {
    top: 50px;
    left: 270px;
  }
}
@media (min-width: 768px) {
  .about__photos--switched .about__photo--outside {
    top: 90px;
    left: 370px;
  }
}
.about__photos--switched .about__photo--inside {
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .about__photo {
    transform: translate(0) !important;
    --tx: 0!important;
    --ty: 0!important;
    --skew: 0!important;
  }
}
.about__photo .photo {
  margin: 0;
}
.about__photo--outside {
  position: relative;
  width: 230.3px;
  height: 289.8px;
}
@media (min-width: 768px) {
  .about__photo--outside {
    width: 329px;
    height: 414px;
  }
}
.about__photo--inside {
  position: absolute;
  top: 225px;
  left: 40px;
  width: 289.3px;
  height: 217.8px;
}
@media (min-width: 520px) {
  .about__photo--inside {
    top: 55px;
    left: 135px;
    width: 368.2px;
    height: 277.2px;
  }
}
@media (min-width: 768px) {
  .about__photo--inside {
    top: 95px;
    left: 275px;
    width: 526px;
    height: 396px;
  }
}

.person {
  position: relative;
  padding-top: 235px;
  padding-left: 10px;
  padding-bottom: 50px;
  break-inside: avoid;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 520px) {
  .person {
    padding-bottom: 90px;
    padding-left: 130px;
  }
}
@media (min-width: 992px) {
  .person {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1400px) {
  .person {
    padding-top: 110px;
    padding-left: 290px;
  }
}
.person__image {
  position: relative;
}
.person__image:before {
  position: absolute;
  top: calc(100% + 40px);
  left: 0;
  width: 100px;
  height: 5px;
  background-color: #f49717;
  content: "";
}
.person__image {
  position: absolute;
  top: 17px;
  left: 20px;
  width: 200px;
  height: auto;
}
@media (min-width: 1400px) {
  .person__image {
    width: 330px;
  }
}
.person__caption {
  position: relative;
  width: auto;
  padding: 20px;
  background-image: linear-gradient(180deg, #a70143 0%, #560022 100%);
  z-index: 2;
}
@media (min-width: 520px) {
  .person__caption {
    padding: 40px 45px 30px;
  }
}
.person__content {
  max-height: 240px;
  overflow: hidden;
  position: relative;
}
.opened .person__content {
  max-height: 2000px;
}
.person__content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-image: linear-gradient(rgba(114, 5, 47, 0) 0%, #68042b 100%);
}
.opened .person__content:after {
  display: none;
}
.person__name {
  margin-bottom: 15px;
  color: #f49717;
  font-family: "Montserrat", serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.9px;
  font-style: normal;
}
.person__desc {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.9375em;
}
@media (min-width: 520px) {
  .person__desc {
    font-size: 16px;
  }
}
.person__read-more {
  margin-top: 20px;
  letter-spacing: 0.9px;
  font-weight: 700;
  cursor: pointer;
  color: #ffffff;
}

.contact--page {
  padding-top: 0;
  padding-bottom: 60px;
  background-color: #F7F8F3;
  background-position: 50% bottom;
  background-image: url("../brands/maitrea/images/common/bg-white.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .contact--page {
    background-image: url("../brands/maitrea/images/common/bg-white@2x.jpg");
  }
}
@media (min-width: 520px) {
  .contact--page {
    padding-top: 100px;
  }
}
.contact__container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 25px;
  padding-left: 25px;
}
@media (min-width: 520px) {
  .contact__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 768px) {
  .contact__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 992px) {
  .contact__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .contact__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1400px) {
  .contact__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1600px) {
  .contact__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .contact__container {
    width: 1200px;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .contact__container {
    width: 1400px;
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .contact__container {
    width: 1600px;
    max-width: 100%;
  }
}
.contact__container--center {
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .contact__container--center {
    padding-bottom: 70px;
  }
}
.contact__heading {
  font-family: "adobe-text-pro", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 50px;
  line-height: 1em;
  position: relative;
  margin-bottom: 30px;
  color: #a70143;
}
@media (min-width: 520px) {
  .contact__heading {
    font-size: 60px;
  }
}
@media (min-width: 768px) {
  .contact__heading {
    font-size: 70px;
  }
}
.contact__heading:before {
  position: absolute;
  z-index: 0;
  left: 50%;
  content: "";
  transform: translateX(-50%);
}
.contact__heading--open:before {
  top: -40px;
  width: 281px;
  height: 250px;
  background-image: url("../brands/maitrea/images/hp/newsletter-open-underlayer.png");
  background-repeat: no-repeat;
  background-size: 281px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .contact__heading--open:before {
    background-image: url("../brands/maitrea/images/hp/newsletter-open-underlayer@2x.png");
  }
}
.contact__heading--address:before {
  top: -50px;
  width: 289px;
  height: 226px;
  background-image: url("../brands/maitrea/images/hp/newsletter-address-underlayer.png");
  background-repeat: no-repeat;
  background-size: 289px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .contact__heading--address:before {
    background-image: url("../brands/maitrea/images/hp/newsletter-address-underlayer@2x.png");
  }
}
.contact__heading--contact:before {
  top: -95px;
  width: 284px;
  height: 226px;
  background-image: url("../brands/maitrea/images/hp/newsletter-contact-underlayer.png");
  background-repeat: no-repeat;
  background-size: 284px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .contact__heading--contact:before {
    background-image: url("../brands/maitrea/images/hp/newsletter-contact-underlayer@2x.png");
  }
}
.contact__about-heading {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .contact__about-heading {
    margin-bottom: 120px;
  }
}
.contact__cols {
  display: flex;
  padding-top: 65px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .contact__cols {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media (min-width: 992px) {
  .contact__cols {
    justify-content: center;
  }
}
.contact__cols--2col {
  max-width: 1750px;
  justify-content: space-between;
  order: 0;
}
.contact__cols--2col .contact__col:first-child {
  margin-bottom: 125px;
  order: 0;
}
@media (min-width: 992px) {
  .contact__cols--2col .contact__col:first-child {
    margin-bottom: 100px;
  }
}
.contact__cols--2col .contact__col, .contact__cols--2col .contact__col:first-child, .contact__cols--2col .contact__col:last-child {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .contact__cols--2col .contact__col, .contact__cols--2col .contact__col:first-child, .contact__cols--2col .contact__col:last-child {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.contact__cols--page {
  padding-bottom: 0;
}
.contact__col {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 80px;
  text-align: center;
  order: 1;
}
@media (min-width: 768px) {
  .contact__col {
    margin-bottom: 100px;
  }
}
.contact__col:first-child {
  margin-bottom: 20px;
  order: 2;
}
.contact__col:last-child {
  order: 0;
}
@media (min-width: 768px) {
  .contact__col {
    margin-bottom: 30px;
    order: 1;
  }
  .contact__col:first-child, .contact__col:last-child {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-top: 85px;
    order: 2;
  }
  .contact__col:first-child {
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .contact__col {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-bottom: 100px;
    order: 0;
  }
  .contact__col:first-child, .contact__col:last-child {
    order: 0;
  }
}
.contact__info {
  font-size: 18px;
  font-weight: 600;
  line-height: 2.44em;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  letter-spacing: 0.9px;
  color: #051222;
}
@media (min-width: 768px) {
  .contact__info {
    margin-bottom: 30px;
  }
}
.contact__description {
  margin: 0;
  color: #051222;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
  letter-spacing: 0.115em;
}
.contact__description a {
  color: #f49717;
}
.contact__paragraph {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  margin: 0 0 20px 0;
}
.contact__positions, .contact__name {
  font-family: "Montserrat", serif;
  font-style: normal;
  font-size: 28px;
  font-weight: 600;
  line-height: 44px;
  margin-top: 0;
  margin-bottom: 15px;
  letter-spacing: 1.4px;
}
.contact__btns {
  display: block;
  max-width: 270px;
  margin: 30px auto 0 auto;
}
@media (min-width: 520px) {
  .contact__btns {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .contact__btns {
    max-width: 100%;
  }
}
.contact__btns .button {
  display: block;
}
@media (min-width: 1200px) {
  .contact__btns .button {
    display: inline-block;
  }
}
.contact__btns .button + .button {
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .contact__btns .button + .button {
    margin-top: 0;
    margin-left: 25px;
  }
}
.contact__address {
  position: relative;
  z-index: 1;
  max-width: 840px;
  margin: 0 auto 100px auto;
  padding: 20px;
  border: 1px solid rgba(5, 18, 34, 0.1);
}
@media (min-width: 520px) {
  .contact__address {
    display: flex;
    margin-bottom: 0;
    padding: 30px;
  }
}
.contact__address-col {
  display: block;
}
@media (min-width: 520px) {
  .contact__address-col {
    flex: 1 1 50%;
  }
}
.contact__address-col p {
  margin: 0;
  color: #051222;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 0.05em;
}
.contact__address-col:first-child {
  margin-bottom: 20px;
}
@media (min-width: 520px) {
  .contact__address-col:first-child {
    margin-bottom: 0;
  }
}
.contact__map-wrapper {
  position: relative;
  width: 100%;
  height: 420px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .contact__map-wrapper {
    height: 550px;
  }
}
@media (min-width: 992px) {
  .contact__map-wrapper {
    height: 725px;
  }
}
@media (min-width: 1920px) {
  .contact__map-wrapper {
    margin-bottom: 75px;
  }
}
@media (min-width: 2300px) {
  .contact__map-wrapper {
    margin-bottom: 105px;
  }
}
.contact__map-wrapper:before, .contact__map-wrapper:after {
  position: absolute;
  z-index: 1;
  top: -110px;
  right: 0;
  left: 0;
  height: 242px;
  content: "";
  pointer-events: none;
  background-image: url("../brands/maitrea/images/common/border-white.png");
  background-repeat: no-repeat;
  background-size: 1920px 242px;
}
@media (min-width: 1920px) {
  .contact__map-wrapper:before, .contact__map-wrapper:after {
    height: 400px;
    background-size: 100% auto;
  }
}
@media (min-width: 2300px) {
  .contact__map-wrapper:before, .contact__map-wrapper:after {
    top: -160px;
  }
}
.contact__map-wrapper:after {
  top: auto;
  bottom: -110px;
}
@media (min-width: 1920px) {
  .contact__map-wrapper:after {
    bottom: -290px;
  }
}
.contact__map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: 50% 50%;
  background-size: cover;
}

.contact-form {
  display: flex;
  flex-wrap: wrap;
}
.contact-form__controls {
  display: flex;
  margin-top: 20px;
  transition: max-height 500ms;
  flex-wrap: wrap;
  will-change: max-height;
}
@media (min-width: 768px) {
  .contact-form__controls {
    margin: 0 -20px;
  }
}
.contact-form__controls .wpcf7-response-output {
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  margin: 0 0 30px;
  padding: 20px 20px 19px;
  color: #ffffff;
  border: 0;
  background-color: #000000;
  flex-basis: auto;
}
@media (min-width: 768px) {
  .contact-form__controls .wpcf7-response-output {
    width: calc(100% - 40px);
    margin: 0 20px 40px;
    flex-basis: auto;
  }
}
.contact-form__control {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  flex-basis: auto;
}
.contact-form__control label {
  width: 80px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .contact-form__control label {
    width: 70px;
  }
}
.contact-form__control label + .wpcf7-form-control-wrap {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .contact-form__control {
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .contact-form__control {
    margin-bottom: 40px;
  }
}
.contact-form__control .wpcf7-not-valid-tip {
  display: none;
}
.contact-form__control .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .contact-form__control--half label {
    width: 70px;
  }
}
@media (min-width: 768px) {
  .contact-form__control--half {
    width: 50%;
    flex-basis: auto;
  }
}
@media (min-width: 768px) {
  .contact-form__control--fourth label {
    width: auto;
  }
}
@media (min-width: 768px) {
  .contact-form__control--fourth {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .contact-form__control--three-fourths label {
    width: auto;
  }
}
@media (min-width: 768px) {
  .contact-form__control--three-fourths {
    width: 75%;
  }
}
.contact-form__control--right {
  text-align: left;
}
@media (min-width: 768px) {
  .contact-form__control--right {
    margin-top: 0;
    text-align: right;
    justify-content: flex-end;
  }
}
.contact-form__control--info {
  font-size: 14px;
  font-weight: 400;
  margin: 30px 0;
  text-align: left;
  color: #ffffff;
}
@media (min-width: 768px) {
  .contact-form__control--info {
    text-align: right;
    justify-content: flex-start;
  }
}
.contact-form__control--gdpr {
  align-self: center;
}
.contact-form__control--gdpr span {
  margin: 0;
}
.contact-form__control--gdpr a {
  white-space: nowrap;
}
.contact-form__control label {
  white-space: nowrap;
  color: #909090;
}
.contact-form__control input:-webkit-autofill,
.contact-form__control input:-webkit-autofill:hover,
.contact-form__control input:-webkit-autofill:focus,
.contact-form__control input:-webkit-autofill:active,
.contact-form__control textarea:-webkit-autofill,
.contact-form__control textarea:-webkit-autofill:hover,
.contact-form__control textarea:-webkit-autofill:focus,
.contact-form__control textarea:-webkit-autofill:active,
.contact-form__control select:-webkit-autofill,
.contact-form__control select:-webkit-autofill:hover,
.contact-form__control select:-webkit-autofill:focus,
.contact-form__control select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
  -webkit-text-fill-color: #f49717 !important;
}
.contact-form__control textarea {
  overflow: auto;
}
.contact-form__control input[type=submit] {
  min-width: 150px;
  margin-left: 0;
}
.contact-form__control small {
  font-size: 12px;
}
.contact-form__control a {
  transition-duration: 300ms;
  transition-property: color;
  color: #909090;
}
.contact-form__control a:hover, .contact-form__control a:active {
  color: #f49717;
}
.contact-form__control .ajax-loader {
  display: none !important;
}

.menu {
  z-index: -1;
  background-color: #F7F8F3;
  background-position: 50% bottom;
  background-image: url("../brands/maitrea/images/common/bg-white.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu {
    background-image: url("../brands/maitrea/images/common/bg-white@2x.jpg");
  }
}
.menu__container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 25px;
  padding-left: 25px;
}
@media (min-width: 520px) {
  .menu__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 768px) {
  .menu__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 992px) {
  .menu__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .menu__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1400px) {
  .menu__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1600px) {
  .menu__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .menu__container {
    width: 1200px;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .menu__container {
    width: 1400px;
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .menu__container {
    width: 1600px;
    max-width: 100%;
  }
}
.menu__contact {
  position: relative;
  margin-bottom: 100px;
}
@media (min-width: 520px) {
  .menu__contact {
    margin-bottom: 0;
  }
}
.menu__head {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding-top: 50px;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 520px) {
  .menu__head {
    padding-top: 150px;
  }
}
@media (min-width: 992px) {
  .menu__head {
    margin-bottom: 75px;
  }
}
@media (min-width: 1600px) {
  .menu__head {
    flex-direction: row;
  }
}
.menu__nav {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .menu__nav {
    flex-direction: row;
    width: auto;
    margin-bottom: 50px;
  }
}
@media (min-width: 1600px) {
  .menu__nav {
    margin-bottom: 0;
  }
}
.menu__nav-item {
  position: relative;
  width: 100%;
  max-width: 270px;
  margin: 5px;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .menu__nav-item {
    width: auto;
    max-width: none;
    flex-basis: auto;
  }
}
.menu__nav-item:before, .menu__nav-item:after {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  transition: opacity 0.4s ease-in-out, right 0.4s ease-in-out, left 0.4s ease-in-out, background-color 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.menu__nav-item:before {
  background-color: #eee5d9;
}
.menu__nav-item:after {
  opacity: 0;
  background-color: #a70143;
}
@media (min-width: 768px) {
  .menu__nav-item:nth-child(2) {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.menu__nav-item:hover {
  cursor: pointer;
}
.menu__nav-item:hover:before {
  background-color: rgb(87.1515151515%, 80.3493761141%, 71.2798573975%);
}
.menu__nav-item.is-active:before, .menu__nav-item.is-active:after {
  right: -5px;
  left: -5px;
  transform: scaleY(1.3);
}
@media (min-width: 768px) {
  .menu__nav-item.is-active:before, .menu__nav-item.is-active:after {
    transform: scaleY(1.5);
  }
}
.menu__nav-item.is-active:after {
  opacity: 1;
}
.menu__nav-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 48px;
  position: relative;
  z-index: 1;
  display: block;
  height: 50px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000000;
}
.is-active .menu__nav-link {
  color: #f49717;
}
.is-active .menu__nav-link:after {
  transform: translate(5px, -5px) rotate(-15deg);
  opacity: 1;
}
.is-active .menu__nav-link:before {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}
.is-active .menu__nav-link:hover:after {
  transform: translate(5px, -5px) rotate(-15deg);
  opacity: 1;
}
.menu__nav-link:before, .menu__nav-link:after {
  position: absolute;
  content: "";
  pointer-events: none;
  opacity: 0;
}
.menu__nav-link:after {
  z-index: 3;
  top: 50%;
  left: -35px;
  width: 57px;
  height: 51px;
  margin-top: -25px;
  transition: transform 0.4s ease-out, opacity 0.2s ease-out;
  transform-origin: 80% 80%;
}
.menu__nav-link:before {
  background-image: url("../brands/maitrea/images/common/btn-bg.png");
  background-repeat: no-repeat;
  background-size: 213px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu__nav-link:before {
    background-image: url("../brands/maitrea/images/common/btn-bg@2x.png");
  }
}
.menu__nav-link:before {
  z-index: 0;
  top: -95px;
  left: -90px;
  width: 213px;
  height: 199px;
  transition: transform 0.4s ease-out, opacity 0.7s ease-out;
  transform: scale(0.8) rotate(15deg);
}
.menu__choices {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .menu__choices {
    flex-direction: row;
    justify-content: space-between;
  }
}
.menu__choices-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 520px) {
  .menu__choices-col {
    flex-direction: row;
  }
}
.menu__choices-col:first-child {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .menu__choices-col:first-child {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.menu__choices-label {
  font-size: 20px;
  margin-bottom: 15px;
  color: #000000;
}
@media (min-width: 520px) {
  .menu__choices-label {
    margin-right: 15px;
    margin-bottom: 0;
  }
}
.menu__choices-vegan {
  margin-bottom: 20px;
  align-items: center;
}
@media (min-width: 520px) {
  .menu__choices-vegan {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .menu__choices-vegan {
    margin-right: 15px;
  }
}
.menu__choices-sattva {
  margin-bottom: 20px;
  align-items: center;
}
@media (min-width: 520px) {
  .menu__choices-sattva {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .menu__choices-sattva {
    margin-right: 45px;
  }
}
.menu__choices-alergens {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  padding: 8px 16px;
  letter-spacing: 3px;
  color: #000000;
  border-radius: 20px;
  background-color: #f49717;
}
.menu__ico {
  font-size: 13px;
  font-weight: 600;
  display: flex;
  width: 23px;
  height: 23px;
  margin-right: 8px;
  text-align: center;
  color: #000000;
  border: 2px solid #000000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  flex: 0 0 23px;
}
.menu__ico--orange {
  border-color: #f49717;
  background-color: #f49717;
}
.menu__ico--vegetarian, .menu__ico--wine, .menu__ico--water {
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.menu__ico--vegetarian {
  background-image: url("../brands/maitrea/images/common/svg-leaf.svg");
  background-size: 9px 12px;
}
.menu__ico--wine, .menu__ico--water, .menu__ico--blank {
  width: 30px;
  height: 30px;
  margin-right: 12px;
  border-color: rgba(222, 225, 217, 0.33);
  background-color: rgba(222, 225, 217, 0.33);
  background-size: 13px auto;
  flex: 0 0 30px;
}
@media (min-width: 520px) {
  .menu__ico--wine, .menu__ico--water, .menu__ico--blank {
    width: 34px;
    height: 34px;
    background-size: 16px auto;
    flex: 0 0 34px;
  }
}
.menu__ico--wine {
  background-image: url("../brands/maitrea/images/common/svg-wine.svg");
}
.menu__ico--water {
  background-image: url("../brands/maitrea/images/common/svg-water.svg");
}
.menu__ico--blank {
  border-color: #000;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  margin-left: 3px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 15px;
}
.menu__content-wrapper {
  position: relative;
  max-width: 1340px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .menu__content-wrapper {
    margin-bottom: 150px;
  }
}
.menu__content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: none;
}
.menu__content.is-active {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .menu__content.is-active {
    flex-direction: row;
  }
}
.menu__info {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
@media (min-width: 520px) {
  .menu__info {
    padding: 10px 70px 30px 40px;
  }
}
@media (min-width: 992px) {
  .menu__info {
    padding: 95px 40px 30px 20px;
    text-align: left;
    flex: 0 0 370px;
  }
}
@media (min-width: 1200px) {
  .menu__info {
    padding-right: 70px;
    padding-left: 40px;
    flex-basis: 490px;
  }
}
.menu__info-big-wrapper {
  display: flex;
  margin-bottom: 25px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .menu__info-big-wrapper {
    justify-content: flex-start;
  }
}
.menu__info-big {
  font-size: 17px;
  font-weight: 600;
  display: flex;
  margin: 0;
  color: #000000;
  align-items: center;
  justify-content: center;
}
@media (min-width: 520px) {
  .menu__info-big {
    font-size: 20px;
    margin: 5px 10px;
  }
}
@media (min-width: 992px) {
  .menu__info-big {
    margin: 0;
    justify-content: flex-start;
  }
}
.menu__info-big + .menu__info-big {
  margin-top: 5px;
}
@media (min-width: 992px) {
  .menu__info-big + .menu__info-big {
    margin-top: 10px;
  }
}
.menu__items {
  position: relative;
  padding: 30px 0 40px 0;
  flex: 1;
}
@media (min-width: 992px) {
  .menu__items {
    padding: 105px 40px 40px 70px;
  }
}
.menu__items:before {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100px;
  height: 5px;
  content: "";
  background-color: #f49717;
}
@media (min-width: 520px) {
  .menu__items:before {
    display: block;
  }
}
@media (min-width: 992px) {
  .menu__items:before {
    top: 60px;
    left: 70px;
  }
}
.menu__items:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 1px;
  content: "";
  background-color: #000000;
}
@media (min-width: 992px) {
  .menu__items:after {
    display: block;
  }
}
.menu__items-part {
  margin-bottom: 45px;
}
.menu__items-part--paragraph {
  font-size: 14px;
  line-height: 31px;
  position: relative;
  margin: 0;
  padding-top: 75px;
  letter-spacing: 0.7px;
  color: #000000;
}
.menu__items-part--paragraph:before {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100px;
  height: 5px;
  content: "";
  background-color: #f49717;
}
.menu__items-part:last-child {
  margin-bottom: 0;
}
.menu__items-heading {
  font-size: 20px;
  margin-bottom: 25px;
  color: #000000;
}
.menu__meal {
  display: flex;
  margin-bottom: 10px;
  transition: opacity 0.2s ease;
  align-items: flex-start;
}
.menu__meal--wrap {
  flex-wrap: wrap;
}
.menu__meal:last-child {
  margin-bottom: 0;
}
.menu__meal.is-disabled {
  opacity: 0.2;
}
.menu__meal-name {
  line-height: 22px;
  letter-spacing: 0.8px;
  color: #000000;
}
.menu__meal-alergens {
  line-height: 22px;
  margin-left: 5px;
  white-space: nowrap;
  color: #f49717;
}
.menu__meal-price {
  color: #97a0ab;
}
.menu__meal-price strong {
  font-weight: 600;
  color: #000000;
}
.menu__meal-description {
  font-size: 15px;
  line-height: 22px;
  width: 100%;
  letter-spacing: 0.8px;
  color: #000000;
}

.page-daily-menu {
  background-image: url("../brands/maitrea/images/daily-menu/daily-menu.png");
  width: 210mm;
  height: 297mm;
  background-size: cover;
}
.page-daily-menu__content {
  font-size: 20px;
  padding: 65mm 10mm 10mm;
  line-height: 28px;
}
.page-daily-menu__items-heading {
  display: flex;
  margin-bottom: 5mm;
}
.page-daily-menu__items-title {
  color: #ac1638;
  font-weight: 700;
  font-size: 24px;
}
.page-daily-menu__items-title--soup {
  margin-top: -55px;
}
.page-daily-menu__items-title--main-dish {
  margin-top: 40px;
}
.page-daily-menu__items-day {
  margin-left: auto;
  font-size: 24px;
}
.page-daily-menu__meal {
  display: flex;
}
.page-daily-menu__meal-name {
  margin-right: 2mm;
}
.page-daily-menu__meal-name > span {
  display: block;
  margin-top: 4mm;
}
.page-daily-menu__meal-price {
  margin-top: 2mm;
  margin-left: auto;
  white-space: nowrap;
}
.page-daily-menu__meal + .page-daily-menu__meal {
  margin-top: 10mm;
}
.page-daily-menu__info {
  margin-top: 10mm;
  font-size: 20px;
}
.page-daily-menu__info__item {
  display: flex;
}
.page-daily-menu__info__item + .page-daily-menu__info__item {
  margin-top: 4mm;
}
.page-daily-menu__info__title {
  display: block;
  color: #ac1638;
  font-weight: 700;
  font-size: 24px;
}
.page-daily-menu__info__price {
  margin-top: 2mm;
  margin-left: auto;
  white-space: nowrap;
}
.page-daily-menu__info p {
  font-size: 20px;
  line-height: 28px;
}

.page-weekly-menu {
  background-image: url("../brands/maitrea/images/daily-menu/weekly-menu.png");
  width: 297mm;
  height: 420mm;
  background-size: cover;
}
.page-weekly-menu__content {
  font-size: 16px;
  padding: 65mm 10mm 3mm;
  line-height: 24px;
  display: flex;
  flex-wrap: wrap;
}
.page-weekly-menu__date {
  width: 100%;
  text-align: right;
  padding: 0 10mm 0 0;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5mm;
}
.page-weekly-menu__items {
  width: 50%;
  padding: 0 10mm;
}
.page-weekly-menu__items-heading {
  display: flex;
  margin-bottom: 2mm;
}
.page-weekly-menu__items-title {
  font-weight: 700;
  font-size: 24px;
}
.page-weekly-menu__items-day {
  margin-left: auto;
  font-size: 24px;
}
.page-weekly-menu__items-part {
  margin-bottom: 4.5mm;
}
.page-weekly-menu__meal {
  display: flex;
}
.page-weekly-menu__meal-alergens {
  margin-left: 2mm;
}
.page-weekly-menu__meal-price {
  margin-left: 2mm;
}
.page-weekly-menu__meal + .page-weekly-menu__meal {
  margin-top: 5mm;
}
.page-weekly-menu__info {
  padding: 0 10mm 5mm;
  margin: 0 auto;
  max-width: 240mm;
}
.page-weekly-menu__info__item {
  display: flex;
}
.page-weekly-menu__info__item + .page-weekly-menu__info__item {
  margin-top: 1mm;
}
.page-weekly-menu__info__title {
  display: block;
  font-weight: 700;
  font-size: 24px;
}
.page-weekly-menu__info__price {
  margin-top: 2mm;
  margin-left: auto;
  white-space: nowrap;
  font-size: 24px;
}
.page-weekly-menu__info p {
  font-size: 16px;
  line-height: 24px;
}

.gallery {
  padding-bottom: 150px;
  background-color: #F7F8F3;
  background-position: 50% bottom;
  background-image: url("../brands/maitrea/images/common/bg-white.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .gallery {
    background-image: url("../brands/maitrea/images/common/bg-white@2x.jpg");
  }
}
.gallery__container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 25px;
  padding-left: 25px;
}
@media (min-width: 520px) {
  .gallery__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 768px) {
  .gallery__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 992px) {
  .gallery__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .gallery__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1400px) {
  .gallery__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1600px) {
  .gallery__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .gallery__container {
    width: 1200px;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .gallery__container {
    width: 1400px;
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .gallery__container {
    width: 1600px;
    max-width: 100%;
  }
}
.gallery__container {
  padding-top: 50px;
  text-align: center;
}
@media (min-width: 520px) {
  .gallery__container {
    padding-top: 150px;
  }
}
.gallery__nav {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .gallery__nav {
    margin-bottom: 60px;
  }
}
.gallery__nav-item {
  position: relative;
  max-width: 270px;
  margin: 5px;
  flex: 0 0 100%;
}
@media (min-width: 520px) {
  .gallery__nav-item {
    flex-basis: 50%;
  }
}
@media (min-width: 768px) {
  .gallery__nav-item {
    max-width: none;
    margin: 0 2px;
    flex-basis: auto;
  }
}
.gallery__nav-item:before, .gallery__nav-item:after {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  transition: opacity 0.4s ease-in-out, right 0.4s ease-in-out, left 0.4s ease-in-out, background-color 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.gallery__nav-item:before {
  background-color: #eee5d9;
}
.gallery__nav-item:after {
  opacity: 0;
  background-color: #a70143;
}
@media (min-width: 768px) {
  .gallery__nav-item:first-child {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .gallery__nav-item:last-child {
    margin-right: 0;
  }
}
.gallery__nav-item:hover {
  cursor: pointer;
}
.gallery__nav-item:hover:before {
  background-color: rgb(87.1515151515%, 80.3493761141%, 71.2798573975%);
}
.gallery__nav-item.is-active {
  z-index: 2;
}
.gallery__nav-item.is-active:before, .gallery__nav-item.is-active:after {
  right: -5px;
  left: -5px;
  transform: scaleY(1.3);
}
@media (min-width: 768px) {
  .gallery__nav-item.is-active:before, .gallery__nav-item.is-active:after {
    transform: scaleY(1.5);
  }
}
.gallery__nav-item.is-active:after {
  opacity: 1;
}
.gallery__nav-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 48px;
  position: relative;
  z-index: 1;
  display: block;
  height: 50px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000000;
}
@media (min-width: 768px) {
  .gallery__nav-link {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  .gallery__nav-link {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.is-active .gallery__nav-link {
  color: #f49717;
}
.is-active .gallery__nav-link:after {
  transform: translate(5px, -5px) rotate(-15deg);
  opacity: 1;
}
.is-active .gallery__nav-link:before {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}
.is-active .gallery__nav-link:hover:after {
  transform: translate(5px, -5px) rotate(-15deg);
  opacity: 1;
}
.gallery__nav-link:before, .gallery__nav-link:after {
  position: absolute;
  content: "";
  pointer-events: none;
  opacity: 0;
}
.gallery__nav-link:after {
  z-index: 3;
  top: 50%;
  left: -35px;
  width: 57px;
  height: 51px;
  margin-top: -25px;
  transition: transform 0.4s ease-out, opacity 0.2s ease-out;
  transform-origin: 80% 80%;
}
.gallery__nav-link:before {
  background-image: url("../brands/maitrea/images/common/btn-bg.png");
  background-repeat: no-repeat;
  background-size: 213px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .gallery__nav-link:before {
    background-image: url("../brands/maitrea/images/common/btn-bg@2x.png");
  }
}
.gallery__nav-link:before {
  z-index: 0;
  top: -95px;
  left: -90px;
  width: 213px;
  height: 199px;
  transition: transform 0.4s ease-out, opacity 0.7s ease-out;
  transform: scale(0.8) rotate(15deg);
}
.gallery__content-wrapper {
  position: relative;
  margin: 0 -10px;
}
@media (min-width: 520px) {
  .gallery__content-wrapper {
    margin: 0 auto;
  }
}
.gallery__content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: none;
}
.gallery__content.is-active {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.gallery__thumb-link {
  max-width: 338px;
  padding: 10px;
  flex: 0 0 50%;
}
@media (min-width: 520px) {
  .gallery__thumb-link {
    flex: 0 0 33.3332%;
  }
}
@media (min-width: 768px) {
  .gallery__thumb-link {
    flex: 0 0 25%;
  }
}
@media (min-width: 992px) {
  .gallery__thumb-link {
    max-width: 338px;
    flex: 0 0 20%;
  }
}
.gallery__thumb {
  width: 100%;
  height: auto;
}
.gallery__embed {
  margin-right: auto;
  margin-left: auto;
  width: 100% !important;
  max-width: 960px;
  position: relative;
  overflow: hidden;
  padding-top: 60%;
}
@media (min-width: 992px) {
  .gallery__embed {
    padding-top: 45%;
  }
}
.gallery__embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.reservation {
  padding-top: 50px;
  background-color: #F7F8F3;
  background-position: 50% 85%;
  background-image: url("../brands/maitrea/images/common/bg-white.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .reservation {
    background-image: url("../brands/maitrea/images/common/bg-white@2x.jpg");
  }
}
@media (min-width: 520px) {
  .reservation {
    padding-top: 150px;
  }
}
.reservation__container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 25px;
  padding-left: 25px;
}
@media (min-width: 520px) {
  .reservation__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 768px) {
  .reservation__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 992px) {
  .reservation__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .reservation__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1400px) {
  .reservation__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1600px) {
  .reservation__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .reservation__container {
    width: 1200px;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .reservation__container {
    width: 1400px;
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .reservation__container {
    width: 1600px;
    max-width: 100%;
  }
}
.reservation__cols {
  position: relative;
  display: flex;
  max-width: 940px;
  margin: 0 auto 60px auto;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .reservation__cols {
    margin-bottom: 50px;
  }
}
.reservation__col {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .reservation__col {
    flex: 0 0 50%;
  }
}
.reservation__col:first-child {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .reservation__col:first-child {
    margin-bottom: 0;
  }
}
.reservation__col-middle {
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .reservation__col-middle {
    height: 160px;
  }
}
.reservation__preheading {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 0.21em;
  text-transform: uppercase;
  opacity: 0.64;
  color: #000000;
}
@media (min-width: 768px) {
  .reservation__preheading {
    margin-bottom: 30px;
  }
}
.reservation__preheading-inner {
  position: relative;
}
.reservation__preheading-inner:before, .reservation__preheading-inner:after {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 1px;
  content: "";
  opacity: 0.39;
  border: 1px solid #000000;
}
@media (min-width: 520px) {
  .reservation__preheading-inner:before, .reservation__preheading-inner:after {
    width: 110px;
  }
}
.reservation__preheading-inner:before {
  right: 100%;
  margin-right: 25px;
}
.reservation__preheading-inner:after {
  left: 100%;
  margin-left: 25px;
}
.reservation__main-heading {
  font-family: "adobe-text-pro", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 75px;
  line-height: 1em;
  margin-bottom: 80px;
  text-align: center;
  color: #a70143;
}
@media (min-width: 520px) {
  .reservation__main-heading {
    font-size: 106px;
  }
}
.reservation__heading {
  font-family: "adobe-text-pro", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 50px;
  line-height: 1em;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  pointer-events: none;
  color: #a70143;
}
@media (min-width: 768px) {
  .reservation__heading {
    font-size: 70px;
  }
}
.reservation__heading:before {
  position: absolute;
  z-index: 0;
  left: 50%;
  content: "";
  transform: translateX(-50%);
}
.reservation__heading--tel:before {
  top: -60px;
  width: 281px;
  height: 250px;
  background-image: url("../brands/maitrea/images/hp/newsletter-open-underlayer.png");
  background-repeat: no-repeat;
  background-size: 281px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .reservation__heading--tel:before {
    background-image: url("../brands/maitrea/images/hp/newsletter-open-underlayer@2x.png");
  }
}
@media (min-width: 768px) {
  .reservation__heading--tel:before {
    top: -40px;
  }
}
.reservation__heading--online:before {
  top: -115px;
  width: 284px;
  height: 226px;
  background-image: url("../brands/maitrea/images/hp/newsletter-contact-underlayer.png");
  background-repeat: no-repeat;
  background-size: 284px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .reservation__heading--online:before {
    background-image: url("../brands/maitrea/images/hp/newsletter-contact-underlayer@2x.png");
  }
}
@media (min-width: 768px) {
  .reservation__heading--online:before {
    top: -95px;
  }
}
.reservation__link-tel {
  font-size: 18px;
  font-weight: 600;
  line-height: 2.44em;
  letter-spacing: 0.9px;
  color: #051222;
}
.reservation__restu {
  font-size: 14px;
  font-weight: 600;
  line-height: 48px;
  position: relative;
  display: block;
  width: 250px;
  margin: 0 auto;
  transition: background-color 0.1s ease-in-out;
  text-align: center;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff !important;
  border-radius: 3px;
  background-color: #1FC36A;
  box-shadow: 0px 2px 0px 0px #17A558;
  webkit-transition: background-color 0.1s ease-in-out;
}
.reservation h4 {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.reservation p {
  margin: 0;
  color: #000000;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  max-width: 378px;
  margin: 0 auto;
}
.reservation__box {
  width: 100%;
  max-width: 865px;
  margin: 0 auto 50px auto;
  padding: 20px;
  background-color: #eee5d9;
}
@media (min-width: 520px) {
  .reservation__box {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .reservation__box {
    display: flex;
    margin-bottom: 90px;
  }
}
.reservation__box p {
  max-width: none;
}
@media (min-width: 768px) {
  .reservation__box p {
    padding-right: 20px;
    flex: 0 0 50%;
  }
}
.reservation__box p:last-child {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .reservation__box p:last-child {
    margin-top: 0;
    padding-right: 0;
    padding-left: 20px;
  }
}
.reservation__info {
  position: relative;
  z-index: 1;
  padding-bottom: 125px;
}
@media (min-width: 1200px) {
  .reservation__info {
    display: flex;
  }
}
.reservation__info p {
  line-height: 31px;
  max-width: none;
}
.reservation__info p + p {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .reservation__info p + p {
    margin-top: 30px;
  }
}
.reservation__info-text {
  max-width: 700px;
}
@media (min-width: 768px) {
  .reservation__info-text {
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .reservation__info-text {
    max-width: 600px;
    flex: 0 0 600px;
  }
}
.reservation__photos {
  position: relative;
  margin-top: 50px;
  margin-bottom: 125px;
}
@media (min-width: 1200px) {
  .reservation__photos {
    margin-top: 20px;
    flex: 1;
  }
}
.reservation__photo--1 {
  position: relative;
  width: 230.3px;
  height: 289.8px;
}
@media (min-width: 768px) {
  .reservation__photo--1 {
    width: 329px;
    height: 414px;
  }
}
.reservation__photo--2 {
  position: absolute;
  top: 90px;
  left: 135px;
  width: 368.2px;
  height: 277.2px;
}
@media (min-width: 768px) {
  .reservation__photo--2 {
    left: 275px;
    width: 526px;
    height: 396px;
  }
}

.career {
  overflow: hidden;
}
.career__container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 25px;
  padding-left: 25px;
}
@media (min-width: 520px) {
  .career__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 768px) {
  .career__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 992px) {
  .career__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .career__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1400px) {
  .career__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1600px) {
  .career__container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .career__container {
    width: 1200px;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .career__container {
    width: 1400px;
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .career__container {
    width: 1600px;
    max-width: 100%;
  }
}
.career__container {
  position: relative;
  z-index: 1;
}
.career__white {
  position: relative;
  padding-top: 70px;
  padding-bottom: 95px;
  background-position: 50% bottom;
  background-image: url("../brands/maitrea/images/common/bg-white.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .career__white {
    background-image: url("../brands/maitrea/images/common/bg-white@2x.jpg");
  }
}
@media (min-width: 768px) {
  .career__white {
    padding-top: 120px;
    padding-bottom: 135px;
  }
}
.career__eyebrow {
  font-family: "Montserrat", serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 8px;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #a70143;
}
.career__title {
  font-family: "adobe-text-pro", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 48px;
  line-height: 1.03;
  max-width: 820px;
  margin: 0 auto 38px;
  text-align: center;
  color: #a70143;
}
@media (min-width: 768px) {
  .career__title {
    font-size: 56px;
    margin-bottom: 58px;
  }
}
.career__lead-grid {
  max-width: 1080px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .career__lead-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: center;
    gap: 56px;
  }
}
.career__lead {
  max-width: 660px;
  margin: 0 auto 34px;
}
@media (min-width: 992px) {
  .career__lead {
    margin-bottom: 0;
  }
}
.career__lead p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.9375em;
  line-height: 1.9;
  margin: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .career__lead p {
    font-size: 19px;
    text-align: left;
  }
}
.career__photo {
  max-width: 360px;
  margin: 0 auto;
}
.career__photo--main {
  transform: rotate(1.2deg);
}
.career__photo--side {
  max-width: 320px;
  margin-bottom: 38px;
  transform: rotate(-1deg);
}
@media (min-width: 992px) {
  .career__photo--side {
    position: absolute;
    top: -64px;
    right: 40px;
    margin-bottom: 0;
  }
}
.career__subheading {
  font-family: "Montserrat", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  margin: 62px 0 24px;
  text-align: center;
  color: #000000;
}
@media (min-width: 768px) {
  .career__subheading {
    font-size: 24px;
    margin-top: 78px;
  }
}
.career__roles {
  display: grid;
  max-width: 1040px;
  margin: 0 auto;
  gap: 18px;
}
@media (min-width: 768px) {
  .career__roles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
}
.career__role {
  position: relative;
  min-height: 220px;
  padding: 30px 28px 34px;
  border: 1px solid rgba(167, 1, 67, 0.17);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.08);
}
.career__role:before {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 44px;
  height: 44px;
  content: "";
  opacity: 0.22;
  background: #a70143;
  -webkit-mask: url("../brands/maitrea/images/common/svg-leaf.svg") center/contain no-repeat;
          mask: url("../brands/maitrea/images/common/svg-leaf.svg") center/contain no-repeat;
}
.career__role h3 {
  font-family: "Montserrat", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 12px;
  color: #a70143;
}
.career__role p {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.9375em;
  line-height: 1.8;
  margin: 0;
}
.career__role-number {
  font-family: "adobe-text-pro", serif;
  font-size: 48px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  display: block;
  margin-bottom: 12px;
  color: rgba(167, 1, 67, 0.36);
}
.career__dark {
  position: relative;
  min-height: 560px;
  margin-top: -35px;
  padding: 125px 0 150px;
  color: #ffffff;
  background: #791837;
}
@media (min-width: 768px) {
  .career__dark {
    margin-top: -55px;
    padding-top: 160px;
  }
}
.career__dark-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-position: 50% 50%;
  background-image: url("../brands/maitrea/images/common/bg-parts/bg-dark-main-mobile_01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .career__dark-bg {
    background-image: url("../brands/maitrea/images/common/bg-parts/bg-dark-main-mobile_01@2x.jpg");
  }
}
@media (min-width: 992px) {
  .career__dark-bg {
    background-image: url("../brands/maitrea/images/common/bg-parts/bg-dark-main_01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.career__dark-bg:before {
  position: absolute;
  z-index: 1;
  top: -120px;
  right: 0;
  left: 0;
  height: 720px;
  content: "";
  background-position: 50% 0;
  background-image: url("../brands/maitrea/images/common/bg-dark-transgas.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .career__dark-bg:before {
    background-image: url("../brands/maitrea/images/common/bg-dark-transgas@2x.png");
  }
}
.career__dark-bg:before {
  background-size: 768px auto;
}
@media (min-width: 768px) {
  .career__dark-bg:before {
    top: -220px;
    background-size: 1400px auto;
    top: -320px;
  }
}
@media (min-width: 992px) {
  .career__dark-bg:before {
    top: -220px;
    top: -320px;
  }
}
@media (min-width: 1200px) {
  .career__dark-bg:before {
    top: -250px;
    top: -380px;
  }
}
@media (min-width: 1400px) {
  .career__dark-bg:before {
    top: -300px;
    top: -450px;
    background-size: 1920px auto;
  }
}
.career__container--dark {
  max-width: 970px;
}
@media (min-width: 992px) {
  .career__container--dark {
    padding-right: 420px;
  }
}
.career__culture, .career__cta {
  max-width: 640px;
}
.career__culture h2, .career__cta h2 {
  font-family: "adobe-text-pro", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 44px;
  line-height: 1.05;
  margin: 0 0 22px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .career__culture h2, .career__cta h2 {
    font-size: 58px;
  }
}
.career__culture p, .career__cta p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.9375em;
  line-height: 1.85;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
}
.career__cta {
  margin-top: 58px;
  padding-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}
.career__button {
  margin-top: 24px;
}
.career__email {
  font-family: "Montserrat", serif;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  margin-top: 18px;
  text-transform: uppercase;
  color: #ffffff;
}

.branding {
  position: fixed;
  left: 50%;
  top: 12px;
  width: 48px;
  transform: translate3d(-50%, 0, 0);
  z-index: 5;
}
.admin-bar .branding {
  top: 58px;
}
@media (min-width: 520px) {
  .branding {
    position: absolute;
    width: 133px;
    top: 12px;
  }
  .admin-bar .branding {
    top: 12px;
  }
}
@media (min-width: 768px) {
  .branding {
    top: 30px;
  }
  .admin-bar .branding {
    top: 30px;
  }
}
@media (min-width: 992px) {
  .branding {
    top: 50px;
  }
  .admin-bar .branding {
    top: 50px;
  }
  body.page-template-template-homepage .branding {
    transform: translate3d(-50%, -50px, 0);
    opacity: 0;
    transition: transform 1s 0.8s ease-out, opacity 1s 0.8s ease-out;
  }
  body.page-template-template-homepage.loaded .branding {
    transform: translate3d(-50%, 0, 0);
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .branding {
    width: 133px;
  }
}
.branding__logo {
  display: block;
  width: 48px;
  height: 40px;
  background-image: url("../brands/maitrea/images/logo-mobile.svg");
}
.background--light .branding__logo {
  background-image: url("../brands/maitrea/images/logo-mobile-black.svg");
}
@media (min-width: 520px) {
  .branding__logo {
    background-image: none !important;
    width: 133px;
    height: 67px;
  }
}
.branding__logo svg {
  width: 100%;
  height: auto;
  display: none;
}
@media (min-width: 520px) {
  .branding__logo svg {
    display: block;
  }
}
.navigation-opened .branding__logo svg #officesunlimited, .inverted-header .branding__logo svg #officesunlimited {
  fill: #ffffff;
}

.navigation {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 20px 20px 40px;
  opacity: 0;
  background-color: #051222;
  background-image: url("../brands/maitrea/images/mobile-navigation/mobile-nav-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .navigation {
    background-image: url("../brands/maitrea/images/mobile-navigation/mobile-nav-bg@2x.jpg");
  }
}
.navigation {
  justify-content: center;
  align-items: center;
}
.navigation--animate {
  animation-name: animateOut;
  animation-duration: 300ms;
  animation-fill-mode: forwards;
}
.navigation-opened .navigation {
  animation-name: animateIn;
}
.admin-bar .navigation {
  top: 32px;
  height: calc(100% - 32px);
}
@media screen and (max-width: 782px) {
  .admin-bar .navigation {
    top: 46px;
    height: calc(100% - 46px);
  }
}
@media (min-width: 992px) {
  .navigation {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 12.5px;
    padding-left: 12.5px;
    flex: 0 0 100%;
    max-width: 100%;
    position: static;
    display: flex;
    flex-direction: row;
    visibility: visible !important;
    width: auto;
    height: auto;
    margin-top: 0;
    padding: 0;
    animation-name: none;
    background-color: transparent;
    background-image: none;
    align-items: center;
    justify-content: flex-end;
    opacity: 1;
    transition: transform 1s 0.5s ease-out, opacity 1s 0.5s ease-out;
  }
}
@media (min-width: 992px) and (min-width: 520px) {
  .navigation {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .navigation {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .navigation {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .navigation {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .navigation {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}
@media (min-width: 992px) {
  body.page-template-template-homepage .navigation {
    transform: translateY(-50px);
    opacity: 0;
  }
  body.page-template-template-homepage.loaded .navigation {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (min-width: 1920px) {
  .navigation {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.navigation__column {
  margin-top: -40px;
}
@media (min-width: 520px) {
  .navigation__column {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .navigation__column {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .navigation__column--left {
    padding-right: 100px;
  }
}
@media (min-width: 1600px) {
  .navigation__column--left {
    padding-right: 160px;
  }
}
@media (min-width: 1920px) {
  .navigation__column--left {
    padding-right: 200px;
  }
}
.navigation__column--right {
  margin-top: -10px;
}
@media (min-width: 520px) {
  .navigation__column--right {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .navigation__column--right {
    margin-top: 0;
    padding-left: 100px;
  }
}
@media (min-width: 1600px) {
  .navigation__column--right {
    padding-left: 160px;
  }
}
@media (min-width: 1920px) {
  .navigation__column--right {
    padding-left: 200px;
  }
}
.navigation__menu {
  margin-top: 10px;
  text-align: center;
}
@media (min-width: 520px) {
  .navigation__menu {
    margin-top: -30px;
  }
}
@media (min-width: 992px) {
  .navigation__menu {
    margin-top: 15px;
    display: flex;
    white-space: nowrap;
  }
  .navigation__column--left .navigation__menu {
    justify-content: flex-end;
  }
  .navigation__column--right .navigation__menu {
    justify-content: flex-start;
  }
}
@media (min-width: 1400px) {
  .navigation__menu {
    display: block;
    text-align: center;
  }
}
.navigation__item {
  display: block;
  margin-bottom: 8px;
  transition-duration: 2000ms;
  transition-delay: 50ms;
  transition-property: opacity;
  opacity: 0;
}
.navigation-opened .navigation__item {
  opacity: 1;
}
@media (min-width: 520px) {
  .navigation__item {
    margin-bottom: 10px;
    transition-delay: 0s;
    transition-duration: 300ms;
    transition-property: border-color;
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .navigation__item {
    display: inline-block;
  }
}
.navigation__item--outline {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
}
.navigation__item--outline .navigation__link {
  padding: 20px;
  border: 1px solid #dee1d9;
  color: #dee1d9;
}
@media (min-width: 992px) {
  .navigation__item--outline .navigation__link {
    padding: 20px 10px;
  }
}
@media (min-width: 1200px) {
  .navigation__item--outline .navigation__link {
    padding: 20px;
  }
}
.navigation__item--outline .navigation__link:hover {
  border-color: #f49717;
}
.navigation__item--outline.navigation__item--active .navigation__link {
  border: none;
}
@media (min-width: 992px) {
  .navigation__item--outline {
    bottom: 0;
    left: 0;
    transform: translateX(0);
    position: relative;
  }
}
@media (min-width: 1200px) {
  .navigation__item + .navigation__item {
    margin-left: 25px;
  }
}
@media (min-width: 1400px) {
  .navigation__item + .navigation__item {
    margin-left: 50px;
  }
}
@media (min-width: 1600px) {
  .navigation__item + .navigation__item {
    margin-left: 80px;
  }
}
.navigation__link {
  position: relative;
  display: block;
  padding: 10px 0;
  color: #dee1d9;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3px;
  transition-duration: 300ms;
  transition-property: color, border-color;
}
@media (min-width: 520px) {
  .navigation__link {
    padding: 20px 0;
  }
}
@media (min-width: 992px) {
  .navigation__link {
    padding: 20px 15px;
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .navigation__link {
    padding: 20px 10px;
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .navigation__link {
    padding: 20px 0;
  }
}
.navigation__link:hover {
  color: #f49717;
}
.navigation__item--active .navigation__link {
  position: relative;
}
.navigation__item--active .navigation__link:after {
  position: absolute;
  bottom: 5px;
  right: 1px;
  left: 0;
  height: 5px;
  background-color: #f49717;
  content: "";
}
@media (min-width: 992px) {
  .navigation__item--active .navigation__link:after {
    bottom: 0;
  }
}
.navigation__item--lang-item .navigation__link {
  display: none;
}
@media (min-width: 768px) {
  .navigation__item--lang-item .navigation__link {
    display: block;
  }
}
.navigation__item--disabled .navigation__link {
  opacity: 0.2;
  pointer-events: none;
}
.navigation__languages {
  position: fixed;
  z-index: 9;
  bottom: 40px;
}
@media (min-width: 992px) {
  .navigation__languages {
    position: static;
    display: inline-block;
    margin-left: 40px;
  }
}
@media (min-width: 1200px) {
  .navigation__languages {
    margin-left: 60px;
  }
}
@media (min-width: 1400px) {
  .navigation__languages {
    margin-left: 80px;
  }
}
.navigation__languages .navigation__item {
  font-size: 16px;
  letter-spacing: 2px;
}
@media (min-width: 992px) {
  .navigation__languages .navigation__item {
    letter-spacing: 1px;
  }
}
.navigation__flowers {
  position: absolute;
}
.navigation__flowers--left {
  bottom: -36px;
  left: -47px;
  background-image: url("../brands/maitrea/images/mobile-navigation/flower-bottom-left.png");
  background-repeat: no-repeat;
  background-size: 146px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .navigation__flowers--left {
    background-image: url("../brands/maitrea/images/mobile-navigation/flower-bottom-left@2x.png");
  }
}
.navigation__flowers--left {
  width: 146px;
  height: 220px;
}
.navigation__flowers--right {
  right: -45px;
  bottom: -27px;
  background-image: url("../brands/maitrea/images/mobile-navigation/flower-bottom-right.png");
  background-repeat: no-repeat;
  background-size: 138px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .navigation__flowers--right {
    background-image: url("../brands/maitrea/images/mobile-navigation/flower-bottom-right@2x.png");
  }
}
.navigation__flowers--right {
  width: 138px;
  height: 232px;
}
@media (min-width: 992px) {
  .navigation__flowers {
    display: none;
  }
}

.hamburger {
  padding: 10px 10px;
  margin-left: auto;
  cursor: pointer;
  position: fixed;
  z-index: 199;
  top: 15px;
  right: 10px;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.admin-bar .hamburger {
  top: 47px;
}
@media screen and (max-width: 782px) {
  .admin-bar .hamburger {
    top: 61px;
  }
}
@media (min-width: 768px) {
  .hamburger {
    margin-top: 32px;
  }
}
@media (min-width: 1200px) {
  .hamburger {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .hamburger {
    display: none;
  }
}
.inverted-header .hamburger:hover .hamburger-inner, .inverted-header .hamburger:hover .hamburger-inner::before, .inverted-header .hamburger:hover .hamburger-inner::after {
  background-color: #f49717 !important;
}

.hamburger--squeeze .hamburger-inner {
  top: 1px;
}
.hamburger--squeeze .hamburger-inner::before {
  top: 7px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--squeeze .hamburger-inner::after {
  top: 14px;
}
.navigation-opened .hamburger--squeeze .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.navigation-opened .hamburger--squeeze .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-3.4285714286px, -5px, 0);
  opacity: 0 !important;
}
.navigation-opened .hamburger--squeeze .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(-90deg);
}

.hamburger-box {
  width: 24px;
  height: 16px;
  display: block;
  position: relative;
}

.hamburger-inner {
  display: block;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 0px;
  position: absolute;
  transition-property: transform, background-color;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.background--light .hamburger-inner, .background--light .hamburger-inner::before, .background--light .hamburger-inner::after {
  background-color: #051222;
}
.hamburger-inner::before {
  width: 24px;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}
.inverted-header .hamburger-inner, .navigation-opened .hamburger-inner {
  background-color: #ffffff;
}
.inverted-header .hamburger-inner::before, .inverted-header .hamburger-inner::after, .navigation-opened .hamburger-inner::before, .navigation-opened .hamburger-inner::after {
  background-color: #ffffff;
}

.scroll-info {
  width: 120px;
  margin: 0 auto;
  text-align: center;
}
.scroll-info--hp-gallery-top {
  margin-bottom: 245px;
}
@media (min-width: 992px) {
  .scroll-info--hp-gallery-top {
    margin-bottom: 75px;
  }
}
.scroll-info--hp-gallery-bottom {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: 232.5px;
}
@media (min-width: 1400px) {
  .scroll-info--hp-gallery-bottom {
    display: block;
  }
}
.scroll-info__mouse {
  position: relative;
  width: 18px;
  height: 30px;
  margin: 0 auto 10px auto;
  border: 2px solid #dee1d9;
  border-radius: 10px;
}
.scroll-info__mouse:after {
  position: absolute;
  top: 5px;
  left: 50%;
  width: 2px;
  height: 10px;
  margin-left: -1px;
  background-color: #dee1d9;
  border-radius: 10%;
  content: "";
}
.scroll-info__rhomb {
  display: block;
  position: relative;
  width: 5px;
  height: 5px;
  margin: 0 auto 10px auto;
  background-color: #f49717;
  transform: rotate(45deg);
}
.scroll-info__line {
  height: 50px;
  width: 1px;
  margin: 0 auto 10px auto;
  background-color: #dee1d9;
  content: "";
}
.scroll-info__text {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #f49717;
}

.heading {
  position: relative;
}
.heading__text {
  font-family: "adobe-text-pro", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 48px;
  line-height: 44px;
}
@media (min-width: 768px) {
  .heading__text {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .heading__text {
    font-size: 60px;
  }
}
.heading__text {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .heading__text--smaller {
    font-size: 70px;
  }
}
.heading__text-inner {
  background-image: linear-gradient(27deg, #f5b15a 0%, #f49717 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: #f49717;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
html.IE .heading__text-inner {
  background-image: none;
}
.heading__text-inner--bottom {
  position: relative;
  display: block;
}
.heading__capital {
  font-size: 2.65em;
  color: #f5b15a;
  margin-right: -25px;
  position: relative;
  top: 18px;
}
@media (min-width: 520px) {
  .heading__capital {
    top: 38px;
    font-size: 3.25em;
  }
}
@media (min-width: 520px) {
  .heading__capital {
    font-size: 3.85em;
  }
}
.heading__overlayer, .heading__underlayer {
  position: absolute;
}
.heading__overlayer {
  z-index: 2;
}
.heading__underlayer {
  z-index: 0;
}
.heading--hp-gallery {
  margin-left: auto;
  margin-right: auto;
}
.heading--hp-gallery .heading__capital {
  background-image: linear-gradient(236deg, #f49717 0%, #f5b15a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: #f49717;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
html.IE .heading--hp-gallery .heading__capital {
  background-image: none;
}
.heading--hp-gallery .heading__text-inner {
  background-image: linear-gradient(236deg, #f49717 0%, #f5b15a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: #f49717;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
html.IE .heading--hp-gallery .heading__text-inner {
  background-image: none;
}
.heading--hp-gallery .heading__overlayer {
  top: -100px;
  left: -100px;
  background-image: url("../brands/maitrea/images/hp/gallery-headline-overlayer.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .heading--hp-gallery .heading__overlayer {
    background-image: url("../brands/maitrea/images/hp/gallery-headline-overlayer@2x.png");
  }
}
.heading--hp-gallery .heading__overlayer {
  width: 320px;
  height: 371px;
}
@media (min-width: 520px) {
  .heading--hp-gallery .heading__overlayer {
    left: -110px;
    width: 407px;
  }
}
.heading--hp-gallery .heading__underlayer {
  top: -117px;
  left: -98px;
  width: 367px;
  height: 414px;
  background-image: url("../brands/maitrea/images/hp/gallery-headline-underlayer.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .heading--hp-gallery .heading__underlayer {
    background-image: url("../brands/maitrea/images/hp/gallery-headline-underlayer@2x.png");
  }
}
@media (min-width: 520px) {
  .heading--hp-gallery .heading__underlayer {
    width: 477px;
    left: -148px;
    height: 414px;
  }
}
.heading--hp-gallery-bottom {
  display: none;
}
@media (min-width: 1200px) {
  .heading--hp-gallery-bottom {
    position: absolute;
    left: 50%;
    bottom: 230px;
    display: block;
    margin-left: -215px;
  }
  .heading--hp-gallery-bottom .heading__text {
    font-size: 100px;
    line-height: 0.24444em;
    transform: rotate(-90deg) translate3d(25%, 100%, 0);
    z-index: auto;
  }
  .heading--hp-gallery-bottom .heading__text-inner {
    line-height: 1em;
    position: relative;
    z-index: 2;
  }
  .heading--hp-gallery-bottom .heading__text-inner--bottom {
    margin-left: -100px;
    margin-top: -30px;
    z-index: 4;
  }
  .heading--hp-gallery-bottom .heading__middlelayer {
    position: absolute;
    top: -32px;
    left: 155px;
    width: 286px;
    height: 438px;
    background-image: url("../brands/maitrea/images/hp/lehka-hlava-overlayer-flower.png");
    background-repeat: no-repeat;
    background-size: 286px auto;
    transform: rotate(90deg);
    z-index: 3;
  }
}
@media only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1200px) and (min-device-pixel-ratio: 2), only screen and (min-width: 1200px) and (min-resolution: 192dpi), only screen and (min-width: 1200px) and (min-resolution: 2dppx) {
  .heading--hp-gallery-bottom .heading__middlelayer {
    background-image: url("../brands/maitrea/images/hp/lehka-hlava-overlayer-flower@2x.png");
  }
}
@media (min-width: 1200px) {
  .heading--hp-gallery-bottom .heading__underlayer {
    top: -300px;
    left: 120px;
    width: 330px;
    height: 500px;
    background-image: url("../brands/maitrea/images/hp/lehka-hlava-underlayer-scratch.png");
    background-repeat: no-repeat;
    background-size: 330px auto;
  }
}
@media only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1200px) and (min-device-pixel-ratio: 2), only screen and (min-width: 1200px) and (min-resolution: 192dpi), only screen and (min-width: 1200px) and (min-resolution: 2dppx) {
  .heading--hp-gallery-bottom .heading__underlayer {
    background-image: url("../brands/maitrea/images/hp/lehka-hlava-underlayer-scratch@2x.png");
  }
}
.heading--weekly-menu {
  display: none;
  text-align: right;
  width: 315px;
  margin-bottom: 155px;
}
@media (min-width: 992px) {
  .heading--weekly-menu {
    display: block;
  }
}
.heading--weekly-menu .heading__text-inner {
  color: #a70143;
  background-image: none;
  background-clip: initial;
  -webkit-background-clip: initial;
  text-fill-color: initial;
  -webkit-text-fill-color: initial;
}
.heading--weekly-menu .heading__overlayer {
  top: 45px;
  left: 37px;
  background-image: url("../brands/maitrea/images/common/weekly-menu-heading-overlayer.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .heading--weekly-menu .heading__overlayer {
    background-image: url("../brands/maitrea/images/common/weekly-menu-heading-overlayer@2x.png");
  }
}
.heading--weekly-menu .heading__overlayer {
  width: 204px;
  height: 162px;
}
.heading--weekly-menu .heading__underlayer {
  top: -150px;
  left: -38px;
  width: 454px;
  height: 398px;
  background-image: url("../brands/maitrea/images/common/weekly-menu-heading-underlayer.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .heading--weekly-menu .heading__underlayer {
    background-image: url("../brands/maitrea/images/common/weekly-menu-heading-underlayer@2x.png");
  }
}
.heading--white .heading__text {
  color: #dee1d9;
  text-align: center;
}
.heading--about-1 .heading__underlayer {
  top: -117px;
  left: 50%;
  width: 338px;
  height: 234px;
  margin-left: -188px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../brands/maitrea/images/about/heading-bg-1.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .heading--about-1 .heading__underlayer {
    background-image: url("../brands/maitrea/images/about/heading-bg-1@2x.png");
  }
}
.heading--about-2 .heading__underlayer {
  top: -183px;
  left: 50%;
  width: 320px;
  height: 320px;
  margin-left: -174px;
  background-image: url("../brands/maitrea/images/about/heading-bg-2.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .heading--about-2 .heading__underlayer {
    background-image: url("../brands/maitrea/images/about/heading-bg-2@2x.png");
  }
}
.map {
  width: 100%;
  height: 100%;
}
.map__marker {
  width: 160px;
  height: 140px;
  top: -35px !important;
  left: 35px !important;
  background-image: url("../brands/maitrea/images/marker.svg");
  background-size: cover;
}

.form {
  max-width: 605px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .form {
    padding: 0;
  }
}
.form__input-wrapper {
  padding: 7px;
  border: 1px solid rgba(5, 18, 34, 0.1);
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .form__input-wrapper {
    margin-bottom: 50px;
  }
}
.form__input {
  text-align: center;
  width: 100%;
  border-bottom: 0 !important;
  padding: 25px 0 !important;
  background-color: rgba(222, 225, 217, 0.2) !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  letter-spacing: 0.1em !important;
  line-height: 1em !important;
}

.float {
  position: absolute;
  pointer-events: none;
  display: none;
  transform: translate3d(0, var(--ty), 0);
  transition: transform 0.1s linear;
  will-change: transform;
}
.float--underlayer {
  z-index: 0;
}
.float--overlayer {
  z-index: 4;
}
@media (min-width: 768px) {
  .float {
    display: block;
  }
}
.float--intro-flowers {
  right: 45px;
  width: 335px;
  height: 294px;
}
@media (min-width: 1200px) {
  .float--intro-flowers {
    right: 175px;
  }
}
.float--gallery-top-flower {
  top: 160px;
  right: -110px;
  width: 83px;
  height: 84px;
}
.float--gallery-bottom-right-flowers {
  background-image: url("../brands/maitrea/images/floats/gallery-bottom-right-flowers.png");
  background-repeat: no-repeat;
  background-size: 870px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .float--gallery-bottom-right-flowers {
    background-image: url("../brands/maitrea/images/floats/gallery-bottom-right-flowers@2x.png");
  }
}
.float--gallery-bottom-right-flowers {
  right: 0;
  bottom: 270px;
  width: 870px;
  height: 289px;
}
.float--gallery-bottom-right-scratch {
  background-image: url("../brands/maitrea/images/floats/gallery-bottom-right-scratch.png");
  background-repeat: no-repeat;
  background-size: 430px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .float--gallery-bottom-right-scratch {
    background-image: url("../brands/maitrea/images/floats/gallery-bottom-right-scratch@2x.png");
  }
}
.float--gallery-bottom-right-scratch {
  right: -180px;
  bottom: 50px;
  width: 430px;
  height: 430px;
}
.float--gallery-bottom-left-flowers-2 {
  background-image: url("../brands/maitrea/images/floats/gallery-bottom-left-flowers-2.png");
  background-repeat: no-repeat;
  background-size: 802px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .float--gallery-bottom-left-flowers-2 {
    background-image: url("../brands/maitrea/images/floats/gallery-bottom-left-flowers-2@2x.png");
  }
}
.float--gallery-bottom-left-flowers-2 {
  right: -180px;
  bottom: 180px;
  width: 802px;
  height: 345px;
}
.float--menu, .float--reservation-page, .float--gallery-page {
  width: 171px;
  height: 377px;
}
.float--menu {
  top: 1160px;
  right: 20px;
}
@media (min-width: 992px) {
  .float--menu {
    top: 1260px;
  }
}
@media (min-width: 1600px) {
  .float--menu {
    top: 990px;
    right: 160px;
  }
}
.float--gallery-page {
  top: 400px;
}
.float--reservation-page {
  top: 120px;
  right: -120px;
}
.float--contact, .float--about-big {
  top: 285px;
  right: 0;
  width: 1586px;
  height: 226px;
}
.float--contact:after, .float--about-big:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 1586px;
  height: 226px;
  transform: rotate(-28deg);
  content: "";
}
.float--about-small {
  top: 1120px;
  left: 60px;
  width: 171px;
  height: 377px;
}
.float--about-small:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 171px;
  height: 377px;
  transform: rotate(57deg);
  content: "";
}

.background-white {
  background-color: #F7F8F3;
  background-image: url("../brands/maitrea/images/common/bg-white.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .background-white {
    background-image: url("../brands/maitrea/images/common/bg-white@2x.jpg");
  }
}
.background-white {
  background-position: 50% bottom;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  bottom: -320px;
  transform: translateX(-50%);
}

.radio-btn + .radio-btn {
  margin-left: 10px;
}
.radio-btn__input:checked + .radio-btn__label, .radio-btn__input:not(:checked) + .radio-btn__label {
  display: flex;
  align-items: center;
  padding: 8px 16px 8px 7px;
  line-height: 18px;
}
.radio-btn__input:checked + .radio-btn__label:before, .radio-btn__input:not(:checked) + .radio-btn__label:before {
  display: none;
}
.radio-btn__input:checked + .radio-btn__label {
  background-color: #f49717;
}
.radio-btn__label {
  font-size: 14px;
  letter-spacing: 3px;
  color: #051222;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 20px;
  background-color: rgba(222, 225, 217, 0.33);
  transition: background-color 0.2s ease-in-out;
}
.radio-btn__label .menu__ico {
  padding-left: 3px;
}
.radio-btn__label:before {
  display: none;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  transition-duration: 500ms;
  transition-property: opacity, z-index, visibility;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  will-change: opacity;
  z-index: -1;
}
.modal * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
@media (min-width: 992px) {
  .modal {
    align-items: center;
  }
}
.modal-opened .modal {
  pointer-events: all;
  opacity: 1;
  z-index: 999;
  visibility: visible;
  display: flex;
}
.admin-bar .modal {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .modal {
    top: 46px;
  }
}
.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 18, 34, 0.85);
}
.modal__content {
  -webkit-user-select: none;
          user-select: none;
  position: relative;
  z-index: 2;
  top: 0;
  max-height: 100vh;
  transform: translate3d(0, -30px, 0);
  transition-property: transform;
  transition-duration: 500ms;
  overflow: visible !important;
}
.modal-opened .modal__content {
  transform: translate3d(0, 0, 0);
}
.admin-bar .modal__content {
  top: -16px;
  max-height: calc(100vh - 32px);
}
@media screen and (max-width: 782px) {
  .admin-bar .modal__content {
    max-height: calc(100vh - 46px);
    top: -23px;
  }
}
.modal__scroll {
  max-height: 100vh;
}
.admin-bar .modal__scroll {
  max-height: calc(100vh - 32px);
}
@media screen and (max-width: 782px) {
  .admin-bar .modal__scroll {
    max-height: calc(100vh - 46px);
  }
}
.modal__wrapper {
  background-color: #ffffff;
}
.modal__close {
  position: absolute;
  right: 15px;
  top: 20px;
  cursor: pointer;
  z-index: 9;
  color: #ffffff;
  font-size: 48px;
}
.modal__navigation {
  position: absolute;
  top: 50%;
  left: -50px;
  z-index: 9999;
  cursor: pointer;
}
.modal__navigation--next {
  left: auto;
  right: -50px;
}
.modal__post {
  width: 100%;
  max-width: 720px;
  position: relative;
}
.modal__post__wrapper {
  background-color: #ffffff;
  padding: 20px;
  background-image: linear-gradient(180deg, #a70143 0%, #560022 100%);
}
@media (min-width: 992px) {
  .modal__post__wrapper {
    padding: 40px;
  }
}
.modal__post__date {
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 500;
  display: block;
}
.modal__post__title {
  margin-bottom: 15px;
  color: #f49717;
  font-family: "Montserrat", serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.9px;
}
.modal__post__content {
  margin-top: 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.9375em;
}
@media (min-width: 520px) {
  .modal__post__content {
    font-size: 16px;
  }
}

.modal-opened {
  overflow: hidden;
}

.alergens-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5000;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s, visibility 0.7s;
}
.alergens-modal.is-visible {
  opacity: 1;
  visibility: visible;
}
.alergens-modal__head {
  margin-bottom: 1rem;
}
@media (min-width: 520px) {
  .alergens-modal__head {
    margin-bottom: 1.5rem;
  }
}
.alergens-modal__footer {
  text-align: center;
}
@media (min-width: 768px) {
  .alergens-modal__footer {
    text-align: left;
  }
}
.alergens-modal__title {
  margin: 0 0 35px 0;
  font-size: 20px;
  line-height: 1em;
  font-weight: 600;
  font-family: "Montserrat", serif;
  color: #051222;
}
@media (min-width: 520px) {
  .alergens-modal__title {
    font-size: 28px;
  }
}
.alergens-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5001;
  background: rgba(5, 18, 34, 0.85);
}
.alergens-modal__window {
  margin: 0 auto 20px auto;
  max-width: 710px;
  background-color: #dee1d9;
  padding: 0;
  position: relative;
  z-index: 5004;
}
.alergens-modal__content {
  text-align: left;
  padding: 50px 20px;
}
@media (min-width: 520px) {
  .alergens-modal__content {
    padding: 70px 45px 70px 45px;
  }
}
.alergens-modal__iframe {
  width: 720px;
  height: 405px;
}
.alergens-modal__scroll-container:first-child {
  margin-top: auto !important;
}
.alergens-modal__scroll-container {
  margin: auto;
  padding: 0;
  max-height: 100%;
  width: 100%;
  overflow: auto;
  position: relative;
  z-index: 6000;
}
.alergens-modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: url("../brands/maitrea/images/common/svg-cross.svg") center center no-repeat;
  background-size: 23px;
  transition: transform 0.3s ease-in-out;
}
.alergens-modal__close:hover {
  transform: rotate(180deg) translateX(-1px);
}
@media (min-width: 520px) {
  .alergens-modal__close {
    top: 15px;
    right: 15px;
  }
}

.checkboxes {
  display: flex;
  flex-wrap: wrap;
}
.checkboxes__item {
  margin-bottom: 10px;
  margin-right: 10px;
}

.checkbox__input:checked + .checkbox__label, .checkbox__input:not(:checked) + .checkbox__label {
  display: flex;
  align-items: center;
  padding: 8px 12px 8px 12px;
  line-height: 18px;
}
.checkbox__input:checked + .checkbox__label:before, .checkbox__input:not(:checked) + .checkbox__label:before {
  display: none;
}
.checkbox__input:checked + .checkbox__label {
  background-color: #f49717;
  color: #051222;
}
.checkbox__label {
  font-size: 14px;
  letter-spacing: 3px;
  color: #97a0ab;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 20px;
  background-color: #042a57;
  transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out, color 0.2s ease-in-out;
}
.checkbox__label:before {
  display: none;
}
.checkbox__label:hover {
  opacity: 0.75;
}
.checkbox--soft .checkbox__label {
  color: #051222;
  background-color: rgba(222, 225, 217, 0.33);
}
.checkbox--soft .checkbox__label .menu__ico {
  padding-left: 3px;
}

#cookie-notice {
  font-family: "Montserrat", serif;
}
#cookie-notice .cn-text-container {
  display: block;
  margin: 0 auto;
}
#cookie-notice .cn-buttons-container {
  margin-top: 10px;
}
#cookie-notice .cn-buttons-container a {
  font-family: "Montserrat", serif;
  color: #f49717;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 10px;
}
/*# sourceMappingURL=theme-maitrea.css.map */
