@charset "UTF-8";
.bg-lightblue {
  background: #99c5ea;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
  margin-bottom: 0;
}

.white-font {
  color: #fff;
}

.darkgreen-font {
  color: #5d5a53;
}

.ash-font {
  color: #e0dbd8;
}

.fw1 {
  font-weight: 100;
}

.fw2 {
  font-weight: 200;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fw8 {
  font-weight: 800;
}

.fw9 {
  font-weight: 900;
}

.sub-font {
  font-family: "Playfair Display", serif;
}

.main-font {
  font-family: "Gantari", sans-serif;
}

.para {
  font-family: "Gantari", sans-serif;
}

::selection {
  color: #fff;
  background: #5d5a53;
}

/* For Mozilla Firefox */
::-moz-selection {
  color: #fff;
  background: #5d5a53;
}

:focus-visible {
  outline: 0;
  box-shadow: none;
}

.wpcf7 p {
  margin: 0;
}

.wpcf7 p br {
  display: none;
}

.slick-slider:not(.slick-initialized) {
  display: none !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: unset;
}

.accordion-item {
  border: 0;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: unset;
}

img {
  width: 100%;
  height: 100%;
}

/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #5d5a53;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #5d5a53;
}

a {
  text-decoration: none;
}

.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
  display: block;
  height: 0;
  overflow-y: hidden;
}

.z-1 {
  z-index: 1;
}

.arrow-btn {
  color: #e0dbd8;
  text-align: left;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 4.2px;
  text-transform: uppercase;
}
.arrow-btn svg {
  transition: transform 0.3s ease;
  width: 30px;
  height: 10px;
}
.arrow-btn:hover {
  color: #fff;
}
.arrow-btn:hover svg {
  transform: translateX(5px);
}

source {
  display: none;
}

.bg-green {
  background: #b7caa6;
}

[class^=hvr-] {
  margin: 0.4em;
  padding: 1em;
  cursor: pointer;
  background: #e1e1e1;
  text-decoration: none;
  color: #666;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e0dbd8;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: #5d5a53 !important;
}
.hvr-bounce-to-top:hover::before, .hvr-bounce-to-top:focus::before, .hvr-bounce-to-top:active::before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

input[type=date].field-wrap {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  padding: 10px;
  font-size: 16px;
  line-height: 1.2;
  background-color: #fff;
}

