html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  box-sizing: border-box; }

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

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

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

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

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

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

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

/**
 * 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; }
  button:focus, button:active,
  input:focus,
  input:active {
    outline: none;
    box-shadow: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-size: 13px;
  font-family: Arial; }

/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: 0; }

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px; }

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box; }

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none; }

/* Buttons
-----------------------------------------------*/
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto; }

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none; }

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto; }

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top; }

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

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

.slick-dots {
  position: absolute;
  bottom: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0; }
  .slick-dots li {
    list-style: none; }
    .slick-dots li.slick-active button {
      background: #0b6734; }
    .slick-dots li button {
      font-size: 0;
      padding: 0;
      width: 75px;
      height: 4px;
      background: #D9D9D9;
      box-shadow: none;
      border: none;
      margin: 2.5px;
      transition: .3s; }

.slick-prev {
  width: 40px;
  height: 40px;
  background-image: url(../img/svg/arrow-slider-left.svg);
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -40px;
  left: 20px;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer; }
  @media screen and (max-width: 779px) {
    .slick-prev {
      top: inherit;
      right: 15px;
      left: inherit;
      bottom: 20px; } }

.slick-next {
  width: 40px;
  height: 40px;
  background-image: url(../img/svg/arrow-slider-right.svg);
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -40px;
  left: 60px;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer; }
  @media screen and (max-width: 779px) {
    .slick-next {
      left: inherit;
      top: inherit;
      right: -20px;
      bottom: 20px; } }

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0); }

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0); }

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0); }

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0); }

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0); }

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0); }

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0); }

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0); }

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1); }

[data-aos=zoom-in] {
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos=zoom-out] {
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0); }

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0); }

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0); }

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0); }

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0); }

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0); }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

.alignwide {
  max-width: 1305px;
  margin-right: auto;
  margin-left: auto; }

.alignfull {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto; }

@media only screen and (max-width: 860px) {
  .mastcontent > h1, .mastcontent > h2, .mastcontent > h3, .mastcontent > h4, .mastcontent > h5, .mastcontent > h6, .mastcontent > p {
    padding-right: 15px;
    padding-left: 15px; } }

.mastcontent p, .mastcontent .wp-block-heading {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 959px) {
    .mastcontent p, .mastcontent .wp-block-heading {
      padding-left: 15px;
      padding-right: 15px; } }

.mastcontent .wp-block-group {
  max-width: 1200px;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box; }
  .mastcontent .wp-block-group.alignfull.wp-block-image {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .mastcontent .wp-block-group.alignwide {
    max-width: 1305px; }
  .mastcontent .wp-block-group.wp-block-media-text.alignfull {
    padding: 0 !important; }
  .mastcontent .wp-block-group.alignfull {
    max-width: 100%; }

.mastcontent > .wp-block-image {
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 779px) {
  .mb-mobile-16 {
    margin-bottom: 16px; } }

html {
  font-size: 18px;
  line-height: 32px; }
  @media screen and (max-width: 779px) {
    html {
      font-size: 15px; } }

body {
  background: #f1eff3;
  font-family: "Open Sans", sans-serif;
  line-height: 1.8;
  color: #161616;
  overflow-x: hidden; }
  body.modal-open {
    overflow: hidden; }
    body.modal-open:after {
      background: rgba(0, 0, 0, 0.7);
      position: fixed;
      content: "";
      left: 0;
      right: 0;
      bottom: 0;
      top: 0; }

p {
  font-weight: 500;
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  color: #161616;
  margin: 20px 0; }

ul li {
  font-size: 14px;
  line-height: 18px; }

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  margin: 2.75rem 0 1rem;
  font-weight: 300;
  line-height: 1.15; }

h1, .h1, h2, .h2 {
  font-size: 48px;
  line-height: 50px;
  color: #161616;
  margin: 15px 0;
  font-weight: 700; }
  @media screen and (max-width: 779px) {
    h1, .h1, h2, .h2 {
      font-size: 18px;
      line-height: 23px; } }

h3, .h3 {
  font-size: 24px;
  line-height: 28px;
  color: #161616;
  margin: 10px 0;
  font-weight: 700; }
  @media screen and (max-width: 779px) {
    h3, .h3 {
      font-size: 16px;
      line-height: 23px; } }

h4, .h4 {
  font-size: 18px;
  line-height: 24px;
  color: #161616;
  margin: 10px 0;
  font-weight: 700; }
  @media screen and (max-width: 779px) {
    h4, .h4 {
      font-size: 14px;
      line-height: 23px; } }

h5, .h5 {
  font-size: 16px; }

.font-bold {
  font-weight: bold; }

.d-flex {
  display: flex; }

.align-items-center {
  align-items: center; }

.justify-center {
  justify-content: center; }

.page-template-page-meniu.meniu {
  padding-bottom: 0;
  padding-top: 0; }
  .page-template-page-meniu.meniu .hero {
    height: 50vh;
    min-height: 50vh; }

.d-none {
  display: none !important; }

.page-template-default .page-normal {
  min-height: 100vh; }

.container {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box; }
  @media (min-width: 600px) {
    .container {
      max-width: 600px; } }
  @media (min-width: 780px) {
    .container {
      max-width: 780px; } }
  @media (min-width: 960px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs,
.col-xs-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 600px) {
  .col-xs {
    max-width: 100%; }
  .col-xs-auto {
    width: auto;
    max-width: none; }
  .col-xs-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xs-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xs-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xs-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xs-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xs-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xs-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xs-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-xs-0 {
    margin-left: 0; }
  .offset-xs-1 {
    margin-left: 8.33333%; }
  .offset-xs-2 {
    margin-left: 16.66667%; }
  .offset-xs-3 {
    margin-left: 25%; }
  .offset-xs-4 {
    margin-left: 33.33333%; }
  .offset-xs-5 {
    margin-left: 41.66667%; }
  .offset-xs-6 {
    margin-left: 50%; }
  .offset-xs-7 {
    margin-left: 58.33333%; }
  .offset-xs-8 {
    margin-left: 66.66667%; }
  .offset-xs-9 {
    margin-left: 75%; }
  .offset-xs-10 {
    margin-left: 83.33333%; }
  .offset-xs-11 {
    margin-left: 91.66667%; } }

