@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500&family=Barlow:wght@400;500&family=Montserrat:wght@300&display=swap");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

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

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[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; }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
     */
html {
  font-size: 118.75%;
  line-height: 1.68421em;
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/* HTML5 display definitions
       ========================================================================== */
/**
     * Add the correct display in IE <10.
     * Add the correct display in Edge, IE, and Firefox for `details` or `summary`.
     * Add the correct display in IE for `main`.
     */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
     * Add the correct display in IE <10.
     */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
     * Add the correct display and remove excess height in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
     * Add the correct display in IE <11, Safari <8, and Firefox <22.
     * 1. Add the correct display in IE.
     */
template,
[hidden] {
  display: none; }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox <40.
     * 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 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

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

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

/**
     * Add the correct font style in Android <4.4.
     */
dfn {
  font-style: italic; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 1.68421em;
  line-height: 2em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 1em 0; }

h2 {
  font-size: 1.26316em;
  line-height: 1.33333em;
  margin: 1.33333em 0; }

h3 {
  font-size: 0.98526em;
  line-height: 1.7094em;
  margin: 1.7094em 0; }

h4 {
  font-size: 0.84211em;
  line-height: 2em;
  margin: 2em 0; }

h5 {
  font-size: 0.69895em;
  line-height: 2.40964em;
  margin: 2.40964em 0; }

h6 {
  font-size: 0.56421em;
  line-height: 2.98507em;
  margin: 2.98507em 0; }

/**
     * Add the correct background and color in IE <10.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * 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 <11.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
       ========================================================================== */
/**
       * Set 1 unit of vertical rhythm on the top and bottom margin.
       */
blockquote {
  margin: 1.68421em 40px; }

/**
       * Address margins set differently in IE 6/7.
       */
dl,
menu,
ol,
ul {
  margin: 1.68421em 0; }

/**
         * Turn off margins on nested lists.
         */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0; }

dd {
  margin: 0 0 0 40px; }

/**
       * Address paddings set differently in IE 6/7.
       */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1.68421em 40px; }

/**
     * 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 */ }

/**
       * Set 1 unit of vertical rhythm on the top and bottom margin.
       */
