/* red-hat-display-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/red-hat-display/red-hat-display-v21-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* red-hat-display-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/red-hat-display/red-hat-display-v21-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* red-hat-display-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/red-hat-display/red-hat-display-v21-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* red-hat-display-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/red-hat-display/red-hat-display-v21-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* red-hat-display-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/red-hat-display/red-hat-display-v21-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* yeseva-one-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Yeseva One";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/yeseva-one/yeseva-one-v24-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.vc_tta-accordion {
  margin-top: 40px;
  margin-bottom: 80px !important;
}
.vc_tta-accordion .vc_tta-panel {
  border-bottom: 1px solid #d5d5d5;
}
.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: transparent !important;
}
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading a {
  padding: 20px 42px 20px 20px !important;
  color: #121212 !important;
}
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading:hover {
  background-color: #dbd7d7 !important;
}
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-body {
  padding-bottom: 30px !important;
}

.vc_row:nth-child(4n+1) .vc_tta-accordion .vc_tta-panel {
  background-color: #121212 !important;
  border-bottom: 1px solid #d5d5d5;
}
.vc_row:nth-child(4n+1) .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: transparent !important;
}
.vc_row:nth-child(4n+1) .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
  background-color: #121212 !important;
}
.vc_row:nth-child(4n+1) .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading a {
  color: #f9f9f9 !important;
}
.vc_row:nth-child(4n+1) .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading:hover {
  background-color: #252324 !important;
}

.bordered-box {
  padding: 60px 120;
  text-align: center;
}
.bordered-box .bordered-box-wrapper {
  border: 1px solid #8c8f95;
  padding: 50px;
}
.bordered-box .bordered-box-wrapper p {
  margin: 0;
}
.bordered-box .bordered-box-wrapper .headline {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.bordered-box .bordered-box-wrapper .headline p {
  margin-top: 0;
  font-size: 30px;
  font-family: "Yeseva One";
  max-width: 400px;
}

.custom-button {
  display: flex;
}
.custom-button.align-left {
  justify-content: flex-start;
}
.custom-button.align-center {
  justify-content: center;
}
.custom-button.align-right {
  justify-content: flex-end;
}
.custom-button a {
  background-color: #121212;
  color: #f9f9f9;
  font-size: 17px;
  padding: 15px 70px;
  border: 1px solid #252324;
  box-shadow: none;
  transition: box-shadow 0.5s ease-in-out;
  border-radius: 3px;
}
.custom-button a:hover {
  box-shadow: 0 0 22px rgba(255, 255, 255, 0.2509803922);
}
.custom-button a.light {
  background-color: #f9f9f9;
  color: #121212 !important;
  border-color: #121212;
}
.custom-button a.light:hover {
  box-shadow: rgba(0, 0, 0, 0.5019607843) 0px 3px 9px;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Red Hat Display";
  background-color: #f9f9f9;
  color: #121212;
  margin: 0;
}
body p,
body li {
  line-height: 1.7;
  font-size: 17px;
}
body a {
  color: #121212;
  text-decoration: none;
  font-weight: 800;
}
body h1 {
  font-family: "Yeseva One";
  font-size: 54px;
  font-weight: 400;
}
@media (max-width: 992px) {
  body h1 {
    font-size: 46px;
  }
}
@media (max-width: 576px) {
  body h1 {
    font-size: 38px;
  }
}
body h2 {
  font-family: "Red Hat Display";
  font-size: 26px;
  font-weight: 400;
}
@media (max-width: 992px) {
  body h2 {
    font-size: 23px;
  }
}
@media (max-width: 576px) {
  body h2 {
    font-size: 20px;
  }
}
body h3 {
  font-size: 19px;
  font-weight: 800;
}
@media (max-width: 992px) {
  body h3 {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  body h3 {
    font-size: 17px;
  }
}
body h4 {
  font-family: "Yeseva One";
  font-size: 19px;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 992px) {
  body h4 {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  body h4 {
    font-size: 17px;
  }
}
@media (max-width: 992px) {
  body .headline-centered h1 {
    text-align: left !important;
  }
}
body .wpb_text_column.h1-like p {
  font-family: "Yeseva One";
  font-size: 54px;
  font-weight: 400;
  line-height: unset;
}
@media (max-width: 992px) {
  body .wpb_text_column.h1-like p {
    font-size: 46px;
  }
}
@media (max-width: 576px) {
  body .wpb_text_column.h1-like p {
    font-size: 38px;
  }
}
body .wpb_text_column.h2-like p {
  font-family: "Red Hat Display";
  font-size: 26px;
  font-weight: 400;
  line-height: unset;
}
@media (max-width: 992px) {
  body .wpb_text_column.h2-like p {
    font-size: 23px;
  }
}
@media (max-width: 576px) {
  body .wpb_text_column.h2-like p {
    font-size: 20px;
  }
}
body .wpb_text_column.h3-like p {
  font-size: 19px;
  font-weight: 800;
  line-height: unset;
}
@media (max-width: 992px) {
  body .wpb_text_column.h3-like p {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  body .wpb_text_column.h3-like p {
    font-size: 17px;
  }
}
body .wpb_text_column.h4-like p {
  font-family: "Yeseva One";
  font-size: 19px;
  font-weight: 400;
  line-height: 1.3;
  line-height: unset;
}
@media (max-width: 992px) {
  body .wpb_text_column.h4-like p {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  body .wpb_text_column.h4-like p {
    font-size: 17px;
  }
}
body.maintenance-mode {
  height: 100vh;
  background-image: url("../images/background-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #f9f9f9;
}
body.maintenance-mode main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 10vw;
}
body.maintenance-mode main p {
  font-size: 22px;
}

.vc_row {
  padding-left: 120px !important;
  padding-right: 120px !important;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
@media (max-width: 1200px) {
  .vc_row {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 992px) {
  .vc_row {
    padding-top: 40px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.vc_row.no-padding {
  padding: 0 !important;
}
.vc_row.no-padding .vc_column-inner {
  padding: 0 !important;
}
.vc_row.hidden {
  display: none;
}
.vc_row.row-light p {
  color: #f9f9f9 !important;
}
.vc_row:nth-child(4n+1) {
  background-color: #121212;
  color: #f9f9f9;
}
.vc_row:nth-child(4n+1) h1, .vc_row:nth-child(4n+1) h2, .vc_row:nth-child(4n+1) h3, .vc_row:nth-child(4n+1) h4, .vc_row:nth-child(4n+1) p, .vc_row:nth-child(4n+1) li, .vc_row:nth-child(4n+1) a {
  color: #f9f9f9;
}
.vc_row:nth-child(4n+3) {
  background-color: #f9f9f9;
  color: #121212;
}
.vc_row:nth-child(4n+3) h1, .vc_row:nth-child(4n+3) h2, .vc_row:nth-child(4n+3) h3, .vc_row:nth-child(4n+3) h4, .vc_row:nth-child(4n+3) p, .vc_row:nth-child(4n+3) li, .vc_row:nth-child(4n+3) a {
  color: #121212;
}
.vc_row:nth-child(4n+3) .custom-button a {
  color: #f9f9f9;
}
.vc_row .phone,
.vc_row .mail,
.vc_row .address,
.vc_row .opening-hours {
  position: relative;
  color: #f9f9f9 !important;
  padding-left: 50px;
}
.vc_row .phone a,
.vc_row .mail a,
.vc_row .address a,
.vc_row .opening-hours a {
  font-weight: 400;
}
.vc_row .phone::before,
.vc_row .mail::before,
.vc_row .address::before,
.vc_row .opening-hours::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}
.vc_row .phone::before {
  background-image: url("../icons/smartphone.svg");
}
.vc_row .mail::before {
  background-image: url("../icons/mail.svg");
}
.vc_row .address::before {
  background-image: url("../icons/shop.svg");
}
.vc_row .opening-hours::before {
  background-image: url("../icons/clock.svg");
}

@media (max-width: 992px) {
  .vc_column-inner {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 576px) {
  .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}

.request-page .vc_row:first-of-type h1 {
  margin-top: 0 !important;
  margin-bottom: 60px;
}

.privacy-policy .vc_row,
.imprint .vc_row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.privacy-policy .vc_row:nth-child(4n+1),
.imprint .vc_row:nth-child(4n+1) {
  background-color: #f9f9f9;
  color: #121212;
}
.privacy-policy .vc_row:nth-child(4n+1) h1, .privacy-policy .vc_row:nth-child(4n+1) h2, .privacy-policy .vc_row:nth-child(4n+1) h3, .privacy-policy .vc_row:nth-child(4n+1) h4, .privacy-policy .vc_row:nth-child(4n+1) p, .privacy-policy .vc_row:nth-child(4n+1) li, .privacy-policy .vc_row:nth-child(4n+1) a,
.imprint .vc_row:nth-child(4n+1) h1,
.imprint .vc_row:nth-child(4n+1) h2,
.imprint .vc_row:nth-child(4n+1) h3,
.imprint .vc_row:nth-child(4n+1) h4,
.imprint .vc_row:nth-child(4n+1) p,
.imprint .vc_row:nth-child(4n+1) li,
.imprint .vc_row:nth-child(4n+1) a {
  color: #121212;
}
.privacy-policy .vc_row:first-of-type,
.imprint .vc_row:first-of-type {
  padding-top: 60px !important;
}

@media (max-width: 1200px) {
  .mitaliano-logo {
    text-align: left !important;
  }
}
@media (max-width: 1200px) {
  .mitaliano-logo img {
    max-height: 250px;
    width: auto;
  }
}

.bean-price p {
  font-family: "Yeseva One";
  font-size: 26px;
}

@media (max-width: 992px) {
  #mitaliano-order {
    display: flex;
    flex-direction: column-reverse;
  }
}

.tour-custom-icon {
  height: 26px;
  width: 26px;
  background-image: url("../icons/arrow-up-white.svg");
  background-size: 60%;
  background-position: center;
  background-color: #121212;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-position: center 40%;
}

#virtual-tour {
  padding: 0 !important;
}
#virtual-tour .wpb_column:nth-of-type(1) {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  #virtual-tour .wpb_column:nth-of-type(1) {
    padding-left: 40px !important;
  }
}
@media (max-width: 992px) {
  #virtual-tour .wpb_column:nth-of-type(1) {
    padding-left: 0 !important;
  }
}
@media (max-width: 1200px) {
  #virtual-tour .wpb_column:nth-of-type(2) {
    margin-top: 50px;
  }
}
#virtual-tour .wpb_column:nth-of-type(2) .vc_column-inner {
  padding-right: 0 !important;
}
@media (max-width: 1200px) {
  #virtual-tour .wpb_column:nth-of-type(2) .vc_column-inner {
    padding-left: 0 !important;
  }
}

br.only-mobile {
  display: none;
}
@media (max-width: 576px) {
  br.only-mobile {
    display: unset;
  }
}

.wpb_single_image.brand-logo {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .wpb_single_image.brand-logo {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .wpb_single_image.brand-logo img {
    max-width: 250px;
  }
}

.fluentform {
  padding: 60px 40px;
}
.fluentform.fluentform_wrapper_7 {
  padding: 0;
}
.fluentform form input,
.fluentform form textarea,
.fluentform form select {
  background-color: #f9f9f9 !important;
  border-radius: 3px !important;
  font-family: "Red Hat Display" !important;
  font-size: 17px;
  color: #121212 !important;
}
.fluentform form input:focus,
.fluentform form textarea:focus,
.fluentform form select:focus {
  border-color: #121212 !important;
  box-shadow: none !important;
}
.fluentform form .amount-label {
  margin-bottom: 5px;
}
.fluentform form .amount-label p {
  margin: 0;
  font-family: "Yeseva One";
}
.fluentform form .amount-container .ff-t-cell {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
@media (max-width: 768px) {
  .fluentform form .amount-container .ff-t-cell {
    flex-direction: column;
  }
}
.fluentform form .amount-container .ff-t-cell .amount-input {
  width: 165px;
}
.fluentform form .ff_list_buttons .ff-el-form-check span {
  font-size: 17px !important;
  padding: 13px 20px !important;
}
.fluentform form .ff_list_buttons .ff-el-form-check.ff_item_selected span {
  background-color: #121212 !important;
  border-color: #121212 !important;
  color: #f9f9f9 !important;
}
.fluentform form .ff_list_buttons .ff-el-form-check:not(.ff_item_selected) span:hover {
  color: #121212 !important;
}
.fluentform form .ff-el-input--content {
  position: relative;
}
.fluentform form .ff-el-input--content select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../icons/arrow-down-black.svg");
  background-repeat: no-repeat;
  background-position: 94% 62%;
  background-size: 16px;
}
.fluentform form .ff-btn-submit {
  font-family: "Red Hat Display";
  background-color: #121212 !important;
  color: #f9f9f9 !important;
  border-radius: 3px !important;
  padding: 15px 70px !important;
  height: unset !important;
  font-weight: 800;
}
.fluentform form .ff_t_c p,
.fluentform form .ff_t_c a {
  color: #121212;
}
.fluentform .ff-message-success {
  border: none;
  box-shadow: none;
}
.fluentform .ff-message-success p {
  color: #121212;
}
.fluentform .mandatory-description p {
  color: #8c8f95;
  margin: 0;
  font-size: 15px;
}

body.home .vc_row {
  padding-left: unset !important;
  padding-right: unset !important;
}
body.home #current-news {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
  background-color: #f9f9f9;
}
body.home #current-news h1, body.home #current-news h2, body.home #current-news h3, body.home #current-news h4, body.home #current-news p, body.home #current-news li, body.home #current-news a {
  color: #121212;
}
body.home #offers {
  padding-top: 80px !important;
  padding-bottom: 140px !important;
  background-color: #121212;
}
body.home #offers h1, body.home #offers h2, body.home #offers h3, body.home #offers h4, body.home #offers p, body.home #offers li, body.home #offers a {
  color: #f9f9f9;
}
body.home #offers .wpb_wrapper {
  max-width: 70vw;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  body.home #offers .wpb_wrapper {
    max-width: 80vw;
  }
}
@media (max-width: 992px) {
  body.home #offers .wpb_wrapper {
    max-width: unset;
    flex-direction: column;
    gap: 40px;
  }
}
body.home #offers .offers-container h3 {
  color: #f9f9f9;
}
body.home #offers .offers-container .wpb_wrapper {
  display: flex;
  justify-content: space-between;
}
body.home #locations h1, body.home #locations h2, body.home #locations h3, body.home #locations h4, body.home #locations p, body.home #locations li, body.home #locations a {
  color: #121212;
}

.image-text-row {
  display: flex;
  background-color: #f9f9f9;
}
@media (max-width: 992px) {
  .image-text-row {
    flex-direction: column;
  }
}
.image-text-row.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .image-text-row.reverse {
    flex-direction: column;
  }
}
.image-text-row.reverse .content {
  padding: 100px 110px 100px 0;
}
@media (max-width: 992px) {
  .image-text-row.reverse .content {
    padding: 100px 0 100px 0;
  }
}
.image-text-row.dark {
  background-color: #121212;
}
.image-text-row.dark .content {
  color: #f9f9f9;
}
.image-text-row.dark .content h2,
.image-text-row.dark .content p,
.image-text-row.dark .content li {
  color: #f9f9f9;
}
.image-text-row .bg-image,
.image-text-row .content {
  box-sizing: border-box;
}
.image-text-row .bg-image {
  width: 30%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 992px) {
  .image-text-row .bg-image {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 576px) {
  .image-text-row .bg-image {
    height: 150px;
  }
}
.image-text-row .content-wrapper {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .image-text-row .content-wrapper {
    width: 100%;
    justify-content: flex-start;
    padding: 0 40px;
  }
}
@media (max-width: 576px) {
  .image-text-row .content-wrapper {
    padding: 0 15px;
  }
}
.image-text-row .content-wrapper .content {
  width: 60%;
  padding: 100px 0 100px 0;
}
@media (max-width: 992px) {
  .image-text-row .content-wrapper .content {
    width: 100%;
    padding: 60px 0 60px 0;
  }
}
@media (max-width: 576px) {
  .image-text-row .content-wrapper .content {
    padding: 30px 0 30px 0;
  }
}

.home header {
  height: 100vh;
  width: 100%;
  background-image: linear-gradient(0deg, #121212, transparent 60%), url("../images/header-background-home-darkend.png") !important;
  -webkit-mask-image: none;
          mask-image: none;
  background-position: 70% 100%;
}

header {
  height: 450px;
  width: 100%;
  background-image: url("../images/header-background.jpg");
  background-position: 0 40%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, transparent, #121212 90%);
}
header .header-container {
  display: flex;
  justify-content: space-between;
  padding: 40px 60px 60px 60px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 992px) {
  header .header-container {
    padding: 40px;
  }
}
@media (max-width: 576px) {
  header .header-container {
    padding: 40px 15px 60px 15px;
  }
}
header .header-container .mobile-nav-toggle-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
header .header-container .mobile-nav-toggle-wrapper .mobile-nav-toggle {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../icons/mobile-menu-toggle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  width: 40px;
  z-index: 200;
}
header .header-container .mobile-nav-toggle-wrapper .mobile-nav-toggle.open {
  background-image: url("../icons/close.svg");
}
@media (max-width: 1200px) {
  header .header-container .mobile-nav-toggle-wrapper .mobile-nav-toggle {
    display: block;
  }
}
header .header-container.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #121212;
  box-shadow: rgba(255, 255, 255, 0.15) 0px 2px 8px;
  padding: 20px 60px;
}
header .header-container.is-sticky nav li:hover {
  background-color: #121212;
}
header .header-container.is-sticky nav li > .sub-menu {
  background-color: #121212;
}
header .header-container.is-sticky .logo {
  height: 100px !important;
}
@media (max-width: 576px) {
  header .header-container.is-sticky .logo {
    height: 50px !important;
  }
}
header .header-container .home-link {
  flex: 1;
}
header .header-container .home-link .logo {
  background-image: url("../images/logo-full-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 120px;
}
@media (max-width: 1400px) {
  header .header-container .home-link .logo {
    height: 100px;
  }
}
@media (max-width: 576px) {
  header .header-container .home-link .logo {
    height: 50px;
  }
}

nav:not(.mobile) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (max-width: 1200px) {
  nav:not(.mobile) {
    display: none;
  }
}
nav:not(.mobile) ul {
  display: flex;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  nav:not(.mobile) ul {
    gap: 5px;
  }
}
nav:not(.mobile) ul li {
  position: relative;
}
nav:not(.mobile) ul li:hover {
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  background-color: rgba(0, 0, 0, 0.75);
}
nav:not(.mobile) ul li > .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 0;
  min-width: 180px;
  z-index: 100;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  background-color: rgba(0, 0, 0, 0.75);
}
nav:not(.mobile) ul li > .sub-menu li:hover {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  background-color: transparent;
}
nav:not(.mobile) ul li > .sub-menu li a {
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  white-space: nowrap;
}
nav:not(.mobile) ul li.current-menu-item > a::before, nav:not(.mobile) ul li.current-menu-item > a::after, nav:not(.mobile) ul li.current-menu-parent > a::before, nav:not(.mobile) ul li.current-menu-parent > a::after {
  transform: scaleX(1);
  background-color: #e4e6ea;
}
nav:not(.mobile) ul li a {
  display: block;
  color: #f9f9f9;
  text-decoration: none;
  font-family: "Red Hat Display";
  font-size: 18px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 8px 15px;
}
nav:not(.mobile) ul li a::before, nav:not(.mobile) ul li a::after {
  content: "";
  position: absolute;
  background-color: #e4e6ea;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transition: transform 0.4s;
}
nav:not(.mobile) ul li a::before {
  top: 0;
  left: 0;
  transform-origin: left;
}
nav:not(.mobile) ul li a::after {
  bottom: 0;
  right: 0;
  transform-origin: right;
}
nav:not(.mobile) ul li:not(.pll-parent-menu-item, .lang-item):hover > .sub-menu {
  display: block;
}
nav:not(.mobile) ul li:not(.pll-parent-menu-item, .lang-item) a:hover::before, nav:not(.mobile) ul li:not(.pll-parent-menu-item, .lang-item) a:hover::after {
  transform: scaleX(1);
}
nav:not(.mobile) ul .pll-parent-menu-item {
  margin-left: 20px;
}
nav:not(.mobile) ul .pll-parent-menu-item > a {
  display: none;
}
nav:not(.mobile) ul .pll-parent-menu-item:hover {
  background-color: transparent;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
nav:not(.mobile) ul .pll-parent-menu-item .sub-menu {
  background-color: transparent;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  position: unset;
  min-width: unset;
  padding: 0;
  display: flex;
  gap: 0;
}
nav:not(.mobile) ul .pll-parent-menu-item .sub-menu li a {
  font-weight: 400;
}
nav:not(.mobile) ul .pll-parent-menu-item .sub-menu li:not(.current-lang) a:hover {
  color: #e4e6ea;
}
nav:not(.mobile) ul .pll-parent-menu-item .sub-menu li.current-lang a {
  font-weight: 800;
}
nav:not(.mobile) ul .pll-parent-menu-item .sub-menu li:first-of-type {
  border-right: 1px solid #f9f9f9;
}
nav.mobile {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  min-height: 100vh;
  background-color: #121212;
  z-index: 100;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  nav.mobile {
    width: 50%;
  }
}
@media (max-width: 576px) {
  nav.mobile {
    width: 75%;
  }
}
nav.mobile ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  position: relative;
  margin-top: 130px;
  padding-left: 60px;
  padding-right: 65px;
  gap: 15px;
}
@media (max-width: 992px) {
  nav.mobile ul {
    padding-right: 45px;
  }
}
@media (max-width: 576px) {
  nav.mobile ul {
    padding-right: 15px;
  }
}
nav.mobile ul li a {
  display: block;
  text-align: right;
  color: #f9f9f9;
  border-bottom: 1px solid #8c8f95;
}
nav.mobile ul li.current-menu-item > a {
  color: #8c8f95;
}
nav.mobile ul li .sub-menu {
  margin: 0;
  padding: 0;
  gap: 5px;
  margin-bottom: 5px;
}
nav.mobile ul li .sub-menu li a {
  border-bottom: 0;
  font-weight: 400;
  font-size: 16px;
}
nav.mobile ul .pll-parent-menu-item {
  margin-top: 30px;
}
nav.mobile ul .pll-parent-menu-item > a {
  display: none;
}
nav.mobile ul .pll-parent-menu-item .sub-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
nav.mobile ul .pll-parent-menu-item .sub-menu li:nth-of-type(1) {
  border-right: 1px solid #8c8f95;
}
nav.mobile ul .pll-parent-menu-item .sub-menu li:nth-of-type(1) a {
  padding-right: 10px;
}
nav.mobile ul .pll-parent-menu-item .sub-menu li:nth-of-type(2) a {
  padding-left: 5px;
}
nav.mobile ul .pll-parent-menu-item .sub-menu li.current-lang a {
  font-weight: 800;
}
nav.mobile.open {
  display: flex;
}

footer {
  background-color: #121212;
}
footer .footer-container {
  display: flex;
  padding: 90px 60px 20px 60px;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  footer .footer-container {
    padding: 60px 40px 20px 40px;
  }
}
@media (max-width: 768px) {
  footer .footer-container {
    padding: 60px 15px 20px 15px;
  }
}
footer .footer-container .logo {
  background-image: url("../images/logo-full-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 100px;
  width: 300px;
}
@media (max-width: 1200px) {
  footer .footer-container .logo {
    display: none;
  }
}
footer .footer-container nav {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  padding-bottom: 10px;
}
@media (max-width: 1200px) {
  footer .footer-container nav {
    width: 100%;
    align-items: center;
    padding-bottom: 0px;
  }
}
@media (max-width: 576px) {
  footer .footer-container nav {
    align-items: flex-start;
    flex-direction: column;
  }
}
footer .footer-container nav ul {
  gap: 10px;
}
@media (max-width: 576px) {
  footer .footer-container nav ul {
    flex-direction: column;
  }
}
footer .footer-container nav ul li:hover {
  background-color: transparent;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
footer .footer-container nav ul li a {
  font-size: 16px;
  color: #f9f9f9;
}
footer .copyright {
  background-color: #121212;
  color: #f9f9f9;
  font-size: 12px;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #f9f9f9;
  margin: 0px 60px;
}
@media (max-width: 992px) {
  footer .copyright {
    margin: 0px 40px;
  }
}
@media (max-width: 576px) {
  footer .copyright {
    margin: 0px 15px;
  }
}

.footer-light footer {
  background-color: #f9f9f9;
}
.footer-light footer .logo {
  background-image: url("../images/logo-full-black.svg");
}
.footer-light footer nav ul li a {
  color: #121212;
}
.footer-light footer nav ul li a::before, .footer-light footer nav ul li a::after {
  background-color: #252324;
}
.footer-light footer .copyright {
  background-color: #f9f9f9;
  color: #121212;
  border-top: 1px solid #121212;
}

.offer-box {
  max-width: 20vw;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.5019607843) 0px 3px 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1200px) {
  .offer-box {
    max-width: 25vw;
  }
}
@media (max-width: 992px) {
  .offer-box {
    max-width: 100%;
  }
}
.offer-box a {
  height: 100%;
  width: 100%;
  font-weight: 400;
}
.offer-box .image-container {
  overflow: hidden;
  height: 230px;
  min-height: 230px;
}
.offer-box .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
  transform: scale(1);
}
.offer-box .offer-box-content {
  padding: 30px;
  border-top: 0;
}
.offer-box .offer-box-content h2 {
  margin-top: 0;
}
.offer-box .offer-box-content p {
  color: #f9f9f9;
}
.offer-box:hover img {
  transform: scale(1.05);
}

.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tab a {
  background-color: #d5d5d5 !important;
  border-top-color: #d5d5d5 !important;
  border-left-color: #d5d5d5 !important;
  border-right-color: #d5d5d5 !important;
  color: #121212 !important;
}
.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tab a span {
  font-family: "Yeseva One";
  font-weight: 400;
}
.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tab.vc_active a {
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
  color: #121212 !important;
}
.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels {
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
  border-top-right-radius: 3px !important;
}/*# sourceMappingURL=app.css.map */