@media only screen and (min-width: 1023px) {
  .arrow-btn {
    font-size: 1.0416666667vw;
    line-height: normal;
    letter-spacing: 0.4166666667vw;
    gap: 1.0416666667vw;
  }
  .arrow-btn svg {
    transition: transform 0.3s ease;
    width: 2.6041666667vw;
    height: 0.5208333333vw;
  }
  .arrow-btn:hover svg circle {
    transform: translate(40px, 0);
    transition: transform 0.5s ease;
    transform-box: fill-box;
    transform-origin: center;
  }
  input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date.field-wrap {
    width: 100% !important;
    text-align: left !important;
  }
  [class^=hvr-] {
    margin: 0.4em;
    padding: 1em;
    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .hvr-bounce-to-top {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    transition-property: color;
    transition-duration: 0.5s;
  }
  .hvr-bounce-to-top::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e0dbd8;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
    color: #5d5a53 !important;
  }
  .hvr-bounce-to-top:hover::before, .hvr-bounce-to-top:focus::before, .hvr-bounce-to-top:active::before {
    transform: scaleY(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
  .vbox-grab .vbox-child img {
    height: 41.6666666667vw;
    width: 100%;
  }
}
/**Styling scrollable elements*/
.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.explore-img {
  transition: clip-path 3000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  clip-path: inset(0 0 100% 0);
}

.animate {
  clip-path: inset(0 0 0 0);
}

.navigation {
  display: none;
}

.hamburger-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 75px;
  cursor: pointer;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hamburger-menu img {
  width: 75px;
  height: 75px;
  margin: 10px auto;
}
.hamburger-menu .bar,
.hamburger-menu .bar:after,
.hamburger-menu .bar:before {
  width: 25px;
  height: 3px;
}
.hamburger-menu .wrap-rightv {
  position: absolute;
  right: 0;
}
.hamburger-menu .wrap-rightv .bar-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 31.395px;
  height: 23.547px;
  margin-right: 20px;
}
.hamburger-menu .wrap-rightv .bar-bg svg rect,
.hamburger-menu .wrap-rightv .bar-bg svg path {
  transition: all 0.4s ease;
  transform-origin: center;
}
.hamburger-menu .wrap-rightv .bar-bg svg.animate rect:nth-child(1) {
  transform: rotate(360deg) translate(-5px, -3px);
  width: 10px;
  height: 10px;
  rx: 50%;
  ry: 50%;
}
.hamburger-menu .wrap-rightv .bar-bg svg.animate rect:nth-child(2) {
  opacity: 0;
}
.hamburger-menu .wrap-rightv .bar-bg svg.animate path {
  transform: rotate(-35deg) translate(5px, -2px);
}
.hamburger-menu .wrap-rightv .bar-bg .bar {
  position: relative;
  transform: translateY(0);
  background: #fff;
  transition: all 0ms 300ms;
}
.hamburger-menu .wrap-rightv .bar-bg .bar.animate {
  background: rgba(255, 255, 255, 0);
}
.hamburger-menu .wrap-rightv .bar-bg .bar:before, .hamburger-menu .wrap-rightv .bar-bg .bar:after {
  content: "";
  position: absolute;
  right: 0;
  background: #fff;
}
.hamburger-menu .wrap-rightv .bar-bg .bar:before {
  bottom: 10px;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  width: 13px;
}
.hamburger-menu .wrap-rightv .bar-bg .bar:after {
  top: 10px;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  width: 19px;
}
.hamburger-menu .wrap-rightv .bar-bg .bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  width: 25px;
}
.hamburger-menu .wrap-rightv .bar-bg .bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  width: 25px;
}

.mobile-menu {
  top: 0;
  max-width: 100%;
  right: -100%;
  width: 100%;
  background: rgba(38, 48, 50, 0.76);
  backdrop-filter: blur(8.1999998093px);
  height: 100%;
  position: fixed;
  z-index: 9997;
  overflow-y: auto;
  transform: translate3d(0, 0, 205px);
  transition: all 500ms ease-in-out;
  padding-bottom: 49px;
}
.mobile-menu .menu-mobile-menu-container {
  padding-top: 100px;
}
.mobile-menu.active {
  right: 0;
  transform: translate3d(0, 0, 0);
}
.mobile-menu ul {
  margin: 0;
  padding: 0;
}
.mobile-menu li {
  overflow: hidden;
  padding: 0;
  text-align: left;
  font-family: "Gantari", sans-serif;
}
.mobile-menu li.current-menu-parent a {
  color: #b7b597;
}
.mobile-menu li .sub-menu {
  display: none;
}
.mobile-menu li .sub-menu li.current-menu-item a {
  color: #b7b597;
}
.mobile-menu li.current_page_item a {
  color: #b7b597;
}
.mobile-menu li:first-child {
  margin-top: 10px;
}
.mobile-menu li .sub-menu {
  list-style: none;
}
.mobile-menu li .sub-menu li {
  margin-top: 0;
}
.mobile-menu li .sub-menu li a {
  color: #fff;
  font-family: "Gantari", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 0 14px 75px;
}
.mobile-menu li .sub-menu li a::after {
  content: unset !important;
}
.mobile-menu li .sub-menu li a :nth-child(1) a {
  padding-top: 0;
}
.mobile-menu li a {
  text-align: left;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  padding: 18px 30px;
  width: 100%;
  display: flex;
}
.mobile-menu li a span {
  color: #fff;
  font-family: "Gantari", sans-serif;
  font-size: 10px;
  font-weight: 800;
  line-height: 141%;
  padding-right: 2px;
  padding-top: 5px;
}
.mobile-menu li.has-children {
  cursor: pointer;
}
.mobile-menu li.has-children .children {
  display: none;
}
.mobile-menu li.has-children .icon-arrow {
  position: absolute;
  font-size: 0.7em;
  color: black;
  top: 5px;
  right: 10px;
  transform: rotate(0deg);
  transition: 0.6s;
}
.mobile-menu li.has-children .icon-arrow:after {
  content: "▼";
}
.mobile-menu li.has-children .icon-arrow.open {
  transform: rotate(-180deg);
}
.mobile-menu li#menu-item-803,
.mobile-menu #menu-item-813,
.mobile-menu #menu-item-808 {
  position: relative;
}
.mobile-menu li#menu-item-803 a,
.mobile-menu #menu-item-813 a,
.mobile-menu #menu-item-808 a {
  position: relative;
}
.mobile-menu li#menu-item-803 a::after,
.mobile-menu #menu-item-813 a::after,
.mobile-menu #menu-item-808 a::after {
  content: "";
  position: absolute;
  top: 34px;
  bottom: 0;
  right: 41px;
  width: 19px;
  height: 7px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="9" viewBox="0 0 21 9" fill="none"><path d="M1 1L10.4999 8L20 1" stroke="white"/></svg>') no-repeat center center;
  background-size: contain;
  cursor: pointer;
}