p,
pre {
  margin: 1.68421em 0; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
       ========================================================================== */
/**
     * Known issues:
     * - By default, Chrome on OS X and Safari on OS X allow very limited styling of
     *   select, unless a border property is set. The default font weight on
     *   optgroup elements cannot safely be changed in Chrome on OSX and Safari on
     *   OS X.
     * - It is recommended that you do not style checkbox and radio inputs as
     *   Firefox's implementation does not respect box-sizing, padding, or width.
     * - Certain font size values applied to number inputs cause the cursor style of
     *   the decrement button to change from default to text.
     * - The search input is not fully stylable by default. In Chrome and Safari on
     *   OSX/iOS you can't control font, padding, border, or background. In Chrome
     *   and Safari on Windows you can't control border properly. It will apply
     *   border-width but will only show a border color (which cannot be controlled)
     *   for the outer 1px of that border. Applying -webkit-appearance: textfield
     *   addresses these issues without removing the benefits of search inputs (e.g.
     *   showing past searches). Safari (but not Chrome) will clip the cancel button
     *   on when it has padding (and textfield appearance).
     */
/**
     * 1. Change font properties to `inherit` in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     * 3. Address `font-family` inconsistency between `textarea` and other form in IE 7
     * 4. Improve appearance and consistency with IE 6/7.
     */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

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

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE <11.
     * 2. Remove the padding in IE <11.
     * 3. Remove excess padding in IE 7.
     *    Known issue: excess padding remains in IE 6.
     */
[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 and cancel buttons in Chrome and Safari on OS X.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * Correct the text style of placeholders in Chrome, Edge, and Safari.
     */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
     * 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 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 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.
     * 4. Correct alignment displayed oddly in IE 6/7.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 2 */
  padding: 0;
  /* 3 */ }

/**
     * Restore the font weight unset by a previous rule.
     */
optgroup {
  font-weight: bold; }

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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

a {
  text-decoration: none;
  border: 0; }

img {
  border: 0; }

input, textarea {
  border: 0;
  background: transparent;
  outline: none;
  resize: none;
  border-radius: 0; }

button {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer; }

textarea {
  overflow: hidden; }

html, main, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, table, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

html {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

html,
body {
  margin: 0;
  padding: 0; }

body {
  font-family: 'Barlow', sans-serif;
  font-size: 19px;
  line-height: 32px;
  background-color: #fff;
  color: #030000; }

.toCenter {
  width: 100%;
  padding: 0 20px;
  max-width: 1280px;
  margin: 0 auto;
  position: relative; }

main {
  position: relative; }

.fit {
  display: block;
  width: 100%; }

.center {
  text-align: center; }

.grid {
  display: grid; }

.flex {
  display: flex; }

.block {
  display: block; }

.alignRight {
  text-align: right; }

.centered {
  margin: 0 auto; }

.alignCenter {
  text-align: center; }

.uppercase {
  text-transform: uppercase; }

b,
strong {
  font-weight: 500; }

@media only screen and (min-width: 1145px) {
  .slideUp {
    opacity: 0;
    position: relative;
    visibility: hidden;
    transform: translate(0, 30px);
    transition: all ease 600ms 150ms; }
    .slideUp.finished {
      opacity: 1;
      transform: translate(0, 0);
      visibility: visible; } }

@media only screen and (max-width: 1145px) {
  .slideUp {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible; } }

.sectionTitle {
  color: #ae904b;
  letter-spacing: -5px;
  font: 300 83px/90px 'Montserrat'; }
  @media only screen and (max-width: 1145px) {
    .sectionTitle {
      font-size: 42px;
      line-height: 45px;
      letter-spacing: -2px; } }

.sectionSubTitle {
  color: #040743;
  font: 300 32px/32px 'Montserrat';
  letter-spacing: 1px;
  padding: 20px 0 0;
  text-transform: uppercase; }
  @media only screen and (max-width: 1145px) {
    .sectionSubTitle {
      font-size: 21px;
      line-height: 24px;
      letter-spacing: 0; } }

nav.headerNav {
  margin: 65px 0 0; }
  nav.headerNav a {
    font-size: 21px;
    line-height: 26px;
    font-weight: 500;
    color: #fff; }
  @media only screen and (max-width: 1145px) {
    nav.headerNav {
      display: none; } }
  nav.headerNav ul {
    padding: 0 30px 0 0;
    font-size: 0; }
    nav.headerNav ul li {
      display: inline-block;
      margin: 0 40px 0 0; }
      nav.headerNav ul li:last-child {
        margin-right: 0; }
      nav.headerNav ul li.menu-item-has-children {
        position: relative; }
        nav.headerNav ul li.menu-item-has-children > a {
          padding: 10px 22px 10px 0;
          background: url(../images/dropdown.png) no-repeat right 22px; }
        nav.headerNav ul li.menu-item-has-children ul {
          position: absolute;
          text-align: left;
          background-color: #ae904b;
          left: 50%;
          top: 100%;
          width: 260px;
          padding: 25px 20px;
          opacity: 0;
          visibility: hidden;
          transition: all ease-in-out 150ms;
          transform: translate(-50%, 0); }
          @media only screen and (max-width: 1520px) {
            nav.headerNav ul li.menu-item-has-children ul {
              transform: translate(0, 0);
              left: 0; } }
        nav.headerNav ul li.menu-item-has-children li {
          display: block;
          padding: 5px 0; }
          nav.headerNav ul li.menu-item-has-children li a {
            font-size: 19px; }
            nav.headerNav ul li.menu-item-has-children li a:after {
              display: none; }
            nav.headerNav ul li.menu-item-has-children li a:hover {
              text-decoration: underline; }
        nav.headerNav ul li.menu-item-has-children:hover > a:after {
          opacity: 1;
          visibility: visible;
          transform: translate(0, 0); }
        nav.headerNav ul li.menu-item-has-children:hover ul {
          opacity: 1;
          visibility: visible; }
        @media only screen and (max-width: 1520px) {
          nav.headerNav ul li.menu-item-has-children:last-child ul {
            left: auto;
            right: 0; } }
    nav.headerNav ul a {
      position: relative;
      padding: 10px 0; }
      nav.headerNav ul a:hover:after {
        opacity: 1;
        visibility: visible;
        transform: translate(0, 0); }
      nav.headerNav ul a:after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 5px;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transform: translate(0, -5px);
        transition: all ease-in-out 150ms;
        background-color: #ae904b; }

nav.footerNav {
  padding: 62px 0 56px; }
  nav.footerNav ul {
    font-size: 0;
    text-align: center; }
  nav.footerNav li {
    vertical-align: top;
    display: inline-block;
    padding: 0 42px 0 0;
    position: relative; }
    @media only screen and (max-width: 1264px) {
      nav.footerNav li {
        padding-right: 26px; } }
    nav.footerNav li:last-child {
      padding-right: 0; }
      nav.footerNav li:last-child:after {
        display: none; }
    nav.footerNav li:after {
      content: "";
      background-color: #ae904b;
      width: 4px;
      height: 4px;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      right: 20px;
      border-radius: 999px; }
      @media only screen and (max-width: 1264px) {
        nav.footerNav li:after {
          right: 11px; } }
  nav.footerNav a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display: block; }
    nav.footerNav a:hover {
      text-decoration: underline; }

nav.mobileNav {
  z-index: 9999;
  padding: 58px 20px 40px;
  color: #fff; }
  nav.mobileNav a {
    color: #fff; }
  nav.mobileNav li {
    margin: 0 0 18px; }
    nav.mobileNav li.menu-item-has-children > a {
      padding-right: 22px;
      background: url(../images/dropdown.png) no-repeat right center/11px 7px; }
  nav.mobileNav ul ul {
    display: none; }
    nav.mobileNav ul ul li {
      padding: 10px 0 0 15px;
      margin: 0; }
      nav.mobileNav ul ul li a {
        font-size: 19px; }

.button {
  display: table;
  padding: 0 60px 0 78px;
  border: solid 1px #ae904b;
  border-radius: 999px;
  line-height: 66px;
  color: #ae904b;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  cursor: pointer;
  transform: scale(1, 1);
  transition: all ease-in-out 150ms;
  margin: 0 auto; }
  @media only screen and (max-width: 1145px) {
    .button {
      padding: 0 60px 0 70px; } }
  @media only screen and (min-width: 1145px) {
    .button:hover {
      transform: scale(1.05, 1.05); } }
  .button span {
    display: table;
    padding: 0 32px 0 0;
    background: url(../images/more.png) no-repeat right 0 center; }
    @media only screen and (max-width: 430px) {
      .button span {
        background-position: right 28px; } }

.more {
  font-weight: 500;
  font-size: 19px;
  line-height: 26px;
  display: table;
  color: #ae904b; }
  .more span {
    display: table;
    padding: 0 35px 0 0;
    background: url(../images/more.png) no-repeat right 5px center;
    transition: all ease-in-out 150ms; }
  @media only screen and (min-width: 1145px) {
    .more:hover span {
      background-position: right 0 center;
      text-decoration: underline; } }

.mobileMenu {
  display: none;
  background-color: #040743;
  position: fixed;
  top: 0;
  right: -250px;
  top: 0;
  height: 100%;
  width: 250px;
  overflow: auto;
  transition: all ease-in-out 250ms; }
  @media only screen and (max-width: 1145px) {
    .mobileMenu {
      display: block; } }

.outerContainer {
  position: relative;
  transition: all ease-in-out 250ms;
  transform: translate(0, 0); }

.mobileBars {
  margin: 28px 0 0;
  display: none;
  width: 100%;
  height: 40px;
  position: relative;
  cursor: pointer; }
  @media only screen and (max-width: 1145px) {
    .mobileBars {
      display: block; } }
  .mobileBars span {
    width: 100%;
    height: 6px;
    background-color: #ae904b;
    position: absolute;
    left: 0;
    opacity: 1;
    transform: rotate(0);
    transition: all ease-in-out 250ms; }
    .mobileBars span:nth-child(1) {
      top: 4px; }
    .mobileBars span:nth-child(2) {
      top: 18px; }
    .mobileBars span:nth-child(3) {
      top: 32px; }

@media only screen and (max-width: 1145px) {
  body.openMenu .mobileBars span:nth-child(1) {
    transform: rotate(45deg);
    top: 17px; }
  body.openMenu .mobileBars span:nth-child(2) {
    opacity: 0; }
  body.openMenu .mobileBars span:nth-child(3) {
    transform: rotate(-45deg);
    top: 17px; }
  body.openMenu .outerContainer {
    transform: translate(-250px, 0); }
  body.openMenu .mobileMenu {
    right: 0; } }

.mainHeader {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .mainHeader .logo {
    display: block;
    transition: all ease-in-out 150ms;
    margin: 15px 0 0;
    opacity: 1; }
    @media only screen and (max-width: 1145px) {
      .mainHeader .logo {
        margin: 0; } }
    .mainHeader .logo:hover {
      opacity: .8; }
  .mainHeader .grid {
    grid-template-columns: 135px auto;
    position: relative;
    padding: 0 45px 0 35px; }
    @media only screen and (max-width: 1264px) {
      .mainHeader .grid {
        padding: 0; } }
    @media only screen and (max-width: 1145px) {
      .mainHeader .grid {
        padding: 20px 0 0;
        grid-template-columns: 106px auto 58px; } }

.mainFooter {
  position: relative;
  overflow: hidden;
  background-color: #040743; }
  .mainFooter img {
    display: block;
    max-width: 100%; }
  @media only screen and (max-width: 1145px) {
    .mainFooter .top {
      display: none; } }
  .mainFooter .mid {
    padding: 35px 0;
    border-top: solid 1px #1f278f;
    border-bottom: solid 1px #1f278f; }
    @media only screen and (max-width: 1145px) {
      .mainFooter .mid {
        padding: 42px 0;
        border-top: 0;
        border-bottom: 0; } }
    .mainFooter .mid .toCenter {
      max-width: 1170px; }
    .mainFooter .mid p {
      color: #fff;
      font-size: 19px;
      line-height: 26px; }
    .mainFooter .mid .outer {
      grid-template-columns: 240px auto 430px; }
      @media only screen and (max-width: 1264px) {
        .mainFooter .mid .outer {
          grid-template-columns: 300px auto 380px; } }
      @media only screen and (max-width: 1145px) {
        .mainFooter .mid .outer {
          grid-template-columns: 1fr; }
          .mainFooter .mid .outer > .col:nth-child(2):before, .mainFooter .mid .outer > .col:nth-child(2):after {
            content: "";
            background-color: #1f278f;
            width: 300%;
            height: 1px;
            left: -100%;
            position: absolute;
            display: block !important; }
          .mainFooter .mid .outer > .col:nth-child(2):before {
            top: 0;
            transform: translate(0, 0); }
          .mainFooter .mid .outer > .col:nth-child(2):after {
            bottom: 0;
            top: auto;
            transform: translate(0, 0); }
          .mainFooter .mid .outer > .col:nth-child(3):before, .mainFooter .mid .outer > .col:nth-child(3):after {
            display: none; } }
    .mainFooter .mid .grid {
      align-items: center; }
    .mainFooter .mid .inner {
      grid-gap: 25px; }
    .mainFooter .mid .col {
      padding: 0 52px;
      position: relative; }
      @media only screen and (max-width: 1145px) {
        .mainFooter .mid .col {
          padding: 0; } }
      .mainFooter .mid .col a {
        display: block;
        opacity: 1;
        transition: all ease-in-out 150ms; }
        .mainFooter .mid .col a:hover {
          opacity: .8; }
      .mainFooter .mid .col:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 5px;
        height: 68px;
        transform: translate(0, -50%);
        background: url(../images/dots.png) no-repeat center center; }
        @media only screen and (max-width: 1145px) {
          .mainFooter .mid .col:after {
            display: none; } }
      .mainFooter .mid .col:last-child:after {
        display: none; }
        @media only screen and (max-width: 1145px) {
          .mainFooter .mid .col:last-child:after {
            display: block; } }
      @media only screen and (max-width: 1145px) {
        .mainFooter .mid .col:first-child:after {
          display: none; } }
      @media only screen and (max-width: 1145px) {
        .mainFooter .mid .col:nth-child(1) {
          padding: 0 0 50px; } }
      .mainFooter .mid .col:nth-child(1) a {
        margin: 0 auto;
        display: table; }
      @media only screen and (max-width: 1145px) {
        .mainFooter .mid .col:nth-child(2) {
          padding: 45px 0 40px; } }
      .mainFooter .mid .col:nth-child(2) .inner {
        grid-template-columns: auto 180px; }
        @media only screen and (max-width: 1145px) {
          .mainFooter .mid .col:nth-child(2) .inner {
            grid-gap: 20px; } }
      @media only screen and (max-width: 1145px) {
        .mainFooter .mid .col:nth-child(2) {
          display: table;
          margin: 0 auto;
          max-width: 360px;
          width: 100%; } }
      @media only screen and (max-width: 1145px) {
        .mainFooter .mid .col:nth-child(3) {
          padding: 40px 0 0; } }
      .mainFooter .mid .col:nth-child(3) .inner {
        text-align: right;
        grid-template-columns: auto 96px; }
        @media only screen and (max-width: 1145px) {
          .mainFooter .mid .col:nth-child(3) .inner {
            text-align: left; } }
      .mainFooter .mid .col:nth-child(3) img {
        width: 100%; }
      @media only screen and (max-width: 1145px) {
        .mainFooter .mid .col:nth-child(3) {
          display: table;
          margin: 0 auto;
          max-width: 360px;
          width: 100%; } }
  .mainFooter .bottom {
    padding: 32px 0 70px; }
    @media only screen and (max-width: 1145px) {
      .mainFooter .bottom {
        padding: 20px 0 80px; } }
    .mainFooter .bottom p {
      color: #515dcb;
      font-size: 19px;
      line-height: 24px; }
      @media only screen and (max-width: 1145px) {
        .mainFooter .bottom p {
          text-align: center; } }
      .mainFooter .bottom p:first-child {
        text-align: right; }
        @media only screen and (max-width: 1145px) {
          .mainFooter .bottom p:first-child {
            text-align: center; } }
      @media only screen and (max-width: 1145px) {
        .mainFooter .bottom p:last-child {
          display: none; } }
      .mainFooter .bottom p a {
        color: #515dcb; }
        .mainFooter .bottom p a:hover {
          text-decoration: underline; }
    .mainFooter .bottom .grid {
      grid-gap: 90px;
      grid-template-columns: 1fr 1fr; }
      @media only screen and (max-width: 1145px) {
        .mainFooter .bottom .grid {
          grid-template-columns: 1fr;
          grid-gap: 5px; } }
 .mainFooter .socials {
  display: flex;
  gap: 16px; 
  align-items: center;
}

.mainFooter .socials a {
  width: 48px;
  height: 48px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: -9999px; 
}

.mainFooter .socials a.facebook {
  background-image: url(../images/facebook.png);
}

.mainFooter .socials a.instagram {
  background-image: url(../images/instagram.png);
}

.mainFooter .socials a.tiktok {
  background-image: url(../images/tiktok.png);
}

.toUp {
  background: #ae904b url(../images/up.png) no-repeat center center/30px auto;
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  display: none;
  transition: all ease-in-out 150ms; }
  @media only screen and (max-width: 1145px) {
    .toUp {
      display: block; }
      .toUp.visible {
        opacity: 1;
        visibility: visible; } }

.hero {
  background-color: #040743;
  position: relative;
  height: 100vh;
  min-height: 800px; }
  @media only screen and (max-width: 1145px) {
    .hero {
      height: auto;
      min-height: unset; } }
  .hero.subpage {
    max-height: 800px; }
    @media only screen and (max-width: 1145px) {
      .hero.subpage .middle {
        padding: 20px 0 90px; } }
  .hero .heroImage {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 68%; }
    @media only screen and (max-width: 1145px) {
      .hero .heroImage {
        padding: 120px 0 0;
        height: auto;
        width: 100%;
        position: relative; } }
    .hero .heroImage:after {
      content: "";
      width: 570px;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      background: linear-gradient(90deg, #040743 0%, rgba(255, 255, 255, 0) 100%);
      z-index: 10; }
      @media only screen and (max-width: 1145px) {
        .hero .heroImage:after {
          width: 100%;
          height: 140px;
          top: 120px;
          background: linear-gradient(180deg, #040743 0%, rgba(255, 255, 255, 0) 100%); } }
  .hero img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .hero .middle {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    z-index: 99;
    padding: 125px 0 0;
    transform: translate(0, -50%); }
    @media only screen and (max-width: 1145px) {
      .hero .middle {
        padding: 50px 0 60px;
        position: relative;
        top: 0;
        transform: translate(0, 0); }
        .hero .middle.largerBottom {
          padding-bottom: 100px; } }
  .hero h1 {
    color: #ae904b;
    font: 300 96px/100px Montserrat;
    letter-spacing: -5px; }
    @media only screen and (max-width: 1145px) {
      .hero h1 {
        font-size: 44px;
        line-height: 46px;
        letter-spacing: -2px;
        text-align: center; } }
  .hero p {
    color: #fff;
    font-weight: 500;
    line-height: 30px;
    padding: 30px 0 0; }
    @media only screen and (max-width: 1145px) {
      .hero p {
        text-align: center;
        padding-top: 40px; }
        .hero p br {
          display: none; } }
  .hero .arrow {
    margin: 40px 0 0 5px;
    width: 28px;
    height: 46px;
    cursor: pointer;
    background: url(../images/arrow_down.png) no-repeat center center;
    transition: all ease-in-out 250ms;
    opacity: 1;
    transform: translate(0, 0); }
    .hero .arrow:hover {
      opacity: .8;
      transform: translate(0, 10px); }
    @media only screen and (max-width: 1145px) {
      .hero .arrow {
        display: none; } }
  .hero .breadcrumb {
    font-size: 0;
    color: #ae904b;
    position: relative;
    z-index: 99;
    margin: 0 0 0 7px; }
    @media only screen and (max-width: 1145px) {
      .hero .breadcrumb {
        margin: 0 auto 10px;
        display: table; } }
    .hero .breadcrumb li {
      display: inline-block;
      font: 500 16px/20px 'Barlow Condensed'; }
      .hero .breadcrumb li:after {
        content: "»";
        padding: 0 6px; }
      .hero .breadcrumb li:last-child:after {
        display: none; }
    .hero .breadcrumb a {
      color: #ae904b; }
      .hero .breadcrumb a:hover {
        text-decoration: underline; }
  .hero .data {
    max-width: 320px;
    color: #fff;
    font-weight: 500;
    padding: 60px 0 0;
    width: 100%; }
    @media only screen and (max-width: 1145px) {
      .hero .data {
        padding: 40px 0;
        display: table;
        margin: 0 auto;
        width: 100%; } }
    .hero .data .grid {
      padding: 8px 0;
      grid-gap: 10px;
      grid-template-columns: 1fr 1fr;
      border-bottom: dotted #ae904b 2px; }
      .hero .data .grid:last-child {
        border-bottom: 0; }

.intro {
  padding: 120px 0;
  background-color: #f6f3eb; }
  @media only screen and (max-width: 1145px) {
    .intro {
      padding: 70px 0 60px; } }
  .intro .toCenter {
    max-width: 1090px; }
  .intro p {
    padding: 45px 0; }

.mainProducts {
  padding: 160px 0 90px; }
  @media only screen and (max-width: 1145px) {
    .mainProducts {
      padding: 100px 0 0; } }
  .mainProducts img {
    margin: 0 auto;
    display: block;
    max-width: 100%; }
    @media only screen and (max-width: 1145px) {
      .mainProducts img {
        max-width: 250px; } }
  .mainProducts .slider {
    position: relative;
    margin: 0 0 95px; }
    @media only screen and (max-width: 1145px) {
      .mainProducts .slider {
        margin-bottom: 50px; } }
    .mainProducts .slider .toCenter {
      max-width: 1330px; }
    .mainProducts .slider:before {
      content: "";
      width: 100%;
      height: 240px;
      position: absolute;
      left: 0;
      top: calc(50% + 20px);
      transform: translate(0, -50%);
      background: url(../images/pattern.png); }
      @media only screen and (max-width: 1145px) {
        .mainProducts .slider:before {
          top: 130px;
          transform: translate(0, 0); } }
  .mainProducts .slides {
    padding: 125px 0 0; }
    @media only screen and (max-width: 1145px) {
      .mainProducts .slides {
        padding: 50px 0 0; } }
  .mainProducts .slick-arrow {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    transform: translate(0, -50%);
    text-indent: -9999px;
    z-index: 99; }
    @media only screen and (max-width: 1145px) {
      .mainProducts .slick-arrow {
        top: 220px;
        transform: translate(0, 0); } }
    .mainProducts .slick-arrow.slick-prev {
      left: 0;
      background: url(../images/step_left.png) no-repeat center center; }
      @media only screen and (max-width: 1145px) {
        .mainProducts .slick-arrow.slick-prev {
          left: -10px; } }
    .mainProducts .slick-arrow.slick-next {
      right: 0;
      background: url(../images/step_right.png) no-repeat center center; }
      @media only screen and (max-width: 1145px) {
        .mainProducts .slick-arrow.slick-next {
          right: -10px; } }
  .mainProducts h5 {
    font: 500 29px/30px 'Barlow Condensed';
    padding: 65px 0 0;
    color: #040743; }

.whereToBuy {
  padding: 0 0 210px; }
  @media only screen and (max-width: 1145px) {
    .whereToBuy {
      padding: 40px 0 90px; }
      .whereToBuy .toCenter {
        padding: 0; }
      .whereToBuy .slick-slide {
        margin: 0 25px; }
      .whereToBuy .slick-list {
        margin: 0 -25px; } }
  .whereToBuy img {
    margin: 0 auto;
    max-width: 100%; }
  .whereToBuy .partnerSlider {
    padding: 50px 0 0;
    overflow: hidden; }
    @media only screen and (max-width: 1145px) {
      .whereToBuy .partnerSlider {
        padding-top: 30px; } }

.largeBlock {
  background-color: #040743;
  padding: 230px 0 270px;
  position: relative; }
  @media only screen and (max-width: 1145px) {
    .largeBlock {
      padding: 0 0 70px;
      text-align: center; } }
  .largeBlock .toCenter {
    max-width: 1120px; }
  @media only screen and (max-width: 1145px) {
    .largeBlock .more {
      margin: 0 auto; } }
  @media only screen and (max-width: 1145px) {
    .largeBlock .sectionTitle {
      padding-top: 50px; } }
  .largeBlock .image {
    position: absolute;
    top: 0;
    right: 0;
    width: 68%;
    height: 100%;
    z-index: 1; }
    @media only screen and (max-width: 1145px) {
      .largeBlock .image {
        position: relative;
        width: 100%;
        height: auto; } }
    .largeBlock .image div {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      @media only screen and (max-width: 1145px) {
        .largeBlock .image div {
          position: relative;
          height: auto; } }
      .largeBlock .image div:after {
        content: "";
        width: 570px;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        background: linear-gradient(90deg, #040743 0%, rgba(255, 255, 255, 0) 100%); }
        @media only screen and (max-width: 1145px) {
          .largeBlock .image div:after {
            display: none; } }
  .largeBlock img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; }
  .largeBlock p {
    padding: 60px 0 40px;
    color: #fff;
    max-width: 480px; }
    @media only screen and (max-width: 1145px) {
      .largeBlock p {
        max-width: unset;
        padding: 40px 0; } }
  .largeBlock .toCenter {
    z-index: 2; }
  .largeBlock + .whereToBuy {
    padding: 160px 0 245px; }
    @media only screen and (max-width: 1145px) {
      .largeBlock + .whereToBuy {
        padding: 130px 0 110px; } }

.recipes {
  padding: 160px 0 120px;
  position: relative; }
  .recipes:after {
    content: "";
    position: absolute;
    top: 465px;
    left: 0;
    width: 100%;
    height: 840px;
    background-color: #f6f3eb;
    z-index: -1; }
    @media only screen and (max-width: 1145px) {
      .recipes:after {
        display: none; } }
  @media only screen and (max-width: 1145px) {
    .recipes {
      padding: 80px 0 75px; } }
  .recipes.subpage {
    padding-top: 140px; }
    @media only screen and (max-width: 1145px) {
      .recipes.subpage {
        padding-top: 80px; } }
  .recipes img {
    width: 100%;
    display: block; }
  .recipes .image {
    position: relative; }
    .recipes .image a {
      opacity: 1;
      transition: all ease-in-out 150ms;
      display: block; }
      .recipes .image a:hover {
        opacity: .8; }
  .recipes .badge {
    top: -10px;
    left: 25px;
    width: 105px;
    height: 119px;
    position: absolute;
    z-index: 1;
    background: url(../images/badge.png) no-repeat center center; }
    @media only screen and (max-width: 1145px) {
      .recipes .badge {
        left: 50%;
        transform: translate(-50%, 0);
        top: auto;
        bottom: -55px; } }
  .recipes .toCenter {
    max-width: 1120px; }
  .recipes h3 a {
    color: #040743; }
    .recipes h3 a:hover {
      text-decoration: underline; }

.largeRecipe {
  padding: 70px 0 0; }
  @media only screen and (max-width: 1145px) {
    .largeRecipe {
      padding-bottom: 55px; } }
  @media only screen and (max-width: 1145px) {
    .largeRecipe .toCenter {
      padding: 0; } }
  @media only screen and (max-width: 1145px) {
    .largeRecipe .texts {
      padding: 80px 10px 0; } }
  .largeRecipe h3 {
    padding: 35px 0 5px;
    font: 300 48px/50px 'Montserrat';
    display: table;
    margin: 0 auto; }
    @media only screen and (max-width: 1145px) {
      .largeRecipe h3 {
        text-align: center;
        padding: 0 0 20px; } }
  @media only screen and (max-width: 1145px) {
    .largeRecipe + .smallRecipes {
      display: none; } }

.smallRecipes {
  padding: 90px 0 55px; }
  @media only screen and (max-width: 1145px) {
    .smallRecipes {
      padding: 55px 0; } }
  @media only screen and (max-width: 1145px) {
    .smallRecipes .toCenter {
      padding: 0; } }
  .smallRecipes .grid {
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr; }
    @media only screen and (max-width: 1145px) {
      .smallRecipes .grid {
        grid-template-columns: 1fr; } }
  .smallRecipes .texts {
    padding: 20px; }
    @media only screen and (max-width: 1145px) {
      .smallRecipes .texts {
        padding: 22px 28px; } }
  .smallRecipes h3 {
    padding: 15px 0 0;
    font: 300 37px/40px 'Montserrat'; }
  .smallRecipes p {
    padding: 20px 0; }
  @media only screen and (max-width: 1145px) {
    .smallRecipes .col:last-child {
      display: none; } }

.subpageProducts {
  margin: 120px 0 280px; }
  @media only screen and (max-width: 1145px) {
    .subpageProducts {
      text-align: center;
      margin: 80px 0; } }
  .subpageProducts img {
    margin: 0 auto;
    display: block;
    max-width: 100%; }
  .subpageProducts h5 {
    padding: 25px 0 0;
    font: 500 29px/30px 'Barlow Condensed';
    color: #040743; }
  .subpageProducts .grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px; }
    @media only screen and (max-width: 1145px) {
      .subpageProducts .grid {
        grid-template-columns: 1fr;
        grid-gap: 80px 0; } }
  .subpageProducts .list {
    position: relative; }
    .subpageProducts .list:before {
      content: "";
      width: 100%;
      height: 240px;
      position: absolute;
      left: 0;
      top: calc(50% - 20px);
      transform: translate(0, -50%);
      background: url(../images/pattern.png); }
      @media only screen and (max-width: 1145px) {
        .subpageProducts .list:before {
          display: none; } }
    .subpageProducts .list + .list {
      margin: 70px 0 0; }

.productIntro {
  position: relative;
  background-color: #f6f3eb;
  z-index: 20; }
  @media only screen and (max-width: 1145px) {
    .productIntro {
      padding-bottom: 60px; } }
  .productIntro .grid {
    grid-gap: 45px;
    grid-template-columns: 38% auto; }
    @media only screen and (max-width: 1145px) {
      .productIntro .grid {
        grid-template-columns: 1fr; } }
  .productIntro img {
    top: -95px;
    left: 60px;
    position: absolute; }
    @media only screen and (max-width: 1145px) {
      .productIntro img {
        position: relative;
        display: table;
        max-width: 230px;
        margin: 30px auto 0;
        top: auto;
        left: auto; } }
  .productIntro p {
    padding: 110px 0 120px;
    max-width: 630px; }
    @media only screen and (max-width: 1145px) {
      .productIntro p {
        max-width: unset;
        padding: 0 0 20px;
        text-align: center; } }

.productTexts {
  padding: 115px 0 150px; }
  @media only screen and (max-width: 1145px) {
    .productTexts {
      padding: 80px 0 120px; } }
  .productTexts .toCenter {
    max-width: 1110px; }
  .productTexts h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    color: #040743;
    padding: 0 0 35px; }
  .productTexts ul li {
    margin: 0 0 20px;
    padding: 0 0 0 50px;
    background: url(../images/check.png) no-repeat 10px 6px; }
    .productTexts ul li:last-child {
      margin-bottom: 0; }
  .productTexts .grid {
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr; }
    @media only screen and (max-width: 1145px) {
      .productTexts .grid {
        grid-template-columns: 1fr;
        grid-gap: 70px; } }

.ingredients {
  padding: 100px 0 150px; }
  @media only screen and (max-width: 1145px) {
    .ingredients {
      padding: 40px 0 80px; } }
  .ingredients .toCenter {
    max-width: 1120px; }
  .ingredients h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    color: #040743;
    padding: 0 0 35px; }
  .ingredients .grid {
    grid-gap: 30px;
    grid-template-columns: 300px auto; }
    @media only screen and (max-width: 1145px) {
      .ingredients .grid {
        grid-template-columns: 1fr;
        grid-gap: 50px; } }
    .ingredients .grid .col:first-child p {
      line-height: 26px; }

.videoBlock {
  padding: 55px 0 10px;
  position: relative; }
  @media only screen and (max-width: 1145px) {
    .videoBlock {
      padding: 40px 0 55px; } }
  .videoBlock:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 500px;
    background-color: #f6f3eb; }
    @media only screen and (max-width: 1145px) {
      .videoBlock:before {
        height: 100%; } }
  .videoBlock .toCenter {
    max-width: 1120px; }
    @media only screen and (max-width: 1145px) {
      .videoBlock .toCenter {
        padding: 0; } }
  .videoBlock iframe {
    display: block;
    width: 100%;
    heihgt: 600px; }
    @media only screen and (max-width: 1145px) {
      .videoBlock iframe {
        height: 240px; } }

.cookiealert {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  background: #cbb170d9;
}

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.acceptcookies {
  padding: 0 25px 0 30px;
  border: solid 2px #cbb170;
  border-radius: 999px;
  color: #cbb170;
  text-align: center;
  cursor: pointer;
  transform: scale(1, 1);
  transition: all ease-in-out 150ms;
  letter-spacing: 1px;
  font: 600 21px/42px 'Barlow Condensed';
}

.modal-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

/* A modális ablak stílusai */
.modal {
  position: fixed;
  
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  width: 800px;
  max-width: 100%;
  z-index: 1001;
  border-radius: 8px;
  text-align: left;
}

/* Tartalom görgethető beállítása */
.modal-content {
  max-height: 500px; /* Magasság korlátozása */
  overflow-y: auto; /* Függőleges görgetősáv bekapcsolása */
}

/* Bezárás gomb stílus */
.close-btn {
  cursor: pointer;
  color: #aaa;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  font-weight: bold;
}

.close-btn:hover { color: #000; }