@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600&family=Barlow:wght@400;600&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.57895em;
  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: 1.875em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.9375em 0;
}

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

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

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

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

h6 {
  font-size: 0.56421em;
  line-height: 2.79851em;
  margin: 2.79851em 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.57895em 40px;
}

/**
       * Address margins set differently in IE 6/7.
       */
dl,
menu,
ol,
ul {
  margin: 1.57895em 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.57895em 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.57895em 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: 30px;
  background-color: #fff;
  color: #000;
}

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

@media only screen and (max-width: 1145px) {
  .toCenter {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 1145px) and (max-width: 420px) {
  .toCenter {
    padding: 0 20px;
  }
}

main {
  position: relative;
}

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

.center {
  text-align: center;
}

.grid {
  display: grid;
}

.flex {
  display: flex;
}

.block {
  display: block;
}

.centered {
  margin: 0 auto;
}

.alignCenter {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

b,
strong {
  font-weight: 600;
}

@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: #cbb170;
  letter-spacing: 2px;
  font: 600 80px/80px "Barlow Condensed";
}

@media only screen and (max-width: 1145px) {
  .sectionTitle {
    font-size: 46px;
    letter-spacing: 1px;
    line-height: 46px;
  }
}

.sectionSubTitle {
  color: #242c46;
  letter-spacing: 6px;
  padding: 15px 0 0;
  font: 600 37px/40px "Barlow Condensed";
}

@media only screen and (max-width: 1145px) {
  .sectionSubTitle {
    font-size: 24px;
    padding-top: 8px;
    letter-spacing: 1px;
    line-height: 24px;
  }
}

nav.headerNav {
  margin: 50px 0 0;
  text-align: right;
}

nav.headerNav a {
  font: 600 21px/26px "Barlow Condensed";
  color: #fff;
}

@media only screen and (max-width: 1145px) {
  nav.headerNav {
    display: none;
  }
}

nav.headerNav ul {
  font-size: 0;
}

nav.headerNav ul li {
  display: inline-block;
  margin: 0 43px 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 11px 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: #cbb170;
  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;
  letter-spacing: 1px;
}

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: #cbb170;
}

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 70px 0 80px;
  border: solid 2px #cbb170;
  border-radius: 999px;
  color: #cbb170;
  text-align: center;
  cursor: pointer;
  transform: scale(1, 1);
  transition: all ease-in-out 150ms;
  margin: 0 auto;
  letter-spacing: 1px;
  font: 600 21px/72px "Barlow Condensed";
}

@media only screen and (max-width: 1145px) {
  .button {
    padding: 0 40px;
    width: 100%;
  }
}

@media only screen and (max-width: 420px) {
  .button {
    padding: 0 20px;
    font-size: 18px;
  }
}

@media only screen and (min-width: 1145px) {
  .button:hover {
    transform: scale(1.05, 1.05);
  }
}

.button span {
  display: table;
  padding: 0 35px 0 0;
  background: url(../images/more.png) no-repeat right 0 center;
}

@media only screen and (max-width: 420px) {
  .button span {
    background-position: right 28px;
  }
}

@media only screen and (max-width: 1145px) {
  .button span {
    margin: 0 auto;
  }
}

.more {
  font: 600 21px/21px "Barlow Condensed";
  display: table;
  color: #cbb170;
  letter-spacing: 1px;
}

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

.more.white {
  color: #fff;
}

.more.white span {
  background-image: url(../images/more_white.png);
}

@media only screen and (min-width: 1145px) {
  .more:hover span {
    background-position: right 0 center;
    text-decoration: underline;
  }
}

.mobileMenu {
  display: none;
  background-color: #242c46;
  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;
  }
}

.mobileMenu .languages {
  display: block;
  left: 50%;
  right: auto;
  transform: translate(-50%, 0);
}

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

.mobileBars {
  margin: 22px 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: #fff;
  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%;
}