header#header {
  position: fixed;
  width: 100%;
  height: 77px;
  cursor: pointer;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: space-between;
  right: 0;
  left: 0;
  top: 10px;
  transition: all 2s;
}

.header.upheader, .header.downheader {
  background-color: #253131;
  top: 0 !important;
  transition: all 2s;
}

section.search-section {
  margin: 80px 0;
  padding: 0 25px;
}
section.search-section input#s {
  padding: 10px;
  width: 100%;
  border: 2px solid #fff;
}
section.search-section input#searchsubmit {
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  float: left;
  padding: 0.5208333333vw;
  width: 25%;
  background: #fff;
  font-family: "Playfair Display", serif;
}
section.search-section form#search-form div {
  display: flex;
  margin: 15px 0;
}
section.search-section .alert.alert-info,
section.search-section .font-24 {
  font-size: 13px;
  line-height: 23px;
  font-family: "Gantari", sans-serif;
  text-align: center;
}
section.search-section .font-35,
section.search-section .main-title {
  color: rgba(35, 34, 40, 0.92);
  font-family: "Playfair Display", serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 10px;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .green-line {
    display: flex;
    height: 34px;
    align-items: center;
    justify-content: flex-end;
    padding: 0 90px;
  }
  .green-line .top-tel,
  .green-line .top-email {
    display: flex;
    align-items: center;
    width: max-content;
  }
  .green-line .top-tel img,
  .green-line .top-email img {
    margin-right: 12px;
  }
  .green-line .top-tel a,
  .green-line .top-email a {
    white-space: nowrap;
    color: #b7b597;
    font-family: "Gantari", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 166%; /* 26.56px */
  }
  .green-line .top-tel {
    padding-right: 54px;
  }
  .top-header {
    position: absolute;
    width: 100%;
    z-index: 1;
    margin: 0;
    right: 0;
    left: 0;
    top: 0;
  }
  .top-header .navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 30px;
    height: 70px;
    padding: 0 20px;
  }
  .top-header .navigation .navbar-brand .main-logo {
    width: 55px;
    height: auto;
    scale: 1;
    transition: all 2s;
  }
  .top-header .navigation .right-menu {
    display: flex;
  }
  .top-header .navigation .right-menu ul {
    list-style: none;
    display: flex;
    gap: 15px;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
  }
  .top-header .navigation .right-menu ul li a {
    color: #fff;
    font-family: "Gantari", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    text-transform: uppercase;
  }
  .top-header .navigation .right-menu ul li a:hover {
    color: #fff;
  }
  .top-header .navigation .right-menu .search-top {
    padding-left: 15px;
  }
  .top-header .navigation .right-menu .search-top .header-search-wrapper {
    float: right;
    position: relative;
  }
  .top-header .navigation .right-menu .search-top .header-search-wrapper .search-main {
    display: block;
    cursor: pointer;
  }
  .top-header .navigation .right-menu .search-top .header-search-wrapper .search-main svg {
    width: 25px;
    height: 25px;
  }
  .top-header .navigation .right-menu .search-top .header-search-wrapper .search-form-main {
    background: #fff;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
    border-top: 2px solid #fff;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 60px;
    width: 400px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
  }
  .top-header .navigation .right-menu .search-top .header-search-wrapper .search-form-main.active-search {
    opacity: 1;
    visibility: visible;
  }
  .top-header .navigation .right-menu .search-top .header-search-wrapper .search-form-main:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    content: "";
    position: absolute;
    right: 15px;
    top: -10px;
  }
  .top-header .navigation .right-menu .search-top .header-search-wrapper .search-form-main .search-submit {
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    float: left;
    padding: 10px 0;
    width: 25%;
    background: #fff;
    font-family: var(--schibsted-font-family);
    height: 35px;
  }
  .top-header .navigation .right-menu .search-top .header-search-wrapper .search-form-main .search-field {
    border-radius: 0;
    padding: 4px 10px;
    width: 75%;
    border: 1px solid #fff;
    height: 35px;
    border-left: 0;
    font-family: var(--schibsted-font-family);
  }
  .top-header .navigation .right-menu .search-top .header-search-wrapper .search-form-main:before {
    border-bottom-color: #fff;
  }
  .top-header .mob-menu {
    display: none;
  }
  .hamburger-menu img {
    margin: 14px 50px;
  }
}
@media only screen and (min-width: 1023px) {
  header#header {
    margin-top: 1.5625vw;
    top: 0;
    transition: all 1s;
    position: absolute;
  }
  .top-header .navigation {
    margin: 0 10.4166666667vw 0;
    height: 8.3333333333vw;
    padding: 0;
    align-items: flex-end;
  }
  .top-header .navigation .navbar-brand {
    margin: 0;
    padding: 0 !important;
  }
  .top-header .navigation .navbar-brand .main-logo {
    width: 8.3333333333vw;
    height: 8.3333333333vw;
  }
  .top-header .navigation .right-menu {
    display: flex;
    align-items: center;
    height: 5.2083333333vw;
  }
  .top-header .navigation .right-menu .menu-main-menu-container {
    width: 67.7083333333vw;
  }
  .top-header .navigation .right-menu ul {
    height: 3.6458333333vw;
    gap: 2.5vw;
    border-bottom: 0.0520833333vw solid rgba(255, 255, 255, 0.2);
    padding-right: 11.7708333333vw;
  }
  .top-header .navigation .right-menu ul li {
    height: auto;
    display: flex;
    align-items: center;
    position: relative;
  }
  .top-header .navigation .right-menu ul li.current-menu-item.page_item.current_page_item a {
    color: #b7caa6;
    -webkit-text-stroke-width: 0.5px;
  }
  .top-header .navigation .right-menu ul li.current-menu-item.page_item.current_page_item a::after {
    width: 0.4166666667vw !important;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    transform: scale(1);
    margin: 0 auto;
    border-radius: 100%;
  }
  .top-header .navigation .right-menu ul li a {
    color: #fff;
    text-align: center;
    font-size: 0.9375vw;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0.121875vw;
    text-transform: uppercase;
  }
  .top-header .navigation .right-menu ul li a:hover {
    -webkit-text-stroke-width: 0.5px;
  }
  .top-header .navigation .right-menu ul li a:hover::after {
    transform: scale(1);
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    border-radius: 100%;
  }
  .top-header .navigation .right-menu ul li a::after {
    content: "";
    height: 0.4166666667vw;
    width: 0.4166666667vw;
    transform: scale(0);
    transition: all 0.5s;
    position: absolute;
    bottom: -0.2083333333vw;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    border-radius: 100%;
  }
  .top-header .navigation .right-menu ul li.menu-item-has-children:hover .sub-menu {
    display: block;
    transition: 0.7s;
  }
  .top-header .navigation .right-menu ul li.menu-item-has-children:after {
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath d='M0.173136 1.17292L4.31121 6.00196C4.37792 6.07976 4.46066 6.1422 4.55376 6.18502C4.64686 6.22783 4.74813 6.25 4.8506 6.25C4.95308 6.25 5.05434 6.22783 5.14745 6.18502C5.24055 6.1422 5.32329 6.07976 5.38999 6.00196L9.52807 1.17292C9.92299 0.711982 9.59557 0 8.98868 0H0.711341C0.104454 0 -0.222968 0.711982 0.173136 1.17292Z' fill='white'/%3E%3C/svg%3E");
    background-size: contain;
    width: 0.5208333333vw;
    height: 0.3125vw;
    background-repeat: no-repeat;
    background-position: center;
    top: 0.2083333333vw;
    right: -0.8333333333vw;
    bottom: 0;
    margin: auto;
  }
  .top-header .navigation .right-menu ul li.menu-item-has-children .sub-menu {
    background: rgba(38, 48, 50, 0.76);
    backdrop-filter: blur(8.1999998093px);
    position: absolute;
    left: 0;
    display: none;
    transition: 0.7s;
    min-width: 308px;
    top: 100%;
    padding: 0;
    height: initial;
  }
  .top-header .navigation .right-menu ul li.menu-item-has-children .sub-menu li {
    width: 100%;
    padding: 0;
  }
  .top-header .navigation .right-menu ul li.menu-item-has-children .sub-menu li:hover {
    background-color: rgba(78, 116, 152, 0.6078431373);
  }
  .top-header .navigation .right-menu ul li.menu-item-has-children .sub-menu li a {
    color: #fff;
    font-family: "Gantari", sans-serif;
    font-size: 0.8333333333vw;
    font-weight: 400;
    line-height: 3.6458333333vw; /* 437.5% */
    letter-spacing: -0.0166666667vw;
    padding: 0;
    width: 100%;
  }
  .top-header .navigation .right-menu ul li.menu-item-has-children .sub-menu li a::before {
    content: none;
  }
  .top-header .navigation .right-menu ul li.menu-item-has-children .sub-menu li.current-menu-item {
    background: rgba(78, 116, 152, 0.6078431373);
  }
  .top-header .navigation .right-menu ul li.menu-item-has-children .sub-menu li.current-menu-item a::before {
    content: none;
  }
  .top-header .navigation .right-menu ul li#menu-item-34 {
    padding: 0 1.0416666667vw;
  }
  .top-header .navigation .right-menu ul li#menu-item-34 a {
    color: #fff;
    font-size: 0.78125vw;
    font-weight: 800;
    line-height: 1.1458333333vw;
    letter-spacing: 0.15625vw;
  }
  .top-header .navigation .right-menu ul li#menu-item-34 a::after {
    border-bottom: 0.4166666667vw solid #ffc94a;
    width: 0.4166666667vw;
  }
  .top-header .navigation .button_container {
    position: relative;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
    border-bottom: 0.0520833333vw solid rgba(255, 255, 255, 0.2);
    height: 3.6458333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top-header .navigation .button_container.active {
    border-bottom: 0;
    top: 5.5208333333vw;
    position: fixed;
    right: 10.4166666667vw;
  }
  .top-header .navigation .button_container.active svg.svg {
    height: 1.40625vw;
  }
  .top-header .navigation .button_container.active rect:nth-child(1) {
    transform: rotate(360deg) translate(-5px, -3px);
    width: 0.5208333333vw;
    height: 0.5208333333vw;
    rx: 50%;
    ry: 50%;
  }
  .top-header .navigation .button_container.active rect:nth-child(2) {
    opacity: 0;
  }
  .top-header .navigation .button_container.active path {
    transform: rotate(-35deg) translate(5px, -2px);
  }
  .top-header .navigation .button_container svg rect,
  .top-header .navigation .button_container svg path {
    transition: all 0.4s ease;
    transform-origin: center;
  }
  .top-header .navigation .overlay {
    position: fixed;
    top: 0;
    right: 0;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden;
    width: 49.53125vw;
    background: rgba(38, 48, 50, 0.76);
    backdrop-filter: blur(8.1999998093px);
  }
  .top-header .navigation .overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
  }
  .top-header .navigation .overlay.open li {
    animation: fadeInRight 0.5s ease forwards;
    animation-delay: 0.35s;
    padding-bottom: 4.6354166667vw;
  }
  .top-header .navigation .overlay.open li:nth-of-type(2) {
    animation-delay: 0.4s;
  }
  .top-header .navigation .overlay.open li:nth-of-type(3) {
    animation-delay: 0.45s;
  }
  .top-header .navigation .overlay.open li:nth-of-type(4) {
    animation-delay: 0.5s;
  }
  .top-header .navigation .overlay nav {
    position: relative;
    top: 13.1770833333vw;
    left: 7.5vw;
    padding: 0 10.5729166667vw 0 0;
  }
  .top-header .navigation .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
    column-count: 2;
    width: 100%;
  }
  .top-header .navigation .overlay ul li {
    display: block;
    position: relative;
    opacity: 0;
  }
  .top-header .navigation .overlay ul li a {
    position: relative;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 2.5vw;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    overflow: hidden;
    text-align: left;
    width: max-content;
    padding-right: 0.5208333333vw;
    display: flex;
    align-items: flex-start;
  }
  .top-header .navigation .overlay ul li a span {
    color: #fff;
    font-family: "Gantari", sans-serif;
    font-size: 0.8333333333vw;
    font-weight: 800;
    line-height: 141%; /* 22.56px */
    margin-top: 0.5208333333vw;
    margin-right: 0.2604166667vw;
  }
  .top-header .navigation .overlay ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    transform: translateX(-50%);
    height: 3px;
    background: #fff;
    transition: 0.35s;
  }
  .top-header .navigation .overlay ul li a:hover:after, .top-header .navigation .overlay ul li a:focus:after, .top-header .navigation .overlay ul li a:active:after {
    width: 100%;
  }
  .top-header .navigation .overlay ul.footer-social-media-list {
    position: absolute !important;
    bottom: 0;
    height: auto !important;
    display: flex !important;
    justify-content: center;
    column-count: unset !important;
    gap: 3.1770833333vw;
    margin-right: 6.1979166667vw;
    margin-left: 6.1979166667vw;
    border-top: 0.0520833333vw solid rgba(255, 255, 255, 0.12);
    /* margin: 0 auto; */
    width: 37.1875vw;
    align-items: center;
    padding-top: 1.563vw;
    padding-bottom: 1.563vw;
  }
  .top-header .navigation .overlay ul.footer-social-media-list li {
    padding-bottom: 0 !important;
  }
  .top-header .navigation .overlay ul.footer-social-media-list li a::after {
    content: none;
  }
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 20%;
    }
    100% {
      opacity: 1;
      left: 0;
    }
  }
  header.header.upheader {
    position: fixed !important;
    transition: all 0.1s;
    z-index: 9999;
    padding: 0 !important;
    display: flex;
    width: 100%;
    margin-top: 0 !important;
  }
  header.header.upheader .top-header {
    background: linear-gradient(180deg, #263032 0%, #263032 100%);
    height: 4.2708333333vw;
    transition: all 0.1s;
  }
  header.header.upheader a.navbar-brand.m-0 {
    margin-bottom: -1.3541666667vw !important;
    padding: 0;
  }
  header.header.upheader a.navbar-brand.m-0 img {
    scale: 0.5;
    transition: all 0.1s;
  }
  header.header.upheader .top-header .navigation {
    height: 5.1041666667vw !important;
    transition: all 0.1s;
  }
}

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