/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \************************************************************************************************************************************************************************************/
/* --- PADDING SECTION --- */
/*  --- FONT FALL BACK ---  */
/* -- Center Element -- */
/* -- Responsive -- */
/* -- Center Element in Parent with a position relative -- */
/* -- Hidden/Visible -- */
/*  -- Remove Margin and Padding -- */
/* -- Shapes -- */
/* Circle */
/* Triangle */
/* -- Image Filter Effect -- */
/*
// grayscale      ex: filter: grayscale(100%);
// sepia          ex: filter: sepia(100%);
// saturate       ex: filter: saturate(0%);
// hue-rotate     ex: filter: hue-rotate(45deg);
// invert         ex: filter: invert(100%);
// brightness     ex: filter: brightness(15%);
// contrast       ex: filter: contrast(200%);
// blur           ex: filter: blur(2px);
*/
/* Quick Black and White Effect*/
/* Zoom */
/* -- Box-shadow -- */
/* -- Gradient -- */
/* -- Placeholder -- */
/* -- Fluid Font -- */
/* -- FUNCTION --*/
/* -- Calculate width in percent -- */
/* -- Calculate font-size in em -- */
/* -- Quick Color Contrast -- */
/*  --- Variable ---  */
/*  --- Padding ---  */
/*
Theme Name: Theme Name
*/
#adminmenu li.wp-menu-separator {
  background-color: currentColor; }