@media (min-width: 780px) {
  .col-sm {
    max-width: 100%; }
  .col-sm-auto {
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 960px) {
  .col-md {
    max-width: 100%; }
  .col-md-auto {
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-lg {
    max-width: 100%; }
  .col-lg-auto {
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

.mastheader {
  transition: 0.3s all ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 9;
  padding: 15px 0; }
  .mastheader.dark {
    background: #000; }
  @media screen and (max-width: 959px) {
    .mastheader {
      display: flex;
      align-items: center;
      padding: 10px 0; } }
  .mastheader.is--active {
    background: #000;
    padding: 10px 0; }
    .mastheader.is--active .mastheader__wrapper--logo {
      max-width: 160px; }
    .mastheader.is--active .mastheader__link a {
      font-size: 22px;
      line-height: 26px; }
  .mastheader__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr; }
    @media screen and (max-width: 959px) {
      .mastheader__wrapper .mastheader__nav_primary {
        position: fixed;
        left: 0;
        right: 0;
        transform: translateX(-100%);
        width: 100%;
        display: flex;
        flex-direction: column;
        background: rgba(0, 0, 0, 0.9);
        top: 0;
        padding-top: 100px;
        padding-bottom: 25px;
        bottom: 0;
        transition: 0.3s all ease; } }
    @media screen and (max-width: 959px) {
      .mastheader__wrapper .mastheader__nav_primary.active {
        transition: 0.3s all ease;
        transform: translateX(0); } }
    .mastheader__wrapper--logo {
      max-width: 230px;
      display: block;
      transition: 0.3s all ease-in-out;
      z-index: 1;
      padding: 10px 0; }
      @media screen and (max-width: 779px) {
        .mastheader__wrapper--logo {
          width: 180px; } }
      .mastheader__wrapper--logo img {
        width: 100%;
        transition: 0.3s all ease-in-out; }
    .mastheader__wrapper--menu {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .mastheader__wrapper--menu svg {
        position: relative;
        top: -5px; }
        @media screen and (max-width: 959px) {
          .mastheader__wrapper--menu svg {
            top: 0px;
            left: 25px; } }
      .mastheader__wrapper--menu ul {
        padding: 0;
        margin: 0; }
        .mastheader__wrapper--menu ul .mastheader__link {
          padding: 5px 15px;
          list-style: none;
          display: inline-block; }
          .mastheader__wrapper--menu ul .mastheader__link a img {
            width: 20px !important;
            height: 14px !important; }
          .mastheader__wrapper--menu ul .mastheader__link:nth-last-child(-n+3) {
            position: fixed;
            right: 5px;
            top: calc(20% + 20px);
            background: #fff;
            box-shadow: 4px 8px 8px rgba(0, 0, 0, 0.38);
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            padding: 12px; }
            @media screen and (max-width: 959px) {
              .mastheader__wrapper--menu ul .mastheader__link:nth-last-child(-n+3) {
                position: absolute;
                right: 10px;
                top: 100px;
                background: transparent; } }
          .mastheader__wrapper--menu ul .mastheader__link:nth-last-child(-n+2) {
            position: fixed;
            top: calc(20% + 40px);
            background: #fff;
            right: 5px;
            padding: 12px;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px; }
            @media screen and (max-width: 959px) {
              .mastheader__wrapper--menu ul .mastheader__link:nth-last-child(-n+2) {
                position: absolute;
                right: 10px;
                top: 130px;
                background: transparent; } }
          .mastheader__wrapper--menu ul .mastheader__link:last-of-type {
            position: fixed;
            top: calc(20% + 60px);
            background: #fff;
            right: 5px;
            padding: 12px;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px; }
            @media screen and (max-width: 959px) {
              .mastheader__wrapper--menu ul .mastheader__link:last-of-type {
                position: absolute;
                right: 10px;
                top: 160px;
                background: transparent; } }
          .mastheader__wrapper--menu ul .mastheader__link a {
            color: #FFF;
            display: inline-block;
            font-size: 26px;
            line-height: 32px;
            text-transform: uppercase;
            font-family: "Bebas Neue", cursive;
            transition: 0.3s all ease; }
            .mastheader__wrapper--menu ul .mastheader__link a:hover {
              color: #93907D; }
  .mastheader__menu {
    position: relative;
    width: 30px;
    height: 30px;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    z-index: 99;
    cursor: pointer; }
    @media (min-width: 960px) {
      .mastheader__menu {
        display: none; } }
    .mastheader__menu.active span:first-child {
      transform: rotate(-225deg); }
    .mastheader__menu.active span:nth-child(2) {
      opacity: 0;
      transform: translateX(-5px); }
    .mastheader__menu.active span:last-child {
      transform: rotate(225deg); }
    .mastheader__menu span {
      right: 0;
      width: 26px;
      height: 3px;
      background: #FFF;
      margin: auto;
      transition: 0.25s;
      transition-timing-function: cubic-bezier(0.26, 0.75, 0, 0.97);
      transform-origin: center;
      opacity: 1;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0; }
      .mastheader__menu span:first-child {
        transform: translateY(-9px); }
      .mastheader__menu span:nth-child(2) {
        width: 16px;
        margin-left: 0; }
      .mastheader__menu span:last-child {
        transform: translateY(9px); }
  .mastheader__sticky {
    position: fixed;
    right: 0;
    background: #FFF;
    bottom: 10%;
    z-index: 99;
    margin: 0;
    padding: 10px 5px;
    border-radius: 20px;
    margin-right: 7px;
    border: 2px solid #000; }
    .mastheader__sticky li {
      list-style: none;
      margin-bottom: 10px; }
      .mastheader__sticky li:hover a .item-title {
        right: 40px;
        opacity: 1;
        transition: 0.3s all ease;
        z-index: 1; }
      .mastheader__sticky li a {
        position: relative; }
        .mastheader__sticky li a .sticky-icon {
          width: 30px;
          height: 30px;
          display: block;
          border-radius: 50%;
          background-image: url("../img/call.svg");
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center;
          background-size: 88%; }
        .mastheader__sticky li a .item-title {
          position: absolute;
          background: #fff;
          color: #0b6734;
          padding: 5px 10px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          border-radius: 5px;
          font-weight: bold;
          top: 0;
          opacity: 0;
          right: -100%;
          z-index: -1;
          transition: 0.3s all ease; }
          @media screen and (max-width: 959px) {
            .mastheader__sticky li a .item-title {
              display: none !important; } }
      .mastheader__sticky li:last-of-type {
        margin-bottom: 0; }
        .mastheader__sticky li:last-of-type .sticky-icon {
          background-image: url("../img/menu.svg");
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center; }
      .mastheader__sticky li:first-of-type .sticky-icon {
        background-image: url("../img/refactor.svg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }

.google-maps-iframe {
  width: 100%;
  border: 0; }

.mastfooter {
  background: #000;
  padding-top: 30px; }
  .mastfooter__wrapper {
    display: block; }
    .mastfooter__wrapper--item {
      margin: 0px 50px;
      padding-bottom: 15px;
      text-align: center; }
      @media screen and (max-width: 959px) {
        .mastfooter__wrapper--item {
          width: 100%;
          margin-left: 0;
          margin-right: 0;
          margin-bottom: 20px; } }
      .mastfooter__wrapper--item .social {
        display: flex;
        align-items: center;
        justify-content: center; }
        .mastfooter__wrapper--item .social a {
          width: 50px; }
  .mastfooter p {
    color: #efefef;
    margin: 0; }
  .mastfooter .copyright {
    color: #3d3d3d;
    margin: 0;
    text-align: center;
    padding: 20px 0;
    padding-bottom: 5px;
    font-size: 14px; }
  .mastfooter a {
    color: #0b6734;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px; }
  .mastfooter .anpc {
    max-width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 10px; }
    .mastfooter .anpc img {
      max-width: 145px;
      border-radius: 30px;
      margin: 5px; }

.btn {
  display: inline-block;
  padding: 10px 50px 10px 20px;
  font-family: "Open Sans", sans-serif;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 20px;
  color: #FFF;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  transition: 0.3s all ease; }
  .btn:after {
    width: 24px;
    height: 24px;
    content: "";
    position: absolute;
    right: 20px;
    bottom: 10px;
    background-image: url(../img/svg/arrow-right.svg);
    background-size: cover;
    background-position: center;
    transition: 0.3s all ease; }
  .btn:hover {
    background: #93907D;
    transition: 0.3s all ease; }
    .btn:hover:after {
      transition: 0.3s all ease;
      transform: rotate(30deg);
      right: 15px; }
  .btn--primary {
    background: #0b6734; }

.hero {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  z-index: 1;
  position: relative; }
  @media screen and (max-width: 959px) {
    .hero {
      min-height: 50vh;
      max-height: 50vh;
      height: 50vh; } }
  .hero__wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    @media screen and (max-width: 959px) {
      .hero__wrapper {
        align-items: flex-end; } }
    .hero__wrapper--content {
      width: 100%; }
      @media screen and (max-width: 959px) {
        .hero__wrapper--content--top {
          flex-direction: column;
          text-align: center; } }
      .hero__wrapper--content--top h1 {
        font-size: 66px;
        line-height: 70px;
        color: #FFF;
        text-transform: uppercase;
        font-family: "Bebas Neue", cursive; }
        @media screen and (max-width: 959px) {
          .hero__wrapper--content--top h1 {
            text-align: center;
            font-size: 48px;
            line-height: 52px; } }
      .hero__wrapper--content--top .social {
        display: flex;
        padding-left: 15px;
        justify-content: space-between;
        max-width: 120px;
        align-items: center; }
        @media screen and (max-width: 959px) {
          .hero__wrapper--content--top .social {
            border-left: 0;
            flex-direction: row;
            padding-left: 0;
            justify-content: center;
            align-items: center;
            margin: 0 auto;
            margin-bottom: 50px;
            margin-top: 20px; } }
        .hero__wrapper--content--top .social__item {
          display: flex;
          align-items: center; }
          @media screen and (max-width: 959px) {
            .hero__wrapper--content--top .social__item {
              margin: 0 10px; } }
          .hero__wrapper--content--top .social__item:last-of-type {
            margin-bottom: 0; }
          .hero__wrapper--content--top .social__item--icon {
            display: flex;
            align-items: center;
            justify-content: center; }
            .hero__wrapper--content--top .social__item--icon img {
              transition: 0.3s all ease;
              width: 30px; }
              .hero__wrapper--content--top .social__item--icon img:hover {
                opacity: 0.6;
                transition: 0.3s all ease; }
  .hero #background-video {
    position: absolute;
    left: 0;
    right: 0;
    object-fit: cover;
    width: 100%;
    height: 100%; }

video::-webkit-media-controls {
  display: none !important; }

.intro {
  height: 50vh;
  background-size: cover;
  background-position: center; }
  .intro__wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .intro__wrapper--content {
      width: 100%; }
      .intro__wrapper--content--top {
        display: flex;
        justify-content: center;
        width: 100%;
        text-align: center; }
        @media screen and (max-width: 959px) {
          .intro__wrapper--content--top {
            flex-direction: column;
            text-align: center; } }
        .intro__wrapper--content--top h1 {
          font-size: 66px;
          line-height: 70px;
          color: #FFF;
          text-transform: uppercase;
          font-family: "Bebas Neue", cursive;
          text-align: center; }
          @media screen and (max-width: 959px) {
            .intro__wrapper--content--top h1 {
              text-align: center;
              font-size: 48px;
              line-height: 52px; } }

.premium__slider--item {
  min-height: 650px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  .premium__slider--item .content {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%; }
    .premium__slider--item .content h2 {
      font-style: normal;
      font-weight: normal;
      font-size: 48px;
      line-height: 61px;
      color: #FFF;
      margin: 0;
      margin-bottom: 30px; }
    .premium__slider--item .content p {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 20px;
      color: #FFF;
      margin-bottom: 30px;
      max-width: 468px; }

.offers {
  background: #000000;
  padding: 75px 0 50px 0; }
  @media screen and (max-width: 779px) {
    .offers {
      padding: 25px 0; } }
  .offers__wrapper--title h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 61px;
    color: #fff;
    margin: 0; }
  .offers__wrapper--title p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 20px;
    max-width: 490px; }
  .offers__wrapper--posts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 45px;
    grid-gap: 28px; }
    @media screen and (max-width: 779px) {
      .offers__wrapper--posts {
        grid-template-columns: 1fr; } }
    .offers__wrapper--posts--item {
      min-height: 230px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      position: relative; }
      .offers__wrapper--posts--item .post--title {
        background: #000;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        color: #FFFFFF;
        padding: 10px;
        height: 40px;
        overflow: hidden; }
        .offers__wrapper--posts--item .post--title p {
          margin: 0; }
        .offers__wrapper--posts--item .post--title .post--icon {
          cursor: pointer;
          width: 24px;
          height: 24px;
          background: rgba(0, 0, 0, 0.7);
          display: flex;
          align-items: center;
          justify-content: center;
          position: absolute;
          right: 0;
          bottom: 40px; }

.offers__teaser {
  background: #000000;
  padding: 50px 0 75px 0; }
  .offers__teaser--category {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    color: #FFF;
    margin-bottom: 20px;
    display: block; }
    .offers__teaser--category:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -5px;
      width: 34px;
      height: 2px;
      background-color: #FFF; }
  .offers__teaser--title {
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 61px;
    color: #fff;
    margin: 0;
    margin-bottom: 10px; }
  .offers__teaser--description {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 45px;
    max-width: 490px; }
  .offers__teaser--image {
    width: 100%; }
    .offers__teaser--image img {
      width: 100%;
      height: auto; }

.detail__slider--heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0; }
  .detail__slider--heading h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 61px;
    color: #000;
    margin: 0;
    font-family: "Bebas Neue", cursive; }
  .detail__slider--heading a {
    font-size: 20px;
    line-height: 18px;
    text-align: right;
    color: #000;
    display: block;
    font-style: normal;
    font-weight: normal; }

.detail__slider {
  padding-bottom: 50px;
  overflow: hidden;
  max-height: 510px;
  /* the slides */
  /* the parent */ }
  .detail__slider--item {
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    opacity: 0.7;
    transition: 0.3s all ease; }
    .detail__slider--item .content {
      padding: 30px 20px;
      background: rgba(255, 255, 255, 0.5);
      width: 350px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(-50%, -50%);
      opacity: 0;
      visibility: hidden;
      transition: 0.3s all ease;
      backdrop-filter: blur(4px);
      border-top-left-radius: 15px;
      border-bottom-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 15px; }
      @media screen and (max-width: 959px) {
        .detail__slider--item .content {
          left: 50%; } }
      .detail__slider--item .content--head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px; }
        .detail__slider--item .content--head h2 {
          font-style: normal;
          font-weight: normal;
          font-size: 20px;
          line-height: 20px;
          color: #000;
          margin-bottom: 0px;
          font-family: "Bebas Neue", cursive; }
        .detail__slider--item .content--head p {
          background: #0b6734;
          border-top-left-radius: 15px;
          border-bottom-left-radius: 5px;
          border-top-right-radius: 5px;
          border-bottom-right-radius: 15px;
          font-style: normal;
          font-weight: normal;
          font-size: 18px;
          line-height: 20px;
          color: #FFF;
          margin-bottom: 0px;
          text-align: right;
          padding: 5px 10px;
          display: inline-block;
          width: fit-content; }
      .detail__slider--item .content--description {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #000;
        margin-bottom: 20px;
        font-family: "Open Sans", sans-serif; }
        .detail__slider--item .content--description p {
          font-size: 16px; }
  .detail__slider .slick-slide {
    margin: 0 13px;
    position: relative; }
    .detail__slider .slick-slide.slick-active .detail__slider--item {
      opacity: 1;
      transition: 0.3s all ease; }
      .detail__slider .slick-slide.slick-active .detail__slider--item .content {
        opacity: 1;
        visibility: visible;
        transition: 0.3s all ease; }
  .detail__slider .slick-list {
    margin: 0 -13px; }

.main-menu {
  padding: 20px 0; }
  .main-menu--title {
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    line-height: 46px;
    color: #000;
    text-align: center; }
    @media screen and (max-width: 959px) {
      .main-menu--title {
        font-size: 34px;
        line-height: 40px; } }
  .main-menu--subtitle {
    text-align: center;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 50px; }
    @media screen and (max-width: 959px) {
      .main-menu--subtitle {
        font-size: 16px;
        line-height: 20px; } }
  .main-menu .left {
    width: 33%; }
    @media screen and (max-width: 959px) {
      .main-menu .left .menu-category-select {
        display: none; } }
    .main-menu .left .mobile-menu-category-select {
      display: block;
      width: 100%;
      color: #FFF;
      background: #000;
      padding: 10px;
      height: 45px;
      font-size: 18px;
      text-transform: uppercase;
      border-radius: 3px;
      border: 0;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
      background-repeat: no-repeat;
      background-position-x: 95%;
      background-position-y: 10px;
      margin-right: 2rem;
      padding-right: 2rem;
      border-radius: 20px; }
      @media (min-width: 960px) {
        .main-menu .left .mobile-menu-category-select {
          display: none; } }
    @media screen and (max-width: 959px) {
      .main-menu .left {
        width: 100%;
        position: sticky;
        top: 75px; } }
  .main-menu .right {
    width: 66%;
    margin: 0 20px; }
    @media screen and (max-width: 959px) {
      .main-menu .right {
        width: 100%;
        margin: 0; } }
  .main-menu__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center; }
    @media screen and (max-width: 959px) {
      .main-menu__wrap {
        flex-wrap: wrap; } }
    .main-menu__wrap .category--title {
      cursor: pointer;
      font-size: 36px;
      line-height: 40px;
      text-align: center;
      font-family: "Bebas Neue", cursive;
      position: relative;
      z-index: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #000;
      color: #FFF;
      margin-bottom: 10px;
      padding: 10px 20px;
      border-radius: 20px; }
      @media screen and (max-width: 959px) {
        .main-menu__wrap .category--title {
          font-size: 20px;
          line-height: 24px;
          min-width: fit-content; } }
      .main-menu__wrap .category--title.active {
        background: #0b6734; }
  .main-menu .category--content {
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    display: none;
    padding: 20px;
    padding-top: 0; }
    @media screen and (max-width: 959px) {
      .main-menu .category--content {
        padding: 20px 0; } }
    .main-menu .category--content.active {
      display: flex; }
    .main-menu .category--content--item {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      width: calc(100%/2 - 20px);
      margin-bottom: 15px; }
      @media screen and (max-width: 959px) {
        .main-menu .category--content--item {
          width: 100%; } }
      .main-menu .category--content--item--image {
        width: 120px;
        height: 120px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 12px; }
        @media screen and (max-width: 959px) {
          .main-menu .category--content--item--image {
            width: 80px;
            height: 80px;
            min-width: 80px; } }
      .main-menu .category--content--item--title {
        font-size: 20px;
        line-height: 24px;
        color: #000;
        display: flex;
        align-items: center;
        font-family: "Bebas Neue", cursive; }
        .main-menu .category--content--item--title svg {
          margin-left: 10px; }
      .main-menu .category--content--item--price {
        font-size: 22px;
        line-height: 26px;
        color: #161616;
        font-family: "Bebas Neue", cursive;
        font-weight: 700;
        text-align: left;
        margin-top: 5px;
        margin-bottom: 10px;
        display: inline-block; }
      .main-menu .category--content--item--ingredients {
        font-size: 13px;
        line-height: 20px;
        color: #000;
        font-weight: 500;
        text-transform: none;
        font-family: "Open Sans", sans-serif;
        font-style: italic;
        margin: 0; }
      .main-menu .category--content--item--content {
        width: calc(100% - 130px); }
        @media screen and (max-width: 959px) {
          .main-menu .category--content--item--content {
            width: calc(100% - 90px);
            padding-top: 0; } }
        .main-menu .category--content--item--content .wrap {
          padding: 0px 10px; }

.modal--oferta {
  position: fixed;
  background: #fff;
  display: flex;
  align-items: stretch;
  z-index: 99999;
  transition: 0.3s all ease;
  width: 300px;
  top: 0;
  right: 0;
  height: 100%;
  transform: translateX(100%);
  overflow: auto; }
  @media screen and (max-width: 779px) {
    .modal--oferta {
      width: 50%; } }
  @media screen and (max-width: 779px) {
    .modal--oferta {
      width: 75%; } }
  .modal--oferta.active {
    transition: 0.3s all ease;
    z-index: 10;
    transform: translateX(0); }
  .modal--oferta--close {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0; }
  .modal--oferta--right {
    width: 100%;
    padding: 25px 15px; }
    @media (min-width: 960px) {
      .modal--oferta--right {
        min-height: 500px; } }
    @media screen and (max-width: 959px) {
      .modal--oferta--right {
        padding: 25px;
        width: 100%; } }
    .modal--oferta--right img {
      width: 100%;
      height: auto;
      margin-bottom: 15px; }
    .modal--oferta--right--title {
      font-size: 48px;
      line-height: 50px;
      font-style: normal;
      font-weight: normal;
      color: #000000;
      margin-top: 20px;
      margin-bottom: 20px;
      font-family: "Bebas Neue", cursive; }
      @media screen and (max-width: 959px) {
        .modal--oferta--right--title {
          font-size: 30px;
          line-height: 34px; } }
    .modal--oferta--right--category {
      font-size: 16px;
      line-height: 20px;
      font-style: normal;
      font-weight: normal;
      color: #000000;
      position: relative;
      margin-bottom: 10px;
      font-family: "Bebas Neue", cursive; }
      .modal--oferta--right--category:before {
        content: "";
        width: 34px;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: -10px;
        background: #000; }
    .modal--oferta--right--excerpt {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 20px;
      color: #000000;
      font-family: "Open Sans", sans-serif; }
    .modal--oferta--right .btn {
      margin-top: 65px;
      display: inline-block;
      display: none !important; }

@keyframes shrink {
  0% {
    background-size: 110% 110%; }
  100% {
    background-size: 100% 100%; } }

.menuv2 {
  padding: 40px 0; }
  @media screen and (max-width: 959px) {
    .menuv2 {
      padding: 15px 0; } }
  .menuv2 .category--container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center; }
    .menuv2 .category--container .js-category-item {
      font-size: 16px;
      font-weight: 200;
      letter-spacing: 1px;
      padding: 5px 10px;
      outline: 0;
      border: 1px solid black;
      cursor: pointer;
      position: relative;
      background-color: rgba(0, 0, 0, 0);
      user-select: none;
      -webkit-user-select: none;
      touch-action: manipulation;
      margin: 10px;
      color: #FFF;
      transition: 0.3s all ease; }
      .menuv2 .category--container .js-category-item:hover span, .menuv2 .category--container .js-category-item:hover svg {
        top: 0px;
        transition: 0.3s all ease; }
      .menuv2 .category--container .js-category-item:hover svg {
        top: 4px;
        transition: 0.3s all ease; }
      .menuv2 .category--container .js-category-item:hover:after {
        top: 0px !important;
        left: 0px !important; }
      .menuv2 .category--container .js-category-item span {
        position: relative;
        z-index: 2;
        top: 7px;
        transition: 0.3s all ease; }
      .menuv2 .category--container .js-category-item svg {
        position: relative;
        top: 11px;
        z-index: 2;
        transition: 0.3s all ease; }
      .menuv2 .category--container .js-category-item:after {
        content: "";
        background-color: #0b6734;
        width: 100%;
        z-index: 0;
        position: absolute;
        height: 100%;
        top: 7px;
        left: 7px;
        transition: 0.3s all ease; }
  .menuv2 .js-menuv2-modal {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow-y: scroll;
    transform: scale(0.5); }
    .menuv2 .js-menuv2-modal .category__parent--name {
      font-size: 16px;
      font-weight: 200;
      letter-spacing: 1px;
      padding: 5px 10px;
      outline: 0;
      border: 1px solid #FFF;
      cursor: pointer;
      position: relative;
      background-color: rgba(0, 0, 0, 0);
      user-select: none;
      -webkit-user-select: none;
      touch-action: manipulation;
      margin: 10px;
      color: #FFF;
      transition: 0.3s all ease;
      width: 100%; }
      @media screen and (max-width: 959px) {
        .menuv2 .js-menuv2-modal .category__parent--name {
          width: fit-content; } }
      .menuv2 .js-menuv2-modal .category__parent--name:hover span, .menuv2 .js-menuv2-modal .category__parent--name:hover svg {
        top: 0px;
        transition: 0.3s all ease; }
      .menuv2 .js-menuv2-modal .category__parent--name:hover svg {
        top: 4px;
        transition: 0.3s all ease; }
      .menuv2 .js-menuv2-modal .category__parent--name:hover:after {
        top: 0px !important;
        left: 0px !important; }
      .menuv2 .js-menuv2-modal .category__parent--name span {
        position: relative;
        z-index: 2;
        top: 7px;
        transition: 0.3s all ease; }
      .menuv2 .js-menuv2-modal .category__parent--name svg {
        position: relative;
        top: 11px;
        z-index: 2;
        transition: 0.3s all ease; }
      .menuv2 .js-menuv2-modal .category__parent--name:after {
        content: "";
        background-color: #0b6734;
        width: 100%;
        z-index: 0;
        position: absolute;
        height: 100%;
        top: 7px;
        left: 7px;
        transition: 0.3s all ease; }
    .menuv2 .js-menuv2-modal.active {
      visibility: visible;
      opacity: 1;
      pointer-events: auto;
      transform: scale(1); }
    .menuv2 .js-menuv2-modal .modal-content {
      display: flex;
      flex-wrap: wrap;
      padding: 0px 15px;
      justify-content: flex-start;
      padding-top: 25px; }
      @media screen and (max-width: 959px) {
        .menuv2 .js-menuv2-modal .modal-content {
          display: block; } }
    .menuv2 .js-menuv2-modal .js-menuv2-modal-close {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 35px;
      cursor: pointer;
      position: sticky;
      top: 20px;
      z-index: 9;
      border: 2px solid #FFF;
      border-radius: 10px;
      width: fit-content;
      padding: 0px 7px;
      background: #fff;
      margin-left: auto;
      margin-right: 10px;
      box-shadow: 4px 8px 8px rgba(0, 0, 0, 0.38); }
      .menuv2 .js-menuv2-modal .js-menuv2-modal-close span {
        font-size: 16px;
        margin-left: 10px;
        color: #000;
        font-weight: bold; }
    .menuv2 .js-menuv2-modal .category--content--item {
      background: #fff;
      border-radius: 15px;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      width: calc(100% / 3 - 15px);
      box-shadow: 4px 8px 8px rgba(0, 0, 0, 0.38);
      margin: 5px; }
      @media screen and (max-width: 959px) {
        .menuv2 .js-menuv2-modal .category--content--item {
          width: 100%; } }
      .menuv2 .js-menuv2-modal .category--content--item .title {
        font-size: 26px;
        line-height: 29px;
        text-transform: uppercase;
        font-family: "Bebas Neue", cursive;
        text-align: left;
        position: relative;
        z-index: 1;
        display: flex;
        align-items: flex-start;
        justify-content: space-between; }
        @media screen and (max-width: 959px) {
          .menuv2 .js-menuv2-modal .category--content--item .title {
            font-size: 21px;
            line-height: 24px; } }
      .menuv2 .js-menuv2-modal .category--content--item .price {
        margin-top: 5px;
        position: relative;
        background: #0b6734;
        color: #FFF;
        padding: 1px 2px;
        text-align: center;
        text-align: center;
        display: inline-block;
        width: fit-content;
        border-radius: 10px;
        font-size: 12px;
        min-width: 45px; }
      .menuv2 .js-menuv2-modal .category--content--item .content {
        padding: 5px 10px;
        width: calc(100% - 140px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: calc(100% - 18px); }
        @media screen and (max-width: 959px) {
          .menuv2 .js-menuv2-modal .category--content--item .content {
            width: calc(100% - 90px); } }
      .menuv2 .js-menuv2-modal .category--content--item .info {
        font-style: italic;
        font-size: 14px;
        line-height: 18px; }
      .menuv2 .js-menuv2-modal .category--content--item .image {
        width: 120px;
        min-width: 120px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 12px;
        margin: 5px;
        height: calc(100% - 10px); }
        @media screen and (max-width: 959px) {
          .menuv2 .js-menuv2-modal .category--content--item .image {
            width: 70px;
            height: 70px;
            min-width: 70px; } }

.teaser {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 50px 0;
  overflow: hidden; }
  .teaser h2 {
    font-size: 40px;
    line-height: 46px;
    text-align: center; }
    @media screen and (max-width: 959px) {
      .teaser h2 {
        font-size: 34px;
        line-height: 40px; } }
  .teaser p {
    font-size: 18px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
    text-align: center; }
    @media screen and (max-width: 959px) {
      .teaser p {
        font-size: 16px;
        line-height: 20px; } }
  .teaser__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 959px) {
      .teaser__wrapper {
        flex-wrap: wrap; } }
    .teaser__wrapper--item {
      width: 100%;
      margin: 10px; }
      .teaser__wrapper--item .image__wrapper {
        width: 100%;
        height: 350px;
        overflow: hidden; }
        .teaser__wrapper--item .image__wrapper .image {
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          border-radius: 20px;
          transition: 0.3s all ease; }
          .teaser__wrapper--item .image__wrapper .image:hover {
            transform: scale(1.2);
            transition: 0.3s all ease; }
      .teaser__wrapper--item .text {
        font-size: 26px;
        line-height: 32px;
        text-transform: uppercase;
        font-family: "Bebas Neue", cursive;
        text-align: center;
        margin: 15px; }

.weekly {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 75px 0;
  padding-bottom: 25px !important;
  text-align: center;
  /* the slides */
  /* the parent */ }
  @media screen and (max-width: 959px) {
    .weekly {
      padding: 50px 0; } }
  .weekly h2 {
    font-size: 40px;
    line-height: 46px;
    font-family: "Open Sans", sans-serif;
    text-align: center; }
    @media screen and (max-width: 959px) {
      .weekly h2 {
        font-size: 24px;
        line-height: 30px;
        text-align: left; } }
  .weekly p {
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    text-align: center; }
    @media screen and (max-width: 959px) {
      .weekly p {
        font-size: 16px;
        line-height: 20px; } }
  .weekly .btn {
    margin: 30px 0; }
  .weekly__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 959px) {
      .weekly__wrapper {
        flex-wrap: wrap; } }
    .weekly__wrapper--item {
      margin: 10px;
      margin-bottom: 20px;
      width: calc(100%/4 - 20px); }
      @media screen and (max-width: 1199px) {
        .weekly__wrapper--item {
          width: 100%; } }
      .weekly__wrapper--item .image__wrapper {
        width: 240px;
        height: 240px;
        overflow: hidden;
        border-radius: 12px;
        margin-right: 20px; }
        @media screen and (max-width: 959px) {
          .weekly__wrapper--item .image__wrapper {
            width: 100%;
            height: 200px; } }
        .weekly__wrapper--item .image__wrapper .image {
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          transition: 0.3s all ease; }
          .weekly__wrapper--item .image__wrapper .image:hover {
            transform: scale(1.2);
            transition: 0.3s all ease; }
      .weekly__wrapper--item .desc {
        font-size: 13px;
        line-height: 20px;
        color: #000;
        font-weight: 500;
        text-transform: none;
        font-style: italic;
        margin: 0;
        text-align: left; }
      .weekly__wrapper--item .text {
        font-size: 26px;
        line-height: 32px;
        text-transform: uppercase;
        font-family: "Bebas Neue", cursive;
        text-align: left; }
      .weekly__wrapper--item .price {
        margin: 0;
        text-align: left; }
  .weekly .slick-slide {
    margin: 0 15px; }
  .weekly .slick-list {
    margin: 0 -15px; }
  .weekly .slick-dots {
    bottom: 25px; }
  @media screen and (max-width: 959px) {
    .weekly .slick-prev, .weekly .slick-next {
      top: -31px; } }
  @media screen and (max-width: 959px) {
    .weekly .slick-prev.slick-prev, .weekly .slick-next.slick-prev {
      right: 25px; } }
  .weekly .weekly-slider--item {
    width: 100%;
    padding-bottom: 25px; }
    @media screen and (max-width: 959px) {
      .weekly .weekly-slider--item {
        padding-bottom: 25px; } }
    .weekly .weekly-slider--item .image__wrapper {
      width: 100%;
      height: 300px; }
      .weekly .weekly-slider--item .image__wrapper .image {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        border-radius: 20px; }
    .weekly .weekly-slider--item .desc {
      font-size: 13px;
      line-height: 20px;
      color: #000;
      font-weight: 500;
      text-transform: none;
      font-style: italic;
      margin: 0;
      text-align: left; }
    .weekly .weekly-slider--item .text {
      font-size: 26px;
      line-height: 32px;
      text-transform: uppercase;
      font-family: "Bebas Neue", cursive;
      text-align: left;
      padding-top: 10px; }
    .weekly .weekly-slider--item .price {
      margin: 0;
      text-align: left;
      background: #0b6734;
      position: absolute;
      top: 20px;
      padding: 2px 10px;
      font-size: 17px;
      border-top-right-radius: 10px;
      color: #fff; }

.about {
  margin-top: 50px;
  overflow: hidden; }
  @media screen and (max-width: 959px) {
    .about {
      margin-bottom: 50px; } }
  .about__wrapper {
    display: flex;
    flex-direction: column; }
  .about__item {
    display: flex;
    margin-bottom: 25px; }
    .about__item:nth-child(even) {
      flex-direction: row-reverse; }
      @media screen and (max-width: 959px) {
        .about__item:nth-child(even) {
          flex-direction: row; } }
    @media screen and (max-width: 959px) {
      .about__item {
        flex-wrap: wrap; } }
    .about__item--image {
      width: 50%;
      height: auto;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      border-radius: 20px; }
      @media screen and (max-width: 959px) {
        .about__item--image {
          width: 100%;
          min-height: 200px; } }
    .about__item--content {
      width: 50%; }
      @media screen and (max-width: 959px) {
        .about__item--content {
          width: 100%; } }
      .about__item--content .wrapper {
        padding: 20px 20px; }
        @media screen and (max-width: 959px) {
          .about__item--content .wrapper {
            padding: 20px 10px; } }
        .about__item--content .wrapper h2 {
          font-size: 32px;
          line-height: 36px;
          text-align: center;
          position: relative;
          color: #FFF;
          z-index: 1; }
          @media screen and (max-width: 959px) {
            .about__item--content .wrapper h2 {
              font-size: 24px !important;
              line-height: 28px !important; } }
          .about__item--content .wrapper h2:after {
            content: "";
            position: absolute;
            top: -10px;
            height: calc(100% + 20px);
            background: #0b6734;
            left: 0;
            z-index: -1;
            width: 100%;
            border-radius: 10px; }
          @media screen and (max-width: 959px) {
            .about__item--content .wrapper h2 {
              font-size: 34px;
              line-height: 40px; } }
        .about__item--content .wrapper * {
          font-size: 16px;
          line-height: 22px;
          padding: 0; }
        .about__item--content .wrapper ul, .about__item--content .wrapper ol {
          margin-left: 25px; }

.events {
  padding: 50px 0; }
  @media screen and (max-width: 959px) {
    .events .main-menu--title {
      font-size: 20px;
      line-height: 23px;
      text-align: left; } }
  .events__wrapper {
    /* the parent */ }
    .events__wrapper .slick-dots {
      bottom: 0; }
    @media screen and (max-width: 959px) {
      .events__wrapper .slick-prev, .events__wrapper .slick-next {
        top: -31px; } }
    @media screen and (max-width: 959px) {
      .events__wrapper .slick-prev.slick-prev, .events__wrapper .slick-next.slick-prev {
        right: 25px; } }
    .events__wrapper .slick-slide {
      margin: 0 15px; }
    .events__wrapper .slick-list {
      margin: 0 -15px; }
    .events__wrapper--image {
      width: 100%;
      min-height: 350px;
      background-position: right;
      background-size: cover;
      background-repeat: no-repeat;
      display: flex !important;
      align-items: center;
      justify-content: center;
      border-radius: 20px;
      margin-bottom: 50px; }
    .events__wrapper--content {
      background: rgba(255, 255, 255, 0.6);
      left: 35px;
      top: 25px;
      min-width: 200px;
      padding: 10px 25px;
      box-shadow: 4px 8px 8px rgba(0, 0, 0, 0.38);
      width: fit-content;
      margin: 25px; }
      @media screen and (max-width: 959px) {
        .events__wrapper--content {
          border-radius: 20px; } }
      .events__wrapper--content h3 {
        font-weight: bold;
        font-family: "Bebas Neue", cursive;
        font-size: 40px;
        line-height: 56px; }
      .events__wrapper--content p {
        background: #0b6734;
        color: #FFF;
        font-size: 18px;
        line-height: 20px;
        padding: 5px;
        border-radius: 5px;
        text-align: center; }

.form__join {
  padding: 25px 0; }
  .form__join__wrapper {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 959px) {
      .form__join__wrapper {
        display: block; } }
    .form__join__wrapper .intro {
      width: 50%;
      height: auto; }
      @media screen and (max-width: 959px) {
        .form__join__wrapper .intro {
          width: 100%; } }
    .form__join__wrapper .wpcf7-form {
      width: 100%; }
      @media screen and (max-width: 959px) {
        .form__join__wrapper .wpcf7-form {
          padding: 10px 0; } }
      .form__join__wrapper .wpcf7-form .wpcf7-response-output {
        font-size: 16px;
        line-height: 20px; }
      .form__join__wrapper .wpcf7-form br {
        display: none; }
      .form__join__wrapper .wpcf7-form .form__wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 5px; }
      .form__join__wrapper .wpcf7-form p {
        margin: 0; }
        @media screen and (max-width: 959px) {
          .form__join__wrapper .wpcf7-form p {
            padding: 0; } }
      .form__join__wrapper .wpcf7-form .form__input {
        text-align: left;
        position: relative;
        padding: 10px 0;
        margin-bottom: 5px; }
        .form__join__wrapper .wpcf7-form .form__input.hidden {
          display: none; }
        .form__join__wrapper .wpcf7-form .form__input .wpcf7-not-valid-tip {
          color: #dc3232;
          display: block;
          font-size: 13px;
          margin-left: 15px; }
        .form__join__wrapper .wpcf7-form .form__input .label p {
          color: #999;
          font-size: 15px;
          margin-bottom: 5px;
          padding-left: 5px; }
        .form__join__wrapper .wpcf7-form .form__input label {
          position: absolute;
          top: 30px;
          transform: translateY(-50%);
          pointer-events: none;
          font-weight: normal;
          transition: top .2s;
          color: #999;
          z-index: 1;
          left: 15px; }
          .form__join__wrapper .wpcf7-form .form__input label.no-effect {
            top: 0px; }
            .form__join__wrapper .wpcf7-form .form__input label.no-effect .has-value {
              top: 0px; }
          .form__join__wrapper .wpcf7-form .form__input label.has-value {
            top: 0px; }
        .form__join__wrapper .wpcf7-form .form__input input {
          border: none;
          background: #FFF;
          width: 100%;
          color: #000;
          font-size: 14px;
          height: 40px;
          border-radius: 5px;
          padding: 4px 15px;
          box-sizing: border-box;
          display: flex;
          align-items: center;
          justify-content: center; }
        .form__join__wrapper .wpcf7-form .form__input select {
          background-color: #FFF;
          color: #333;
          padding: 8px;
          width: 100%;
          border-radius: 5px;
          border: 0;
          height: 40px;
          box-sizing: border-box;
          margin-bottom: 10px; }
        .form__join__wrapper .wpcf7-form .form__input textarea {
          border: none;
          background: #FFF;
          width: 100%;
          color: #000;
          font-size: 14px;
          height: 30px;
          border-radius: 5px;
          outline: none;
          min-height: 100px;
          padding: 10px;
          box-sizing: border-box; }
      .form__join__wrapper .wpcf7-form input[type='submit'] {
        display: inline-block;
        padding: 20px 40px;
        font-family: "Open Sans", sans-serif;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 20px;
        color: #FFF;
        font-weight: 700;
        font-size: 16px;
        position: relative;
        transition: 0.3s all ease;
        background: #0b6734; }
      .form__join__wrapper .wpcf7-form .wpcf7-spinner {
        position: absolute; }
    @supports (-webkit-appearance: none) or (-moz-appearance: none) {
      .form__join__wrapper .wpcf7 input[type='checkbox'] {
        position: absolute;
        --active: #bca08a;
        --active-inner: #fff;
        --focus: 2px rgba(39, 94, 254, .3);
        --border: #BBC1E1;
        --border-hover: #bca08a;
        --background: #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 21px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: #FFF;
        -webkit-transition: background .3s, border-color .3s, box-shadow .2s;
        transition: background .3s, border-color .3s, box-shadow .2s;
        width: 20px; }
      .form__join__wrapper .wpcf7 input[type='checkbox']:after {
        content: '';
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
        transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease); }
      .form__join__wrapper .wpcf7 input[type='checkbox']:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: .3s;
        --d-t: .6s;
        --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
        background: #bca08a; }
      .form__join__wrapper .wpcf7 input[type='checkbox']:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: .9; }
      .form__join__wrapper .wpcf7 input[type='checkbox']:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover); }
      .form__join__wrapper .wpcf7 input[type='checkbox']:focus {
        box-shadow: 0 0 0 var(--focus); }
      .form__join__wrapper .wpcf7 input[type='checkbox'] {
        width: 21px; }
      .form__join__wrapper .wpcf7 input[type='checkbox']:after {
        opacity: var(--o, 0); }
      .form__join__wrapper .wpcf7 input[type='checkbox']:checked {
        --o: 1; }
      .form__join__wrapper .wpcf7 input[type='checkbox'] {
        border-radius: 3px;
        padding: 16px 16px; }
      .form__join__wrapper .wpcf7 input[type='checkbox']:after {
        width: 12px;
        height: 20px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 10px;
        top: 2px;
        -webkit-transform: rotate(var(--r, 20deg));
        transform: rotate(var(--r, 20deg)); }
      .form__join__wrapper .wpcf7 input[type='checkbox']:not(.switch):checked {
        --r: 43deg; } }
    .form__join__wrapper .wpcf7-list-item {
      margin: 0; }
    .form__join__wrapper .content {
      width: 50%; }
      @media screen and (max-width: 959px) {
        .form__join__wrapper .content {
          width: 100%;
          display: flex;
          flex-direction: column-reverse; } }
      @media screen and (max-width: 959px) {
        .form__join__wrapper .content img {
          max-width: 40%;
          position: absolute;
          top: 40px;
          z-index: 0;
          right: 0; } }
  @media screen and (max-width: 959px) and (max-width: 959px) {
    .form__join__wrapper .content img.devs {
      display: none; } }
      .form__join__wrapper .content .description {
        margin-left: 100px;
        text-align: center;
        font-size: 70px;
        line-height: 66px;
        padding: 50px 0;
        position: relative; }
        @media screen and (max-width: 959px) {
          .form__join__wrapper .content .description {
            font-size: 55px;
            line-height: 60px;
            margin-left: 0;
            padding-top: 0; } }

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