@import '../scss/vendors/swiper-bundle.min.css';
@import '../fonts/stylesheet.css';
/* Color */
/* Font Typo */
* {
  box-sizing: border-box;
  margin: 0;
}

html, body {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  -webkit-text-size-adjust: none;
}

html, body, br, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address, small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label, input, textarea, option, .nobox {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

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

blockquote, q {
  quotes: none;
}

br {
  height: 0;
}

ul, ol, dl, li {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  color: #1A3F61;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  body {
    font-size: 14px;
  }
}
body::-webkit-scrollbar {
  width: 14px;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: #1A3F61;
  border-radius: 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lora";
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #1A3F61;
}

h1, .heading-h1 {
  font-family: "Lora";
  font-size: 80px;
  font-weight: 700;
  font-style: normal;
  color: #1A3F61;
  margin-bottom: 20px;
  line-height: 1.2;
  text-transform: none;
}
@media (max-width: 1460px) {
  h1, .heading-h1 {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  h1, .heading-h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  h1, .heading-h1 {
    font-size: 38px;
    margin-bottom: 5px;
  }
}
@media (max-width: 575px) {
  h1, .heading-h1 {
    font-size: 26px;
  }
}

h2, .heading-h2 {
  font-family: "Lora";
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  color: #1A3F61;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1460px) {
  h2, .heading-h2 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  h2, .heading-h2 {
    font-size: 26px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  h2, .heading-h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  h2, .heading-h2 {
    font-size: 18px;
  }
}
h2:last-child, .heading-h2:last-child {
  margin-bottom: 0;
}

h3, .heading-h3 {
  font-family: "Lora";
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  color: #1A3F61;
  margin-bottom: 20px;
  line-height: 1.2;
  text-transform: none;
}
@media (max-width: 1460px) {
  h3, .heading-h3 {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  h3, .heading-h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h3, .heading-h3 {
    font-size: 16px;
  }
}

h4, .heading-h4 {
  font-family: "Inter";
  font-weight: 500;
  font-size: 22px;
  font-style: italic;
  color: #0073B6;
  line-height: 1.5;
  text-transform: none;
  margin-bottom: 30px;
}
@media (max-width: 1460px) {
  h4, .heading-h4 {
    font-size: 19px;
  }
}
@media (max-width: 1199px) {
  h4, .heading-h4 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  h4, .heading-h4 {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
h4:last-child, .heading-h4:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  h4 br, .heading-h4 br {
    display: none;
  }
}

h5, .heading-h5 {
  font-family: "Inter";
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #0073B6;
  line-height: 1.2;
  text-transform: none;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  h5, .heading-h5 {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

h6, .heading-h6 {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #1A3F61;
  line-height: 1.5;
  text-transform: none;
}
@media (max-width: 1199px) {
  h6, .heading-h6 {
    font-size: 14px;
  }
}

.container {
  max-width: 1190px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.container-small {
  max-width: 920px;
}

.container-left {
  padding-left: 0;
}

.container-right {
  padding-right: 0;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-content-start {
  justify-content: flex-start;
}

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

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-start {
  align-items: flex-start;
}

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

.align-items-end {
  align-items: flex-end;
}

.row-reverse {
  flex-direction: row-reverse;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.col-12, .col {
  max-width: 100%;
}

.col-11 {
  max-width: 91.66666667%;
}

.col-10 {
  max-width: 83.33333333%;
}

.col-9 {
  max-width: 75%;
}

.col-8 {
  max-width: 66.66666667%;
}

.col-7 {
  max-width: 58.33333333%;
}

.col-6 {
  max-width: 50%;
}

.col-5 {
  max-width: 41.66666667%;
}

.col-4 {
  max-width: 33.33333333%;
}

.col-3 {
  max-width: 25%;
}

.col-2 {
  max-width: 16.66666667%;
}

.col-1 {
  max-width: 8.33333333%;
}

.col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1, .col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1, .col {
    max-width: 100%;
  }
}

.py-0 {
  padding-block: 0;
}

.pt-0 {
  padding-top: 0 !important;
}

.m-auto {
  margin: 0 auto;
}

section {
  padding: 100px 0;
}
@media (max-width: 1460px) {
  section {
    padding: 90px 0;
  }
}
@media (max-width: 1199px) {
  section {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  section {
    padding: 55px 0;
  }
}
section .image-content:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  section .image-content:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  section .image-content:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  section .image-content .col-img {
    margin-bottom: 25px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  section .image-content .right-align-content {
    margin-left: auto;
  }
}
section .image-content .right-align-content .content-top-border {
  border-top: 1px solid rgba(26, 63, 97, 0.2);
  margin-top: 48px;
  padding-top: 48px;
}
@media (max-width: 767px) {
  section .image-content .right-align-content .content-top-border {
    margin-top: 24px;
    padding-top: 24px;
  }
}
section .image-content .right-align-content ul:not(:last-child) {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  section .image-content .right-align-content ul:not(:last-child) {
    margin-bottom: 24px;
  }
}
section .image-content .right-align-content ul li:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  section .image-content .right-align-content ul li:not(:last-child) {
    margin-bottom: 25px;
  }
}
section .description.active-read-more {
  font-size: 18px;
  line-height: 1.65;
  transition: 450ms all ease;
}
section .description.active-read-more > *:not(:last-child) {
  margin-bottom: 16px;
}
section .description.active-read-more.blur {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: 450ms all ease;
  background: -webkit-linear-gradient(#1c1c1c, #cccccc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section > div a.read-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  color: #01656b;
  font-weight: 600;
  margin-top: 20px;
}
section > div a.read-more.custom-hide {
  display: none;
}
section > div a.read-more img.arrow-icon {
  transition: 450ms transform ease;
  width: 12px;
  max-width: 12px;
  height: 20px;
  margin-left: 10px;
}
section > div a.read-more.rotate img.arrow-icon {
  transform: rotate(180deg);
  transition: 450ms transform ease;
}
section > div a.read-more span {
  transition: 450ms all ease;
  visibility: visible;
  font-size: inherit;
  line-height: 20px;
}
section > div a.read-more span.custom-hide {
  line-height: 0;
  font-size: 0;
  visibility: hidden;
  transition: 450ms all ease;
}

svg {
  font-family: "Inter";
}

img {
  max-width: 100%;
  border: 0;
  border-style: none;
}

a {
  text-decoration: none;
  transition: 0.5s;
  display: inline-block;
}
a:hover {
  color: #1A3F61;
}

:-webkit-any-link {
  color: inherit;
}

p {
  line-height: 1.65;
}
p:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  p:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  p {
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  p br {
    display: none;
  }
}

.unlisted {
  list-style: none;
}

.cream-bg {
  background-color: #F9F7F5;
}

.bg-set {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.full-img img {
  width: 100%;
}

.btn {
  font-family: "Lora";
  font-size: 18px;
  font-weight: 700;
  padding: 15px 70px;
  background-color: #1A3F61;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  text-align: center;
  display: inline-block;
  transition: 0.5s;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .btn {
    font-size: 16px;
    padding: 15px 30px;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: 14px;
    width: 100%;
    padding: 15px 10px;
  }
}
.btn:hover {
  color: #ffffff;
  background-color: #0073B6;
}
.btn.btn-icon {
  position: relative;
}
.btn.btn-icon::after {
  content: "";
  width: 22px;
  height: 18px;
  background-image: url(../images/default-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  filter: invert(100%) sepia(100%) saturate(16%) hue-rotate(208deg) brightness(106%) contrast(100%);
}
@media (max-width: 575px) {
  .btn.btn-icon::after {
    width: 16px;
    height: 12px;
    margin-left: 10px;
  }
}
.btn.download-icon {
  position: relative;
}
.btn.download-icon::after {
  content: "";
  width: 23px;
  height: 22px;
  background-image: url(../images/download-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  filter: invert(100%) sepia(100%) saturate(16%) hue-rotate(208deg) brightness(106%) contrast(100%);
}
@media (max-width: 1199px) {
  .btn.download-icon::after {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .btn.download-icon::after {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 575px) {
  .btn.download-icon::after {
    width: 16px;
    height: 12px;
  }
}

.hyperlink {
  font-weight: 600;
  color: #0073B6;
}
.hyperlink::after {
  content: "";
  background-image: url(../images/default-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-left: 11px;
  margin-bottom: -1px;
  filter: invert(34%) sepia(84%) saturate(4656%) hue-rotate(204deg) brightness(66%) contrast(101%);
  transition: 0.3s;
}
@media (max-width: 767px) {
  .hyperlink::after {
    width: 12px;
    height: 10px;
  }
}
.hyperlink:hover::after {
  filter: invert(21%) sepia(17%) saturate(1891%) hue-rotate(167deg) brightness(98%) contrast(96%);
  transform: translateX(5px);
}

.title:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .title:not(:last-child) {
    margin-bottom: 25px;
  }
}
.title .heading-h2 {
  margin-bottom: 0;
}

.swiper-arrow {
  position: relative;
  z-index: 1;
}
.swiper-arrow .swiper-btn {
  cursor: pointer;
  line-height: 0;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 1px solid rgba(26, 63, 97, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .swiper-arrow .swiper-btn {
    width: 38px;
    height: 38px;
    padding: 11px;
  }
}
.swiper-arrow .swiper-btn:hover {
  background-color: #1A3F61;
}
.swiper-arrow .swiper-btn:hover img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(88deg) brightness(107%) contrast(101%);
}
.swiper-arrow .swiper-btn:first-child {
  transform: rotate(180deg);
}
.swiper-arrow .swiper-btn img {
  transition: 0.5s;
}

.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #1A3F61;
  margin: 0 9px !important;
  width: 6px;
  height: 6px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  outline: 1px solid;
  outline-offset: 6px;
}

form .form-group {
  position: relative;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  form .form-group {
    margin-bottom: 12px;
  }
}
form .form-group span {
  display: block;
}
form .form-group .form-control {
  font-family: "Inter";
  font-size: 16px;
  color: #1A3F61;
  background-color: #ffffff;
  border-radius: 2px;
  border: 1px solid rgba(26, 63, 97, 0.2);
  padding: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  form .form-group .form-control {
    font-size: 14px;
    padding: 11px 15px;
  }
}
form .form-group .form-control::-moz-placeholder {
  color: #1A3F61;
}
form .form-group .form-control::placeholder {
  color: #1A3F61;
}
form .form-group textarea {
  resize: none;
}
form .form-btns .btn {
  width: 100%;
}

.ul-with-arrow ul {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .ul-with-arrow ul {
    margin-bottom: 20px;
  }
}
.ul-with-arrow ul li {
  position: relative;
  padding-right: 50px;
  margin-bottom: 20px;
  list-style: none;
}
@media (max-width: 1460px) {
  .ul-with-arrow ul li {
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .ul-with-arrow ul li {
    padding-right: 35px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .ul-with-arrow ul li {
    margin-bottom: 10px;
    padding-right: 28px;
  }
}
.ul-with-arrow ul li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 33px;
  background-image: url(../images/right-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1460px) {
  .ul-with-arrow ul li::before {
    width: 30px;
    height: 28px;
  }
}
@media (max-width: 1199px) {
  .ul-with-arrow ul li::before {
    width: 25px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .ul-with-arrow ul li::before {
    width: 20px;
    height: 18px;
    top: 1px;
  }
}

/* filed required css */
.wpcf7-not-valid-tip, span.form-error {
  color: rgba(255, 0, 0, 0.7);
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

.wpcf7-not-valid { /* outline:1px solid rgb(255 0 0 / 70%) !important; */
  border: 1px solid rgba(255, 0, 0, 0.7) !important;
}

.screen-reader-text, .screen-reader-response {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

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

.wpcf7-response-output, .cf7sg-response-output, .cf7sg-popup {
  color: rgba(255, 0, 0, 0.7);
  display: none !important;
}

.wpcf7-not-valid-tip, span.form-error {
  display: none !important;
}

span.form-error.active {
  display: block;
}

.wpcf7-not-valid.wpcf7-acceptance {
  padding-left: 7px;
}

input[type=date]::-webkit-datetime-edit-day-field, input[type=date]::-webkit-datetime-edit-month-field, input[type=date]::-webkit-datetime-edit-year-field {
  color: #1A3F61;
}

.overflow-hidden {
  overflow: hidden;
}

body:is(.page-template-thank-you, .error404) .header-main {
  position: relative;
  box-shadow: 0 0 10px -5px #1A3F61;
}
body:is(.page-template-thank-you, .error404) .header-main::before {
  height: 100%;
}
body:is(.page-template-thank-you, .error404) .header-main .header-menu {
  background-color: #1A3F61;
}
body:is(.page-template-thank-you, .error404) .header-main .header-top::before, body:is(.page-template-thank-you, .error404) .header-main .header-top::after {
  display: none;
}
body:is(.page-template-thank-you, .error404) .header-main .header-top .navbar-toggler {
  color: #1A3F61;
}
body:is(.page-template-thank-you, .error404) .header-main .header-top .navbar-toggler .toggler-button span {
  background-color: #1A3F61;
}
body:is(.page-template-thank-you, .error404) .header-main .header-top .logo-main {
  margin: -24px 0;
}
@media (max-width: 991px) {
  body:is(.page-template-thank-you, .error404) .header-main .header-top .logo-main {
    margin: 0;
  }
}
body:is(.page-template-thank-you, .error404) .header-main .header-top .logo-main img {
  filter: none;
}
body:is(.page-template-thank-you, .error404) .section_error {
  box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.2);
}
body:is(.page-template-thank-you, .error404) .section_error h1 {
  text-shadow: 4px 4px 0px rgba(26, 32, 78, 0), 7px 7px 0px rgba(26, 32, 78, 0.18);
  font-size: 100px;
}
@media (max-width: 767px) {
  body:is(.page-template-thank-you, .error404) .section_error h1 {
    font-size: 50px;
  }
}

.header-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
}
@media (max-width: 767px) {
  .header-main {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    z-index: 999999;
  }
}
@media (max-width: 575px) {
  .header-main {
    padding: 10px 0;
  }
}
.header-main.header-fixed {
  box-shadow: 0 0 10px -5px #1A3F61;
}
.header-main.header-fixed::before, .header-main.menu-open::before {
  height: 100%;
}
.header-main.header-fixed .navbar-toggler, .header-main.menu-open .navbar-toggler {
  color: #1A3F61;
}
.header-main.header-fixed .navbar-toggler .toggler-button span, .header-main.menu-open .navbar-toggler .toggler-button span {
  background-color: #1A3F61;
}
.header-main.menu-open .logo-main {
  opacity: 0;
}
.header-main.menu-open::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1360px;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  background-color: rgba(26, 63, 97, 0.2);
}
@media (max-width: 1190px) {
  .header-main.menu-open::after {
    max-width: calc(100% - 30px);
  }
}
.header-main.menu-open .navbar-toggler {
  color: #1A3F61;
}
.header-main.menu-open .navbar-toggler .toggler-button span {
  background-color: #1A3F61;
}
.header-main.menu-open .navbar-toggler .toggler-button span:first-child {
  transform: rotate(45deg) translateX(5px) translateY(5px);
}
.header-main.menu-open .navbar-toggler .toggler-button span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.header-main.menu-open .navbar-toggler .toggler-button span:last-child {
  transform: rotate(-45deg) translatex(5px) translateY(-5px);
}
@media (min-width: 768px) {
  .header-main.menu-open:not(.header-fixed) .header-top {
    padding: 10px 0;
  }
}
@media (min-width: 768px) {
  .header-main.menu-open:not(.header-fixed) .header-top .logo-main {
    width: 225px;
    margin-bottom: 0;
  }
}
.header-main.menu-open:not(.header-fixed) .header-top .logo-main img {
  filter: none;
}
@media (min-width: 992px) {
  .header-main:not(.header-fixed) .header-top {
    padding: 27px 0;
  }
}
@media (min-width: 992px) {
  .header-main:not(.header-fixed) .header-top .logo-main {
    width: 350px;
    margin-bottom: -44px;
  }
}
.header-main:not(.header-fixed) .header-top .logo-main img {
  filter: invert(100%) sepia(43%) saturate(2%) hue-rotate(143deg) brightness(1000000%) contrast(100%);
}
@media (min-width: 992px) {
  .header-main:not(.menu-open) .header-menu {
    padding: 30px 15px;
  }
}
.header-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: #ffffff;
  transition: 0.5s;
  z-index: -1;
}
.header-main .header-top {
  transition: 0.5s;
}
@media (min-width: 576px) {
  .header-main .header-top {
    position: relative;
    padding: 10px 0;
  }
}
.header-main .header-top:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% + 200px);
  height: 1px;
  width: calc(50% + 200px);
  background-color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 767px) {
  .header-main .header-top:before {
    display: none;
  }
}
.header-main .header-top:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: calc(50% + 200px);
  height: 1px;
  width: calc(50% + 200px);
  background-color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 767px) {
  .header-main .header-top:after {
    display: none;
  }
}
.header-main .header-top .container {
  max-width: 1390px;
}
@media (max-width: 767px) {
  .header-main .header-top .container {
    padding: 0 25px;
  }
}
.header-main .header-top .header-top-sidebar-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  z-index: 2;
}
@media (max-width: 767px) {
  .header-main .header-top .header-top-sidebar-menu {
    top: 0;
  }
}
.header-main .header-top .header-top-sidebar-menu .navbar-collapse {
  padding: 50px 15px;
  background-color: #ffffff;
}
@media (max-width: 1199px) {
  .header-main .header-top .header-top-sidebar-menu .navbar-collapse {
    padding: 20px 15px;
  }
}
@media (max-width: 767px) {
  .header-main .header-top .header-top-sidebar-menu .navbar-collapse {
    padding: 0;
  }
}
.header-main .header-top .header-top-sidebar-menu .navbar-collapse .menu-start {
  background-color: #1A3F61;
  padding: 45px 0;
  max-width: 1620px;
  margin: 0 auto;
}
@media (max-width: 1620px) {
  .header-main .header-top .header-top-sidebar-menu .navbar-collapse .menu-start {
    max-width: 1390px;
  }
}
@media (max-width: 767px) {
  .header-main .header-top .header-top-sidebar-menu .navbar-collapse .menu-start {
    height: 100vh;
  }
}
.header-main .header-top .header-top-sidebar-menu .navbar-collapse .menu-start .menu-header {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .header-main .header-top .header-top-sidebar-menu .navbar-collapse .menu-start .menu-header {
    padding: 0 25px 30px;
    display: flex;
    justify-content: space-between;
  }
}
.header-main .header-top .header-top-sidebar-menu .navbar-collapse .menu-start .menu-header .menu-logo {
  max-width: 350px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .header-main .header-top .header-top-sidebar-menu .navbar-collapse .menu-start .menu-header .menu-logo {
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  .header-main .header-top .header-top-sidebar-menu .navbar-collapse .menu-start .menu-header .menu-logo {
    margin-left: 0;
  }
}
.header-main .header-top .header-top-sidebar-menu .navbar-collapse .menu-start .menu-header .menu-logo img {
  filter: invert(100%) sepia(43%) saturate(2%) hue-rotate(143deg) brightness(1000000%) contrast(100%);
}
@media (min-width: 768px) {
  .header-main .header-top .header-top-sidebar-menu .navbar-collapse .menu-start .menu-header .close-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-main .header-top .header-top-sidebar-menu .navbar-collapse .menu-start .menu-header .close-menu {
    font-size: 24px;
    color: #ffffff;
  }
}
.header-main .header-top .header-top-sidebar-menu .navbar-collapse .menu-start .header-navbar {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .header-main .header-top .header-top-sidebar-menu .navbar-collapse .menu-start .header-navbar {
    max-height: calc(100vh - 175px);
    overflow-y: auto;
  }
}
.header-main .header-top .header-top-sidebar-menu .navbar-collapse .menu-start .header-navbar .link-container {
  width: 50%;
  padding: 0 100px;
}
@media (max-width: 1460px) {
  .header-main .header-top .header-top-sidebar-menu .navbar-collapse .menu-start .header-navbar .link-container {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .header-main .header-top .header-top-sidebar-menu .navbar-collapse .menu-start .header-navbar .link-container {
    width: 100%;
    padding: 0;
  }
}
.header-main .header-top .header-top-sidebar-menu .navbar-collapse .menu-start .header-navbar .link-container > .nav-link {
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  display: flex;
  padding: 10px 25px;
}
@media (max-width: 1199px) {
  .header-main .header-top .header-top-sidebar-menu .navbar-collapse .menu-start .header-navbar .link-container > .nav-link {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .header-main .header-top .header-top-sidebar-menu .navbar-collapse .menu-start .header-navbar .link-container > .nav-link {
    font-size: 16px;
  }
}
.header-main .header-top .header-top-sidebar-menu .navbar-collapse .menu-start .header-navbar .link-container > .nav-link.collapse-link::after {
  content: "+";
  font-weight: 600;
  font-size: 2.5rem;
  color: #ffffff;
  margin-left: auto;
}
@media (max-width: 991px) {
  .header-main .header-top .header-top-sidebar-menu .navbar-collapse .menu-start .header-navbar .link-container > .nav-link.collapse-link::after {
    font-size: 22px;
  }
}
.header-main .header-top .header-top-sidebar-menu .navbar-collapse .menu-start .header-navbar .link-container > .nav-link.collapse-link.active::after {
  content: "-";
}
.header-main .header-top .header-top-sidebar-menu .navbar-collapse .menu-start .header-navbar .link-container .collapse {
  border-top: 2px solid #ffffff;
  margin: 0 25px;
}
.header-main .header-top .header-top-sidebar-menu .navbar-collapse .menu-start .header-navbar .link-container .collapse:not(.show) {
  display: none;
}
.header-main .header-top .header-top-sidebar-menu .navbar-collapse .menu-start .header-navbar .link-container .collapse .sub-menu {
  list-style: none;
  padding-top: 5px;
}
.header-main .header-top .header-top-sidebar-menu .navbar-collapse .menu-start .header-navbar .link-container .collapse .sub-menu .li-submenu .collapse {
  margin: 0;
  padding-top: 5px;
}
.header-main .header-top .header-top-sidebar-menu .navbar-collapse .menu-start .header-navbar .link-container .collapse .sub-menu .li-submenu .collapse .nav-link {
  font-size: 14px;
  line-height: 1;
  padding: 6px 10px;
}
.header-main .header-top .header-top-sidebar-menu .navbar-collapse .menu-start .header-navbar .link-container .collapse .sub-menu .nav-link {
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 6px 0;
  display: flex;
}
@media (max-width: 991px) {
  .header-main .header-top .header-top-sidebar-menu .navbar-collapse .menu-start .header-navbar .link-container .collapse .sub-menu .nav-link {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .header-main .header-top .header-top-sidebar-menu .navbar-collapse .menu-start .header-navbar .link-container .collapse .sub-menu .nav-link {
    display: flex;
    padding: 10px 0;
  }
}
.header-main .header-top .header-top-sidebar-menu .navbar-collapse .menu-start .header-navbar .link-container .collapse .sub-menu .nav-link.collapse-link::after {
  content: "+";
  font-weight: 600;
  font-size: 1.5rem;
  color: #ffffff;
  margin-left: auto;
}
.header-main .header-top .header-top-sidebar-menu .navbar-collapse .menu-start .header-navbar .link-container .collapse .sub-menu .nav-link.collapse-link.active::after {
  content: "-";
}
.header-main .navbar-toggler {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .header-main .navbar-toggler {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .header-main .navbar-toggler .menu {
    display: none;
  }
}
.header-main .navbar-toggler .toggler-button {
  width: 30px;
  height: 25px;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  outline: none;
}
.header-main .navbar-toggler .toggler-button span {
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  margin: 2.5px 0;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.header-main .logo-main {
  width: 225px;
  transition: 0.5s;
  line-height: 0;
}
@media (max-width: 767px) {
  .header-main .logo-main {
    width: 200px;
  }
}
@media (max-width: 575px) {
  .header-main .logo-main {
    width: 170px;
  }
}
@media (max-width: 360px) {
  .header-main .logo-main {
    width: 130px;
  }
}
@media (min-width: 768px) {
  .header-main .lang-switcher {
    width: 200px;
  }
}
.header-main .lang-switcher ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 767px) {
  .header-main .lang-switcher ul {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
.header-main .lang-switcher ul li {
  color: #ffffff;
}
.header-main .lang-switcher ul li.active {
  text-decoration: underline;
}
.header-main .lang-switcher ul li a {
  color: #ffffff;
  opacity: 0.6;
}
.header-main .lang-switcher ul li a:hover {
  opacity: 1;
}
.header-main .header-menu {
  padding: 20px 15px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  display: none;
}
@media (max-width: 767px) {
  .header-main .header-menu {
    display: none;
  }
}
.header-main .header-menu nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-main .header-menu nav ul li {
  list-style: none;
  padding: 0 18px;
  position: relative;
}
.header-main .header-menu nav ul li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 100%;
}
.header-main .header-menu nav ul li.current_page_item a {
  opacity: 0.6;
}
.header-main .header-menu nav ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .header-main .header-menu nav ul li a {
    font-size: 14px;
  }
}
.header-main .header-menu nav ul li a:hover {
  opacity: 0.6;
}

.fixed-social-button {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-40%);
  z-index: 3;
}
@media (max-width: 767px) {
  .fixed-social-button {
    transform: none;
    top: auto;
    bottom: 0;
    width: 100%;
  }
}
.fixed-social-button ul {
  list-style: none;
  background-color: #0073B6;
}
@media (max-width: 767px) {
  .fixed-social-button ul {
    display: flex;
    padding: 15px 0;
  }
}
@media (min-width: 768px) {
  .fixed-social-button ul li:not(:last-child) {
    position: relative;
  }
  .fixed-social-button ul li:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 767px) {
  .fixed-social-button ul li {
    width: 25%;
  }
  .fixed-social-button ul li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.fixed-social-button ul li a {
  width: 130px;
  padding: 24px 5px;
  background-color: #0073B6;
  text-align: center;
}
@media (max-width: 767px) {
  .fixed-social-button ul li a {
    padding: 0 5px;
    width: 100%;
  }
}
.fixed-social-button ul li a .icon {
  display: block;
  line-height: 0;
  margin-bottom: 5px;
  text-align: center;
  width: 100%;
  height: 20px;
}
.fixed-social-button ul li a .icon img {
  max-height: 100%;
  filter: invert(99%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(105%) contrast(100%);
}
.fixed-social-button ul li a .text {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.4;
  text-transform: uppercase;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .fixed-social-button ul li a .text {
    font-size: 8px;
    line-height: 1.2;
    text-align: center;
    display: block;
  }
}

footer {
  background: #F9F7F5;
  position: relative;
}
@media (max-width: 767px) {
  footer {
    margin-bottom: 82px;
  }
}
footer .footer-top {
  padding-block: 80px;
}
@media (max-width: 991px) {
  footer .footer-top {
    padding-block: 50px;
  }
}
footer .footer-top .top-row {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  footer .footer-top .top-row {
    text-align: center;
    margin-bottom: 15px;
  }
}
footer .footer-top .footer-logo {
  margin-bottom: 10px;
}
footer .footer-top .footer-logo a {
  max-width: 222px;
}
footer .footer-top .footer-address {
  font-size: 14px;
}
@media (max-width: 767px) {
  footer .footer-top .footer-address {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  footer .footer-top .footer-menu {
    display: flex;
    justify-content: flex-end;
  }
}
footer .footer-top .footer-menu nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  footer .footer-top .footer-menu nav ul {
    justify-content: center;
  }
}
footer .footer-top .footer-menu nav ul li {
  list-style: none;
  padding: 0 24px;
}
@media (max-width: 1199px) {
  footer .footer-top .footer-menu nav ul li {
    padding: 0 15px;
    margin-bottom: 12px;
  }
}
@media (max-width: 575px) {
  footer .footer-top .footer-menu nav ul li {
    padding: 0 8px;
  }
}
footer .footer-top .footer-menu nav ul li.current_page_item a {
  opacity: 0.6;
}
footer .footer-top .footer-menu nav ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #1A3F61;
}
@media (max-width: 767px) {
  footer .footer-top .footer-menu nav ul li a {
    font-size: 14px;
  }
}
footer .footer-top .footer-menu nav ul li a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  footer .footer-top .social-links {
    width: 100%;
  }
}
footer .footer-top .social-links:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 767px) {
  footer .footer-top .social-links:not(:last-child) {
    margin: 0 0 30px;
  }
}
footer .footer-top .social-links ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-top .social-links ul li {
  margin: 0 4px;
}
footer .footer-top .social-links ul li a {
  line-height: 0;
  border-radius: 100%;
  border: 1px solid rgba(26, 63, 97, 0.4);
  padding: 17px;
}
@media (max-width: 767px) {
  footer .footer-top .social-links ul li a {
    padding: 12px;
  }
}
footer .footer-top .social-links ul li a:hover {
  background-color: #1A3F61;
}
footer .footer-top .social-links ul li a:hover img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(88deg) brightness(107%) contrast(101%);
}
footer .footer-top .social-links ul li a img {
  width: 24px;
  transition: 0.5s;
}
@media (max-width: 767px) {
  footer .footer-top .footer-subscribe {
    width: 100%;
  }
}
footer .footer-top .footer-subscribe .form-group {
  display: flex;
  max-width: 400px;
  margin: 0 auto;
}
footer .footer-top .footer-subscribe .form-group .form-control {
  background-color: rgba(26, 63, 97, 0.1);
  border-color: #e8ebef;
  padding: 20px;
}
footer .footer-top .footer-subscribe .form-group .form-control::-moz-placeholder {
  color: #1A3F61;
}
footer .footer-top .footer-subscribe .form-group .form-control::placeholder {
  color: #1A3F61;
}
footer .footer-top .footer-subscribe .form-group .btn {
  padding: 15px;
  width: 63px;
  min-width: 63px;
  height: 63px;
}
@media (max-width: 767px) {
  footer .footer-top .footer-subscribe .form-group .btn {
    width: 59px;
    min-width: 59px;
    height: 59px;
  }
}
footer .footer-top .footer-subscribe .form-group .btn::after {
  margin-left: 0;
}
footer .footer-top .footer-subscribe .form-group .wpcf7-spinner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: 0 auto;
}
footer .footer-copy-right {
  border-top: 1px solid rgba(26, 63, 97, 0.2);
  font-size: 14px;
  color: #1A3F61;
  padding: 22px 0;
}
@media (max-width: 767px) {
  footer .footer-copy-right {
    padding: 15px 0;
  }
}

.fixed-arrow {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .fixed-arrow {
    top: -20px;
  }
}
.fixed-arrow .down-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F9F7F5;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  box-shadow: 0 0 20px -5px #1A3F61;
}
@media (max-width: 767px) {
  .fixed-arrow .down-arrow {
    width: 40px;
    height: 40px;
    padding: 12px;
  }
}
.fixed-arrow .down-arrow:hover {
  background-color: #1A3F61;
}
.fixed-arrow .down-arrow:hover img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(88deg) brightness(107%) contrast(101%);
}
.fixed-arrow .down-arrow img {
  transition: 0.5s;
}

@media (max-width: 767px) {
  .cky-revisit-bottom-left {
    bottom: 90px !important;
  }
}

.banner-section {
  position: relative;
  min-height: 767px;
  padding-top: 300px;
}
@media (max-width: 1460px) {
  .banner-section {
    min-height: 600px;
    padding-top: 270px;
  }
}
@media (max-width: 767px) {
  .banner-section {
    min-height: 75vw;
    padding-top: 30vw;
  }
}
.banner-section .banner-slider {
  position: absolute;
  inset: 0;
}
.banner-section .banner-slider .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.banner-section .banner-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.banner-section .banner-slider .swiper-pagination {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .banner-section .banner-slider .swiper-pagination {
    margin-bottom: 15px;
  }
}
.banner-section .banner-content {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
}
.banner-section .banner-content h1 {
  color: #ffffff;
  text-transform: uppercase;
}
.banner-section .banner-content h1:last-child {
  margin-bottom: 0;
}
.banner-section .badge-wrap {
  position: absolute;
  right: 17%;
  bottom: 0;
  z-index: 1;
  line-height: 0;
  width: 150px;
  height: auto;
  transform: translateY(50%);
}
@media (max-width: 1460px) {
  .banner-section .badge-wrap {
    width: 120px;
  }
}
@media (max-width: 1199px) {
  .banner-section .badge-wrap {
    width: 100px;
  }
}
@media (max-width: 991px) {
  .banner-section .badge-wrap {
    width: 90px;
    right: 7%;
  }
}
@media (max-width: 767px) {
  .banner-section .badge-wrap {
    width: 80px;
    right: 15%;
  }
}
.banner-section .badge-wrap img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.cream-bg + .appartement-categories-slider-section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  height: 32%;
  background-color: #F9F7F5;
}

.appartement-categories-slider-section {
  position: relative;
}
.appartement-categories-slider-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70%;
  background-color: #F9F7F5;
}
.appartement-categories-slider-section .appartement-slider .swiper-slide {
  height: 26vw;
  position: relative;
}
@media (max-width: 1460px) {
  .appartement-categories-slider-section .appartement-slider .swiper-slide {
    height: 29vw;
  }
}
@media (max-width: 767px) {
  .appartement-categories-slider-section .appartement-slider .swiper-slide {
    height: 50vw;
  }
}
.appartement-categories-slider-section .appartement-slider .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.appartement-categories-slider-section .appartement-slider .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.appartement-categories-slider-section .swiper-arrow {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .appartement-categories-slider-section .swiper-arrow {
    margin-top: 15px;
  }
}
.appartement-categories-slider-section .swiper-arrow .swiper-pagination {
  position: static;
  width: auto;
}
.appartement-categories-slider-section .btns {
  position: relative;
  z-index: 1;
  margin-top: 48px;
}

.living-feeling-section.two-column-icon .living-main .image-content {
  row-gap: 48px;
}
@media (max-width: 767px) {
  .living-feeling-section.two-column-icon .living-main .image-content {
    row-gap: 24px;
  }
}
.living-feeling-section.two-column-icon .living-main .divIcon {
  width: 48px;
  height: 48px;
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .living-feeling-section.two-column-icon .living-main .divIcon {
    width: 40px;
    height: 40px;
    padding: 3px;
  }
}
.living-feeling-section.two-column-icon .content-top-border {
  border-top: 1px solid rgba(26, 63, 97, 0.2);
  padding-top: 48px;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .living-feeling-section.two-column-icon .content-top-border {
    padding-top: 24px;
    margin-top: 24px;
  }
}
.living-feeling-section .col-img h6:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .living-feeling-section .col-img img {
    margin: 0 auto;
    display: block;
  }
}
.living-feeling-section .right-align-content ul li .heading-h5 {
  margin-bottom: 12px;
}
.living-feeling-section .right-align-content .btns .btn {
  width: 100%;
}

.living-well-being-section .image-content [class*=col-]:first-child img {
  width: 100%;
}
@media (max-width: 767px) {
  .living-well-being-section .image-content [class*=col-]:not(:last-child) {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .arrive-feel-good-section .arrive-main .col-img {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .arrive-feel-good-section .arrive-main .col-img .heading-h4 {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .arrive-feel-good-section .arrive-main .col-img .divImg {
    max-width: 120px;
    order: -1;
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .inquiry-section .title {
    display: flex;
    flex-direction: column;
  }
}
.inquiry-section .title .divImg {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .inquiry-section .title .divImg {
    max-width: 120px;
    order: -1;
    margin-top: 0;
    margin-bottom: 24px;
  }
}
.inquiry-section .form-group {
  position: relative;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .inquiry-section .form-group {
    margin-bottom: 12px;
  }
}
.inquiry-section .form-group span {
  display: block;
  position: relative;
}
.inquiry-section .form-group span input[type=checkbox] {
  position: absolute;
  left: -18px;
  top: 6px;
  width: 16px;
  height: 16px;
  accent-color: #1A3F61;
  cursor: pointer;
}
@media (max-width: 767px) {
  .inquiry-section .form-group span input[type=checkbox] {
    left: -13px;
    top: 3px;
    width: 15px;
    height: 15px;
  }
}
.inquiry-section .form-group span input[type=checkbox] + span {
  font-size: 16px;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .inquiry-section .form-group span input[type=checkbox] + span {
    font-size: 14px;
  }
}
.inquiry-section .form-group .form-control {
  font-family: "Inter";
  font-size: 16px;
  color: #1A3F61;
  background-color: #ffffff;
  border-radius: 2px;
  border: 1px solid rgba(26, 63, 97, 0.2);
  padding: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .inquiry-section .form-group .form-control {
    font-size: 14px;
    padding: 11px 15px;
  }
}
.inquiry-section .form-group .form-control::-moz-placeholder {
  color: #1A3F61;
}
.inquiry-section .form-group .form-control::placeholder {
  color: #1A3F61;
}
.inquiry-section .form-group textarea {
  resize: none;
}
.inquiry-section .form-btns {
  position: relative;
}
.inquiry-section .form-btns .btn {
  width: 100%;
}
.inquiry-section .form-btns .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 16px;
  background-color: #ffffff;
  opacity: 1;
}
.inquiry-section .form-btns .wpcf7-spinner::before {
  background-color: #1A3F61;
}

.instagram-section .instagram-main {
  margin: 0 -10px;
}
.instagram-section .instagram-main [id^=sb-wall].sb-wall {
  padding-bottom: 0 !important;
}
.instagram-section .instagram-main [id^=sb-wall].sb-wall .sbsw-item-inner {
  border-radius: 6px;
  margin-bottom: 15px;
}
.instagram-section .instagram-main [id^=sb-wall].sb-wall .sbsw-item-header {
  border-radius: 6px 6px 0 0;
}
.instagram-section .instagram-main [id^=sb-wall].sb-wall .sbsw-item-footer {
  border-radius: 0 0 6px 6px;
}

.full-image-section .divImg:not(:last-child) {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .full-image-section .divImg:not(:last-child) {
    margin-bottom: 24px;
  }
}
.full-image-section .btn.btn-icon::after {
  background-image: url(../images/download-icon.svg);
  width: 23px;
  height: 22px;
}
@media (max-width: 767px) {
  .full-image-section .btn.btn-icon::after {
    width: 20px;
    height: 20px;
  }
}

.eating-drinking-section .sub-title {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .eating-drinking-section .eating-drinking-main .eating-drinking-row:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
.eating-drinking-section .eating-drinking-main .eating-drinking-row:not(:last-child) {
  margin-bottom: 88px;
}
@media (max-width: 767px) {
  .eating-drinking-section .eating-drinking-main .eating-drinking-row [class*=col-]:not(:last-child) {
    margin-bottom: 24px;
  }
}
.eating-drinking-section .eating-drinking-main .eating-drinking-row .divContent .heading-h5 {
  color: #1A3F61;
}
.eating-drinking-section .eating-drinking-main .eating-drinking-row .divContent ul {
  padding-left: 32px;
  list-style: none;
  position: relative;
}
.eating-drinking-section .eating-drinking-main .eating-drinking-row .divContent ul:not(:last-child) {
  margin-bottom: 48px;
}
.eating-drinking-section .eating-drinking-main .eating-drinking-row .divContent ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  height: 100%;
  width: 1px;
  background-color: rgba(26, 63, 97, 0.2);
}
.eating-drinking-section .eating-drinking-main .eating-drinking-row .divContent ul li {
  font-size: 14px;
}
.eating-drinking-section .eating-drinking-main .eating-drinking-row .divContent ul li:not(:last-child) {
  margin-bottom: 24px;
}
.eating-drinking-section .eating-drinking-main .eating-drinking-row .divContent ul li .heading-h6 {
  font-weight: 500;
  margin-bottom: 8px;
}

.automaten-store-section .heading-h5 {
  color: #1A3F61;
  margin-bottom: 12px;
}
.automaten-store-section .store-img {
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media (max-width: 767px) {
  .automaten-store-section .store-img {
    order: -1;
    -moz-column-gap: 16px;
         column-gap: 16px;
    margin-bottom: 24px;
  }
}
.automaten-store-section .store-img .divImg:last-child {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .automaten-store-section .store-img .divImg:last-child {
    margin-top: 24px;
  }
}
.automaten-store-section .store-img .divImg img {
  width: 100%;
}

.alps-adria-experience-section .alps-adria-images [class*=col-] {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media (max-width: 767px) {
  .alps-adria-experience-section .alps-adria-images [class*=col-] {
    row-gap: 15px;
  }
}
@media (max-width: 767px) {
  .alps-adria-experience-section .alps-adria-images [class*=col-]:not(:last-child) {
    margin-bottom: 15px;
  }
}
.alps-adria-experience-section .alps-adria-images .divImg {
  line-height: 0;
  height: 100%;
}
@media (max-width: 767px) {
  .alps-adria-experience-section .alps-adria-images .divImg {
    height: 50vw;
  }
}
.alps-adria-experience-section .alps-adria-images .divImg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.faq-section [class*=col-]:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 27px;
}
@media (max-width: 767px) {
  .faq-section [class*=col-]:first-child {
    flex-direction: column-reverse;
    margin-bottom: 30px;
    padding-top: 24px;
  }
}
.faq-section [class*=col-]:first-child img {
  margin: auto 0;
}
@media (max-width: 767px) {
  .faq-section [class*=col-]:first-child img {
    max-width: 120px;
  }
}
@media (max-width: 767px) {
  .faq-section [class*=col-]:first-child .heading-h6 {
    margin: 15px 0 0;
  }
}
@media (max-width: 767px) {
  .faq-section .faq-accordion .accordion-list:first-child {
    border-top: 1px solid rgba(26, 63, 97, 0.2);
  }
}
.faq-section .faq-accordion .accordion-list:not(:last-child) {
  border-bottom: 1px solid rgba(26, 63, 97, 0.2);
}
.faq-section .faq-accordion .accordion-list .accordion-title {
  padding: 27px 50px 27px 0;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .faq-section .faq-accordion .accordion-list .accordion-title {
    padding: 24px 30px 24px 0;
  }
}
.faq-section .faq-accordion .accordion-list .accordion-title:hover .heading-h4 {
  color: #1A3F61;
}
.faq-section .faq-accordion .accordion-list .accordion-title::before {
  content: "";
  position: absolute;
  top: 23px;
  right: 0;
  width: 40px;
  height: 40px;
  background-image: url(../images/down-arrow.svg);
  background-position: center 52%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 1px solid rgba(26, 63, 97, 0.2);
  border-radius: 100%;
}
@media (max-width: 767px) {
  .faq-section .faq-accordion .accordion-list .accordion-title::before {
    top: 18px;
    width: 30px;
    height: 30px;
    background-size: 10px;
  }
}
.faq-section .faq-accordion .accordion-list .accordion-title.active::before {
  transform: scale(-1);
}
.faq-section .faq-accordion .accordion-list .accordion-title .heading-h4 {
  font-weight: bold;
  font-style: normal;
  transition: 0.5s;
}
.faq-section .faq-accordion .accordion-list .accordion-content {
  display: none;
  padding-bottom: 28px;
}

.event-calendar-table-section .heading-h2 {
  font-weight: 700;
}
.event-calendar-table-section .col-4 img {
  margin-top: 62px;
}
@media (max-width: 767px) {
  .event-calendar-table-section .col-4 img {
    max-width: 120px;
    margin-bottom: 24px;
    margin-top: 0px;
  }
}
.event-calendar-table-section .heading-h4 {
  color: #1A3F61;
  font-style: normal;
  font-weight: 700;
}
.event-calendar-table-section ul {
  list-style: none;
  border: 1px solid #7C9AA5;
  margin-bottom: 16px;
}
.event-calendar-table-section ul li {
  width: 188px;
  padding: 16.5px 20px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 22px;
  color: #1A3F61;
  line-height: 1.5;
  text-transform: none;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .event-calendar-table-section ul li {
    width: 112px;
    line-height: 21px;
    padding: 16px 12px;
    font-size: 14px;
  }
}
.event-calendar-table-section ul li:nth-child(2) {
  border-left: 1px solid #7C9AA5;
  width: calc(100% - 188px);
}
@media (max-width: 767px) {
  .event-calendar-table-section ul li:nth-child(2) {
    width: calc(100% - 112px);
  }
}
.event-calendar-table-section .btns {
  margin-top: 25px;
  margin-bottom: 60px;
}
@media (max-width: 1279px) {
  .event-calendar-table-section .btns {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.event-calendar-table-section .btns .btn {
  padding: 16px 22px;
  width: 100%;
}

.location-arrival-section .heading-h2 {
  font-weight: 700;
}
.location-arrival-section .heading-h4 {
  max-width: 570px;
}
.location-arrival-section .col-4 {
  max-width: 28%;
}
@media (max-width: 767px) {
  .location-arrival-section .col-4 {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .location-arrival-section .col-4 img {
    max-width: 120px;
    margin-bottom: 24px;
  }
}
.location-arrival-section .col-8 {
  max-width: 72%;
}
@media (max-width: 767px) {
  .location-arrival-section .col-8 {
    max-width: 100%;
  }
}
.location-arrival-section ul {
  list-style: none;
  border: 1px solid #7C9AA5;
  margin-bottom: 16px;
}
.location-arrival-section ul.d-flex.flex-wrap {
  align-items: center;
  padding: 20px;
  row-gap: 10px;
}
.location-arrival-section ul li {
  font-family: "Inter";
  font-weight: 600;
  font-size: 20px;
  color: #1A3F61;
  line-height: 1.65;
  text-transform: none;
  width: 247px;
}
@media (max-width: 1023px) {
  .location-arrival-section ul li {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .location-arrival-section ul li {
    font-size: 16px;
    width: 100%;
  }
}
.location-arrival-section ul li:nth-child(2) {
  border-left: 1px solid #7C9AA5;
  width: calc(100% - 247px);
  font-weight: 500;
}
@media (max-width: 1023px) {
  .location-arrival-section ul li:nth-child(2) {
    width: calc(100% - 200px);
  }
}
@media (max-width: 767px) {
  .location-arrival-section ul li:nth-child(2) {
    border: none;
    border-top: 1px solid #7C9AA5;
    font-size: 14px;
  }
}
.location-arrival-section ul li:nth-child(2) p {
  margin-bottom: 5px;
  word-break: break-all;
}
.location-arrival-section ul li:nth-child(2) p a {
  color: #0073B6;
  font-weight: 500;
}
.location-arrival-section ul li:nth-child(2) p a[href^="tel:"] {
  color: #1A3F61;
}
@media (max-width: 767px) {
  .location-arrival-section ul li:nth-child(2) {
    width: 100%;
  }
}
.location-arrival-section .btn {
  padding: 16px 20px;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 60px;
}
@media (max-width: 1279px) {
  .location-arrival-section .btn {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}

.arriving-by-car-section {
  position: relative;
}
.arriving-by-car-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1160px;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  background-color: rgba(26, 63, 97, 0.2);
}
@media (max-width: 1190px) {
  .arriving-by-car-section::before {
    max-width: calc(100% - 30px);
  }
}
.arriving-by-car-section .heading-h2 {
  font-weight: 700;
}
@media (max-width: 767px) {
  .arriving-by-car-section .image-col {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }
}
.arriving-by-car-section .image-col img {
  max-width: 237px;
  margin-top: 55px;
}
@media (max-width: 767px) {
  .arriving-by-car-section .image-col img {
    max-width: 120px;
    margin-bottom: 24px;
    margin-top: 0px;
  }
}
.arriving-by-car-section .colin {
  border-bottom: 1px solid rgba(26, 63, 97, 0.2);
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .arriving-by-car-section .colin {
    margin-bottom: 24px;
  }
}
.arriving-by-car-section .colin .colk {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .arriving-by-car-section .colin .colk {
    margin-bottom: 24px;
  }
  .arriving-by-car-section .colin .colk p {
    font-size: 14px;
  }
}
.arriving-by-car-section .colin .colk .heading-h4 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 12px;
}
.arriving-by-car-section .colin .colk .heading-h4 img {
  margin-right: 14px;
}
.arriving-by-car-section .btn {
  padding: 16px 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .arriving-by-car-section .btn {
    margin-top: 30px;
  }
}
.arriving-by-car-section .btn::after {
  background-image: url(../images/routeicon.svg);
  height: 25px;
}
.arriving-by-car-section .map-sec {
  margin-top: 88px;
}
@media (max-width: 767px) {
  .arriving-by-car-section .map-sec {
    margin-top: 40px;
  }
}
.arriving-by-car-section .map-sec iframe {
  width: 100%;
  height: 30vw;
}
@media (max-width: 767px) {
  .arriving-by-car-section .map-sec iframe {
    height: 50vw;
  }
}

.sections-heading .heading-h6 {
  font-family: "Inter";
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  color: #0073B6;
  text-transform: none;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .sections-heading .heading-h6 {
    font-size: 18px;
  }
}

.news-stories-article-section .news-stories-article-row {
  row-gap: 64px;
}
.news-stories-article-section .colin {
  position: relative;
}
.news-stories-article-section .colin.colin-large .article-img {
  line-height: 0;
}
@media (min-width: 768px) {
  .news-stories-article-section .colin.colin-large .article-img {
    height: auto;
  }
}
.news-stories-article-section .colin.colin-large .text {
  background-color: #ffffff;
  padding: 40px;
  margin: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .news-stories-article-section .colin.colin-large .text {
    position: static;
    width: 100%;
    padding: 20px;
    background-color: #F9F7F5;
  }
}
.news-stories-article-section .colin.colin-large .text .date {
  display: none;
  position: relative;
  background-color: transparent;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
}
.news-stories-article-section .colin.colin-large .text .link {
  margin-top: 12px;
}
.news-stories-article-section .colin.colin-large .text p {
  -webkit-line-clamp: 3;
}
.news-stories-article-section .colin .article-img {
  display: block;
  height: 350px;
  line-height: 0;
}
@media (max-width: 767px) {
  .news-stories-article-section .colin .article-img {
    height: 50vw;
  }
}
.news-stories-article-section .colin .article-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-stories-article-section .colin .text {
  margin-top: 24px;
}
.news-stories-article-section .colin .text .date {
  color: #1A3F61;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
.news-stories-article-section .colin .text .heading-h5 {
  margin-bottom: 12px;
}
.news-stories-article-section .colin .text .heading-h5 .link {
  color: #1A3F61;
}
.news-stories-article-section .colin .text .heading-h5 .link:hover {
  color: #0073B6;
}
.news-stories-article-section .colin .text p {
  font-size: 14px;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-stories-article-section .pagination {
  margin-top: 48px;
  padding-top: 48px;
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(26, 63, 97, 0.2);
}
@media (max-width: 767px) {
  .news-stories-article-section .pagination {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.news-stories-article-section .pagination .page-numbers {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.news-stories-article-section .pagination .page-numbers.current {
  font-weight: bold;
}

.seasons-list-section .row {
  row-gap: 48px;
}
@media (max-width: 767px) {
  .seasons-list-section .row {
    row-gap: 24px;
  }
}
.seasons-list-section .row [class*=col-] {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .seasons-list-section .row [class*=col-] {
    padding: 0 6px;
  }
}
@media screen and (min-width: 768px) {
  .seasons-list-section .row [class*=col-]:nth-child(odd) {
    padding-left: 0;
  }
}
.seasons-list-section .row [class*=col-]:nth-child(odd) .seasons-box {
  background-color: rgba(0, 112, 103, 0.1);
}
.seasons-list-section .row [class*=col-]:nth-child(odd) .seasons-box .seasons-tag-list ul li {
  color: #007067;
}
@media screen and (min-width: 768px) {
  .seasons-list-section .row [class*=col-]:nth-child(even) {
    padding-right: 0;
  }
}
.seasons-list-section .row [class*=col-]:nth-child(even) .seasons-box {
  background-color: rgba(0, 115, 182, 0.1);
}
.seasons-list-section .row [class*=col-]:nth-child(even) .seasons-box .seasons-tag-list ul li {
  color: #0073b6;
}
.seasons-list-section .seasons-box {
  padding: 40px 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .seasons-list-section .seasons-box {
    padding: 30px 20px;
  }
}
.seasons-list-section .seasons-box .seasons-box-content {
  margin-bottom: 32px;
}
.seasons-list-section .seasons-box .seasons-box-content .heading-h4 {
  font-weight: bold;
  font-style: normal;
  color: #1A3F61;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .seasons-list-section .seasons-box .seasons-box-content .heading-h4 {
    font-size: 18px;
  }
}
.seasons-list-section .seasons-box .seasons-box-content p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .seasons-list-section .seasons-box .seasons-box-content p {
    font-size: 14px;
  }
}
.seasons-list-section .seasons-box .seasons-tag-list {
  margin-top: auto;
}
.seasons-list-section .seasons-box .seasons-tag-list .tag-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .seasons-list-section .seasons-box .seasons-tag-list .tag-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    padding: 2px;
  }
}
.seasons-list-section .seasons-box .seasons-tag-list .tag-icon img {
  max-height: 100%;
}
.seasons-list-section .seasons-box .seasons-tag-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding-left: 12px;
}
.seasons-list-section .seasons-box .seasons-tag-list ul li {
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
}
@media (max-width: 767px) {
  .seasons-list-section .seasons-box .seasons-tag-list ul li {
    font-size: 14px;
  }
}
.seasons-list-section .seasons-box .seasons-tag-list ul li:not(:last-child) {
  margin-right: 5px;
}

.active-winter-tab-section .heading-h2 {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .active-winter-tab-section .heading-h2 {
    margin-bottom: 40px;
  }
}
.active-winter-tab-section .tab-contant {
  display: none;
}
.active-winter-tab-section .tab-contant.active {
  display: flex !important;
}
.active-winter-tab-section .tab-title {
  border: 1px solid #0073B6;
  padding: 8px;
  margin: 0 auto;
  max-width: 840px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  list-style: none;
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  .active-winter-tab-section .tab-title {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .active-winter-tab-section .tab-title {
    row-gap: 12px;
  }
}
.active-winter-tab-section .tab-title li {
  width: calc(50% - 12px);
}
@media (max-width: 767px) {
  .active-winter-tab-section .tab-title li {
    width: 100%;
  }
}
.active-winter-tab-section .tab-title li a {
  display: block;
  text-align: center;
  color: #0073B6;
  padding: 16px 10px;
  text-transform: uppercase;
}
.active-winter-tab-section .tab-title li a.active, .active-winter-tab-section .tab-title li a:hover {
  background-color: #0073B6;
  color: #ffffff;
}
.active-winter-tab-section .box-text {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .active-winter-tab-section .box-text {
    margin-bottom: 16px;
  }
}
.active-winter-tab-section .box-text .heading-h4 {
  color: #1A3F61;
  font-style: normal;
  margin: 12px 0;
  display: block;
}
.active-winter-tab-section .bottom_containt {
  margin-top: 68px;
}
.active-winter-tab-section .bottom_containt .row {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .active-winter-tab-section .bottom_containt .row {
    padding-bottom: 40px;
  }
}
.active-winter-tab-section .bottom_containt .row:last-child {
  padding-bottom: 0px;
}
.active-winter-tab-section .bottom_containt .row:last-child .text {
  border: none;
  padding-bottom: 0px;
}
.active-winter-tab-section .bottom_containt .text {
  border-bottom: 1px solid rgba(26, 63, 97, 0.2);
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .active-winter-tab-section .bottom_containt .text {
    padding-bottom: 40px;
  }
}
.active-winter-tab-section .bottom_containt .img {
  max-width: 208px;
  position: relative;
}
@media (max-width: 767px) {
  .active-winter-tab-section .bottom_containt .img {
    margin-bottom: 66.47px;
  }
}
.active-winter-tab-section .bottom_containt .img span {
  background-color: #ff774c;
  color: #fff;
  padding: 6px 12px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -30px;
  right: -20px;
  box-shadow: 0px 0px 20px rgba(255, 118, 76, 0.5607843137);
  transform: rotate(-6deg);
}
.active-winter-tab-section .bottom_containt .img span img {
  margin-right: 3px;
}
.active-winter-tab-section .bottom_containt .heading-h4 {
  color: #0073B6;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .active-winter-tab-section .bottom_containt .heading-h4 {
    font-size: 16px;
  }
}
.active-winter-tab-section .bottom_containt p {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .active-winter-tab-section .bottom_containt p {
    font-size: 14px;
  }
}
.active-winter-tab-section .bottom_containt p strong {
  color: #0073B6;
  font-style: italic;
  font-weight: 500;
}
.active-winter-tab-section .bottom_containt p a {
  color: #0073B6;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .wrap {
    width: calc(100% - 15px);
    margin: 0 auto;
    margin-right: 0;
    overflow: hidden;
  }
}

.summer_tab_sec, .winter_tab_sec {
  position: relative;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .summer_tab_sec .swiper-wrapper, .winter_tab_sec .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px;
  }
}
@media (max-width: 767px) {
  .summer_tab_sec .swiper-wrapper .swiper-slide, .winter_tab_sec .swiper-wrapper .swiper-slide {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .summer_tab_sec .swiper-wrapper .box-text, .winter_tab_sec .swiper-wrapper .box-text {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .swiper-pagination {
    position: static;
  }
}

@media (max-width: 767px) {
  .holiday-fun-section .title {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .holiday-fun-section .title .heading-h2 {
    line-height: 1.5;
    font-weight: 700;
  }
}
.holiday-fun-section .heading-h4 {
  font-weight: 700;
  font-style: normal;
  color: #1A3F61;
  text-transform: uppercase;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .holiday-fun-section .heading-h4 {
    font-size: 22px;
  }
}
.holiday-fun-section ul {
  list-style: none;
}
.holiday-fun-section ul li {
  position: relative;
  margin-right: 38px;
}
.holiday-fun-section ul li::before {
  content: "/";
  font-size: 20px;
  color: #0073B6;
  position: absolute;
  right: -21px;
  top: 2px;
  opacity: 0.6;
}
.holiday-fun-section ul li:last-child {
  margin-right: 0;
}
.holiday-fun-section ul li:last-child::before {
  display: none;
}
.holiday-fun-section ul li a {
  display: flex;
  align-items: center;
  color: #0073B6;
  font-weight: 500;
  font-style: italic;
}
.holiday-fun-section ul li a img {
  margin-right: 8px;
  filter: brightness(0) saturate(100%) invert(25%) sepia(94%) saturate(2954%) hue-rotate(186deg) brightness(90%) contrast(101%);
}
.holiday-fun-section .activities-row {
  row-gap: 64px;
}
@media (max-width: 767px) {
  .holiday-fun-section .activities-row {
    row-gap: 40px;
  }
}
.holiday-fun-section .activities-row .colin {
  position: relative;
}
.holiday-fun-section .activities-row .colin .img {
  height: 200px;
  display: block;
}
@media (max-width: 767px) {
  .holiday-fun-section .activities-row .colin .img {
    height: 50vw;
  }
}
.holiday-fun-section .activities-row .colin .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.holiday-fun-section .activities-row .colin .text {
  margin-top: 24px;
}
.holiday-fun-section .activities-row .colin .text .date {
  color: #1A3F61;
  font-size: 12px;
  line-height: 34px;
  display: inline-block;
  padding: 0px 8px;
  font-weight: 500;
  background-color: #F9F7F5;
  position: absolute;
  left: 0;
  top: 0;
}
.holiday-fun-section .activities-row .colin .text .link {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .holiday-fun-section .activities-row .colin .text .link {
    font-size: 18px;
  }
}
.holiday-fun-section .activities-row .colin .text .link:hover {
  color: #0073B6;
}
.holiday-fun-section .activities-row .colin .text p {
  font-size: 14px;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.benefits-services-resort-section .col-12 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .benefits-services-resort-section .col-12 {
    margin-top: 40px;
  }
}
.benefits-services-resort-section .sub-title {
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .benefits-services-resort-section .sub-title {
    margin-bottom: 0px;
  }
}
.benefits-services-resort-section .heading-h4 {
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .benefits-services-resort-section .heading-h4 {
    margin-top: 20px;
  }
}
.benefits-services-resort-section .colin + .colin {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(26, 63, 97, 0.2);
}
.benefits-services-resort-section .colin p {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
}
.benefits-services-resort-section .colin p a {
  color: #0073B6;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .surrounding-citties-section .title {
    margin-bottom: 40px;
  }
}
.surrounding-citties-section .title .heading-h2 {
  font-weight: 700;
}
@media (max-width: 767px) {
  .surrounding-citties-section .col-4 img {
    max-width: 120px;
  }
}
.surrounding-citties-section .col-4 .heading-h4 {
  font-weight: 700;
  font-style: normal;
  margin-bottom: 36px;
}
@media (max-width: 1023px) {
  .surrounding-citties-section .col-4 .heading-h4 {
    font-size: 18px;
  }
}
.surrounding-citties-section .colin {
  width: 47%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .surrounding-citties-section .colin {
    width: 100%;
    margin-top: 24px;
  }
}
.surrounding-citties-section .colin .heading-h4 {
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .surrounding-citties-section .colin .heading-h4 {
    font-size: 18px;
  }
}
.surrounding-citties-section .colin ul {
  list-style: none;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .surrounding-citties-section .colin ul {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.surrounding-citties-section .colin ul li {
  color: #1A3F61;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .surrounding-citties-section .colin ul li {
    font-size: 16px;
  }
}
.surrounding-citties-section .colin ul li img {
  margin-right: 2.5px;
}
@media (max-width: 767px) {
  .surrounding-citties-section .colin ul li img {
    width: 18px;
  }
}
.surrounding-citties-section .text {
  width: 100%;
  margin-top: 20px;
  padding-top: 60px;
  border-top: 1px solid rgba(26, 63, 97, 0.2);
}
@media (max-width: 767px) {
  .surrounding-citties-section .text {
    padding-top: 40px;
  }
}
@media (max-width: 1023px) {
  .surrounding-citties-section .text .heading-h4 {
    font-size: 18px;
  }
}

.press-materials-section .title {
  margin-bottom: 69px;
}
@media (max-width: 1023px) {
  .press-materials-section .title {
    margin-bottom: 40px;
  }
}
.press-materials-section p {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .press-materials-section p {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .press-materials-section .col-4 img {
    max-width: 140px;
  }
}
.press-materials-section ul {
  list-style: none;
}
.press-materials-section ul li {
  width: calc(50% - 8px);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .press-materials-section ul li {
    width: 100%;
    margin-bottom: 12px;
  }
}
.press-materials-section ul li a {
  font-size: 18px;
  font-weight: 700;
  color: #0073B6;
  text-align: center;
  border: 1px solid #0073B6;
  padding: 17px 15px;
  display: block;
}
.press-materials-section ul li a:hover {
  background-color: #0073B6;
  color: #ffffff;
}
@media (max-width: 767px) {
  .press-materials-section ul li a {
    font-size: 16px;
  }
}
.press-materials-section .camera-col {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .press-materials-section .camera-col .col-6:nth-child(2) {
    margin-top: 40px;
  }
}
.press-materials-section .camera-col .col-6 img {
  display: block;
}

@media (max-width: 767px) {
  .social-media-links-section .col-4:not(:last-child) {
    margin-bottom: 16px;
  }
}
.social-media-links-section a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0073B6;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #0073B6;
  padding: 15px;
}
.social-media-links-section a:hover {
  background-color: #0073B6;
  color: #ffffff;
}
.social-media-links-section a:hover img {
  filter: invert(99%) sepia(1%) saturate(2%) hue-rotate(271deg) brightness(103%) contrast(1561%);
}
.social-media-links-section a img {
  margin-left: 16px;
  transition: 0.5s;
}

.article-details-section .left-col {
  max-width: 29%;
}
@media (max-width: 767px) {
  .article-details-section .left-col {
    max-width: 100%;
  }
}
.article-details-section .right-col .heading-h4 {
  font-style: normal;
  font-weight: 400;
  margin-bottom: 12px;
}
.article-details-section .right-col .heading-h2 {
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .article-details-section .right-col .heading-h2 {
    font-size: 18px;
    text-transform: capitalize;
    line-height: 27px;
    font-weight: 700;
  }
}
.article-details-section .right-col .right-inner p {
  font-size: 16px;
  margin-bottom: 24px;
}
.article-details-section .right-col .right-inner h5 {
  color: #1A3F61;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .article-details-section .right-col .right-inner h5 {
    font-size: 15px;
  }
}
.article-details-section .right-col .right-inner img {
  margin-bottom: 24px;
}
.article-details-section .right-col .right-inner .btn-icon {
  background-color: transparent;
  border: 1px solid #7C9AA5;
  width: 100%;
  color: #0073B6;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .article-details-section .right-col .right-inner .btn-icon {
    margin-top: 10px;
  }
}
.article-details-section .right-col .right-inner .btn-icon::after {
  filter: brightness(0) saturate(100%) invert(31%) sepia(100%) saturate(3435%) hue-rotate(184deg) brightness(87%) contrast(101%);
}
.article-details-section .right-col .right-inner .btn-icon:hover {
  background-color: #1A3F61;
  color: #ffffff;
}
.article-details-section .right-col .right-inner .btn-icon:hover::after {
  filter: brightness(0) saturate(100%) invert(81%) sepia(100%) saturate(0%) hue-rotate(10deg) brightness(113%) contrast(104%);
}
.article-details-section .details-box {
  margin-top: 24px;
  margin-bottom: 24px;
}
.article-details-section .details-box:last-child {
  margin-top: 0;
  margin-bottom: 40px;
}
.article-details-section .details-box.right_img {
  flex-direction: row-reverse;
}
.article-details-section .details-box a {
  display: block;
}
.article-details-section .details-box a img {
  width: 100%;
  margin-bottom: 0px;
  display: block;
}
@media (max-width: 767px) {
  .article-details-section .details-box a img {
    margin-bottom: 20px;
  }
}
.article-details-section .details-box .heading-h4 {
  color: #1A3F61;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 12px;
}
.article-details-section .details-box p {
  font-size: 14px;
  line-height: 1.5;
}
.article-details-section .details-box p:last-child {
  margin-bottom: 0px;
}
.article-details-section .details-gallery-image {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .article-details-section .details-gallery-image {
    margin-bottom: 30px;
  }
}
.article-details-section .details-gallery-image .detailsGallerySlider .swiper-slide {
  line-height: 0;
  height: auto;
  max-height: 400px;
}
.article-details-section .details-gallery-image .detailsGallerySlider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.appartements-info {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 140px;
}
@media (max-width: 767px) {
  .appartements-info {
    margin-bottom: 195px;
  }
}
.appartements-info::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background-color: #F9F7F5;
}
@media (max-width: 767px) {
  .appartements-info::after {
    height: 100%;
  }
}
.appartements-info .appartements-info-inner {
  position: relative;
  z-index: 1;
}
.appartements-info .appartements-info-inner .appartment-slider .swiper-slide {
  height: 26vw;
  position: relative;
}
@media (max-width: 1460px) {
  .appartements-info .appartements-info-inner .appartment-slider .swiper-slide {
    height: 29vw;
  }
}
@media (max-width: 767px) {
  .appartements-info .appartements-info-inner .appartment-slider .swiper-slide {
    height: 50vw;
  }
}
.appartements-info .appartements-info-inner .appartment-slider .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.appartements-info .appartements-info-inner .appartment-slider .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.appartements-info .appartements-info-inner .swiper-arrow {
  margin-top: 25px;
  max-width: 1175px;
  padding-right: 15px;
}
.appartements-info .appartements-info-inner .swiper-arrow .swiper-pagination {
  position: static;
  width: auto;
}
.appartements-info .appartements-info-inner .appartements-single {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .appartements-info .appartements-info-inner .appartements-single {
    margin-top: 30px;
  }
}
.appartements-info .appartements-info-inner .appartements-single .appartements-bottom .appartements-leftcontent {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .appartements-info .appartements-info-inner .appartements-single .appartements-bottom .appartements-leftcontent {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .appartements-info .appartements-info-inner .appartements-single .appartements-bottom .appartements-leftcontent .btn {
    display: none;
  }
}
.appartements-info .appartements-info-inner .appartements-single .appartements-bottom .macho-block {
  background-color: #E5F1F8;
  padding: 50px;
  min-height: 350px;
  margin-bottom: -140px;
}
@media (max-width: 991px) {
  .appartements-info .appartements-info-inner .appartements-single .appartements-bottom .macho-block {
    padding: 20px;
    min-height: 320px;
  }
}
.appartements-info .appartements-info-inner .appartements-single .appartements-bottom .macho-block ul li {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .appartements-info .appartements-info-inner .appartements-single .appartements-bottom .macho-block ul li {
    margin-bottom: 15px;
  }
}
.appartements-info .appartements-info-inner .appartements-single .appartements-bottom .macho-block ul li:last-child {
  margin-bottom: 0;
}
.appartements-info .appartements-info-inner .appartements-single .appartements-bottom .macho-block ul li figure {
  min-width: 50px;
  line-height: 0;
}
@media (max-width: 991px) {
  .appartements-info .appartements-info-inner .appartements-single .appartements-bottom .macho-block ul li figure {
    min-width: 40px;
  }
}
.appartements-info .appartements-info-inner .appartements-single .appartements-bottom .macho-block ul li figure i {
  font-size: 28px;
  color: #0073B6;
}
@media (max-width: 991px) {
  .appartements-info .appartements-info-inner .appartements-single .appartements-bottom .macho-block ul li figure i {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .appartements-info .appartements-info-inner .appartements-single .appartements-bottom .macho-block ul li figure i {
    font-size: 20px;
  }
}
.appartements-info .appartements-info-inner .appartements-single .appartements-bottom .macho-block ul li figure img {
  filter: brightness(0) saturate(100%) invert(22%) sepia(13%) saturate(2600%) hue-rotate(168deg) brightness(93%) contrast(95%);
  max-width: 32px;
  max-height: 29px;
}
.appartements-info .appartements-info-inner .appartements-single .appartements-bottom .macho-block .btn {
  margin-top: 20px;
  display: none;
}
@media (max-width: 767px) {
  .appartements-info .appartements-info-inner .appartements-single .appartements-bottom .macho-block .btn {
    display: block;
  }
}

.right-align-content {
  word-break: break-word;
}

.pressebereich-section-wrapper .row {
  row-gap: 40px;
}
.pressebereich-section-wrapper ul {
  list-style-type: none;
}
.pressebereich-section-wrapper ul li::before {
  display: none;
}
.pressebereich-section-wrapper ul.marks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 70px;
       column-gap: 70px;
  row-gap: 25px;
}
@media screen and (max-width: 991px) {
  .pressebereich-section-wrapper ul.marks-list {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pressebereich-section-wrapper ul.marks-list {
    -moz-column-gap: 45px;
         column-gap: 45px;
    row-gap: 15px;
  }
}
.pressebereich-section-wrapper ul.marks-list li.mark-list-itm {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #3C3C3B;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  transition: 450ms all ease;
}
.pressebereich-section-wrapper ul.marks-list li.mark-list-itm:hover {
  border-color: #3C3C3B;
}
.pressebereich-section-wrapper ul.marks-list li.mark-list-itm a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  cursor: pointer;
  text-decoration: none;
}
.pressebereich-section-wrapper.mark-section-wrap .content-area .body-text {
  text-align: center;
  max-width: 840px;
  margin: 0 auto 45px;
}
@media screen and (max-width: 767px) {
  .pressebereich-section-wrapper.mark-section-wrap .content-area .body-text {
    margin: 0 auto 30px;
  }
}
.pressebereich-section-wrapper.mark-section-wrap .content-area ul.marks-list {
  justify-content: center;
}
.pressebereich-section-wrapper.contact-section-wrapper .contact-wrap .heading-area .heading-h6 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.pressebereich-section-wrapper.contact-section-wrapper .contact-wrap ul.contact-list:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .pressebereich-section-wrapper.contact-section-wrapper .contact-wrap ul.contact-list {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .pressebereich-section-wrapper.contact-section-wrapper .contact-wrap ul.contact-list {
    margin-bottom: 30px;
  }
}
.pressebereich-section-wrapper.contact-section-wrapper .image-wrap a.img-container {
  aspect-ratio: 215/290;
}
.pressebereich-section-wrapper.contact-section-wrapper .image-wrap a.img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.pressebereich-section-wrapper.contact-section-wrapper .image-wrap .left-img {
  max-width: 58.33333333%;
}
.pressebereich-section-wrapper.contact-section-wrapper .image-wrap .right-img {
  padding-left: 50px;
  max-width: 41.66666667%;
}
@media screen and (max-width: 991px) {
  .pressebereich-section-wrapper.contact-section-wrapper .image-wrap .right-img {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pressebereich-section-wrapper.contact-section-wrapper .image-wrap .right-img {
    padding-left: 15px;
  }
}
.pressebereich-section-wrapper.contact-section-wrapper .image-wrap .right-img .right-img-text {
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .pressebereich-section-wrapper.contact-section-wrapper .image-wrap .right-img .right-img-text {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .pressebereich-section-wrapper.contact-section-wrapper .image-wrap .right-img .right-img-text {
    padding: 40px 0;
  }
}
.pressebereich-section-wrapper.image-content-section-wrapper .image-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media screen and (max-width: 1749px) {
  .pressebereich-section-wrapper.image-content-section-wrapper .image-content-wrapper {
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .pressebereich-section-wrapper.image-content-section-wrapper .image-content-wrapper .image-row,
  .pressebereich-section-wrapper.image-content-section-wrapper .image-content-wrapper .content-row {
    max-width: 100%;
  }
}
.pressebereich-section-wrapper.image-content-section-wrapper .image-content-wrapper .content-row {
  max-width: 36%;
  padding: 0 70px;
}
@media screen and (min-width: 1750px) {
  .pressebereich-section-wrapper.image-content-section-wrapper .image-content-wrapper .content-row {
    padding: 0 0 0 70px;
  }
}
@media screen and (max-width: 1199px) {
  .pressebereich-section-wrapper.image-content-section-wrapper .image-content-wrapper .content-row {
    padding: 0 40px;
  }
}
@media screen and (max-width: 991px) {
  .pressebereich-section-wrapper.image-content-section-wrapper .image-content-wrapper .content-row {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .pressebereich-section-wrapper.image-content-section-wrapper .image-content-wrapper .content-row {
    padding: 0 20px;
  }
}
.pressebereich-section-wrapper.image-content-section-wrapper .image-content-wrapper .content-row .heading-area .heading-h6 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.pressebereich-section-wrapper.image-content-section-wrapper .image-content-wrapper .content-row ul.marks-list {
  flex-direction: column;
  align-items: flex-start;
}
.pressebereich-section-wrapper.image-content-section-wrapper .image-content-wrapper .image-row {
  max-width: 64%;
  display: flex;
}
@media screen and (min-width: 768px) {
  .pressebereich-section-wrapper.image-content-section-wrapper .image-content-wrapper .image-row {
    min-height: 550px;
  }
}
.pressebereich-section-wrapper.image-content-section-wrapper .image-content-wrapper .image-row img.banner-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .pressebereich-section-wrapper.image-content-section-wrapper .image-content-wrapper .image-row img.banner-img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.tour-slider-section .tourSlider .swiper-slide {
  line-height: 0;
  height: auto;
}
.tour-slider-section .tourSlider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-two-images-section .text-two-images-row [class*=col-] {
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-two-images-section .text-two-images-row .divImg {
  width: 100%;
  height: 36vw;
  min-height: 400px;
  line-height: 0;
  position: relative;
}
@media (max-width: 767px) {
  .text-two-images-section .text-two-images-row .divImg {
    height: 100vw;
    min-height: 360px;
  }
}
.text-two-images-section .text-two-images-row .divImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-two-images-section .text-two-images-row .text {
  padding: 30px;
  position: absolute;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 650px;
}
.text-two-images-section .text-two-images-row .text * {
  color: #ffffff;
}
.text-two-images-section .text-two-images-row .btn-row {
  position: absolute;
  bottom: -35px;
  margin: 0 auto;
  z-index: 2;
  padding: 5px;
  background: #ffffff;
  text-align: center;
  min-width: 200px;
}

.long-text-section .banner-image {
  height: 600px;
}
@media (max-width: 1366px) {
  .long-text-section .banner-image {
    height: 40vw;
  }
}
@media (max-width: 767px) {
  .long-text-section .banner-image {
    height: 65vw;
  }
}
.long-text-section .banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.long-text-section .white-block {
  background-color: #E5F1F8;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1098039216);
  min-height: 500px;
  padding: 150px;
  margin-top: -350px;
  position: relative;
}
@media (max-width: 1366px) {
  .long-text-section .white-block {
    width: 80%;
    margin: -25vw auto 0;
  }
}
@media (max-width: 1199px) {
  .long-text-section .white-block {
    padding: 10%;
  }
}
@media (max-width: 767px) {
  .long-text-section .white-block {
    width: 90%;
    padding: 12% 7%;
    margin-top: -40vw;
  }
}
.long-text-section .white-block .title p {
  font-weight: 400;
}
.long-text-section .white-block ul {
  margin-bottom: 30px;
}
.long-text-section .white-block ul li {
  list-style-position: inside;
}/*# sourceMappingURL=style.css.map */