/*  --- MEDIA QUERIES ---  */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block; }

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'BNBrick House';
  src: url("../fonts/BNBrickHouseRegular.eot");
  src: url("../fonts/BNBrickHouseRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/BNBrickHouseRegular.woff2") format("woff2"), url("../fonts/BNBrickHouseRegular.woff") format("woff"), url("../fonts/BNBrickHouseRegular.ttf") format("truetype"), url("../fonts/BNBrickHouseRegular.svg#BNBrickHouseRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'F37 Blanka';
  src: url("../fonts/F37Blanka-Regular.eot");
  src: url("../fonts/F37Blanka-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/F37Blanka-Regular.woff2") format("woff2"), url("../fonts/F37Blanka-Regular.woff") format("woff"), url("../fonts/F37Blanka-Regular.ttf") format("truetype"), url("../fonts/F37Blanka-Regular.svg#F37Blanka-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'F37 Blanka';
  src: url("../fonts/F37Blanka-SemiBold.eot");
  src: url("../fonts/F37Blanka-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/F37Blanka-SemiBold.woff2") format("woff2"), url("../fonts/F37Blanka-SemiBold.woff") format("woff"), url("../fonts/F37Blanka-SemiBold.ttf") format("truetype"), url("../fonts/F37Blanka-SemiBold.svg#F37Blanka-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'F37 Blanka';
  src: url("../fonts/F37Blanka-Medium.eot");
  src: url("../fonts/F37Blanka-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/F37Blanka-Medium.woff2") format("woff2"), url("../fonts/F37Blanka-Medium.woff") format("woff"), url("../fonts/F37Blanka-Medium.ttf") format("truetype"), url("../fonts/F37Blanka-Medium.svg#F37Blanka-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

/* !-- WP WYSIWYG Editor Styles -- */
.entry-content img {
  margin: 0 0 1.5em 0; }

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px; }

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0; }

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0; }

.wp-smiley {
  margin: 0 !important; }

.wp-smiley {
  max-height: 1em; }

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left; }

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: none; }
  header .nav-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      header .nav-top {
        padding-top: 13px;
        padding-bottom: 13px; } }
    header .nav-top .burger_wrap {
      width: 300px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        header .nav-top .burger_wrap {
          width: 33px; } }
      header .nav-top .burger_wrap .burger {
        pointer-events: all;
        width: 33px;
        height: 33px;
        position: relative;
        cursor: pointer; }
        header .nav-top .burger_wrap .burger div {
          -webkit-transform-origin: center center;
                  transform-origin: center center;
          background-color: #FF7854;
          height: 3px;
          width: 27px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
          header .nav-top .burger_wrap .burger div:first-of-type {
            top: 42.5%; }
          header .nav-top .burger_wrap .burger div:last-of-type {
            top: 62.5%; }
        header .nav-top .burger_wrap .burger:hover div {
          background-color: #FF7854; }
    header .nav-top .logo a {
      pointer-events: all;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 156px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        header .nav-top .logo a {
          width: 105px; } }
      header .nav-top .logo a svg {
        width: 100%;
        height: auto; }
        header .nav-top .logo a svg path {
          -webkit-transition: all 0.4s;
          transition: all 0.4s;
          fill: #2F2F2F; }
    header .nav-top .logo img {
      -webkit-filter: brightness(0);
              filter: brightness(0);
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    header .nav-top .btn_wrap {
      width: 300px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        header .nav-top .btn_wrap {
          width: 33px; } }
      header .nav-top .btn_wrap .nav_btn {
        pointer-events: all;
        background-color: #FF7854;
        padding: 4px 14px;
        border-radius: 50px;
        font-family: 'BNBrick House';
        font-weight: normal;
        font-style: normal;
        font-size: 14px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #ffffff;
        text-decoration: none;
        margin-left: 10px;
        line-height: 150%;
        font-size: 14px;
        -webkit-transition: background-color 0.4s, color 0.4s;
        transition: background-color 0.4s, color 0.4s;
        display: none; }
        header .nav-top .btn_wrap .nav_btn svg {
          margin-left: 5px; }
          header .nav-top .btn_wrap .nav_btn svg path {
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
        header .nav-top .btn_wrap .nav_btn:hover {
          background-color: #ffffff;
          color: #FF7854; }
          header .nav-top .btn_wrap .nav_btn:hover svg path {
            fill: #FF7854; }
    header .nav-top.color_white .logo svg path {
      fill: #ffffff; }
    header .nav-top.color_white .logo img {
      -webkit-filter: brightness(1);
              filter: brightness(1); }
  header .location_btn {
    display: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 10px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      header .location_btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    header .location_btn .nav_btn {
      pointer-events: all;
      background-color: #FF7854;
      padding: 4px 14px;
      border-radius: 50px;
      font-family: 'BNBrick House';
      font-weight: normal;
      font-style: normal;
      font-size: 14px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #ffffff;
      text-decoration: none;
      line-height: 150%;
      font-size: 14px;
      -webkit-transition: background-color 0.4s, color 0.4s;
      transition: background-color 0.4s, color 0.4s;
      width: 45%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      header .location_btn .nav_btn svg {
        margin-left: 5px; }
        header .location_btn .nav_btn svg path {
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
      header .location_btn .nav_btn:hover {
        background-color: #ffffff;
        color: #FF7854; }
        header .location_btn .nav_btn:hover svg path {
          fill: #FF7854; }
  header .nav-menu {
    pointer-events: all;
    height: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 100px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      header .nav-menu {
        padding-top: 20px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        overflow-y: scroll;
        overflow-x: hidden; } }
    header .nav-menu .left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 47.5%;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-height: 700px) and (min-width: 991px) {
        header .nav-menu .left {
          padding-bottom: 30px; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        header .nav-menu .left {
          width: 100%; } }
      header .nav-menu .left a {
        font-family: 'BNBrick House';
        font-weight: normal;
        font-style: normal;
        font-size: 3em;
        display: block;
        text-decoration: none;
        line-height: 100%;
        margin-top: 40px;
        opacity: 0;
        -webkit-transition: color 0.4s;
        transition: color 0.4s;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-height: 700px) and (min-width: 991px) {
          header .nav-menu .left a {
            font-size: 2.5em;
            margin-top: 25px; } }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          header .nav-menu .left a {
            font-size: 2.15em;
            margin-top: 25px; } }
      header .nav-menu .left .social_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-height: 700px) and (min-width: 991px) {
          header .nav-menu .left .social_container {
            padding-bottom: 20px; } }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          header .nav-menu .left .social_container {
            position: static;
            position: initial;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start; } }
        header .nav-menu .left .social_container a {
          text-decoration: none;
          margin-right: 45px;
          opacity: 1;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            header .nav-menu .left .social_container a {
              margin-right: 45px;
              margin-left: 0; } }
          header .nav-menu .left .social_container a svg {
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            height: 23px; }
            header .nav-menu .left .social_container a svg path {
              fill: #2F2F2F;
              -webkit-transition: all 0.4s;
              transition: all 0.4s; }
          header .nav-menu .left .social_container a:hover svg {
            -webkit-transform: scale(1.1);
                    transform: scale(1.1); }
            header .nav-menu .left .social_container a:hover svg path {
              fill: #FF7854; }
    header .nav-menu .right {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 50.5%;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-height: 700px) and (min-width: 991px) {
        header .nav-menu .right {
          width: 40.5%; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        header .nav-menu .right {
          width: 100%;
          margin-top: 60px; } }
      header .nav-menu .right .dog {
        margin-bottom: -40px;
        width: 50%;
        max-width: 480px;
        position: relative;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1280px) {
          header .nav-menu .right .dog {
            margin-bottom: 40px; } }
        @media only screen and (max-height: 700px) and (min-width: 991px) {
          header .nav-menu .right .dog {
            margin-bottom: 0px; } }
        @media only screen and (max-height: 700px) and (min-width: 991px) {
          header .nav-menu .right .dog {
            width: 60%; } }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          header .nav-menu .right .dog {
            display: none; } }
        header .nav-menu .right .dog .dog_hat {
          position: absolute;
          top: -5%;
          left: 25%;
          width: 43%; }
        header .nav-menu .right .dog .dog_body, header .nav-menu .right .dog .dog_body svg, header .nav-menu .right .dog .dog_hat svg {
          width: 100%; }
        header .nav-menu .right .dog .icon_container {
          position: absolute;
          width: 22%;
          padding-bottom: 22%;
          top: -8%;
          left: 36%; }
          header .nav-menu .right .dog .icon_container .icon {
            opacity: 0;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            position: absolute; }
            header .nav-menu .right .dog .icon_container .icon svg {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%);
              -o-object-fit: cover;
                 object-fit: cover;
              -o-object-fit: contain;
                 object-fit: contain;
              width: 100%; }
    header .nav-menu .btn_wrap-mobile {
      display: none;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        header .nav-menu .btn_wrap-mobile {
          margin-top: 80px;
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      header .nav-menu .btn_wrap-mobile .nav_btn {
        background-color: #FF7854;
        padding: 4px 14px;
        border-radius: 50px;
        font-family: 'BNBrick House';
        font-weight: normal;
        font-style: normal;
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #ffffff;
        text-decoration: none;
        line-height: 150%;
        font-size: 14px; }
        header .nav-menu .btn_wrap-mobile .nav_btn svg {
          margin-left: 5px; }
          header .nav-menu .btn_wrap-mobile .nav_btn svg path {
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
        header .nav-menu .btn_wrap-mobile .nav_btn:hover {
          background-color: #ffffff;
          color: #FF7854; }
          header .nav-menu .btn_wrap-mobile .nav_btn:hover svg path {
            fill: #FF7854; }
  header.open .nav-top .burger_wrap .burger div:first-of-type {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  header.open .nav-top .burger_wrap .burger div:last-of-type {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }

footer {
  padding-top: 115px;
  padding-bottom: 40px;
  color: #ffffff;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    footer {
      padding-top: 60px;
      padding-bottom: 30px; } }
  footer .container_big {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      footer .container_big {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  footer .col1 {
    width: 450px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      footer .col1 {
        width: 100%; } }
    footer .col1 .form_wrap .form_title {
      padding-bottom: 40px; }
    footer .col1 .form_wrap form input, footer .col1 .form_wrap form select {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background-color: transparent;
      border: none;
      outline: none;
      font-size: 18px;
      font-family: 'F37 Blanka';
      font-weight: 400;
      font-style: normal;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      color: #ffffff;
      width: 100%; }
      footer .col1 .form_wrap form input::-webkit-input-placeholder, footer .col1 .form_wrap form select::-webkit-input-placeholder {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        color: #ffffff;
        opacity: 1;
        /* Firefox */ }
      footer .col1 .form_wrap form input::-moz-placeholder, footer .col1 .form_wrap form select::-moz-placeholder {
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        color: #ffffff;
        opacity: 1;
        /* Firefox */ }
      footer .col1 .form_wrap form input:-ms-input-placeholder, footer .col1 .form_wrap form select:-ms-input-placeholder {
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        color: #ffffff;
        opacity: 1;
        /* Firefox */ }
      footer .col1 .form_wrap form input::-ms-input-placeholder, footer .col1 .form_wrap form select::-ms-input-placeholder {
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        color: #ffffff;
        opacity: 1;
        /* Firefox */ }
      footer .col1 .form_wrap form input::placeholder, footer .col1 .form_wrap form select::placeholder {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        color: #ffffff;
        opacity: 1;
        /* Firefox */ }
      footer .col1 .form_wrap form input::-ms-input-placeholder, footer .col1 .form_wrap form select::-ms-input-placeholder {
        /* Edge 12 -18 */
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        color: #ffffff; }
      footer .col1 .form_wrap form input:focus, footer .col1 .form_wrap form select:focus {
        color: #FF7854; }
        footer .col1 .form_wrap form input:focus::-webkit-input-placeholder, footer .col1 .form_wrap form select:focus::-webkit-input-placeholder {
          color: #FF7854; }
        footer .col1 .form_wrap form input:focus::-moz-placeholder, footer .col1 .form_wrap form select:focus::-moz-placeholder {
          color: #FF7854; }
        footer .col1 .form_wrap form input:focus:-ms-input-placeholder, footer .col1 .form_wrap form select:focus:-ms-input-placeholder {
          color: #FF7854; }
        footer .col1 .form_wrap form input:focus::-ms-input-placeholder, footer .col1 .form_wrap form select:focus::-ms-input-placeholder {
          color: #FF7854; }
        footer .col1 .form_wrap form input:focus::placeholder, footer .col1 .form_wrap form select:focus::placeholder {
          color: #FF7854; }
        footer .col1 .form_wrap form input:focus::-ms-input-placeholder, footer .col1 .form_wrap form select:focus::-ms-input-placeholder {
          color: #FF7854; }
    footer .col1 .form_wrap form ._error-inner {
      margin-bottom: 26px; }
    footer .col1 .form_wrap form ._field-wrapper {
      padding-bottom: 11px;
      border-bottom: 1px solid #ffffff;
      padding-top: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: relative; }
      footer .col1 .form_wrap form ._field-wrapper ._error {
        position: absolute;
        color: red;
        left: 0;
        bottom: 1px;
        font-size: 9px;
        pointer-events: none; }
    footer .col1 .form_wrap form ._form_element:first-of-type ._field-wrapper {
      padding-top: 0; }
    footer .col1 .form_wrap form button {
      margin-top: 30px;
      position: relative;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      font-family: 'BNBrick House';
      font-weight: normal;
      font-style: normal;
      color: #F6F1EE;
      font-size: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      cursor: pointer;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      text-decoration: none;
      background-color: transparent;
      border: none; }
      footer .col1 .form_wrap form button .btn_txt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: #FF7854;
        padding: 13.5px 15px;
        -webkit-transition: background-color 0.4s;
        transition: background-color 0.4s;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        footer .col1 .form_wrap form button .btn_txt svg {
          margin-left: 10px; }
          footer .col1 .form_wrap form button .btn_txt svg path {
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
      footer .col1 .form_wrap form button .border {
        height: auto; }
        footer .col1 .form_wrap form button .border path {
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
      footer .col1 .form_wrap form button .border1 {
        margin-right: -1px; }
      footer .col1 .form_wrap form button .border2 {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        margin-left: -1px; }
      footer .col1 .form_wrap form button:hover {
        color: #FF7854; }
        footer .col1 .form_wrap form button:hover .btn_txt {
          background-color: #ffffff; }
          footer .col1 .form_wrap form button:hover .btn_txt svg path {
            fill: #FF7854; }
        footer .col1 .form_wrap form button:hover .border path {
          fill: #ffffff; }
    footer .col1 .form_wrap .select_wrap {
      position: relative; }
      footer .col1 .form_wrap .select_wrap svg {
        position: absolute;
        pointer-events: none;
        right: 0;
        bottom: 17px; }
    footer .col1 .social_container {
      margin-top: 70px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        footer .col1 .social_container {
          margin-top: 40px;
          margin-bottom: 40px; } }
      footer .col1 .social_container a {
        text-decoration: none;
        margin-right: 45px; }
        footer .col1 .social_container a svg {
          -webkit-transition: all 0.4s;
          transition: all 0.4s;
          height: 23px; }
          footer .col1 .social_container a svg path {
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
        footer .col1 .social_container a:hover svg {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
          footer .col1 .social_container a:hover svg path {
            fill: #FF7854; }
  footer .col2 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      footer .col2 .inner {
        width: 100%; } }
    footer .col2 .inner a {
      width: 45%;
      text-decoration: none;
      font-family: 'F37 Blanka';
      font-weight: 500;
      font-style: normal;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      margin-bottom: 25px; }
      footer .col2 .inner a:hover {
        color: #FF7854; }
  footer .bottom {
    padding-top: 230px;
    font-size: 13px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      footer .bottom {
        padding-top: 40px; } }
    footer .bottom .left {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        footer .bottom .left {
          margin-bottom: 10px; } }
      footer .bottom .left a {
        text-decoration: none;
        font-family: 'F37 Blanka';
        font-weight: 500;
        font-style: normal;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        margin-right: 25px; }
        footer .bottom .left a:hover {
          color: #FF7854; }

html {
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #FF7854;
  color: #2F2F2F;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  min-height: -webkit-fill-available; }
  html.overflow {
    overflow: hidden; }
  html::-webkit-scrollbar {
    width: 0 !important; }

body {
  background-color: #F6F1EE;
  color: #2F2F2F;
  font-size: 17px;
  line-height: 150%;
  /* -- @include break(mobile)-- */
  font-family: 'F37 Blanka';
  font-weight: 400;
  font-style: normal;
  font-style: normal;
  min-height: 100vh;
  min-height: -webkit-fill-available; }
  body.overflow {
    overflow: hidden; }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 16px;
      overflow-x: hidden;
      overflow-y: scroll; } }

.loader_container {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F6F1EE; }
  .loader_container .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 345px;
    height: 405px;
    border-radius: 100%;
    overflow: hidden; }
  .loader_container .loader_frame {
    border-radius: 100%;
    border: 1px solid #FF7854;
    width: 345px;
    height: 405px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
  .loader_container .loader_dog {
    position: relative; }
  .loader_container .loader_dog_body {
    margin-top: 50px;
    margin-left: 34px; }
  .loader_container .loader_dog_hat {
    position: absolute;
    top: 34px;
    left: 107px;
    z-index: 10; }

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1156px; }

.container_big {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .flex > * {
    width: 50%; }

.mobile {
  display: none;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .mobile {
      display: block; } }

.desktop {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .desktop {
      display: none; } }

a {
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  a:hover {
    color: #FF7854; }

h1 a, h2 a, h3 a, h4 a {
  color: inherit;
  text-decoration: none; }

.ghost {
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  padding-bottom: 30px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .breadcrumb {
      padding-bottom: 20px; } }
  .breadcrumb .space {
    padding-left: 5px;
    padding-right: 5px; }
  .breadcrumb p, .breadcrumb a {
    text-decoration: none;
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

h1, .title-h1 {
  font-family: 'BNBrick House';
  font-weight: normal;
  font-style: normal;
  font-size: 4.25em;
  line-height: 108%;
  margin: 0;
  padding: 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    h1, .title-h1 {
      font-size: 3.125em; } }

h2, .title-h2 {
  font-family: 'BNBrick House';
  font-weight: normal;
  font-style: normal;
  font-size: 2.5em;
  line-height: 108%;
  margin: 0;
  padding: 0; }

h3, .title-h3 {
  font-family: 'BNBrick House';
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 108%;
  margin: 0;
  padding: 0; }

h4, .title-h4 {
  font-family: 'BNBrick House';
  font-weight: normal;
  font-style: normal;
  font-size: 1.2em;
  line-height: 108%;
  margin: 0;
  padding: 0; }

h5, .title-h5 {
  font-family: 'F37 Blanka';
  font-weight: 600;
  font-style: normal;
  font-size: 1.2em;
  line-height: 150%;
  margin: 0; }

h6, .title-h6 {
  font-family: 'F37 Blanka';
  font-weight: 600;
  font-style: normal;
  font-size: 1em;
  line-height: 150%;
  margin: 0; }

.grecaptcha-badge {
  visibility: hidden; }

.g-recaptcha {
  margin-top: 15px; }

.bg_white {
  background-color: #ffffff; }

.bg_dark {
  background-color: #2F2F2F; }

.bg_light {
  background-color: #F6F1EE; }

.bg_grey {
  background-color: #ECE5E0; }

.bg_orange {
  background-color: #FF7854; }

.bg_pattern {
  background-color: #ECE5E0;
  background-image: url(../img/bg-pattern.svg); }

.bg-dark_pattern {
  background-color: #2F2F2F;
  background-image: url(../img/bg-pattern_light.svg); }

.txt-orange {
  color: #FF7854; }

.btn {
  position: relative;
  font-family: 'BNBrick House';
  font-weight: normal;
  font-style: normal;
  color: #F6F1EE;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none; }
  .btn .btn_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #FF7854;
    padding: 11px 15px;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .btn .btn_txt svg {
      margin-left: 10px; }
      .btn .btn_txt svg path {
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
  .btn .border {
    height: auto; }
    .btn .border path {
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
  .btn .border1 {
    margin-right: -1px; }
  .btn .border2 {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-left: -1px; }
  .btn:hover {
    color: #FF7854; }
    .btn:hover .btn_txt {
      background-color: #ffffff; }
      .btn:hover .btn_txt svg path {
        fill: #FF7854; }
    .btn:hover .border path {
      fill: #ffffff; }

a.link {
  color: #FF7854;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  a.link svg {
    margin-left: 12px; }
    a.link svg path {
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }

.title_top {
  padding-right: 45%;
  padding-bottom: 80px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .title_top {
      padding-right: 0%;
      padding-bottom: 40px; } }
  .title_top .txt {
    padding-top: 24px; }

.title_top-center {
  text-align: center;
  padding-bottom: 60px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .title_top-center {
      padding-right: 0%;
      padding-bottom: 40px; } }
  .title_top-center .txt {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 8px; }

.sec-pad-top_big {
  padding-top: 100px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .sec-pad-top_big {
      padding-top: 40px; } }

.sec-pad-top_normal {
  padding-top: 80px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .sec-pad-top_normal {
      padding-top: 30px; } }

.sec-pad-top_small {
  padding-top: 42px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .sec-pad-top_small {
      padding-top: 20px; } }

.sec-pad-top_none {
  padding-top: 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .sec-pad-top_none {
      padding-top: 0px; } }

.sec-pad-bottom_big {
  padding-bottom: 100px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .sec-pad-bottom_big {
      padding-bottom: 40px; } }

.sec-pad-bottom_normal {
  padding-bottom: 80px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .sec-pad-bottom_normal {
      padding-bottom: 30px; } }

.sec-pad-bottom_small {
  padding-bottom: 42px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .sec-pad-bottom_small {
      padding-bottom: 20px; } }

.sec-pad-bottom_none {
  padding-top: 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .sec-pad-bottom_none {
      padding-top: 0px; } }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 999999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .popup .inner {
    position: absolute;
    width: 80%;
    height: 80vh;
    -webkit-transform-origin: center;
            transform-origin: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none; }
  .popup .video_wrap {
    pointer-events: all;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0; }
    .popup .video_wrap iframe, .popup .video_wrap video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .popup .close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    .popup .close span {
      font-style: italic; }
    .popup .close svg path {
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    .popup .close:hover {
      color: #FF7854; }
      .popup .close:hover svg path {
        fill: #FF7854;
        stroke: #FF7854; }
  .popup .bg {
    background: rgba(47, 47, 47, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }

.pum.pum-theme-787 .pum-title.popmake-title, .pum.pum-theme-1197 .pum-title.popmake-title {
  display: none; }

.pum.pum-theme-787 .pum-container.pum-responsive.pum-responsive-medium, .pum.pum-theme-1197 .pum-container.pum-responsive.pum-responsive-medium {
  padding: 0 !important;
  max-width: 920px !important; }

.pum.pum-theme-787 .pum-container.pum-responsive.pum-responsive-medium, .pum.pum-theme-1197 .pum-container.pum-responsive.pum-responsive-medium {
  overflow: hidden;
  min-height: 70vh;
  background-color: #fff;
  border-radius: 4px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .pum.pum-theme-787 .pum-container.pum-responsive.pum-responsive-medium, .pum.pum-theme-1197 .pum-container.pum-responsive.pum-responsive-medium {
      min-height: 0; } }

.pum.pum-theme-787 .pum-content, .pum.pum-theme-1197 .pum-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 1em;
  color: #2F2F2F;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .pum.pum-theme-787 .pum-content, .pum.pum-theme-1197 .pum-content {
      position: relative; } }
  .pum.pum-theme-787 .pum-content + .pum-close, .pum.pum-theme-787 .pum-content .pum-theme-default-theme .pum-content + .pum-close, .pum.pum-theme-1197 .pum-content + .pum-close, .pum.pum-theme-1197 .pum-content .pum-theme-default-theme .pum-content + .pum-close {
    position: absolute;
    width: 24px;
    height: 24px;
    left: auto;
    right: 14px;
    bottom: auto;
    top: 14px;
    padding: 0px;
    color: rgba(0, 0, 0, 0);
    font-family: inherit;
    font-weight: 400;
    font-size: 1px;
    line-height: 1px;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%232F2F2F%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.303%2012%204.432%206.13l1.697-1.697L12%2010.303l5.872-5.871%201.697%201.697L13.697%2012l5.872%205.872-1.697%201.697L12%2013.697%206.13%2019.57l-1.697-1.697L10.303%2012Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
    background-position: center;
    background-size: contain;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    .pum.pum-theme-787 .pum-content + .pum-close:hover, .pum.pum-theme-787 .pum-content .pum-theme-default-theme .pum-content + .pum-close:hover, .pum.pum-theme-1197 .pum-content + .pum-close:hover, .pum.pum-theme-1197 .pum-content .pum-theme-default-theme .pum-content + .pum-close:hover {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }

.pum.pum-theme-787 .container_border, .pum.pum-theme-1197 .container_border {
  border: 1px solid #FF7854;
  position: absolute;
  border-radius: 4px;
  z-index: 4;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  pointer-events: none; }

.pum.pum-theme-787 .pom_inner-container, .pum.pum-theme-1197 .pom_inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .pum.pum-theme-787 .pom_inner-container, .pum.pum-theme-1197 .pom_inner-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .pum.pum-theme-787 .pom_inner-container .left, .pum.pum-theme-1197 .pom_inner-container .left {
    width: 50%;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .pum.pum-theme-787 .pom_inner-container .left, .pum.pum-theme-1197 .pom_inner-container .left {
        display: none; } }
    .pum.pum-theme-787 .pom_inner-container .left .img_container, .pum.pum-theme-1197 .pom_inner-container .left .img_container {
      position: absolute;
      top: -1px;
      left: -1px;
      right: 0;
      bottom: -1px; }
      .pum.pum-theme-787 .pom_inner-container .left .img_container img, .pum.pum-theme-1197 .pom_inner-container .left .img_container img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -o-object-fit: cover;
           object-fit: cover; }
  .pum.pum-theme-787 .pom_inner-container .right, .pum.pum-theme-1197 .pom_inner-container .right {
    width: calc(50% - 4px);
    text-align: center;
    padding: 5% 4%;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 4px;
    margin-bottom: 4px;
    right: 4px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .pum.pum-theme-787 .pom_inner-container .right, .pum.pum-theme-1197 .pom_inner-container .right {
        width: 100%;
        padding: 16% 5%; } }
    .pum.pum-theme-787 .pom_inner-container .right .logo, .pum.pum-theme-1197 .pom_inner-container .right .logo {
      width: 120px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 14%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .pum.pum-theme-787 .pom_inner-container .right .logo, .pum.pum-theme-1197 .pom_inner-container .right .logo {
          margin-bottom: 12%; } }
      .pum.pum-theme-787 .pom_inner-container .right .logo img, .pum.pum-theme-1197 .pom_inner-container .right .logo img {
        width: 100% !important;
        height: auto !important; }
    .pum.pum-theme-787 .pom_inner-container .right h1, .pum.pum-theme-787 .pom_inner-container .right h2, .pum.pum-theme-787 .pom_inner-container .right h3, .pum.pum-theme-787 .pom_inner-container .right h4, .pum.pum-theme-787 .pom_inner-container .right h5, .pum.pum-theme-787 .pom_inner-container .right h6, .pum.pum-theme-1197 .pom_inner-container .right h1, .pum.pum-theme-1197 .pom_inner-container .right h2, .pum.pum-theme-1197 .pom_inner-container .right h3, .pum.pum-theme-1197 .pom_inner-container .right h4, .pum.pum-theme-1197 .pom_inner-container .right h5, .pum.pum-theme-1197 .pom_inner-container .right h6 {
      margin-bottom: 15px; }
    .pum.pum-theme-787 .pom_inner-container .right .txt, .pum.pum-theme-1197 .pom_inner-container .right .txt {
      line-height: 150%; }
    .pum.pum-theme-787 .pom_inner-container .right .btn_container, .pum.pum-theme-1197 .pom_inner-container .right .btn_container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 24px; }
      .pum.pum-theme-787 .pom_inner-container .right .btn_container .btn, .pum.pum-theme-1197 .pom_inner-container .right .btn_container .btn {
        opacity: 1 !important; }
        .pum.pum-theme-787 .pom_inner-container .right .btn_container .btn br, .pum.pum-theme-1197 .pom_inner-container .right .btn_container .btn br {
          display: none; }
        .pum.pum-theme-787 .pom_inner-container .right .btn_container .btn:hover, .pum.pum-theme-1197 .pom_inner-container .right .btn_container .btn:hover {
          color: #FF7854 !important; }
          .pum.pum-theme-787 .pom_inner-container .right .btn_container .btn:hover .btn_txt, .pum.pum-theme-1197 .pom_inner-container .right .btn_container .btn:hover .btn_txt {
            background-color: #F6F1EE !important; }
          .pum.pum-theme-787 .pom_inner-container .right .btn_container .btn:hover .border path, .pum.pum-theme-1197 .pom_inner-container .right .btn_container .btn:hover .border path {
            fill: #F6F1EE; }

@media only screen and (min-width: 1024px) {
  .pum.pum-theme-787 .pum-container.pum-responsive.pum-responsive-medium, .pum.pum-theme-1197 .pum-container.pum-responsive.pum-responsive-medium {
    margin-left: -35%;
    width: 70%; } }

.pum.pum-theme-789 .pum-title.popmake-title, .pum.pum-theme-726 .pum-title.popmake-title, .pum.pum-theme-1200 .pum-title.popmake-title {
  display: none; }

.pum.pum-theme-789 .pum-container.pum-responsive.pum-responsive-medium, .pum.pum-theme-726 .pum-container.pum-responsive.pum-responsive-medium, .pum.pum-theme-1200 .pum-container.pum-responsive.pum-responsive-medium {
  padding: 0 !important;
  max-width: 450px !important; }

.pum.pum-theme-789 .pum-container.pum-responsive.pum-responsive-medium, .pum.pum-theme-726 .pum-container.pum-responsive.pum-responsive-medium, .pum.pum-theme-1200 .pum-container.pum-responsive.pum-responsive-medium {
  overflow: hidden;
  background-color: #fff;
  border-radius: 4px; }

.pum.pum-theme-789 .pum-content, .pum.pum-theme-726 .pum-content, .pum.pum-theme-1200 .pum-content {
  font-size: 1em;
  color: #2F2F2F; }
  .pum.pum-theme-789 .pum-content + .pum-close, .pum.pum-theme-789 .pum-content .pum-theme-default-theme .pum-content + .pum-close, .pum.pum-theme-726 .pum-content + .pum-close, .pum.pum-theme-726 .pum-content .pum-theme-default-theme .pum-content + .pum-close, .pum.pum-theme-1200 .pum-content + .pum-close, .pum.pum-theme-1200 .pum-content .pum-theme-default-theme .pum-content + .pum-close {
    position: absolute;
    width: 24px;
    height: 24px;
    left: auto;
    right: 14px;
    bottom: auto;
    top: 14px;
    padding: 0px;
    color: rgba(0, 0, 0, 0);
    font-family: inherit;
    font-weight: 400;
    font-size: 1px;
    line-height: 1px;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%232F2F2F%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.303%2012%204.432%206.13l1.697-1.697L12%2010.303l5.872-5.871%201.697%201.697L13.697%2012l5.872%205.872-1.697%201.697L12%2013.697%206.13%2019.57l-1.697-1.697L10.303%2012Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
    background-position: center;
    background-size: contain;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    .pum.pum-theme-789 .pum-content + .pum-close:hover, .pum.pum-theme-789 .pum-content .pum-theme-default-theme .pum-content + .pum-close:hover, .pum.pum-theme-726 .pum-content + .pum-close:hover, .pum.pum-theme-726 .pum-content .pum-theme-default-theme .pum-content + .pum-close:hover, .pum.pum-theme-1200 .pum-content + .pum-close:hover, .pum.pum-theme-1200 .pum-content .pum-theme-default-theme .pum-content + .pum-close:hover {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }

.pum.pum-theme-789 .container_border, .pum.pum-theme-726 .container_border, .pum.pum-theme-1200 .container_border {
  border: 1px solid #FF7854;
  position: absolute;
  border-radius: 4px;
  z-index: 4;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  pointer-events: none; }

.pum.pum-theme-789 .txt-container, .pum.pum-theme-726 .txt-container, .pum.pum-theme-1200 .txt-container {
  padding: 12% 5%;
  text-align: center; }
  .pum.pum-theme-789 .txt-container .logo, .pum.pum-theme-726 .txt-container .logo, .pum.pum-theme-1200 .txt-container .logo {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .pum.pum-theme-789 .txt-container .logo, .pum.pum-theme-726 .txt-container .logo, .pum.pum-theme-1200 .txt-container .logo {
        margin-bottom: 12%; } }
    .pum.pum-theme-789 .txt-container .logo img, .pum.pum-theme-726 .txt-container .logo img, .pum.pum-theme-1200 .txt-container .logo img {
      width: 100% !important;
      height: auto !important; }
  .pum.pum-theme-789 .txt-container h1, .pum.pum-theme-789 .txt-container h2, .pum.pum-theme-789 .txt-container h3, .pum.pum-theme-789 .txt-container h4, .pum.pum-theme-789 .txt-container h5, .pum.pum-theme-789 .txt-container h6, .pum.pum-theme-726 .txt-container h1, .pum.pum-theme-726 .txt-container h2, .pum.pum-theme-726 .txt-container h3, .pum.pum-theme-726 .txt-container h4, .pum.pum-theme-726 .txt-container h5, .pum.pum-theme-726 .txt-container h6, .pum.pum-theme-1200 .txt-container h1, .pum.pum-theme-1200 .txt-container h2, .pum.pum-theme-1200 .txt-container h3, .pum.pum-theme-1200 .txt-container h4, .pum.pum-theme-1200 .txt-container h5, .pum.pum-theme-1200 .txt-container h6 {
    margin-bottom: 15px; }
  .pum.pum-theme-789 .txt-container .txt, .pum.pum-theme-726 .txt-container .txt, .pum.pum-theme-1200 .txt-container .txt {
    line-height: 150%; }
  .pum.pum-theme-789 .txt-container .btn_container, .pum.pum-theme-726 .txt-container .btn_container, .pum.pum-theme-1200 .txt-container .btn_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 24px; }
    .pum.pum-theme-789 .txt-container .btn_container .btn, .pum.pum-theme-726 .txt-container .btn_container .btn, .pum.pum-theme-1200 .txt-container .btn_container .btn {
      opacity: 1 !important; }
      .pum.pum-theme-789 .txt-container .btn_container .btn br, .pum.pum-theme-726 .txt-container .btn_container .btn br, .pum.pum-theme-1200 .txt-container .btn_container .btn br {
        display: none; }
      .pum.pum-theme-789 .txt-container .btn_container .btn:hover, .pum.pum-theme-726 .txt-container .btn_container .btn:hover, .pum.pum-theme-1200 .txt-container .btn_container .btn:hover {
        color: #FF7854 !important; }
        .pum.pum-theme-789 .txt-container .btn_container .btn:hover .btn_txt, .pum.pum-theme-726 .txt-container .btn_container .btn:hover .btn_txt, .pum.pum-theme-1200 .txt-container .btn_container .btn:hover .btn_txt {
          background-color: #F6F1EE !important; }
        .pum.pum-theme-789 .txt-container .btn_container .btn:hover .border path, .pum.pum-theme-726 .txt-container .btn_container .btn:hover .border path, .pum.pum-theme-1200 .txt-container .btn_container .btn:hover .border path {
          fill: #F6F1EE; }

.anime-title {
  opacity: 0; }
  .anime-title .word {
    white-space: nowrap; }
  .anime-title .letter {
    display: inline-block;
    opacity: 0;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom; }

.btn, .anime-texte, .breadcrumb, .anime-steps .step, .anime-steps-opacity .step {
  opacity: 0; }

.anime-img {
  overflow: hidden;
  opacity: 0; }

.module-01-hero {
  padding-top: 140px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-01-hero {
      padding-top: 110px; } }
  .module-01-hero.type-home {
    padding-bottom: 140px;
    height: 100vh;
    min-height: 700px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-01-hero.type-home {
        padding-bottom: 40px;
        min-height: 445px; } }
    .module-01-hero.type-home .content {
      position: relative;
      z-index: 2; }
      .module-01-hero.type-home .content .title-h1 {
        color: #ffffff;
        padding-right: 35%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-01-hero.type-home .content .title-h1 {
            padding-right: 0; } }
      .module-01-hero.type-home .content .btn {
        margin-top: 40px; }
    .module-01-hero.type-home .bg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      overflow: hidden;
      z-index: 0; }
      .module-01-hero.type-home .bg picture, .module-01-hero.type-home .bg video {
        z-index: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -o-object-fit: cover;
           object-fit: cover; }
      .module-01-hero.type-home .bg .filter {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        z-index: 2; }
  .module-01-hero.type-cook, .module-01-hero.type-basic {
    overflow: hidden;
    padding-bottom: 80px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-01-hero.type-cook, .module-01-hero.type-basic {
        padding-bottom: 20px; } }
    .module-01-hero.type-cook .hero_container, .module-01-hero.type-basic .hero_container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-01-hero.type-cook .hero_container, .module-01-hero.type-basic .hero_container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse; } }
      .module-01-hero.type-cook .hero_container .content, .module-01-hero.type-basic .hero_container .content {
        position: relative;
        z-index: 2;
        width: 40%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-01-hero.type-cook .hero_container .content, .module-01-hero.type-basic .hero_container .content {
            width: 100%; } }
        .module-01-hero.type-cook .hero_container .content .txt, .module-01-hero.type-basic .hero_container .content .txt {
          padding-top: 24px; }
        .module-01-hero.type-cook .hero_container .content .btn, .module-01-hero.type-basic .hero_container .content .btn {
          margin-top: 40px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .module-01-hero.type-cook .hero_container .content .btn, .module-01-hero.type-basic .hero_container .content .btn {
              margin-top: 24px; } }
      .module-01-hero.type-cook .hero_container .img_container, .module-01-hero.type-basic .hero_container .img_container {
        width: 46%;
        padding-bottom: 49%;
        position: relative;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-01-hero.type-cook .hero_container .img_container, .module-01-hero.type-basic .hero_container .img_container {
            width: 112%;
            margin-left: -6%;
            margin-right: -6%;
            margin-bottom: 40px;
            padding-bottom: 113%; } }
        .module-01-hero.type-cook .hero_container .img_container img, .module-01-hero.type-basic .hero_container .img_container img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -o-object-fit: cover;
             object-fit: cover; }
        .module-01-hero.type-cook .hero_container .img_container .tavern, .module-01-hero.type-basic .hero_container .img_container .tavern {
          position: absolute;
          top: -8%;
          left: 18%;
          z-index: 3;
          mix-blend-mode: multiply;
          width: 404%; }
  .module-01-hero.type-cook .hero_container .img_container {
    overflow: visible; }

.module-02-2col .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-02-2col .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .module-02-2col .container .content {
    width: 51%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-02-2col .container .content {
        width: 100%; } }
    .module-02-2col .container .content .txt {
      padding-top: 24px; }
    .module-02-2col .container .content .btn {
      margin-top: 40px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-02-2col .container .content .btn {
          margin-top: 24px; } }
  .module-02-2col .container .img_container {
    width: 39%;
    padding-bottom: 28.8%;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-02-2col .container .img_container {
        width: 100%;
        margin-bottom: 40px;
        padding-bottom: 74%; } }
    .module-02-2col .container .img_container img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -o-object-fit: cover;
         object-fit: cover; }
  .module-02-2col .container.img_big .content {
    width: 45%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-02-2col .container.img_big .content {
        width: 100%; } }
  .module-02-2col .container.img_big .img_container {
    width: 49%;
    padding-bottom: 40.9%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-02-2col .container.img_big .img_container {
        width: 100%;
        padding-bottom: 82%; } }

.module-02-2col.layout-txt-right .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-02-2col.layout-txt-right .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.module-03-content_cards .cards_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -40px;
  margin-left: -10px;
  margin-right: -10px; }
  .module-03-content_cards .cards_row .content_card {
    width: 360px;
    height: 460px;
    position: relative;
    border: 1px solid #FF7854;
    padding: 26px;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-03-content_cards .cards_row .content_card {
        width: 100%;
        max-width: 330px;
        min-height: 440px;
        height: auto;
        padding: 22px; } }
    .module-03-content_cards .cards_row .content_card .frame_el {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: #F6F1EE;
      padding-left: 14px;
      padding-right: 14px; }
    .module-03-content_cards .cards_row .content_card .content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 100%; }
      .module-03-content_cards .cards_row .content_card .content .img-container {
        width: 306px;
        height: 180px;
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        /* -- @include break(mobile)-- */ }
        .module-03-content_cards .cards_row .content_card .content .img-container img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -o-object-fit: cover;
             object-fit: cover; }
        @media only screen and (max-width: 768px) {
          .module-03-content_cards .cards_row .content_card .content .img-container {
            margin-bottom: 18px;
            width: 100%;
            height: auto;
            padding-bottom: 61%; } }
      .module-03-content_cards .cards_row .content_card .content .txt {
        padding-top: 8px;
        height: 100%;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        overflow-x: hidden;
        overflow-y: scroll;
        overflow: -moz-scrollbars-none;
        font-size: 0.95em;
        line-height: 135%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-03-content_cards .cards_row .content_card .content .txt {
            font-size: 16px; } }
    .module-03-content_cards .cards_row .content_card.ghost {
      margin-left: 10px !important;
      margin-right: 10px !important; }

.module-03-content_cards .btn_container {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-03-content_cards .btn_container {
      padding-top: 40px; } }

.module-04-locations {
  overflow: hidden; }
  .module-04-locations .location_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-04-locations .location_container {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .module-04-locations .location_container .location {
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-04-locations .location_container .location {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          overflow-x: scroll;
          overflow-y: hidden;
          overflow: -moz-scrollbars-none;
          scroll-behavior: smooth;
          -ms-scroll-snap-type: x mandatory;
              scroll-snap-type: x mandatory;
          width: 100%; }
          .module-04-locations .location_container .location::-webkit-scrollbar {
            width: 0 !important; }
          .module-04-locations .location_container .location .card_loc {
            scroll-snap-align: start;
            scroll-margin: 5vh;
            margin-left: 0.5vh; }
            .module-04-locations .location_container .location .card_loc:first-of-type {
              margin-left: 10vh; }
            .module-04-locations .location_container .location .card_loc:last-of-type {
              margin-right: 10vh; } }
    .module-04-locations .location_container .card_loc {
      margin-left: 20px;
      margin-right: 20px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 358px;
      height: 522px;
      position: relative;
      border-radius: 4px;
      overflow: hidden;
      -webkit-transition: none;
      transition: none;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-04-locations .location_container .card_loc {
          width: 305px;
          height: 445px; } }
      .module-04-locations .location_container .card_loc .bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ECE5E0;
        -webkit-transition: all 0.6s;
        transition: all 0.6s; }
        .module-04-locations .location_container .card_loc .bg img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -o-object-fit: cover;
             object-fit: cover;
          z-index: 0; }
        .module-04-locations .location_container .card_loc .bg .filter {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: rgba(0, 0, 0, 0.3);
          z-index: 1; }
        .module-04-locations .location_container .card_loc .bg svg {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          top: 47%; }
      .module-04-locations .location_container .card_loc .content {
        border: 1px solid #FF7854;
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        border-radius: 4px;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 40px 20px 35px 20px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-04-locations .location_container .card_loc .content {
            padding: 35px 15px 30px 15px; } }
        .module-04-locations .location_container .card_loc .content .logo img, .module-04-locations .location_container .card_loc .content .logo svg {
          width: 130px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .module-04-locations .location_container .card_loc .content .logo img, .module-04-locations .location_container .card_loc .content .logo svg {
              width: 102px !important; } }
        .module-04-locations .location_container .card_loc .content .logo svg path, .module-04-locations .location_container .card_loc .content .logo svg polygon, .module-04-locations .location_container .card_loc .content .logo svg rect {
          fill: #ffffff; }
        .module-04-locations .location_container .card_loc .content .logo.logo-dark svg path, .module-04-locations .location_container .card_loc .content .logo.logo-dark svg polygon, .module-04-locations .location_container .card_loc .content .logo.logo-dark svg rect {
          fill: #2F2F2F; }
        .module-04-locations .location_container .card_loc .content .logo.logo-dark img {
          -webkit-filter: grayscale(1) brightness(0);
                  filter: grayscale(1) brightness(0); }
        .module-04-locations .location_container .card_loc .content .txt {
          color: #ffffff;
          text-align: center; }
          .module-04-locations .location_container .card_loc .content .txt h6 {
            text-transform: uppercase;
            line-height: 108%; }
          .module-04-locations .location_container .card_loc .content .txt p {
            font-size: 13px;
            text-transform: uppercase; }
          .module-04-locations .location_container .card_loc .content .txt .cta {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            color: #FF7854;
            padding-top: 12px;
            font-family: 'BNBrick House';
            font-weight: normal;
            font-style: normal;
            line-height: 105%;
            border-bottom: 1px solid #FF7854; }
          .module-04-locations .location_container .card_loc .content .txt .bold {
            font-family: 'F37 Blanka';
            font-weight: 500;
            font-style: normal; }
          .module-04-locations .location_container .card_loc .content .txt .opacity {
            opacity: 0.5; }
          .module-04-locations .location_container .card_loc .content .txt.dark {
            color: #2F2F2F; }
      .module-04-locations .location_container .card_loc:hover .bg {
        -webkit-transform: scale(1.035);
                transform: scale(1.035); }
      .module-04-locations .location_container .card_loc.soon .content {
        border: none; }
      .module-04-locations .location_container .card_loc.soon .bg svg {
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-04-locations .location_container .card_loc.soon .bg svg {
            width: 150px !important;
            height: auto !important; } }
    .module-04-locations .location_container .arrow {
      cursor: pointer;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      /* -- @include break(mobile)-- */ }
      .module-04-locations .location_container .arrow:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-04-locations .location_container .arrow {
          display: none; } }
    .module-04-locations .location_container .arrow_left {
      margin-right: 2.5%; }
    .module-04-locations .location_container .arrow_right {
      margin-left: 2.5%; }
    .module-04-locations .location_container .location.slider {
      height: 522px;
      position: relative;
      overflow: visible;
      width: 80%;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      max-width: 1156px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        .module-04-locations .location_container .location.slider {
          height: 445px; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-04-locations .location_container .location.slider {
          width: 90%;
          margin-left: 10%; } }
      .module-04-locations .location_container .location.slider .card_loc {
        width: 32%;
        max-width: 358px;
        position: absolute;
        top: 0;
        left: auto;
        display: none;
        margin: 0;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1280px) {
          .module-04-locations .location_container .location.slider .card_loc {
            width: 32%;
            max-width: 305px;
            height: 445px; }
            .module-04-locations .location_container .location.slider .card_loc .content {
              padding: 35px 15px 30px 15px; }
            .module-04-locations .location_container .location.slider .card_loc .logo img, .module-04-locations .location_container .location.slider .card_loc .logo svg {
              width: 102px !important; } }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-04-locations .location_container .location.slider .card_loc {
            width: 305px; } }
        .module-04-locations .location_container .location.slider .card_loc:first-child {
          left: 0;
          display: block; }
        .module-04-locations .location_container .location.slider .card_loc:nth-child(2) {
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          display: block;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .module-04-locations .location_container .location.slider .card_loc:nth-child(2) {
              left: 325px;
              -webkit-transform: none;
                      transform: none; } }
        .module-04-locations .location_container .location.slider .card_loc:nth-child(3) {
          right: 0;
          display: block;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .module-04-locations .location_container .location.slider .card_loc:nth-child(3) {
              right: auto;
              left: 650px; } }

.module-05-events .events_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-05-events .events_container {
      width: 280px;
      height: 370px;
      position: relative; } }
  .module-05-events .events_container .article_card {
    width: 395px;
    height: 530px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    color: #2F2F2F;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: -webkit-filter 0.4s;
    transition: -webkit-filter 0.4s;
    transition: filter 0.4s;
    transition: filter 0.4s, -webkit-filter 0.4s;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-05-events .events_container .article_card {
        width: 280px;
        height: 370px;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform-origin: bottom left;
                transform-origin: bottom left; } }
    .module-05-events .events_container .article_card .frame {
      position: absolute;
      top: 10px;
      left: 10px;
      right: 10px;
      bottom: 10px;
      z-index: 3;
      /* -- @include break(mobile)-- */ }
      .module-05-events .events_container .article_card .frame svg {
        height: auto; }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-05-events .events_container .article_card .frame {
          top: 7px;
          left: 7px;
          right: 7px;
          bottom: 7px;
          height: calc(100% - 14px);
          width: calc(100% - 14px); } }
    .module-05-events .events_container .article_card .inner {
      padding: 35px 50px;
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 100%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-05-events .events_container .article_card .inner {
          padding: 22px 30px; } }
      .module-05-events .events_container .article_card .inner .logo {
        height: 60px;
        margin-bottom: 25px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-05-events .events_container .article_card .inner .logo {
            height: 40px;
            margin-bottom: 10px; } }
        .module-05-events .events_container .article_card .inner .logo svg {
          height: auto;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .module-05-events .events_container .article_card .inner .logo svg {
              width: 90px; } }
          .module-05-events .events_container .article_card .inner .logo svg path {
            fill: #2F2F2F; }
      .module-05-events .events_container .article_card .inner .img_container {
        width: 190px;
        height: 215px;
        position: relative;
        margin-bottom: 25px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-05-events .events_container .article_card .inner .img_container {
            width: 130px;
            height: 150px;
            margin-bottom: 15px; } }
        .module-05-events .events_container .article_card .inner .img_container img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -o-object-fit: cover;
             object-fit: cover; }
        .module-05-events .events_container .article_card .inner .img_container svg {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-fit: contain;
             object-fit: contain;
          width: 80%; }
      .module-05-events .events_container .article_card .inner .content {
        text-decoration: none;
        height: 100%;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .module-05-events .events_container .article_card .inner .content .desc {
          font-size: 13px;
          line-height: 150%; }
        .module-05-events .events_container .article_card .inner .content .bottom {
          padding-top: 15px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .module-05-events .events_container .article_card .inner .content .bottom {
              padding-top: 5px; } }
        .module-05-events .events_container .article_card .inner .content .date {
          font-size: 13px;
          text-transform: uppercase;
          color: #FF7854;
          line-height: 120%;
          font-family: 'F37 Blanka';
          font-weight: 500;
          font-style: normal; }
        .module-05-events .events_container .article_card .inner .content .location {
          font-size: 10px;
          text-transform: uppercase;
          color: #7A7A7A;
          line-height: 120%; }
    .module-05-events .events_container .article_card:hover .img_container {
      -webkit-transform: scale(1.025);
              transform: scale(1.025); }
  .module-05-events .events_container.post_3 {
    padding-bottom: 50px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-05-events .events_container.post_3 {
        padding-bottom: 0; } }
    .module-05-events .events_container.post_3 .card_1 {
      z-index: 5;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      -webkit-filter: drop-shadow(0px 6px 25px rgba(0, 0, 0, 0.1));
              filter: drop-shadow(0px 6px 25px rgba(0, 0, 0, 0.1));
      /* -- @include break(mobile)-- */ }
      .module-05-events .events_container.post_3 .card_1:hover {
        -webkit-filter: drop-shadow(0px 8px 30px rgba(0, 0, 0, 0.15));
                filter: drop-shadow(0px 8px 30px rgba(0, 0, 0, 0.15)); }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-05-events .events_container.post_3 .card_1 {
          z-index: 5;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
    .module-05-events .events_container.post_3 .card_2 {
      z-index: 4;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      -webkit-transform: rotate(-6deg) translate(30px, 40px);
              transform: rotate(-6deg) translate(30px, 40px);
      -webkit-filter: drop-shadow(0px 8px 30px rgba(0, 0, 0, 0));
              filter: drop-shadow(0px 8px 30px rgba(0, 0, 0, 0));
      /* -- @include break(mobile)-- */ }
      .module-05-events .events_container.post_3 .card_2:hover {
        -webkit-filter: drop-shadow(0px 8px 30px rgba(0, 0, 0, 0.15));
                filter: drop-shadow(0px 8px 30px rgba(0, 0, 0, 0.15)); }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-05-events .events_container.post_3 .card_2 {
          z-index: 4;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          -webkit-transform: rotate(3deg) translate(20px, -25px) scale(0.93);
                  transform: rotate(3deg) translate(20px, -25px) scale(0.93); } }
    .module-05-events .events_container.post_3 .card_3 {
      z-index: 4;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      -webkit-transform: rotate(6deg) translate(-30px, 40px);
              transform: rotate(6deg) translate(-30px, 40px);
      -webkit-filter: drop-shadow(0px 8px 30px rgba(0, 0, 0, 0));
              filter: drop-shadow(0px 8px 30px rgba(0, 0, 0, 0));
      /* -- @include break(mobile)-- */ }
      .module-05-events .events_container.post_3 .card_3:hover {
        -webkit-filter: drop-shadow(0px 8px 30px rgba(0, 0, 0, 0.15));
                filter: drop-shadow(0px 8px 30px rgba(0, 0, 0, 0.15)); }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-05-events .events_container.post_3 .card_3 {
          z-index: 3;
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3;
          -webkit-transform: rotate(6deg) translate(12px, -30px) scale(0.93);
                  transform: rotate(6deg) translate(12px, -30px) scale(0.93); } }
  .module-05-events .events_container.post_2 {
    padding-bottom: 30px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-05-events .events_container.post_2 {
        padding-bottom: 0; } }
    .module-05-events .events_container.post_2 .card_1 {
      -webkit-transform: rotate(-6deg) translate(-50px, 0px);
              transform: rotate(-6deg) translate(-50px, 0px);
      -webkit-filter: drop-shadow(0px 8px 30px rgba(0, 0, 0, 0));
              filter: drop-shadow(0px 8px 30px rgba(0, 0, 0, 0));
      /* -- @include break(mobile)-- */ }
      .module-05-events .events_container.post_2 .card_1:hover {
        -webkit-filter: drop-shadow(0px 8px 30px rgba(0, 0, 0, 0.15));
                filter: drop-shadow(0px 8px 30px rgba(0, 0, 0, 0.15)); }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-05-events .events_container.post_2 .card_1 {
          z-index: 5;
          -webkit-transform: rotate(0deg);
                  transform: rotate(0deg); } }
    .module-05-events .events_container.post_2 .card_2 {
      -webkit-transform: rotate(6deg) translate(50px, 0px);
              transform: rotate(6deg) translate(50px, 0px);
      -webkit-filter: drop-shadow(0px 8px 30px rgba(0, 0, 0, 0));
              filter: drop-shadow(0px 8px 30px rgba(0, 0, 0, 0));
      /* -- @include break(mobile)-- */ }
      .module-05-events .events_container.post_2 .card_2:hover {
        -webkit-filter: drop-shadow(0px 8px 30px rgba(0, 0, 0, 0.15));
                filter: drop-shadow(0px 8px 30px rgba(0, 0, 0, 0.15)); }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-05-events .events_container.post_2 .card_2 {
          z-index: 4;
          -webkit-transform: rotate(3deg) translate(20px, -25px) scale(0.93);
                  transform: rotate(3deg) translate(20px, -25px) scale(0.93); } }
  .module-05-events .events_container.post_1 .card_1 {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-filter: drop-shadow(0px 8px 30px rgba(0, 0, 0, 0));
            filter: drop-shadow(0px 8px 30px rgba(0, 0, 0, 0)); }
    .module-05-events .events_container.post_1 .card_1:hover {
      -webkit-filter: drop-shadow(0px 8px 30px rgba(0, 0, 0, 0.15));
              filter: drop-shadow(0px 8px 30px rgba(0, 0, 0, 0.15)); }

.module-05-events .bullet_nav {
  display: none;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-05-events .bullet_nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 30px; }
      .module-05-events .bullet_nav .bullet {
        height: 6px;
        width: 6px;
        background-color: #7A7A7A;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        border-radius: 50%;
        margin-left: 5px;
        margin-right: 5px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
        .module-05-events .bullet_nav .bullet.active {
          background-color: #FF7854; } }

.module-06-banner .container {
  position: relative;
  overflow: hidden;
  padding: 100px 5%;
  min-height: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-06-banner .container {
      padding: 60px 24px;
      min-height: 0px; } }
  .module-06-banner .container .bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .module-06-banner .container .bg img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -o-object-fit: cover;
         object-fit: cover;
      z-index: 0; }
    .module-06-banner .container .bg .filter {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-backdrop-filter: blur(4.5px);
              backdrop-filter: blur(4.5px); }
  .module-06-banner .container .content {
    color: #ffffff;
    z-index: 2;
    width: 60%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-06-banner .container .content {
        width: 100%; } }
    .module-06-banner .container .content .txt {
      padding-top: 24px; }
    .module-06-banner .container .content .btn {
      margin-top: 40px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-06-banner .container .content .btn {
          margin-top: 24px; } }

.module-07-cta-find .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .module-07-cta-find .content p {
    padding-bottom: 24px;
    font-size: 1.3em;
    text-transform: uppercase; }
  .module-07-cta-find .content .title svg {
    width: 90vw;
    max-width: 820px; }
  .module-07-cta-find .content .title .big_txt {
    color: #FF7854;
    font-family: 'F37 Blanka';
    font-weight: 600;
    font-style: normal;
    font-size: 190px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      .module-07-cta-find .content .title .big_txt {
        font-size: 14vw; } }
    @media only screen and (max-width: 768px) {
      .module-07-cta-find .content .title .big_txt {
        font-size: 18vw; } }
  .module-07-cta-find .content .btn {
    margin-top: 60px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-07-cta-find .content .btn {
        margin-top: 40px; } }

.module-08-cta-team .ticket {
  width: 90%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 400px;
  position: relative;
  overflow: hidden; }
  .module-08-cta-team .ticket .line {
    height: 1px;
    width: 100%;
    background-color: #FF7854;
    position: absolute;
    left: 0;
    right: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-08-cta-team .ticket .line {
        left: auto;
        right: auto;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 1px; } }
    .module-08-cta-team .ticket .line1 {
      top: 32px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-08-cta-team .ticket .line1 {
          top: 0;
          left: 15px; } }
    .module-08-cta-team .ticket .line2 {
      bottom: 32px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-08-cta-team .ticket .line2 {
          bottom: 0;
          right: 15px; } }
  .module-08-cta-team .ticket .circle {
    position: absolute;
    background-color: #F6F1EE;
    width: 194px;
    height: 194px;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-08-cta-team .ticket .circle {
        width: 170px;
        height: 170px;
        left: 50%; } }
    .module-08-cta-team .ticket .circle1 {
      left: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-08-cta-team .ticket .circle1 {
          top: 0;
          left: 50%; } }
    .module-08-cta-team .ticket .circle2 {
      right: 0;
      -webkit-transform: translate(50%, -50%);
              transform: translate(50%, -50%);
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-08-cta-team .ticket .circle2 {
          top: auto;
          bottom: 0;
          right: auto;
          -webkit-transform: translate(-50%, 50%);
                  transform: translate(-50%, 50%); } }
  .module-08-cta-team .ticket .content {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-08-cta-team .ticket .content {
        padding-top: 120px;
        padding-bottom: 120px;
        width: 80%; } }
    .module-08-cta-team .ticket .content .txt {
      padding-top: 24px; }
    .module-08-cta-team .ticket .content .btn {
      margin-top: 40px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-08-cta-team .ticket .content .btn {
          margin-top: 24px; } }

.module-09-cta-gift .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-09-cta-gift .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .module-09-cta-gift .container .content {
    width: 45%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-09-cta-gift .container .content {
        width: 100%; } }
    .module-09-cta-gift .container .content .btn {
      margin-top: 40px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-09-cta-gift .container .content .btn {
          margin-top: 24px; } }
  .module-09-cta-gift .container .img_container {
    width: 50%;
    padding-bottom: 41%;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-09-cta-gift .container .img_container {
        width: 100%;
        margin-bottom: 40px;
        padding-bottom: 74%; } }
    .module-09-cta-gift .container .img_container img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -o-object-fit: cover;
         object-fit: cover; }

.module-10-cta-box .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-10-cta-box .container {
      padding-top: 60px;
      padding-bottom: 60px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .module-10-cta-box .container .box {
    width: 40%;
    color: #ffffff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-10-cta-box .container .box {
        width: 100%; } }
    .module-10-cta-box .container .box .txt {
      padding-top: 20px; }
    .module-10-cta-box .container .box .bottom {
      margin-top: 40px;
      height: 75px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-10-cta-box .container .box .bottom {
          margin-top: 24px;
          height: auto; } }
      .module-10-cta-box .container .box .bottom small {
        display: block;
        padding-top: 5px;
        color: #959595;
        font-size: 13px; }
  .module-10-cta-box .container .line {
    width: 1px;
    background-color: #BEBEBE;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-10-cta-box .container .line {
        width: 100%;
        height: 1px;
        margin-top: 60px;
        margin-bottom: 60px; } }

.module-11-cta-banner .banner {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .module-11-cta-banner .banner .bg_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0; }
    .module-11-cta-banner .banner .bg_img img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-filter: grayscale(1);
              filter: grayscale(1);
      z-index: 0; }
    .module-11-cta-banner .banner .bg_img .filter {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
  .module-11-cta-banner .banner .bg {
    position: absolute;
    top: 110px;
    bottom: 110px;
    width: 90%;
    max-width: 880px;
    background-color: #FF7854;
    background-image: url(../img/bg-pattern_dark.svg);
    mix-blend-mode: overlay;
    z-index: 1;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-11-cta-banner .banner .bg {
        top: 60px;
        bottom: 60px; } }
  .module-11-cta-banner .banner .content {
    margin-top: 110px;
    margin-bottom: 110px;
    width: 90%;
    max-width: 880px;
    padding: 100px 10%;
    z-index: 2;
    position: relative;
    color: #ffffff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-11-cta-banner .banner .content {
        margin-top: 60px;
        margin-bottom: 60px; } }
    @media only screen and (max-width: 768px) {
      .module-11-cta-banner .banner .content {
        padding: 40px 5%; } }
    .module-11-cta-banner .banner .content .title-h2 {
      font-size: 3.8em;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-11-cta-banner .banner .content .title-h2 {
          font-size: 2.6em; } }
    .module-11-cta-banner .banner .content .btn {
      margin-top: 40px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-11-cta-banner .banner .content .btn {
          margin-top: 24px; } }

.module-12-gallery {
  overflow: hidden; }
  .module-12-gallery .gallery {
    position: relative; }
    .module-12-gallery .gallery .img_row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: relative; }
      .module-12-gallery .gallery .img_row:first-of-type {
        margin-top: -15%; }
      .module-12-gallery .gallery .img_row .img_container {
        max-width: 450px;
        width: 35%;
        height: auto;
        -webkit-transform: translateY(100%);
                transform: translateY(100%); }
        .module-12-gallery .gallery .img_row .img_container:last-of-type {
          margin-top: 100px; }
        .module-12-gallery .gallery .img_row .img_container img {
          width: 100%;
          height: auto; }
      .module-12-gallery .gallery .img_row .tavern {
        position: absolute;
        z-index: 3;
        mix-blend-mode: multiply;
        width: 165%;
        top: 65%;
        left: 17%; }
        .module-12-gallery .gallery .img_row .tavern svg {
          width: 100%; }
      .module-12-gallery .gallery .img_row:nth-child(3) .tavern {
        top: 30%;
        left: auto;
        right: 30%; }
    .module-12-gallery .gallery .img_row-center {
      margin-top: 2.5%; }
      .module-12-gallery .gallery .img_row-center .img_container {
        max-width: 560px;
        width: 55%;
        margin-left: 30%;
        height: auto; }
        .module-12-gallery .gallery .img_row-center .img_container img {
          width: 100%;
          height: auto; }

.module-13-testimonial .container {
  max-width: 625px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }
  .module-13-testimonial .container .txt {
    padding-top: 50px;
    font-style: italic;
    font-size: 1.5em;
    line-height: 150%; }
  .module-13-testimonial .container .logo_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
    font-size: 1.3em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .module-13-testimonial .container .logo_wrap img {
      width: 65px; }
    .module-13-testimonial .container .logo_wrap *:nth-child(2) {
      margin-left: 22px; }

.module-14-faq .faq_wrapper {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto; }
  .module-14-faq .faq_wrapper .faq {
    border-bottom: 1px solid #2F2F2F;
    margin-bottom: 26px;
    padding-bottom: 26px; }
    .module-14-faq .faq_wrapper .faq .question {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      cursor: pointer; }
      .module-14-faq .faq_wrapper .faq .question h4 {
        width: 100%;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        line-height: 1.5em;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      .module-14-faq .faq_wrapper .faq .question .arrow {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-left: 40px;
        margin-top: -6px;
        height: 31px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .module-14-faq .faq_wrapper .faq .question .arrow svg path {
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
      .module-14-faq .faq_wrapper .faq .question:hover {
        color: #FF7854; }
        .module-14-faq .faq_wrapper .faq .question:hover svg path {
          fill: #FF7854; }
    .module-14-faq .faq_wrapper .faq .answer {
      display: none;
      overflow: hidden; }
      .module-14-faq .faq_wrapper .faq .answer .answer_inner {
        padding-top: 18px;
        margin-right: 5%;
        width: 90%;
        max-width: 800px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-14-faq .faq_wrapper .faq .answer .answer_inner {
            width: 100%; } }
    .module-14-faq .faq_wrapper .faq.open .arrow {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

.module-15-cta-group .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-15-cta-group .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .module-15-cta-group .container .content {
    width: 45%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-15-cta-group .container .content {
        width: 100%; } }
    .module-15-cta-group .container .content .txt {
      padding-top: 24px; }
    .module-15-cta-group .container .content .btn {
      margin-top: 40px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-15-cta-group .container .content .btn {
          margin-top: 24px; } }
  .module-15-cta-group .container .img_container {
    width: 50%;
    padding-bottom: 41%;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-15-cta-group .container .img_container {
        width: 100%;
        margin-bottom: 40px;
        padding-bottom: 74%; } }
    .module-15-cta-group .container .img_container img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -o-object-fit: cover;
         object-fit: cover; }

.module-16-cta_location .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-16-cta_location .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .module-16-cta_location .container .content {
    width: 45%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-16-cta_location .container .content {
        width: 100%; } }
    .module-16-cta_location .container .content .txt {
      padding-top: 24px; }
    .module-16-cta_location .container .content .btn {
      margin-top: 40px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-16-cta_location .container .content .btn {
          margin-top: 24px; } }
  .module-16-cta_location .container .img_container {
    width: 255px;
    margin-right: 5%;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-16-cta_location .container .img_container {
        margin-right: 0;
        width: 75%;
        margin-bottom: 30px; } }

.template-contact .locations_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .template-contact .locations_container .contact_loc {
    width: 31.5%;
    border-top: 1px solid #FF7854;
    padding-top: 25px;
    margin-bottom: 60px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-contact .locations_container .contact_loc {
        width: 47.5%; } }
    @media only screen and (max-width: 768px) {
      .template-contact .locations_container .contact_loc {
        width: 100%; } }
    .template-contact .locations_container .contact_loc .logo {
      height: 50px;
      margin-bottom: 15px;
      width: 120px; }
      .template-contact .locations_container .contact_loc .logo img {
        max-width: 100%;
        -webkit-filter: grayscale(1) brightness(0);
                filter: grayscale(1) brightness(0); }
      .template-contact .locations_container .contact_loc .logo svg {
        max-width: 100%; }
        .template-contact .locations_container .contact_loc .logo svg path {
          fill: #2F2F2F; }
    .template-contact .locations_container .contact_loc .address {
      font-family: 'F37 Blanka';
      font-weight: 600;
      font-style: normal;
      padding-bottom: 2px; }
    .template-contact .locations_container .contact_loc .hours {
      margin-top: 20px; }
      .template-contact .locations_container .contact_loc .hours .drop_click {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .template-contact .locations_container .contact_loc .hours .drop_click .title {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; }
          .template-contact .locations_container .contact_loc .hours .drop_click .title .state {
            color: #FF7854;
            font-size: 13px;
            text-transform: uppercase;
            margin-left: 10px; }
        .template-contact .locations_container .contact_loc .hours .drop_click .arrow {
          -webkit-transition: all 0.4s;
          transition: all 0.4s;
          cursor: pointer; }
          .template-contact .locations_container .contact_loc .hours .drop_click .arrow svg path {
            -webkit-transition: fill 0.4s;
            transition: fill 0.4s; }
          .template-contact .locations_container .contact_loc .hours .drop_click .arrow:hover svg path {
            fill: #FF7854; }
        .template-contact .locations_container .contact_loc .hours .drop_click.open .arrow {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
      .template-contact .locations_container .contact_loc .hours .drop_hours {
        height: 0;
        overflow: hidden; }
        .template-contact .locations_container .contact_loc .hours .drop_hours .hours_day {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .template-contact .locations_container .contact_loc .hours .drop_hours .hours_day .day {
            text-transform: capitalize; }
          .template-contact .locations_container .contact_loc .hours .drop_hours .hours_day.active {
            color: #FF7854; }
    .template-contact .locations_container .contact_loc .btn_wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 25px; }
      .template-contact .locations_container .contact_loc .btn_wrap .btn_small {
        background-color: #FF7854;
        padding: 4px 14px;
        border-radius: 50px;
        font-family: 'BNBrick House';
        font-weight: normal;
        font-style: normal;
        font-size: 14px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #ffffff;
        text-decoration: none;
        margin-right: 10px;
        line-height: 150%;
        font-size: 14px;
        -webkit-transition: background-color 0.4s, color 0.4s;
        transition: background-color 0.4s, color 0.4s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .template-contact .locations_container .contact_loc .btn_wrap .btn_small svg {
          margin-left: 5px; }
          .template-contact .locations_container .contact_loc .btn_wrap .btn_small svg path {
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
        .template-contact .locations_container .contact_loc .btn_wrap .btn_small:hover {
          background-color: #ffffff;
          color: #FF7854; }
          .template-contact .locations_container .contact_loc .btn_wrap .btn_small:hover svg path {
            fill: #FF7854; }
    .template-contact .locations_container .contact_loc .img_container {
      margin-top: 40px;
      width: 100%;
      padding-bottom: 100%;
      position: relative; }
      .template-contact .locations_container .contact_loc .img_container img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -o-object-fit: cover;
           object-fit: cover; }

.template-archive-locations .hero {
  padding-top: 120px;
  padding-bottom: 105px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-archive-locations .hero {
      padding-top: 105px;
      padding-bottom: 60px; } }
  .template-archive-locations .hero .container {
    padding-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-archive-locations .hero .container {
        padding-top: 40px; } }
    .template-archive-locations .hero .container h1 {
      width: 450px;
      margin-left: 10px;
      margin-right: 10px;
      text-align: center;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-archive-locations .hero .container h1 {
          width: 100%;
          margin-left: 0px;
          margin-right: 0px; } }
    .template-archive-locations .hero .container svg {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-archive-locations .hero .container svg {
          display: none; } }

.template-archive-locations .filter_container .select_wrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .template-archive-locations .filter_container .select_wrap svg {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.template-archive-locations .filter_container select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #FF7854;
  background-color: transparent;
  outline: none;
  padding: 4px 40px 3px 12px;
  border-radius: 4px; }

.template-archive-locations .archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 40px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-archive-locations .archive {
      margin-left: 0px;
      margin-right: 0px; } }
  .template-archive-locations .archive .card_loc {
    margin-left: 20px;
    margin-right: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 358px;
    height: 522px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 40px;
    -webkit-transition: none;
    transition: none;
    display: none;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-archive-locations .archive .card_loc {
        width: 305px;
        height: 445px;
        margin-left: 0px;
        margin-right: 0px; } }
    .template-archive-locations .archive .card_loc .bg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ECE5E0;
      -webkit-transition: all 0.6s;
      transition: all 0.6s; }
      .template-archive-locations .archive .card_loc .bg img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -o-object-fit: cover;
           object-fit: cover;
        z-index: 0; }
      .template-archive-locations .archive .card_loc .bg .filter {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3);
        z-index: 1; }
      .template-archive-locations .archive .card_loc .bg svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        top: 47%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .template-archive-locations .archive .card_loc .bg svg {
            width: 155px; } }
    .template-archive-locations .archive .card_loc .content {
      border: 1px solid #FF7854;
      position: absolute;
      top: 10px;
      left: 10px;
      right: 10px;
      bottom: 10px;
      border-radius: 4px;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 40px 20px 35px 20px; }
      .template-archive-locations .archive .card_loc .content .logo img, .template-archive-locations .archive .card_loc .content .logo svg {
        width: 130px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .template-archive-locations .archive .card_loc .content .logo img, .template-archive-locations .archive .card_loc .content .logo svg {
            width: 102px !important; } }
      .template-archive-locations .archive .card_loc .content .logo svg path, .template-archive-locations .archive .card_loc .content .logo svg polygon, .template-archive-locations .archive .card_loc .content .logo svg rect {
        fill: #ffffff; }
      .template-archive-locations .archive .card_loc .content .logo.logo-dark svg path, .template-archive-locations .archive .card_loc .content .logo.logo-dark svg polygon, .template-archive-locations .archive .card_loc .content .logo.logo-dark svg rect {
        fill: #2F2F2F; }
      .template-archive-locations .archive .card_loc .content .logo.logo-dark img {
        -webkit-filter: grayscale(1) brightness(0);
                filter: grayscale(1) brightness(0); }
      .template-archive-locations .archive .card_loc .content .txt {
        color: #ffffff;
        text-align: center; }
        .template-archive-locations .archive .card_loc .content .txt h6 {
          text-transform: uppercase;
          line-height: 108%; }
        .template-archive-locations .archive .card_loc .content .txt p {
          font-size: 13px;
          text-transform: uppercase; }
        .template-archive-locations .archive .card_loc .content .txt .cta {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          color: #FF7854;
          padding-top: 12px;
          font-family: 'BNBrick House';
          font-weight: normal;
          font-style: normal;
          line-height: 105%;
          border-bottom: 1px solid #FF7854; }
        .template-archive-locations .archive .card_loc .content .txt .bold {
          font-family: 'F37 Blanka';
          font-weight: 500;
          font-style: normal; }
        .template-archive-locations .archive .card_loc .content .txt .opacity {
          opacity: 0.5; }
        .template-archive-locations .archive .card_loc .content .txt.dark {
          color: #2F2F2F; }
    .template-archive-locations .archive .card_loc:hover .bg {
      -webkit-transform: scale(1.035);
              transform: scale(1.035); }
    .template-archive-locations .archive .card_loc.ghost {
      margin-left: 20px !important;
      margin-right: 20px !important; }
    .template-archive-locations .archive .card_loc.ghost {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-archive-locations .archive .card_loc.ghost {
          display: none; } }
    .template-archive-locations .archive .card_loc.visible {
      display: block; }

.template-archive-events-promotions .hero {
  padding-top: 120px;
  padding-bottom: 105px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-archive-events-promotions .hero {
      padding-top: 105px;
      padding-bottom: 60px; } }
  .template-archive-events-promotions .hero .container {
    padding-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-archive-events-promotions .hero .container {
        padding-top: 40px; } }
    .template-archive-events-promotions .hero .container h1 {
      width: 450px;
      margin-left: 10px;
      margin-right: 10px;
      text-align: center;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-archive-events-promotions .hero .container h1 {
          width: 100%;
          margin-left: 0px;
          margin-right: 0px; } }
    .template-archive-events-promotions .hero .container svg {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-archive-events-promotions .hero .container svg {
          display: none; } }

.template-archive-events-promotions .filter_container .select_wrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .template-archive-events-promotions .filter_container .select_wrap svg {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.template-archive-events-promotions .filter_container select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #FF7854;
  background-color: transparent;
  outline: none;
  padding: 4px 40px 3px 12px;
  border-radius: 4px; }

.template-archive-events-promotions .archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 40px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-archive-events-promotions .archive {
      margin-left: 0px;
      margin-right: 0px; } }
  .template-archive-events-promotions .archive .article_card {
    width: 356px;
    height: 476px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    color: #2F2F2F;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: -webkit-filter 0.4s;
    transition: -webkit-filter 0.4s;
    transition: filter 0.4s;
    transition: filter 0.4s, -webkit-filter 0.4s;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 40px;
    display: none;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-archive-events-promotions .archive .article_card {
        width: 280px;
        height: 370px;
        margin-left: 0px;
        margin-right: 0px; } }
    .template-archive-events-promotions .archive .article_card .frame {
      position: absolute;
      top: 10px;
      left: 10px;
      right: 10px;
      bottom: 10px;
      z-index: 3;
      /* -- @include break(mobile)-- */ }
      .template-archive-events-promotions .archive .article_card .frame svg {
        height: auto; }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-archive-events-promotions .archive .article_card .frame {
          top: 7px;
          left: 7px;
          right: 7px;
          bottom: 7px;
          height: calc(100% - 14px);
          width: calc(100% - 14px); } }
    .template-archive-events-promotions .archive .article_card .inner {
      padding: 35px 50px;
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 100%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-archive-events-promotions .archive .article_card .inner {
          padding: 22px 30px; } }
      .template-archive-events-promotions .archive .article_card .inner .logo {
        height: 60px;
        margin-bottom: 25px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-archive-events-promotions .archive .article_card .inner .logo {
            height: 40px;
            margin-bottom: 10px; } }
        .template-archive-events-promotions .archive .article_card .inner .logo svg {
          height: auto;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .template-archive-events-promotions .archive .article_card .inner .logo svg {
              width: 90px; } }
          .template-archive-events-promotions .archive .article_card .inner .logo svg path {
            fill: #2F2F2F; }
      .template-archive-events-promotions .archive .article_card .inner .img_container {
        width: 165px;
        height: 185px;
        position: relative;
        margin-bottom: 25px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-archive-events-promotions .archive .article_card .inner .img_container {
            width: 130px;
            height: 150px;
            margin-bottom: 15px; } }
        .template-archive-events-promotions .archive .article_card .inner .img_container img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -o-object-fit: cover;
             object-fit: cover; }
        .template-archive-events-promotions .archive .article_card .inner .img_container svg {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-fit: contain;
             object-fit: contain;
          width: 80%; }
      .template-archive-events-promotions .archive .article_card .inner .content {
        text-decoration: none;
        height: 100%;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .template-archive-events-promotions .archive .article_card .inner .content .desc {
          font-size: 13px;
          line-height: 150%; }
        .template-archive-events-promotions .archive .article_card .inner .content .bottom {
          padding-top: 15px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .template-archive-events-promotions .archive .article_card .inner .content .bottom {
              padding-top: 5px; } }
        .template-archive-events-promotions .archive .article_card .inner .content .date {
          font-size: 13px;
          text-transform: uppercase;
          color: #FF7854;
          line-height: 120%;
          font-family: 'F37 Blanka';
          font-weight: 500;
          font-style: normal; }
        .template-archive-events-promotions .archive .article_card .inner .content .location {
          font-size: 10px;
          text-transform: uppercase;
          color: #7A7A7A;
          line-height: 120%; }
    .template-archive-events-promotions .archive .article_card:hover .img_container {
      -webkit-transform: scale(1.025);
              transform: scale(1.025); }
    .template-archive-events-promotions .archive .article_card.ghost {
      margin-left: 20px !important;
      margin-right: 20px !important; }
    .template-archive-events-promotions .archive .article_card.ghost {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-archive-events-promotions .archive .article_card.ghost {
          display: none; } }
    .template-archive-events-promotions .archive .article_card.visible {
      display: block; }

.template-single-locations .hero_container {
  position: relative; }
  .template-single-locations .hero_container .anime_icon1 {
    position: absolute;
    width: 165px;
    height: 165px;
    bottom: 0px;
    right: 40%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-single-locations .hero_container .anime_icon1 {
        display: none; } }
  .template-single-locations .hero_container .content {
    position: relative;
    z-index: 2; }

.template-single-locations .title_info {
  padding-bottom: 42px; }

.template-single-locations section.info {
  position: relative; }
  .template-single-locations section.info .anime_icon2 {
    position: absolute;
    width: 145px;
    height: 145px;
    top: 140px;
    right: 15%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-single-locations section.info .anime_icon2 {
        display: none; } }

.template-single-locations .info_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-single-locations .info_container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .template-single-locations .info_container .col {
    min-width: 255px;
    width: 24%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-single-locations .info_container .col {
        width: 100%;
        margin-bottom: 30px; }
        .template-single-locations .info_container .col:last-of-type {
          margin-bottom: 0; } }
    .template-single-locations .info_container .col .title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 15px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-single-locations .info_container .col .title {
          padding-bottom: 5px; } }
      .template-single-locations .info_container .col .title .state {
        color: #FF7854;
        font-size: 13px;
        text-transform: uppercase;
        margin-left: 10px; }
    .template-single-locations .info_container .col .hours_day {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .template-single-locations .info_container .col .hours_day > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-transform: capitalize; }
      .template-single-locations .info_container .col .hours_day svg {
        display: none; }
      .template-single-locations .info_container .col .hours_day.active {
        color: #FF7854; }
        .template-single-locations .info_container .col .hours_day.active svg {
          display: block; }
    .template-single-locations .info_container .col a {
      display: block;
      margin-bottom: 8px;
      color: #FF7854;
      font-family: 'F37 Blanka';
      font-weight: 600;
      font-style: normal;
      margin-top: 10px; }
      .template-single-locations .info_container .col a:hover {
        color: #2F2F2F; }
      .template-single-locations .info_container .col a.link_ghost {
        font-family: 'F37 Blanka';
        font-weight: 400;
        font-style: normal;
        color: #2F2F2F;
        text-decoration: none; }
        .template-single-locations .info_container .col a.link_ghost:hover {
          color: #FF7854; }

.template-single-locations .menu {
  padding-top: 42px;
  padding-bottom: 42px; }
  .template-single-locations .menu .title_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 60px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-single-locations .menu .title_info {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-bottom: 35px; } }
    .template-single-locations .menu .title_info .filter_wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: 46px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-single-locations .menu .title_info .filter_wrap {
          margin-left: 0px;
          margin-top: 25px; } }
      .template-single-locations .menu .title_info .filter_wrap .filter {
        padding: 1px 12px;
        border: 1px solid #FF7854;
        color: #FF7854;
        border-radius: 4px;
        border: 1px solid #FF7854;
        margin-right: 12px;
        cursor: pointer;
        -webkit-transition: color 0.4s, background-color 0.4s;
        transition: color 0.4s, background-color 0.4s;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-single-locations .menu .title_info .filter_wrap .filter {
            margin-bottom: 15px; } }
        .template-single-locations .menu .title_info .filter_wrap .filter.active, .template-single-locations .menu .title_info .filter_wrap .filter:hover {
          background-color: #FF7854;
          color: #F6F1EE; }
        .template-single-locations .menu .title_info .filter_wrap .filter.active {
          pointer-events: none; }
  .template-single-locations .menu .menu_container {
    position: relative;
    padding: 60px 130px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      .template-single-locations .menu .menu_container {
        padding: 50px 7%; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-single-locations .menu .menu_container {
        padding: 40px 5%; } }
    .template-single-locations .menu .menu_container .frame_top_desk {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 30px;
      width: 100%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-single-locations .menu .menu_container .frame_top_desk {
          display: none; } }
    .template-single-locations .menu .menu_container .frame_top_mobile {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 30px;
      width: 100%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-single-locations .menu .menu_container .frame_top_mobile {
          display: block; } }
    .template-single-locations .menu .menu_container .frame_bottom_desk {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 30px;
      width: 100%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-single-locations .menu .menu_container .frame_bottom_desk {
          display: none; } }
    .template-single-locations .menu .menu_container .frame_bottom_mobile {
      display: none;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 30px;
      width: 100%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-single-locations .menu .menu_container .frame_bottom_mobile {
          display: block; } }
    .template-single-locations .menu .menu_container .side1 {
      width: 1px;
      background-color: #FF7854;
      position: absolute;
      bottom: 30px;
      left: 0;
      right: auto;
      top: 30px; }
    .template-single-locations .menu .menu_container .side2 {
      width: 1px;
      background-color: #FF7854;
      position: absolute;
      bottom: 30px;
      right: 0;
      left: auto;
      top: 30px; }
    .template-single-locations .menu .menu_container .menu_sec {
      display: none; }
      .template-single-locations .menu .menu_container .menu_sec:first-of-type {
        display: block; }
      .template-single-locations .menu .menu_container .menu_sec .menu-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .template-single-locations .menu .menu_container .menu_sec .menu-title h2 {
          margin-left: 100px;
          margin-right: 100px;
          font-family: 'F37 Blanka';
          font-weight: 600;
          font-style: normal;
          color: #FF7854;
          font-size: 6.4em;
          -ms-flex-negative: 1;
              flex-shrink: 1;
          text-align: center;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .template-single-locations .menu .menu_container .menu_sec .menu-title h2 {
              font-size: 3.25em;
              margin-left: 0px;
              margin-right: 0px; } }
        .template-single-locations .menu .menu_container .menu_sec .menu-title svg {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .template-single-locations .menu .menu_container .menu_sec .menu-title svg {
              display: none; } }
      .template-single-locations .menu .menu_container .menu_sec .top {
        margin-bottom: 80px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-single-locations .menu .menu_container .menu_sec .top {
            margin-bottom: 50px; } }
        .template-single-locations .menu .menu_container .menu_sec .top .txt {
          text-align: center;
          font-family: 'F37 Blanka';
          font-weight: 600;
          font-style: normal;
          font-size: 1.2em;
          margin-top: 30px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .template-single-locations .menu .menu_container .menu_sec .top .txt {
              margin-top: 15px; } }
      .template-single-locations .menu .menu_container .menu_sec .sub {
        padding-bottom: 80px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-single-locations .menu .menu_container .menu_sec .sub {
            padding-bottom: 0px; } }
        .template-single-locations .menu .menu_container .menu_sec .sub:last-of-type {
          padding-bottom: 0;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .template-single-locations .menu .menu_container .menu_sec .sub:last-of-type {
              padding-bottom: 0px; } }
        .template-single-locations .menu .menu_container .menu_sec .sub .title {
          padding-bottom: 25px;
          border-bottom: 1px solid #FF7854;
          margin-bottom: 50px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          pointer-events: none;
          -webkit-transition: all 0.4s;
          transition: all 0.4s;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .template-single-locations .menu .menu_container .menu_sec .sub .title {
              pointer-events: all;
              padding-bottom: 20px;
              margin-bottom: 30px;
              border-bottom: 1px solid transparent; } }
          .template-single-locations .menu .menu_container .menu_sec .sub .title .title-h2 {
            color: #FF7854;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
              .template-single-locations .menu .menu_container .menu_sec .sub .title .title-h2 {
                font-size: 2em;
                color: #2F2F2F; } }
          .template-single-locations .menu .menu_container .menu_sec .sub .title .desc {
            font-family: 'F37 Blanka';
            font-weight: 600;
            font-style: normal;
            font-size: 1.15em;
            padding-top: 7px;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
              .template-single-locations .menu .menu_container .menu_sec .sub .title .desc {
                padding-top: 5px;
                font-size: 1.05em; } }
          .template-single-locations .menu .menu_container .menu_sec .sub .title .arrow {
            display: none;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            margin-left: 10px;
            /* -- @include break(mobile)-- */ }
            .template-single-locations .menu .menu_container .menu_sec .sub .title .arrow svg {
              -webkit-transition: all 0.4s;
              transition: all 0.4s; }
            @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
              .template-single-locations .menu .menu_container .menu_sec .sub .title .arrow {
                display: block; } }
        .template-single-locations .menu .menu_container .menu_sec .sub .items_wrapper {
          overflow: hidden;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .template-single-locations .menu .menu_container .menu_sec .sub .items_wrapper {
              display: none; } }
        .template-single-locations .menu .menu_container .menu_sec .sub.open .title {
          border-bottom: 1px solid #FF7854; }
          .template-single-locations .menu .menu_container .menu_sec .sub.open .title .title-h2 {
            color: #FF7854; }
          .template-single-locations .menu .menu_container .menu_sec .sub.open .title .arrow svg {
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); }
      .template-single-locations .menu .menu_container .menu_sec .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-bottom: 30px;
        /* -- @include break(mobile)-- */ }
        .template-single-locations .menu .menu_container .menu_sec .item:last-of-type {
          padding-bottom: 0;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .template-single-locations .menu .menu_container .menu_sec .item:last-of-type {
              padding-bottom: 50px; } }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-single-locations .menu .menu_container .menu_sec .item {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        .template-single-locations .menu .menu_container .menu_sec .item .info {
          width: 50%;
          /* -- @include break(mobile)-- */ }
          .template-single-locations .menu .menu_container .menu_sec .item .info .desc {
            padding-top: 5px;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
              .template-single-locations .menu .menu_container .menu_sec .item .info .desc {
                padding-top: 0px;
                font-size: 14px; } }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .template-single-locations .menu .menu_container .menu_sec .item .info {
              width: 100%; } }
        .template-single-locations .menu .menu_container .menu_sec .item .price {
          font-family: 'F37 Blanka';
          font-weight: 600;
          font-style: normal;
          width: 30%;
          margin-left: 40px;
          min-width: 320px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          text-align: right;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 1280px) {
            .template-single-locations .menu .menu_container .menu_sec .item .price {
              font-size: 16px; } }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .template-single-locations .menu .menu_container .menu_sec .item .price {
              font-size: 1em;
              width: 100%;
              margin-left: 0px;
              min-width: 0px;
              text-align: left;
              -webkit-box-pack: start;
                  -ms-flex-pack: start;
                      justify-content: flex-start;
              padding-top: 7px;
              font-size: 14px; } }

.template-single-events-promotions {
  padding-top: 165px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-single-events-promotions {
      padding-top: 85px; } }
  .template-single-events-promotions .main-content {
    position: relative;
    border-radius: 4px;
    overflow: hidden; }
    .template-single-events-promotions .main-content .frame {
      pointer-events: none;
      position: absolute;
      top: 40px;
      left: 40px;
      right: 40px;
      bottom: 40px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-single-events-promotions .main-content .frame {
          top: 20px;
          left: 20px;
          right: 20px;
          bottom: 20px; } }
      .template-single-events-promotions .main-content .frame .frame_top {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100px;
        width: 100%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-single-events-promotions .main-content .frame .frame_top {
            height: 25px; }
            .template-single-events-promotions .main-content .frame .frame_top path {
              stroke-width: 4px !important; } }
      .template-single-events-promotions .main-content .frame .frame_bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        height: 100px;
        width: 100%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-single-events-promotions .main-content .frame .frame_bottom {
            height: 25px; }
            .template-single-events-promotions .main-content .frame .frame_bottom path {
              stroke-width: 4px !important; } }
      .template-single-events-promotions .main-content .frame .side1 {
        width: 2px;
        background-color: #FF7854;
        position: absolute;
        bottom: 100px;
        left: 0;
        right: auto;
        top: 100px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-single-events-promotions .main-content .frame .side1 {
            bottom: 24.5px;
            top: 24.5px;
            width: 1px; } }
      .template-single-events-promotions .main-content .frame .side2 {
        width: 2px;
        background-color: #FF7854;
        position: absolute;
        bottom: 100px;
        right: 0;
        left: auto;
        top: 100px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-single-events-promotions .main-content .frame .side2 {
            bottom: 24.5px;
            top: 24.5px;
            width: 1px; } }
    .template-single-events-promotions .main-content .inner {
      padding: 120px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-single-events-promotions .main-content .inner {
          padding: 40px; } }
      .template-single-events-promotions .main-content .inner > div {
        width: 70%;
        min-width: 685px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-single-events-promotions .main-content .inner > div {
            min-width: 0;
            width: 100%; } }
      .template-single-events-promotions .main-content .inner .logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 55px; }
        .template-single-events-promotions .main-content .inner .logo svg {
          width: 180px !important;
          height: auto !important; }
        .template-single-events-promotions .main-content .inner .logo svg {
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .template-single-events-promotions .main-content .inner .logo svg {
              width: 105px !important; } }
          .template-single-events-promotions .main-content .inner .logo svg path {
            fill: #2F2F2F; }
        .template-single-events-promotions .main-content .inner .logo img {
          width: 180px !important;
          height: auto !important; }
        .template-single-events-promotions .main-content .inner .logo img {
          -webkit-filter: grayscale(1) brightness(0);
                  filter: grayscale(1) brightness(0);
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .template-single-events-promotions .main-content .inner .logo img {
              width: 105px !important; } }
      .template-single-events-promotions .main-content .inner .main-title {
        text-align: center;
        margin-bottom: 15px; }
      .template-single-events-promotions .main-content .inner .date {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .template-single-events-promotions .main-content .inner .date {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        .template-single-events-promotions .main-content .inner .date .icon {
          width: 54px;
          margin-right: 14px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .template-single-events-promotions .main-content .inner .date .icon {
              width: 54px;
              margin-right: 0px;
              margin-bottom: 12px; } }
        .template-single-events-promotions .main-content .inner .date .info {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .template-single-events-promotions .main-content .inner .date .info {
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              text-align: center; } }
          .template-single-events-promotions .main-content .inner .date .info .date_txt {
            font-family: 'F37 Blanka';
            font-weight: 500;
            font-style: normal;
            color: #FF7854;
            text-transform: uppercase;
            line-height: 115%; }
          .template-single-events-promotions .main-content .inner .date .info .loc_txt {
            line-height: 115%;
            text-transform: uppercase;
            font-size: 14px;
            color: #7A7A7A; }
      .template-single-events-promotions .main-content .inner .img_main {
        padding-top: 48px;
        padding-bottom: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .template-single-events-promotions .main-content .inner .img_main {
            padding-bottom: 20px; } }
        .template-single-events-promotions .main-content .inner .img_main img {
          max-width: 100%;
          height: auto; }
      .template-single-events-promotions .main-content .inner .title, .template-single-events-promotions .main-content .inner .btn_wrap {
        padding-top: 40px; }
      .template-single-events-promotions .main-content .inner .txt {
        margin-top: 20px; }
      .template-single-events-promotions .main-content .inner .img_container, .template-single-events-promotions .main-content .inner .iframe_container {
        padding-top: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .template-single-events-promotions .main-content .inner .img_container img, .template-single-events-promotions .main-content .inner .img_container iframe, .template-single-events-promotions .main-content .inner .iframe_container img, .template-single-events-promotions .main-content .inner .iframe_container iframe {
          max-width: 100%; }
        .template-single-events-promotions .main-content .inner .img_container img, .template-single-events-promotions .main-content .inner .iframe_container img {
          height: auto; }

.template-basic .hero-simple {
  text-align: center;
  padding-top: 200px;
  padding-bottom: 80px; }
  .template-basic .hero-simple h1 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }

.template-basic .content {
  padding-bottom: 80px; }
  .template-basic .content p {
    margin-top: 10px;
    margin-bottom: 10px; }
  .template-basic .content h2, .template-basic .content h3 {
    margin-top: 60px; }

.template-subscription {
  width: 100vw;
  min-height: 100vh;
  padding: 25px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-subscription {
      padding: 8px; } }
  .template-subscription .subscription_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 0px 20px;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-subscription .subscription_nav {
        padding: 10px 10px 0px 10px; } }
    .template-subscription .subscription_nav .logo {
      width: 156px;
      /* -- @include break(mobile)-- */ }
      .template-subscription .subscription_nav .logo svg, .template-subscription .subscription_nav .logo img {
        width: 100%;
        height: auto; }
        .template-subscription .subscription_nav .logo svg path, .template-subscription .subscription_nav .logo svg polygon, .template-subscription .subscription_nav .logo svg rect, .template-subscription .subscription_nav .logo img path, .template-subscription .subscription_nav .logo img polygon, .template-subscription .subscription_nav .logo img rect {
          fill: #2F2F2F; }
      .template-subscription .subscription_nav .logo img {
        width: 156px;
        height: auto;
        -webkit-filter: brightness(0);
                filter: brightness(0);
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      @media only screen and (max-width: 768px) {
        .template-subscription .subscription_nav .logo {
          width: 95px; } }
    .template-subscription .subscription_nav .nav-top {
      padding-top: 6px; }
    .template-subscription .subscription_nav .dog .hat-cls-1, .template-subscription .subscription_nav .dog .dog_body path {
      fill: #FF7854 !important; }
  .template-subscription .wrapper {
    border: 1px solid #FF7854;
    min-height: calc(100vh - 50px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px;
    width: 100%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-subscription .wrapper {
        height: auto;
        min-height: calc(100vh - 16px);
        padding: 8px; } }
  .template-subscription .page-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-subscription .page-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .template-subscription .page-content .left {
      width: 50%;
      height: 100%;
      padding-top: 60px;
      padding-bottom: 25px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-subscription .page-content .left {
          width: 100%;
          padding-top: 20px;
          padding-bottom: 20px; } }
      .template-subscription .page-content .left h1 {
        padding-bottom: 55px;
        color: #FF7854;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1280px) {
          .template-subscription .page-content .left h1 {
            font-size: 3.2em; } }
        @media only screen and (max-width: 768px) {
          .template-subscription .page-content .left h1 {
            padding-top: 40px;
            padding-bottom: 32px;
            font-size: 2.5em; } }
      .template-subscription .page-content .left .social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 80px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .template-subscription .page-content .left .social {
            margin-bottom: 32px; } }
        .template-subscription .page-content .left .social p {
          margin-right: 44px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .template-subscription .page-content .left .social p {
              margin-right: 20px; } }
        .template-subscription .page-content .left .social a {
          display: block;
          margin-left: 24px;
          margin-right: 24px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .template-subscription .page-content .left .social a {
              margin-left: 15px;
              margin-right: 15px; } }
          .template-subscription .page-content .left .social a svg path {
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
          .template-subscription .page-content .left .social a:hover svg path {
            fill: #FF7854; }
      .template-subscription .page-content .left .form_wrap .form_title {
        padding-bottom: 40px; }
      .template-subscription .page-content .left .form_wrap form input, .template-subscription .page-content .left .form_wrap form select {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        background-color: transparent;
        border: none;
        outline: none;
        font-size: 18px;
        font-family: 'F37 Blanka';
        font-weight: 400;
        font-style: normal;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        color: #2F2F2F;
        width: 100%; }
        .template-subscription .page-content .left .form_wrap form input::-webkit-input-placeholder, .template-subscription .page-content .left .form_wrap form select::-webkit-input-placeholder {
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          color: #2F2F2F;
          opacity: 1;
          /* Firefox */ }
        .template-subscription .page-content .left .form_wrap form input::-moz-placeholder, .template-subscription .page-content .left .form_wrap form select::-moz-placeholder {
          -moz-transition: all 0.3s;
          transition: all 0.3s;
          color: #2F2F2F;
          opacity: 1;
          /* Firefox */ }
        .template-subscription .page-content .left .form_wrap form input:-ms-input-placeholder, .template-subscription .page-content .left .form_wrap form select:-ms-input-placeholder {
          -ms-transition: all 0.3s;
          transition: all 0.3s;
          color: #2F2F2F;
          opacity: 1;
          /* Firefox */ }
        .template-subscription .page-content .left .form_wrap form input::-ms-input-placeholder, .template-subscription .page-content .left .form_wrap form select::-ms-input-placeholder {
          -ms-transition: all 0.3s;
          transition: all 0.3s;
          color: #2F2F2F;
          opacity: 1;
          /* Firefox */ }
        .template-subscription .page-content .left .form_wrap form input::placeholder, .template-subscription .page-content .left .form_wrap form select::placeholder {
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          color: #2F2F2F;
          opacity: 1;
          /* Firefox */ }
        .template-subscription .page-content .left .form_wrap form input::-ms-input-placeholder, .template-subscription .page-content .left .form_wrap form select::-ms-input-placeholder {
          /* Edge 12 -18 */
          -ms-transition: all 0.3s;
          transition: all 0.3s;
          color: #2F2F2F; }
        .template-subscription .page-content .left .form_wrap form input:focus, .template-subscription .page-content .left .form_wrap form select:focus {
          color: #FF7854; }
          .template-subscription .page-content .left .form_wrap form input:focus::-webkit-input-placeholder, .template-subscription .page-content .left .form_wrap form select:focus::-webkit-input-placeholder {
            color: #FF7854; }
          .template-subscription .page-content .left .form_wrap form input:focus::-moz-placeholder, .template-subscription .page-content .left .form_wrap form select:focus::-moz-placeholder {
            color: #FF7854; }
          .template-subscription .page-content .left .form_wrap form input:focus:-ms-input-placeholder, .template-subscription .page-content .left .form_wrap form select:focus:-ms-input-placeholder {
            color: #FF7854; }
          .template-subscription .page-content .left .form_wrap form input:focus::-ms-input-placeholder, .template-subscription .page-content .left .form_wrap form select:focus::-ms-input-placeholder {
            color: #FF7854; }
          .template-subscription .page-content .left .form_wrap form input:focus::placeholder, .template-subscription .page-content .left .form_wrap form select:focus::placeholder {
            color: #FF7854; }
          .template-subscription .page-content .left .form_wrap form input:focus::-ms-input-placeholder, .template-subscription .page-content .left .form_wrap form select:focus::-ms-input-placeholder {
            color: #FF7854; }
      .template-subscription .page-content .left .form_wrap form ._error-inner {
        margin-bottom: 26px; }
      .template-subscription .page-content .left .form_wrap form ._field-wrapper {
        padding-bottom: 11px;
        border-bottom: 1px solid #2F2F2F;
        padding-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        position: relative; }
        .template-subscription .page-content .left .form_wrap form ._field-wrapper ._error {
          position: absolute;
          color: red;
          left: 0;
          bottom: 1px;
          font-size: 9px;
          pointer-events: none; }
      .template-subscription .page-content .left .form_wrap form ._form_element:first-of-type ._field-wrapper {
        padding-top: 0; }
      .template-subscription .page-content .left .form_wrap form button {
        margin-top: 30px;
        position: relative;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        font-family: 'BNBrick House';
        font-weight: normal;
        font-style: normal;
        color: #F6F1EE;
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        text-decoration: none;
        background-color: transparent;
        border: none; }
        .template-subscription .page-content .left .form_wrap form button .btn_txt {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          background-color: #FF7854;
          padding: 13.5px 15px;
          -webkit-transition: background-color 0.4s;
          transition: background-color 0.4s;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .template-subscription .page-content .left .form_wrap form button .btn_txt svg {
            margin-left: 10px; }
            .template-subscription .page-content .left .form_wrap form button .btn_txt svg path {
              -webkit-transition: all 0.4s;
              transition: all 0.4s; }
        .template-subscription .page-content .left .form_wrap form button .border {
          height: auto; }
          .template-subscription .page-content .left .form_wrap form button .border path {
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
        .template-subscription .page-content .left .form_wrap form button .border1 {
          margin-right: -1px; }
        .template-subscription .page-content .left .form_wrap form button .border2 {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg);
          margin-left: -1px; }
        .template-subscription .page-content .left .form_wrap form button:hover {
          color: #FF7854; }
          .template-subscription .page-content .left .form_wrap form button:hover .btn_txt {
            background-color: #ffffff; }
            .template-subscription .page-content .left .form_wrap form button:hover .btn_txt svg path {
              fill: #FF7854; }
          .template-subscription .page-content .left .form_wrap form button:hover .border path {
            fill: #ffffff; }
      .template-subscription .page-content .left .form_wrap .select_wrap {
        position: relative; }
        .template-subscription .page-content .left .form_wrap .select_wrap svg {
          position: absolute;
          pointer-events: none;
          right: 0;
          bottom: 17px; }
          .template-subscription .page-content .left .form_wrap .select_wrap svg path {
            fill: #2F2F2F; }
    .template-subscription .page-content .dog {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-subscription .page-content .dog {
          display: none; } }
      .template-subscription .page-content .dog .dog_hat {
        position: absolute;
        top: -15px;
        left: 73px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      .template-subscription .page-content .dog:hover .dog_hat {
        -webkit-transform: translateY(-80px) rotate(-10deg);
                transform: translateY(-80px) rotate(-10deg); }
      .template-subscription .page-content .dog .dog_woof {
        position: absolute;
        bottom: 65px;
        right: 35px; }
        .template-subscription .page-content .dog .dog_woof > div {
          -webkit-transform-origin: left center;
                  transform-origin: left center;
          display: block;
          opacity: 0; }
      .template-subscription .page-content .dog .btn {
        margin-top: 20px; }

.quatre-cent-quatre {
  padding-top: 120px;
  padding-bottom: 120px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .quatre-cent-quatre {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .quatre-cent-quatre .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .quatre-cent-quatre .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .quatre-cent-quatre .container .content h1 {
      margin-bottom: 24px; }
    .quatre-cent-quatre .container .content .btn {
      margin-top: 40px; }
    .quatre-cent-quatre .container .dog {
      max-width: 480px;
      position: relative;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .quatre-cent-quatre .container .dog {
          margin-top: 60px; } }
      .quatre-cent-quatre .container .dog .dog_hat {
        position: absolute;
        top: -5%;
        left: 25%;
        width: 43%;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      .quatre-cent-quatre .container .dog .dog_body, .quatre-cent-quatre .container .dog .dog_body svg, .quatre-cent-quatre .container .dog .dog_hat svg {
        width: 100%; }
      .quatre-cent-quatre .container .dog .woof {
        position: absolute;
        right: 0;
        bottom: 37%;
        font-family: 'BNBrick House';
        font-weight: normal;
        font-style: normal;
        font-size: 1.65em; }
        .quatre-cent-quatre .container .dog .woof > div {
          opacity: 0; }
        .quatre-cent-quatre .container .dog .woof .woof1 {
          -webkit-animation: woof 0.3s 0.8s forwards;
                  animation: woof 0.3s 0.8s forwards; }
        .quatre-cent-quatre .container .dog .woof .woof2 {
          margin-top: 5px;
          -webkit-animation: woof 0.3s 1s forwards;
                  animation: woof 0.3s 1s forwards; }
      .quatre-cent-quatre .container .dog:hover .dog_hat {
        -webkit-transform: translateY(-50px);
                transform: translateY(-50px); }

@-webkit-keyframes woof {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px) scale(0.7) skewX(-30deg);
            transform: translateX(-20px) scale(0.7) skewX(-30deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1) skewX(0deg);
            transform: translateX(0px) scale(1) skewX(0deg); } }

@keyframes woof {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px) scale(0.7) skewX(-30deg);
            transform: translateX(-20px) scale(0.7) skewX(-30deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1) skewX(0deg);
            transform: translateX(0px) scale(1) skewX(0deg); } }


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