@media only screen and (max-width: 1145px) {
  .mainHeader {
    background-color: #242c46;
    position: relative;
  }
}

.mainHeader:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 228px;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

@media only screen and (max-width: 1145px) {
  .mainHeader:before {
    height: 140px;
    top: 100%;
    background: linear-gradient(#242c46, rgba(255, 255, 255, 0));
  }
}

.mainHeader .logo {
  display: block;
  transition: all ease-in-out 150ms;
  opacity: 1;
}

@media only screen and (max-width: 1145px) {
  .mainHeader .logo {
    margin: 0;
  }
}

.mainHeader .logo:hover {
  opacity: 0.8;
}

.mainHeader .grid {
  grid-template-columns: 155px auto;
  position: relative;
  padding: 30px 0 0;
}

@media only screen and (max-width: 1145px) {
  .mainHeader .grid {
    padding-top: 10px;
    grid-template-columns: 106px auto 58px;
  }
}

.languages {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 10;
  font-size: 0;
}

@media only screen and (max-width: 1145px) {
  .languages {
    display: none;
  }
}

.languages li {
  margin: 0 4px 0 0;
  display: inline-block;
}

.languages li:last-child {
  margin-right: 0;
}

.languages a {
  color: #949494;
  padding: 2px 6px 0;
  font-weight: 600;
  display: block;
  border-top: solid 6px transparent;
  font-size: 19px;
  line-height: 22px;
}

.languages a:hover,
.languages a.active {
  border-top-color: #cbb170;
}

.map {
  background-color: #242c46;
}

.map img {
  width: 100%;
  display: block;
  position: relative;
  top: -32px;
}

@media only screen and (max-width: 1145px) {
  .map img {
    top: auto;
  }
}

.map .grid {
  grid-template-columns: 42% auto;
  align-items: center;
}

@media only screen and (max-width: 1145px) {
  .map .grid {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 1145px) {
  .map .grid .col:nth-child(1) {
    order: 2;
    padding: 50px;
  }
}

@media only screen and (max-width: 1145px) {
  .map .grid .col:nth-child(2) {
    order: 1;
  }
}

.map h4 {
  margin: 0;
  padding: 30px 0 50px;
  color: #fff;
  font-weight: 600;
  font-size: 21px;
  line-height: 40px;
}

@media only screen and (max-width: 1145px) {
  .map h4 {
    font-size: 19px;
    line-height: 38px;
  }
}

.map h4 a {
  color: #fff;
}

.map h4 a:hover {
  text-decoration: underline;
}

.map .texts {
  display: table;
  margin: 0 0 0 auto;
  width: 440px;
}

@media only screen and (max-width: 1145px) {
  .map .texts {
    width: 100%;
  }
}

.map .button {
  margin: 0;
}

.mainFooter {
  position: relative;
}

.mainFooter .top {
  padding-top: 20px;
  padding-bottom: 20px;
}

.mainFooter .cols {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.mainFooter .col {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mainFooter .cols .col:first-child img {
  max-width: 130px;
  height: auto;
}

.mainFooter .col ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}

.mainFooter .col ul li {
  margin-bottom: 10px;
}

.mainFooter li,
.mainFooter a,
.mainFooter p {
  color: #a1a1a1;
  font-size: 17px;
  line-height: 18px;
}

.mainFooter a:hover {
  text-decoration: underline;
}

.mainFooter .bottom {
  padding: 20px 0;
  border-top: 1px solid #cbb170;
}

.mainFooter .bottom p {
  text-align: center;
  margin: 0;
}

@media (max-width: 1145px) {
  .mainFooter .cols {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    max-width: 400px; 
    margin: 0 auto; 
  }

  .mainFooter .col {
    width: 100%; 
    text-align: center;
  }

  .mainFooter .cols .col {
    align-items: center; 
  }

  .mainFooter .bottom {
    padding-bottom: 70px;
    margin-top: 30px;
  }
}

.toUp {
  background: #cbb170 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 {
  position: relative;
  background-color: #242c46;
}

@media only screen and (max-width: 1145px) {
  .hero {
    padding: 0 0 60px;
  }
}

.hero .oneSlide {
  height: 100vh;
  min-height: 900px;
  position: relative;
}

@media only screen and (max-width: 1145px) {
  .hero .oneSlide {
    height: auto;
    min-height: unset;
  }
}

.hero .oneSlide:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(90deg, #242c46 10%, rgba(255, 255, 255, 0) 100%);
  left: 21%;
  top: 0;
  max-width: 700px;
  z-index: 10;
}

@media only screen and (max-width: 1145px) {
  .hero .oneSlide:before {
    display: none;
  }
}

.hero .heroImage {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 79%;
  object-fit: cover;
}

@media only screen and (max-width: 1145px) {
  .hero .heroImage {
    width: 100%;
    height: auto;
    min-height: 300px;
    position: relative;
  }
}

.hero.subpage {
  height: 840px;
  position: relative;
}

@media only screen and (max-width: 1145px) {
  .hero.subpage {
    padding-bottom: 20px;
    height: auto;
  }

  .hero.subpage .middle {
    padding-bottom: 0;
  }
}

.hero.subpage:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(90deg, #242c46 10%, rgba(255, 255, 255, 0) 100%);
  left: 21%;
  top: 0;
  max-width: 700px;
  z-index: 10;
}

@media only screen and (max-width: 1145px) {
  .hero.subpage:before {
    display: none;
  }
}

.hero.subpage .h1Text {
  font-size: 120px;
  line-height: 120px;
}

@media only screen and (max-width: 1145px) {
  .hero.subpage .h1Text {
    font-size: 60px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 420px) {
  .hero.subpage .h1Text {
    font-size: 50px;
    line-height: 50px;
  }
}

.hero .middle {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  z-index: 99;
  padding: 135px 0 0;
  transform: translate(0, -50%);
}

@media only screen and (max-width: 1145px) {
  .hero .middle {
    padding: 50px 0 70px;
    position: relative;
    top: 0;
    transform: translate(0, 0);
  }
}

.hero .button {
  margin: 0;
}

.hero .h1Text,
.hero h3 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.hero .h1Text {
  font: 600 133px/133px "Barlow Condensed";
  color: #fff;
}

@media only screen and (max-width: 1145px) {
  .hero .h1Text {
    font-size: 60px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 420px) {
  .hero .h1Text {
    font-size: 50px;
    line-height: 50px;
  }
}

.hero h3 {
  font: 600 64px/64px "Barlow Condensed";
  color: #cbb170;
  letter-spacing: 7px;
}

@media only screen and (max-width: 1145px) {
  .hero h3 {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 4px;
  }
}

@media only screen and (max-width: 420px) {
  .hero h3 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 3px;
  }
}

.hero p {
  padding: 20px 0 60px;
  font-size: 21px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
}

@media only screen and (max-width: 1145px) {
  .hero p {
    font-size: 19px;
    line-height: 26px;
    padding-bottom: 40px;
  }

  .hero p br {
    display: none;
  }
}

.hero .dots {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  font-size: 0;
}

@media only screen and (max-width: 1145px) {
  .hero .dots {
    position: relative;
    bottom: auto;
    left: auto;
    text-align: center;
  }
}

.hero .dots .dot {
  width: 15px;
  height: 15px;
  margin: 0 23px 0 0;
  background-color: #fff;
  border-radius: 999px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  transition: all ease-in-out 150ms;
}

.hero .dots .dot:after {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #cbb170;
  top: -5px;
  left: -5px;
  position: absolute;
  opacity: 0;
  border-radius: 999px;
  transition: all ease-in-out 150ms;
}

.hero .dots .dot.active:after,
.hero .dots .dot:hover:after {
  opacity: 1;
}

@media only screen and (max-width: 1145px) {
  .hero .h1Text,
  .hero h3,
  .hero p {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 420px) {
  .hero .h1Text,
  .hero h3,
  .hero p {
    padding-left: 0;
  }
}

.intro {
  padding: 130px 0;
}

@media only screen and (max-width: 1145px) {
  .intro {
    padding: 90px 0 120px;
  }
}

.intro p {
  padding: 55px 0;
  display: table;
  margin: 0 auto;
  max-width: 970px;
}

@media only screen and (max-width: 1145px) {
  .intro p {
    padding: 40px 0;
  }
}

.quality {
  position: relative;
  margin: 0 0 270px;
}

@media only screen and (max-width: 1145px) {
  .quality {
    background-color: #cbb170;
  }
}

.quality img {
  display: none;
  width: 100%;
}

@media only screen and (max-width: 1145px) {
  .quality img {
    display: block;
  }
}

.quality.quality {
  margin-bottom: 325px;
}

@media only screen and (max-width: 1145px) {
  .quality.quality {
    margin-bottom: 80px;
  }
}

.quality:after {
  position: absolute;
  content: "";
  z-index: 0;
  width: 83%;
  right: 0;
  top: 72px;
  height: 100%;
  background: url(../images/geese.jpg) no-repeat center center/cover;
}

@media only screen and (max-width: 1145px) {
  .quality:after {
    display: none;
  }
}

.quality .toCenter {
  z-index: 10;
}

.quality .texts {
  position: relative;
  background-color: #cbb170;
  width: 618px;
  padding: 230px 130px 180px 110px;
}

@media only screen and (max-width: 1145px) {
  .quality .texts {
    width: 100%;
    padding: 50px 20px 80px;
  }
}

.quality .texts:before {
  content: "";
  position: absolute;
  width: 9999px;
  height: 100%;
  top: 0;
  right: 100%;
  background-color: #cbb170;
}

@media only screen and (max-width: 1145px) {
  .quality .texts:before {
    display: none;
  }
}

.quality .sectionTitle {
  color: #242c46;
  line-height: 95px;
  padding: 0 0 35px;
}

@media only screen and (max-width: 1145px) {
  .quality .sectionTitle {
    line-height: 50px;
  }
}

.quality p {
  padding: 0 0 50px;
}

.mainProducts {
  padding: 0 0 150px;
}

@media only screen and (max-width: 1145px) {
  .mainProducts {
    padding-bottom: 100px;
  }
}

.mainProducts img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.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);
}

.mainProducts .slides {
  padding: 105px 0 0;
}

@media only screen and (max-width: 1145px) {
  .mainProducts .slides {
    padding: 80px 40px 0;
  }
}

.mainProducts .slick-arrow {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 50%;
  transform: translate(0, -50%);
  text-indent: -9999px;
  z-index: 99;
}

.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 {
  padding: 45px 0 0;
  font: 600 29px/30px "Barlow Condensed";
}

.mainProducts h5 a {
  color: #242c46;
}

.mainProducts h5 a:hover {
  text-decoration: underline;
}

.mainNews {
  padding: 0 0 160px;
}

@media only screen and (max-width: 1145px) {
  .mainNews {
    padding-bottom: 90px;
  }
}

.mainNews .grid {
  padding: 70px 0 80px;
  grid-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
}

@media only screen and (max-width: 1145px) {
  .mainNews .grid {
    grid-template-columns: 1fr;
    padding-bottom: 70px;
  }
}

.mainNews img {
  width: 100%;
  display: block;
}

.mainNews .image a {
  transition: all ease-in-out 150ms;
  opacity: 1;
}

.mainNews .image a:hover {
  opacity: 0.8;
}

.mainNews .texts {
  padding: 20px;
}

.mainNews h5 {
  font: 600 32px/38px "Barlow Condensed";
}

.mainNews h5 a {
  color: #242c46;
}

.mainNews h5 a:hover {
  text-decoration: underline;
}

.mainNews p {
  padding: 20px 0 10px;
}

.subpageIntro {
  background-color: #cbb170;
  padding: 90px 0 100px;
  margin: 0 0 130px;
}

@media only screen and (max-width: 1145px) {
  .subpageIntro {
    padding: 50px 0 65px;
    margin-bottom: 70px;
  }
}

.subpageIntro p {
  margin: 0 auto;
  display: table;
  max-width: 830px;
}

.subpageProducts {
  margin: 0 0 160px;
}

@media only screen and (max-width: 1145px) {
  .subpageProducts {
    text-align: center;
    margin-bottom: 130px;
  }
}

.subpageProducts img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.subpageProducts h5 {
  padding: 25px 0 0;
  font: 600 29px/30px "Barlow Condensed";
}

.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 .sectionTitle {
  padding: 0 0 100px;
}

@media only screen and (max-width: 1145px) {
  .subpageProducts .sectionTitle {
    padding-bottom: 60px;
  }
}

.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.smaller:before {
  height: 120px;
  top: calc(50% - 80px);
}

.subpageProducts .list + .list {
  margin: 80px 0 0;
}

.subpageProducts + .subpageProducts {
  padding: 150px 0 0;
  border-top: solid 5px #f5f0e4;
}

@media only screen and (max-width: 1145px) {
  .subpageProducts + .subpageProducts {
    padding-top: 60px;
  }
}

.subpageProducts.last {
  margin-bottom: 260px;
}

@media only screen and (max-width: 1145px) {
  .subpageProducts.last {
    margin-bottom: 100px;
  }
}

.careerIntro {
  padding: 100px 0 110px;
}

.careerIntro .toCenter {
  max-width: 1060px;
}

@media only screen and (max-width: 1145px) {
  .careerIntro {
    padding: 60px 0 85px;
    text-align: center;
  }
}

.positions {
  padding: 0 0 270px;
}

@media only screen and (max-width: 1145px) {
  .positions {
    padding-bottom: 90px;
  }
}

.positions .toCenter {
  max-width: 1060px;
}

.positions .list {
  padding: 70px 0 0;
}

.positions .box {
  border: solid 1px #242c46;
  background-color: #f7f8fd;
  margin: 0 0 32px;
}

.positions .box:last-child {
  margin-bottom: 0;
}

.positions .box.open .shortDescription,
.positions .box.open .grid {
  display: none;
}

.positions .box.open .longDescription,
.positions .box.open .contactLine {
  display: block;
}

.positions .texts {
  padding: 45px 50px 35px;
}

@media only screen and (max-width: 1145px) {
  .positions .texts {
    padding: 30px 40px;
  }
}

.positions .texts .title {
  font-size: 24px;
  line-height: 28px;
  color: #242c46;
  font-weight: 600;
  padding: 0 0 5px;
}

.positions .listFooter {
  background-color: #242c46;
  color: #fff;
  padding: 20px 50px;
}

@media only screen and (max-width: 1145px) {
  .positions .listFooter {
    padding: 0;
  }
}

.positions .listFooter .grid {
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 1145px) {
  .positions .listFooter .grid {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  .positions .listFooter .grid .col {
    padding: 18px 40px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }

  .positions .listFooter .grid .col:last-child {
    border-bottom: 0;
  }
}

.positions .location {
  font-size: 19px;
  line-height: 26px;
  padding: 0 0 0 30px;
  background: url(../images/gold_poi.png) no-repeat left center;
}

.positions .apply {
  cursor: pointer;
  display: table;
  margin: 0 0 0 auto;
  letter-spacing: 1px;
  color: #cbb170;
  padding: 0 38px 0 0;
  font: 600 21px/26px "Barlow Condensed";
  transition: all ease-in-out 150ms;
  background: url(../images/gold_arrow.png) no-repeat right 5px center;
}

.positions .apply:hover {
  background-position: right 0 center;
  text-decoration: underline;
}

@media only screen and (max-width: 1145px) {
  .positions .apply {
    margin: 0 0 0 30px;
  }
}

.positions .longDescription {
  display: none;
  padding: 20px 0 0;
}

.positions .longDescription p {
  padding: 0 0 50px;
}

.positions .longDescription p:last-child {
  padding-bottom: 30px;
}

.positions h4 {
  padding: 0 0 35px;
  font-weight: 600;
}

.positions ul {
  padding: 0 0 35px;
}

.positions ul li {
  padding: 0 0 0 10px;
  position: relative;
}

.positions ul li:before {
  content: "-";
  position: absolute;
  left: 0;
}

.positions .contactLine {
  padding: 10px 0;
  font-size: 24px;
  line-height: 30px;
  color: #cbb170;
  display: none;
}

@media only screen and (max-width: 1145px) {
  .positions .contactLine {
    text-align: left;
    padding: 20px 40px;
    line-height: 34px;
  }
}

.positions .contactLine a {
  color: #cbb170;
}

.positions .contactLine a:hover {
  text-decoration: underline;
}

.productIntro {
  position: relative;
  background-color: #cbb170;
  z-index: 20;
}

.productIntro .toCenter {
  max-width: 1080px;
}

@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: -55px;
  left: 0;
  position: absolute;
}

@media only screen and (max-width: 1145px) {
  .productIntro img {
    position: relative;
    display: table;
    max-width: 250px;
    margin: -30px auto 0;
    top: auto;
    left: auto;
  }
}

.productIntro p {
  padding: 80px 0 100px;
  max-width: 550px;
}

@media only screen and (max-width: 1145px) {
  .productIntro p {
    max-width: unset;
    padding: 0 0 80px;
    text-align: center;
  }
}

.stamps {
  padding: 200px 0 150px;
}

@media only screen and (max-width: 1145px) {
  .stamps {
    padding: 75px 0 100px;
  }
}

.stamps .toCenter {
  max-width: 1040px;
}

.stamps .grid {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

@media only screen and (max-width: 1145px) {
  .stamps .grid {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }
}

.stamps img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.stamps .stampTexts {
  padding: 110px 0 0;
}

@media only screen and (max-width: 1145px) {
  .stamps .stampTexts {
    padding-top: 60px;
  }
}

.stamps .stampList {
  position: relative;
}

.stamps .stampList:before {
  content: "";
  width: 100%;
  height: 120px;
  top: 50%;
  left: 0;
  position: absolute;
  transform: translate(0, -50%);
  background: url(../images/pattern.png);
}

@media only screen and (max-width: 1145px) {
  .stamps .stampList:before {
    display: none;
  }
}

.stamps p {
  padding: 0 0 80px;
}

@media only screen and (max-width: 1145px) {
  .stamps p {
    padding-bottom: 40px;
  }
}

.stamps .more {
  margin: 0 auto;
}

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

.achievementsBlock {
  padding-bottom: 100px;
}

.achievementsBlock .sectionTitle {
  text-transform: uppercase;
  margin-bottom: 50px;
}

.statsGrid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 0 auto;
}

.statItem {
  flex: 1;
  text-align: center;
  padding: 20px 10px;
  max-width: 350px;
}

.statNumberTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}

.statNumberTitle span:first-child {
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  color: #242c46;
  font-family: "Barlow Condensed", sans-serif;
  margin-bottom: 5px;
}

.statSubtitle {
  font-size: 24px;
  font-weight: 600;
  color: #cbb170;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.statDescription {
  line-height: 1.6;
  padding: 0 10px;
}

@media (max-width: 992px) {
  .statsGrid {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .statItem {
    flex-basis: 45%; /* 2 oszlopra rendezés */
    margin-bottom: 30px;
  }
  .statNumberTitle span:first-child {
    font-size: 70px;
  }
}

@media (max-width: 600px) {
  .statsGrid {
    flex-direction: column; /* 1 oszlopos elrendezés */
    gap: 40px;
  }
  .statItem {
    flex-basis: 100%;
  }
}
