header {
  left: 0;
  padding: 8px 0;
  right: 0;
  top: 0;
  transition: background-color 0.3s ease-in-out;
  z-index: 5;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  background-color: white;
}
header > div.container {
  max-width: 1280px;
}
header > div.container > div.header-holder {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
header > div.container > div.header-holder > a.logo > *:nth-child(1) {
  display: block;
  width: 150px;
  max-width: 130px;
  height: auto;
}
header > div.container > div.header-holder nav.nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
header > div.container > div.header-holder nav.nav > div.nav-drop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 276px);
}
header > div.container > div.header-holder nav.nav > div.nav-drop > div.menu-holder {
  display: flex;
  justify-content: space-between;
  padding: 0;
  width: 100%;
}
header > div.container > div.header-holder nav.nav > div.nav-drop > div.menu-holder > div.left {
  align-items: center;
  display: flex;
}
header > div.container > div.header-holder nav.nav > div.nav-drop > div.menu-holder > div.left > a {
  color: #232323;
  cursor: pointer;
  padding: 15px 15px;
  text-decoration: none;
  font-size: 11pt;
}
header > div.container > div.header-holder nav.nav > div.nav-drop > div.menu-holder > div.left > a.selected {
  color: #000403;
  background-color: #F6A217;
  border-radius: 4px;
}
@media (max-width: 991px) {
  header > div.container > div.header-holder nav.nav > div.nav-drop > div.menu-holder > div.left > *:nth-child(3) {
    display: none;
  }
}
@media (max-width: 850px) {
  header > div.container > div.header-holder nav.nav > div.nav-drop > div.menu-holder > div.left > *:nth-child(2) {
    display: none;
  }
}
@media (max-width: 767px) {
  header > div.container > div.header-holder nav.nav > div.nav-drop > div.menu-holder > div.left {
    display: none;
  }
}
header > div.container > div.header-holder nav.nav > div.nav-drop > div.menu-holder > div.right {
  align-items: center;
  display: flex;
  gap: 15px;
}
header > div.container > div.header-holder nav.nav > div.nav-drop > div.menu-holder > div.right > a {
  color: white;
  cursor: pointer;
  border: 1px solid white;
  padding: 8px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
header > div.container > div.header-holder nav.nav > div.nav-drop > div.menu-holder > div.right > a:hover {
  transform: scale(1.03);
}
header > div.container > div.header-holder nav.nav > div.nav-drop > div.menu-holder > div.right > a > img {
  width: 100%;
  max-width: 20px;
  height: auto;
}
@media (max-width: 991px) {
  header > div.container > div.header-holder nav.nav > div.nav-drop > div.menu-holder {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  header > div.container > div.header-holder nav.nav > div.nav-drop > div.menu-holder {
    justify-content: flex-end;
  }
}
header > div.container > div.header-holder nav.nav > div.header-buttons {
  display: flex;
}
header > div.container > div.header-holder nav.nav > div.header-buttons > *:nth-child(1) {
  color: #232323;
  border: 1px solid #F6A217;
  margin: 0 10px 0 0;
}
@media (max-width: 767px) {
  header > div.container > div.header-holder nav.nav > div.header-buttons > *:nth-child(1) {
    display: none;
  }
}
header > div.container > div.header-holder nav.nav > div.header-buttons > *:nth-child(2) {
  color: #000403;
  background-color: #F6A217;
}
@media (max-width: 767px) {
  header > div.container > div.header-holder nav.nav > div.header-buttons > *:nth-child(2) {
    display: none;
  }
}
header > div.container > div.header-holder nav.nav > div.header-buttons > *:nth-child(3) {
  display: none;
  min-width: 35px;
  padding: 5px 15px;
  background-color: #192E31;
  cursor: pointer;
}
header > div.container > div.header-holder nav.nav > div.header-buttons > *:nth-child(3) > svg {
  fill: white;
}
@media (max-width: 767px) {
  header > div.container > div.header-holder nav.nav > div.header-buttons > *:nth-child(3) {
    display: flex;
  }
}
header > div.container > div.header-holder > div.nav-opener {
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  height: calc(100dvh - 50px);
  left: 0;
  padding: 14px 0;
  position: absolute;
  text-align: center;
  top: 100%;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
  z-index: 999;
  width: 100%;
}
header > div.container > div.header-holder > div.nav-opener > div {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 5px;
}
header > div.container > div.header-holder > div.nav-opener > div.one {
  margin: 0 0 12px 8px;
  position: relative;
  width: calc(100% - 16px);
}
header > div.container > div.header-holder > div.nav-opener > div.one > a {
  border: 1px solid #ededed;
  border-radius: 5px;
  text-decoration: none;
  color: #13212f;
  font-size: 13pt;
}
header > div.container > div.header-holder > div.nav-opener > div.two {
  height: calc(100vh - 162px);
  overflow-x: hidden;
  overflow-y: auto;
}
header > div.container > div.header-holder > div.nav-opener > div.two > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 15px 15px 0px 15px;
}
header > div.container > div.header-holder > div.nav-opener > div.two > div > p {
  font-size: 13pt;
  font-weight: bold;
  color: #13212f;
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
}
header > div.container > div.header-holder > div.nav-opener > div.two > div > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
header > div.container > div.header-holder > div.nav-opener > div.two > div > div > a {
  display: flex;
  width: 100%;
  padding: 8px;
  color: #13212f;
  text-decoration: none;
}
header > div.container > div.header-holder > div.nav-opener > div.three {
  margin-top: auto;
  padding: 16px 18px;
}
header > div.container > div.header-holder > div.nav-opener > div.three > *:nth-child(1) {
  background-color: #192E31;
  border-radius: 35px;
  font-size: 14px;
  margin: 0 0 11px;
  min-height: 35px;
  min-width: 76px;
}
header > div.container > div.header-holder > div.nav-opener > div.three > *:nth-child(2) {
  background-color: rgba(0, 0, 0, 0.0509803922);
  border: 1px solid white;
  color: white;
  border-radius: 35px;
  font-size: 14px;
  margin: 0 0 11px;
  min-height: 35px;
  min-width: 76px;
}

header.scroll {
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  background-color: rgba(255, 255, 255, 0.4784313725);
  border-bottom: 1px solid #f1ebeb;
}
header.scroll > div.container > div.header-holder > a.logo > *:nth-child(1) {
  display: block;
}
header.scroll > div.container > div.header-holder > a.logo > *:nth-child(2) {
  display: none;
}
header.scroll > div.container > div.header-holder nav.nav > div.nav-drop > div.menu-holder > div.left > a {
  color: white;
}
header.scroll > div.container > div.header-holder nav.nav > div.nav-drop > div.menu-holder > div.right > a {
  border-color: white;
}
header.scroll > div.container > div.header-holder nav.nav > div.nav-drop > div.menu-holder > div.right > a > svg {
  fill: white;
}
header.scroll > div.container > div.header-holder nav.nav > div.header-buttons > a:nth-child(1) {
  color: white !important;
  border-color: white !important;
}

body.open {
  overflow: hidden;
}
body.open header {
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border-bottom: 1px solid #f1ebeb;
}
body.open header > div.container > div.header-holder > a.logo > *:nth-child(1) {
  display: block;
}
body.open header > div.container > div.header-holder > a.logo > *:nth-child(2) {
  display: none;
}
body.open header > div.container > div.header-holder nav.nav > div.nav-drop > div.menu-holder > div.left > a {
  color: white;
}
body.open header > div.container > div.header-holder nav.nav > div.nav-drop > div.menu-holder > div.right > a {
  border-color: white;
}
body.open header > div.container > div.header-holder nav.nav > div.nav-drop > div.menu-holder > div.right > a > svg {
  fill: white;
}
body.open header > div.container > div.header-holder nav.nav > div.header-buttons > a:nth-child(1) {
  color: white !important;
  border-color: white !important;
}
body.open header > div.container > div.header-holder > div.nav-opener {
  border-top: 5px solid #f1ebeb;
  transform: translateX(0);
}

footer {
  background-color: white;
  margin: 30px 0 0;
}
footer > div.container {
  max-width: 1280px;
}
footer > div.container > div.top {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 35px 0 50px;
}
footer > div.container > div.top > div.logo > img {
  width: 100%;
  height: auto;
  max-width: 130px;
}
footer > div.container > div.top > a {
  border: 1px solid #F6A217;
  color: #192E31;
  gap: 8px;
}
footer > div.container > div.top > a::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><path fill="rgba(246, 162, 23, 1)" d="M297.4 201.4C309.9 188.9 330.2 188.9 342.7 201.4L502.7 361.4C515.2 373.9 515.2 394.2 502.7 406.7C490.2 419.2 469.9 419.2 457.4 406.7L320 269.3L182.6 406.6C170.1 419.1 149.8 419.1 137.3 406.6C124.8 394.1 124.8 373.8 137.3 361.3L297.3 201.3z"/></svg>');
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}
@media (min-width: 768px) {
  footer > div.container > div.top {
    flex-direction: row;
    justify-content: space-between;
    padding: 46px 0 25px;
  }
}
footer > div.container > div.middle {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 25px;
  border-top: 1px solid #CCD6EB;
  padding-top: 25px;
}
footer > div.container > div.middle > div {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
footer > div.container > div.middle > div > h2 {
  font-size: 14pt;
  color: #232323;
}
footer > div.container > div.middle > div > a {
  font-size: 11pt;
  color: #232323;
  text-decoration: none;
}
footer > div.container > div.middle > div > p {
  font-size: 11pt;
  color: #232323;
  font-weight: bold;
}
@media (max-width: 768px) {
  footer > div.container > div.middle {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 500px) {
  footer > div.container > div.middle {
    grid-template-columns: 1fr 1fr;
  }
}
footer > div.container > div.bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 38px 0 47px;
  gap: 15px;
}
footer > div.container > div.bottom > p {
  color: white;
}
footer > div.container > div.bottom > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
footer > div.container > div.bottom > div > img {
  width: 100%;
  height: auto;
}
footer > div.container > div.bottom > div > *:nth-child(1) {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
footer > div.container > div.bottom > div > *:nth-child(1) > img {
  width: 30px;
}
footer > div.container > div.bottom > div > *:nth-child(2) {
  max-width: 100px;
}
footer > div.container > div.bottom > div > *:nth-child(3) {
  max-width: 100px;
}
@media (max-width: 768px) {
  footer > div.container > div.bottom {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  footer > div.container {
    padding: 0 50px;
  }
}
@media (min-width: 1200px) {
  footer > div.container {
    padding: 0 15px;
  }
}

div.faq-items {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
div.faq-items > div {
  display: flex;
  flex-direction: column;
}
div.faq-items > div > h3 {
  align-items: center;
  background-color: #fff;
  border-radius: 5px 5px 0px 0px;
  cursor: pointer;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  padding: 15px;
  font-size: 12pt;
  border: 1px solid #CCD6EB;
}
div.faq-items > div > h3::after {
  content: "+";
}
div.faq-items > div > div {
  border-radius: 0px 0px 8px 8px;
  border: 1px solid #CCD6EB;
  border-top: 0px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
div.faq-items > div > div > ul, div.faq-items > div > div > ol {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
div.faq-items > div > div > ul li, div.faq-items > div > div > ol li {
  font-size: 11pt;
  line-height: 1.5;
}
div.faq-items > div > div > h4 {
  font-size: 12pt;
}
div.faq-items > div.hidden > div {
  display: none;
}
div.faq-items > div.hidden > h3 {
  border-radius: 5px;
}
div.faq-items > div.hidden > h3::after {
  content: "-";
}

table.vertical {
  border-collapse: collapse;
  border: none;
  margin-bottom: 15px;
}
table.vertical tbody tr th {
  padding: 0.75rem;
  border: 1px solid #dee2e6;
  font-size: 11pt;
}
table.vertical tbody tr td {
  padding: 0.75rem;
  border: 1px solid #dee2e6;
  font-size: 11pt;
}

/**
 * Swiper 11.2.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 3, 2025
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

div.general-reviews {
  padding-top: 35px;
  padding-bottom: 35px;
}
div.general-reviews > div.wrapper {
  background-image: url("/assets/img/reviews/reviews-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
div.general-reviews > div.wrapper > div {
  width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
div.general-reviews > div.wrapper > div > h2, div.general-reviews > div.wrapper > div > h3, div.general-reviews > div.wrapper > div > h4 {
  font-weight: normal;
  text-align: center;
  font-size: 20pt;
}
div.general-reviews > div.wrapper > div > div.review {
  background-color: white;
  max-width: 70%;
  border: 1px solid #CCD6EB;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
}
div.general-reviews > div.wrapper > div > div.review > div {
  display: grid;
  grid-template-columns: 75px 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
div.general-reviews > div.wrapper > div > div.review > div > picture img {
  width: 70px;
  height: 70px;
  border-radius: 5px;
}
div.general-reviews > div.wrapper > div > div.review > div > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
div.general-reviews > div.wrapper > div > div.review > div > div > p {
  line-height: 1.3;
}
div.general-reviews > div.wrapper > div > div.review > div > div > *:nth-child(1) {
  font-weight: bold;
  color: #232323;
}
div.general-reviews > div.wrapper > div > div.review > div > div > *:nth-child(2) {
  font-size: 10pt;
}
div.general-reviews > div.wrapper > div > div.review > div > div > *:nth-child(3) {
  font-size: 10pt;
}
div.general-reviews > div.wrapper > div > div.review > div > div > div {
  display: flex;
  gap: 5px;
}
div.general-reviews > div.wrapper > div > div.review > div > div > div::before {
  content: "";
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFUAAAASCAMAAAAddmK8AAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAOpQTFRFAAAA/7UA/7MA/7QA7MFa7r5O7MBU8bxAy9Xry9br/7cA/7QA/68A6cZv6MZ0zNbrz9/v/7UA8b5B7r5Ny9Xp/7QA/7QA+bga/LYOzNbrzNbq/7MA/7UA6cZs6cJl7MJb7sJK8r0/8L9F779N775H/LYQzNbrzdbszdfsy9frytrqzNbrzNXrytXv97onz9fszNbszdXq58Np/rUGzdftzdbqytXq/7QCz9fnzNbqzdXsz9fv/7QA/7UA/7QA9bsv870487w3/LYP8L9Gy9Xp/7QA8b1A8r071NHF6L507MJa/LUO4MeNzdfqvM8ISgAAAE50Uk5TAGCAcJzAr7CAcCD/EDwf/xCf28CA3+/7/u+gQDA8cJxsWIimuO+/32BAMK/PMMdf72BX5X/fMPEgkJ8gv6+w7+bn//qwoNz/xx+ciKBgKZ2/3gAAAc5JREFUeJytk9tLAkEUxs/R1XRcu0lldqOXLkRFZRco6DEK+ocrCIIuVNhLYBAVaV66GIvpWIramd1NZ59mA+dhdua333x7ds45CNZAxDrIQw00xKpD4Ees2EvrweiJJUmiBuEGgLfoEGiAhuzaR1+tNKQzatD/AxAoOAQa+D5k1wEOEOJSKGowROswL8qCbs4qRtsVmZi/2/emBlqXmGtVWdBThmrF2vRlPc0IN2+mgI0YfioBjVyz3wxb/8ThpkcQzALUx1+jzzhBmxB0btQns3bgHXX9nqv5C7zjrjTNV/OA3oDjRejdowQ+nwOEBx8k10V8YlGE0R/eVrCuFxdgOSNVmD6SGB26+3ON38MUXlJlMb3ciqMkzqvBWO2rFakvTYL5W9s1VmYTF2a9Sldr9eS/gNm11n7hHIJ+0bXkOmK0Jb0ZcAPGpU6NpFoCbQ7rSYglhaucL7N51MAv5Uu0ly3QIMrynNqLXLduxC9MJwRfOQE3YPuapvDMlQBrx7ZgHfMvAqweCddBSsVSgrPNMzr6Bm5AlJIVf0yPzZ6Sed4SbKFxsZGiBcuRq05JHc6YiRAFUXIBdo8IpATYOwQIFvXtA9h5SAqwTyBg/ALg7NubCE5KwQAAAABJRU5ErkJggg==");
  width: 61px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
}
div.general-reviews > div.wrapper > div > div.review > p {
  font-size: 10pt;
}
@media (max-width: 600px) {
  div.general-reviews > div.wrapper > div > div.review {
    max-width: 100%;
  }
}
div.general-reviews > div.wrapper > div > a {
  border: 1px solid #F6A217;
  cursor: pointer;
  background-color: #F6A217;
  color: #000403;
  padding: 12px 20px;
  border-radius: 4px;
  align-self: center;
  gap: 8px;
}
@media (max-width: 600px) {
  div.general-reviews > div.wrapper > div > a {
    align-self: normal;
  }
}
@media (max-width: 500px) {
  div.general-reviews {
    padding-left: 15px;
    padding-right: 15px;
  }
}

div.parent-bg {
  background: #f8f8f8;
  padding-top: 10px;
  padding-bottom: 15px;
}
div.parent-bg div.main-item-bg {
  width: 98%;
  margin: 0 auto;
  background-image: url("/assets/img/background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
div.parent-bg div.main-item-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
  z-index: 1;
  border-radius: 10px;
}

div.gray-bg {
  background: #f8f8f8;
}

div.main-items {
  margin-top: 15px;
}
div.main-items > div.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 500px;
  position: relative;
  z-index: 2;
  gap: 25px;
}
div.main-items > div.wrapper > div.top {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 25px;
}
div.main-items > div.wrapper > div.top > h1 {
  color: white;
  width: 700px;
}
@media (max-width: 767px) {
  div.main-items > div.wrapper > div.top > h1 {
    width: auto;
  }
}
div.main-items > div.wrapper > div.top > a {
  display: flex;
  align-self: flex-start;
  background-color: white;
  color: #192E31;
  padding: 12px 20px;
  text-transform: uppercase;
  gap: 8px;
  line-height: 1.3;
}
div.main-items > div.wrapper > div.top > a::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg>');
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}
div.main-items > div.wrapper > div.bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 25px;
}
div.main-items > div.wrapper > div.bottom > a {
  color: white;
  background: rgba(255, 255, 255, 0.34);
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
div.main-items > div.wrapper > div.bottom > a.flights::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="%23ffffff" d="M482.3 192c34.2 0 93.7 29 93.7 64c0 36-59.5 64-93.7 64l-116.6 0L265.2 495.9c-5.7 10-16.3 16.1-27.8 16.1l-56.2 0c-10.6 0-18.3-10.2-15.4-20.4l49-171.6L112 320 68.8 377.6c-3 4-7.8 6.4-12.8 6.4l-42 0c-7.8 0-14-6.3-14-14c0-1.3 .2-2.6 .5-3.9L32 256 .5 145.9c-.4-1.3-.5-2.6-.5-3.9c0-7.8 6.3-14 14-14l42 0c5 0 9.8 2.4 12.8 6.4L112 192l102.9 0-49-171.6C162.9 10.2 170.6 0 181.2 0l56.2 0c11.5 0 22.1 6.2 27.8 16.1L365.7 192l116.6 0z"/></svg>');
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}
div.main-items > div.wrapper > div.bottom > a.cars::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23ffffff" d="M135.2 117.4L109.1 192l293.8 0-26.1-74.6C372.3 104.6 360.2 96 346.6 96L165.4 96c-13.6 0-25.7 8.6-30.2 21.4zM39.6 196.8L74.8 96.3C88.3 57.8 124.6 32 165.4 32l181.2 0c40.8 0 77.1 25.8 90.6 64.3l35.2 100.5c23.2 9.6 39.6 32.5 39.6 59.2l0 144 0 48c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-48L96 400l0 48c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-48L0 256c0-26.7 16.4-49.6 39.6-59.2zM128 288a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm288 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"/></svg>');
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}
div.main-items > div.wrapper > div.bottom > a.transportation::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23ffffff" d="M192 0c-17.7 0-32 14.3-32 32l0 32 0 .2c-38.6 2.2-72.3 27.3-85.2 64.1L39.6 228.8C16.4 238.4 0 261.3 0 288L0 432l0 48c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-48 320 0 0 48c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-48 0-144c0-26.7-16.4-49.6-39.6-59.2L437.2 128.3c-12.9-36.8-46.6-62-85.2-64.1l0-.2 0-32c0-17.7-14.3-32-32-32L192 0zM165.4 128l181.2 0c13.6 0 25.7 8.6 30.2 21.4L402.9 224l-293.8 0 26.1-74.6c4.5-12.8 16.6-21.4 30.2-21.4zM96 288a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm288 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"/></svg>');
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}
div.main-items > div.wrapper > div.bottom > a.tourist::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="%23fcfcfc" d="M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm80 256l64 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16L80 384c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-32-96a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zm256-32l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"/></svg>');
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}
div.main-items > div.wrapper > div.bottom > a.terminals::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="%23ffffff" d="M.3 166.9L0 68C0 57.7 9.5 50.1 19.5 52.3l35.6 7.9c10.6 2.3 19.2 9.9 23 20L96 128l127.3 37.6L181.8 20.4C178.9 10.2 186.6 0 197.2 0l40.1 0c11.6 0 22.2 6.2 27.9 16.3l109 193.8 107.2 31.7c15.9 4.7 30.8 12.5 43.7 22.8l34.4 27.6c24 19.2 18.1 57.3-10.7 68.2c-41.2 15.6-86.2 18.1-128.8 7L121.7 289.8c-11.1-2.9-21.2-8.7-29.3-16.9L9.5 189.4c-5.9-6-9.3-14.1-9.3-22.5zM32 448l576 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32zm96-80a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm128-16a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"/></svg>');
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}
div.main-items > div.wrapper > div.bottom > a.fbo::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="%23ffffff" d="M381 114.9L186.1 41.8c-16.7-6.2-35.2-5.3-51.1 2.7L89.1 67.4C78 73 77.2 88.5 87.6 95.2l146.9 94.5L136 240 77.8 214.1c-8.7-3.9-18.8-3.7-27.3 .6L18.3 230.8c-9.3 4.7-11.8 16.8-5 24.7l73.1 85.3c6.1 7.1 15 11.2 24.3 11.2l137.7 0c5 0 9.9-1.2 14.3-3.4L535.6 212.2c46.5-23.3 82.5-63.3 100.8-112C645.9 75 627.2 48 600.2 48l-57.4 0c-20.2 0-40.2 4.8-58.2 14L381 114.9zM0 480c0 17.7 14.3 32 32 32l576 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 448c-17.7 0-32 14.3-32 32z"/></svg>');
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}
div.main-items > div.wrapper > div.bottom > a.blog::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23ffffff" d="M192 32c0 17.7 14.3 32 32 32c123.7 0 224 100.3 224 224c0 17.7 14.3 32 32 32s32-14.3 32-32C512 128.9 383.1 0 224 0c-17.7 0-32 14.3-32 32zm0 96c0 17.7 14.3 32 32 32c70.7 0 128 57.3 128 128c0 17.7 14.3 32 32 32s32-14.3 32-32c0-106-86-192-192-192c-17.7 0-32 14.3-32 32zM96 144c0-26.5-21.5-48-48-48S0 117.5 0 144L0 368c0 79.5 64.5 144 144 144s144-64.5 144-144s-64.5-144-144-144l-16 0 0 96 16 0c26.5 0 48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48l0-224z"/></svg>');
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}
div.main-items > div.wrapper > div.bottom > a.tours::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="%23ffffff" d="M346.3 271.8l-60.1-21.9L214 448 32 448c-17.7 0-32 14.3-32 32s14.3 32 32 32l512 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-261.9 0 64.1-176.2zm121.1-.2l-3.3 9.1 67.7 24.6c18.1 6.6 38-4.2 39.6-23.4c6.5-78.5-23.9-155.5-80.8-208.5c2 8 3.2 16.3 3.4 24.8l.2 6c1.8 57-7.3 113.8-26.8 167.4zM462 99.1c-1.1-34.4-22.5-64.8-54.4-77.4c-.9-.4-1.9-.7-2.8-1.1c-33-11.7-69.8-2.4-93.1 23.8l-4 4.5C272.4 88.3 245 134.2 226.8 184l-3.3 9.1L434 269.7l3.3-9.1c18.1-49.8 26.6-102.5 24.9-155.5l-.2-6zM107.2 112.9c-11.1 15.7-2.8 36.8 15.3 43.4l71 25.8 3.3-9.1c19.5-53.6 49.1-103 87.1-145.5l4-4.5c6.2-6.9 13.1-13 20.5-18.2c-79.6 2.5-154.7 42.2-201.2 108z"/></svg>');
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}
div.main-items > div.wrapper > div.bottom > a.bus::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><path fill="%23ffffff" d="M192 64C139 64 96 107 96 160L96 448C96 477.8 116.4 502.9 144 510L144 544C144 561.7 158.3 576 176 576L192 576C209.7 576 224 561.7 224 544L224 512L416 512L416 544C416 561.7 430.3 576 448 576L464 576C481.7 576 496 561.7 496 544L496 510C523.6 502.9 544 477.8 544 448L544 160C544 107 501 64 448 64L192 64zM160 240C160 222.3 174.3 208 192 208L296 208L296 320L192 320C174.3 320 160 305.7 160 288L160 240zM344 320L344 208L448 208C465.7 208 480 222.3 480 240L480 288C480 305.7 465.7 320 448 320L344 320zM192 384C209.7 384 224 398.3 224 416C224 433.7 209.7 448 192 448C174.3 448 160 433.7 160 416C160 398.3 174.3 384 192 384zM448 384C465.7 384 480 398.3 480 416C480 433.7 465.7 448 448 448C430.3 448 416 433.7 416 416C416 398.3 430.3 384 448 384zM248 136C248 122.7 258.7 112 272 112L368 112C381.3 112 392 122.7 392 136C392 149.3 381.3 160 368 160L272 160C258.7 160 248 149.3 248 136z"/></svg>');
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
}
div.main-items > div.wrapper > div.bottom > a:hover {
  color: #192E31;
  background: white;
}
div.main-items > div.wrapper > div.bottom > a:hover.flights::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="rgb(246, 162, 23)" d="M482.3 192c34.2 0 93.7 29 93.7 64c0 36-59.5 64-93.7 64l-116.6 0L265.2 495.9c-5.7 10-16.3 16.1-27.8 16.1l-56.2 0c-10.6 0-18.3-10.2-15.4-20.4l49-171.6L112 320 68.8 377.6c-3 4-7.8 6.4-12.8 6.4l-42 0c-7.8 0-14-6.3-14-14c0-1.3 .2-2.6 .5-3.9L32 256 .5 145.9c-.4-1.3-.5-2.6-.5-3.9c0-7.8 6.3-14 14-14l42 0c5 0 9.8 2.4 12.8 6.4L112 192l102.9 0-49-171.6C162.9 10.2 170.6 0 181.2 0l56.2 0c11.5 0 22.1 6.2 27.8 16.1L365.7 192l116.6 0z"/></svg>');
}
div.main-items > div.wrapper > div.bottom > a:hover.cars::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(246, 162, 23)" d="M135.2 117.4L109.1 192l293.8 0-26.1-74.6C372.3 104.6 360.2 96 346.6 96L165.4 96c-13.6 0-25.7 8.6-30.2 21.4zM39.6 196.8L74.8 96.3C88.3 57.8 124.6 32 165.4 32l181.2 0c40.8 0 77.1 25.8 90.6 64.3l35.2 100.5c23.2 9.6 39.6 32.5 39.6 59.2l0 144 0 48c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-48L96 400l0 48c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-48L0 256c0-26.7 16.4-49.6 39.6-59.2zM128 288a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm288 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"/></svg>');
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}
div.main-items > div.wrapper > div.bottom > a:hover.transportation::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(246, 162, 23)" d="M192 0c-17.7 0-32 14.3-32 32l0 32 0 .2c-38.6 2.2-72.3 27.3-85.2 64.1L39.6 228.8C16.4 238.4 0 261.3 0 288L0 432l0 48c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-48 320 0 0 48c0 17.7 14.3 32 32 32l32 0c17.7 0 32-14.3 32-32l0-48 0-144c0-26.7-16.4-49.6-39.6-59.2L437.2 128.3c-12.9-36.8-46.6-62-85.2-64.1l0-.2 0-32c0-17.7-14.3-32-32-32L192 0zM165.4 128l181.2 0c13.6 0 25.7 8.6 30.2 21.4L402.9 224l-293.8 0 26.1-74.6c4.5-12.8 16.6-21.4 30.2-21.4zM96 288a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm288 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"/></svg>');
}
div.main-items > div.wrapper > div.bottom > a:hover.tourist::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="rgb(246, 162, 23)" d="M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm80 256l64 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16L80 384c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-32-96a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zm256-32l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"/></svg>');
}
div.main-items > div.wrapper > div.bottom > a:hover.terminals::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="rgb(246, 162, 23)" d="M.3 166.9L0 68C0 57.7 9.5 50.1 19.5 52.3l35.6 7.9c10.6 2.3 19.2 9.9 23 20L96 128l127.3 37.6L181.8 20.4C178.9 10.2 186.6 0 197.2 0l40.1 0c11.6 0 22.2 6.2 27.9 16.3l109 193.8 107.2 31.7c15.9 4.7 30.8 12.5 43.7 22.8l34.4 27.6c24 19.2 18.1 57.3-10.7 68.2c-41.2 15.6-86.2 18.1-128.8 7L121.7 289.8c-11.1-2.9-21.2-8.7-29.3-16.9L9.5 189.4c-5.9-6-9.3-14.1-9.3-22.5zM32 448l576 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32zm96-80a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm128-16a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"/></svg>');
}
div.main-items > div.wrapper > div.bottom > a:hover.fbo::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="rgb(246, 162, 23)" d="M381 114.9L186.1 41.8c-16.7-6.2-35.2-5.3-51.1 2.7L89.1 67.4C78 73 77.2 88.5 87.6 95.2l146.9 94.5L136 240 77.8 214.1c-8.7-3.9-18.8-3.7-27.3 .6L18.3 230.8c-9.3 4.7-11.8 16.8-5 24.7l73.1 85.3c6.1 7.1 15 11.2 24.3 11.2l137.7 0c5 0 9.9-1.2 14.3-3.4L535.6 212.2c46.5-23.3 82.5-63.3 100.8-112C645.9 75 627.2 48 600.2 48l-57.4 0c-20.2 0-40.2 4.8-58.2 14L381 114.9zM0 480c0 17.7 14.3 32 32 32l576 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 448c-17.7 0-32 14.3-32 32z"/></svg>');
}
div.main-items > div.wrapper > div.bottom > a:hover.blog::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="rgb(246, 162, 23)" d="M192 32c0 17.7 14.3 32 32 32c123.7 0 224 100.3 224 224c0 17.7 14.3 32 32 32s32-14.3 32-32C512 128.9 383.1 0 224 0c-17.7 0-32 14.3-32 32zm0 96c0 17.7 14.3 32 32 32c70.7 0 128 57.3 128 128c0 17.7 14.3 32 32 32s32-14.3 32-32c0-106-86-192-192-192c-17.7 0-32 14.3-32 32zM96 144c0-26.5-21.5-48-48-48S0 117.5 0 144L0 368c0 79.5 64.5 144 144 144s144-64.5 144-144s-64.5-144-144-144l-16 0 0 96 16 0c26.5 0 48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48l0-224z"/></svg>');
}
div.main-items > div.wrapper > div.bottom > a:hover.tours::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="rgb(246, 162, 23)" d="M346.3 271.8l-60.1-21.9L214 448 32 448c-17.7 0-32 14.3-32 32s14.3 32 32 32l512 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-261.9 0 64.1-176.2zm121.1-.2l-3.3 9.1 67.7 24.6c18.1 6.6 38-4.2 39.6-23.4c6.5-78.5-23.9-155.5-80.8-208.5c2 8 3.2 16.3 3.4 24.8l.2 6c1.8 57-7.3 113.8-26.8 167.4zM462 99.1c-1.1-34.4-22.5-64.8-54.4-77.4c-.9-.4-1.9-.7-2.8-1.1c-33-11.7-69.8-2.4-93.1 23.8l-4 4.5C272.4 88.3 245 134.2 226.8 184l-3.3 9.1L434 269.7l3.3-9.1c18.1-49.8 26.6-102.5 24.9-155.5l-.2-6zM107.2 112.9c-11.1 15.7-2.8 36.8 15.3 43.4l71 25.8 3.3-9.1c19.5-53.6 49.1-103 87.1-145.5l4-4.5c6.2-6.9 13.1-13 20.5-18.2c-79.6 2.5-154.7 42.2-201.2 108z"/></svg>');
}
div.main-items > div.wrapper > div.bottom > a:hover.bus::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><path fill="rgb(246, 162, 23)" d="M192 64C139 64 96 107 96 160L96 448C96 477.8 116.4 502.9 144 510L144 544C144 561.7 158.3 576 176 576L192 576C209.7 576 224 561.7 224 544L224 512L416 512L416 544C416 561.7 430.3 576 448 576L464 576C481.7 576 496 561.7 496 544L496 510C523.6 502.9 544 477.8 544 448L544 160C544 107 501 64 448 64L192 64zM160 240C160 222.3 174.3 208 192 208L296 208L296 320L192 320C174.3 320 160 305.7 160 288L160 240zM344 320L344 208L448 208C465.7 208 480 222.3 480 240L480 288C480 305.7 465.7 320 448 320L344 320zM192 384C209.7 384 224 398.3 224 416C224 433.7 209.7 448 192 448C174.3 448 160 433.7 160 416C160 398.3 174.3 384 192 384zM448 384C465.7 384 480 398.3 480 416C480 433.7 465.7 448 448 448C430.3 448 416 433.7 416 416C416 398.3 430.3 384 448 384zM248 136C248 122.7 258.7 112 272 112L368 112C381.3 112 392 122.7 392 136C392 149.3 381.3 160 368 160L272 160C258.7 160 248 149.3 248 136z"/></svg>');
}

div.general-information > div.wrapper {
  display: grid;
  grid-template-columns: 1fr 400px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding-top: 45px;
  padding-bottom: 45px;
}
div.general-information > div.wrapper > div.left {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
div.general-information > div.wrapper > div.left > *:nth-child(1) {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
div.general-information > div.wrapper > div.left > *:nth-child(1) > strong {
  background-color: #F6A217;
  color: #000403;
  padding: 3px 10px;
  border-radius: 5px;
}
div.general-information > div.wrapper > div.left > div.images {
  display: flex;
  flex-direction: row;
  gap: 15px;
  margin-top: 15px;
}
div.general-information > div.wrapper > div.left > div.images > picture img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
div.general-information > div.wrapper > div.right {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
div.general-information > div.wrapper > div.right > h2 {
  font-size: 16pt;
}
div.general-information > div.wrapper > div.right table.vertical {
  background-color: white;
}
div.general-information > div.wrapper > div.right table.vertical tbody tr th {
  width: 145px;
  text-align: left;
}
@media (max-width: 991px) {
  div.general-information > div.wrapper {
    grid-template-columns: 1fr 350px;
  }
}
@media (max-width: 767px) {
  div.general-information > div.wrapper {
    grid-template-columns: 1fr;
  }
}

div.slider-right {
  position: relative;
  width: 100%;
  overflow: hidden;
}
div.slider-right > div {
  position: relative;
  display: flex;
  z-index: 1;
  margin-left: calc(-39rem + 50vw);
  max-height: 100%;
  overflow-x: visible;
  gap: 25px;
  padding-top: 45px;
  padding-bottom: 45px;
}
div.slider-right > div > div.left {
  max-width: 345px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 15px;
}
div.slider-right > div > div.left > a {
  border: 1px solid #F6A217;
  cursor: pointer;
  background-color: #F6A217;
  color: #000403;
  padding: 12px 20px;
  border-radius: 4px;
  align-self: baseline;
  gap: 8px;
}
div.slider-right > div > div.left > a::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="rgba(0, 4, 3, 1)" d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg>');
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  div.slider-right > div > div.left {
    max-width: 100%;
  }
}
div.slider-right > div > div.right {
  flex: 1 1 0%;
  overflow: hidden;
  height: 100%;
  position: relative;
}
div.slider-right > div > div.right.vehicleSwiper > div.swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 2px solid rgba(22, 22, 29, 0.1294117647);
}
div.slider-right > div > div.right.vehicleSwiper > div.swiper-wrapper .swiper-slide > *:nth-child(1) {
  background-color: #F6A217;
  color: #000403;
  padding: 3px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}
div.slider-right > div > div.right.vehicleSwiper > div.swiper-wrapper .swiper-slide > *:nth-child(2) img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
div.slider-right > div > div.right.vehicleSwiper > div.swiper-wrapper .swiper-slide > *:nth-child(3) {
  font-size: 10pt;
}
div.slider-right > div > div.right.vehicleSwiper > div.swiper-wrapper .swiper-slide > *:nth-child(4) {
  color: #192E31;
  font-weight: bold;
  font-size: 13pt;
}
@media (max-width: 767px) {
  div.slider-right > div > div.right.vehicleSwiper > div.swiper-wrapper {
    height: auto;
  }
}
div.slider-right > div > div.right.vehicleSwiper > div.items-controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 25px;
  margin-right: 25px;
}
div.slider-right > div > div.right.vehicleSwiper > div.items-controls > div.vehicleSwiperPagination {
  align-content: center;
}
div.slider-right > div > div.right.vehicleSwiper > div.items-controls > div.buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
div.slider-right > div > div.right.vehicleSwiper > div.items-controls > div.buttons > button {
  border: 1px solid #192E31;
  cursor: pointer;
  background-color: white;
  padding: 15px;
  border-radius: 4px;
}
div.slider-right > div > div.right.vehicleSwiper > div.items-controls > div.buttons > button:hover {
  background-color: #F6A217;
  color: white;
}
div.slider-right > div > div.right.vehicleSwiper > div.items-controls > div.buttons > button.custom-prev {
  display: flex;
  align-items: center;
  justify-content: center;
}
div.slider-right > div > div.right.vehicleSwiper > div.items-controls > div.buttons > button.custom-prev::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z"/></svg>');
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}
div.slider-right > div > div.right.vehicleSwiper > div.items-controls > div.buttons > button.custom-prev:hover::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23ffffff" d="M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z"/></svg>');
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}
div.slider-right > div > div.right.vehicleSwiper > div.items-controls > div.buttons > button.custom-next {
  display: flex;
  align-items: center;
  justify-content: center;
}
div.slider-right > div > div.right.vehicleSwiper > div.items-controls > div.buttons > button.custom-next::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23000403" d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg>');
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}
div.slider-right > div > div.right.vehicleSwiper > div.items-controls > div.buttons > button.custom-next:hover::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23ffffff" d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg>');
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}
@media (max-width: 1315px) {
  div.slider-right > div {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  div.slider-right > div {
    display: grid;
    grid-template-columns: 1fr;
  }
}

div.flights-information {
  display: flex;
  padding-top: 45px;
  padding-bottom: 45px;
}
div.flights-information > div.wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
div.flights-information > div.wrapper > div.top {
  display: flex;
}
div.flights-information > div.wrapper > div.bottom iframe {
  width: 100%;
  height: 600px;
  border: 0;
  margin: 0;
  padding: 0;
}

div.reviews-information {
  margin-top: 35px;
}
div.reviews-information > div.wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
div.reviews-information > div.wrapper > div.top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding-top: 25px;
}
div.reviews-information > div.wrapper > div.bottom {
  padding-bottom: 25px;
  overflow: hidden;
}

div.faqs-information {
  padding-top: 45px;
  padding-bottom: 45px;
}
div.faqs-information > div.wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
div.faqs-information > div.wrapper > div.left {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
div.faqs-information > div.wrapper > div.right {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: #f8f8f8;
  border: 1px solid #CCD6EB;
  border-radius: 5px;
  padding: 15px;
}
div.faqs-information > div.wrapper > div.right > div.top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
div.faqs-information > div.wrapper > div.right > div.top > a {
  color: #F6A217;
  display: flex;
  align-items: center;
  gap: 5px;
}
div.faqs-information > div.wrapper > div.right > div.top > a::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%2319cd84" d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg>');
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}
div.faqs-information > div.wrapper > div.right > div.bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
div.faqs-information > div.wrapper > div.right > div.bottom > div {
  padding: 15px;
  background-color: white;
  border: 1px solid #CCD6EB;
  border-radius: 5px;
}
div.faqs-information > div.wrapper > div.right > div.bottom > div > a > img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
div.faqs-information > div.wrapper > div.right > div.bottom > div > div {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 8px;
  padding-top: 15px;
}
div.faqs-information > div.wrapper > div.right > div.bottom > div > div h3 {
  min-height: 45px;
  line-height: 1;
}
div.faqs-information > div.wrapper > div.right > div.bottom > div > div h3 > a {
  font-size: 14pt;
  color: #192E31;
}
div.faqs-information > div.wrapper > div.right > div.bottom > div > div > div {
  display: grid;
  grid-template-columns: 1fr 135px;
  grid-column-gap: 8px;
  grid-row-gap: 15px;
  padding-top: 10px;
}
div.faqs-information > div.wrapper > div.right > div.bottom > div > div > div > div {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  min-height: 50px;
}
div.faqs-information > div.wrapper > div.right > div.bottom > div > div > div > div > img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
div.faqs-information > div.wrapper > div.right > div.bottom > div > div > div > div > div {
  align-self: center;
}
div.faqs-information > div.wrapper > div.right > div.bottom > div > div > div > div > div > p {
  font-size: 10pt;
  line-height: 1.3;
}
div.faqs-information > div.wrapper > div.right > div.bottom > div > div > div > div > div > *:nth-child(1) {
  font-weight: bold;
  color: #232323;
}
div.faqs-information > div.wrapper > div.right > div.bottom > div > div > div > a {
  border: 1px solid #000403;
  cursor: pointer;
  color: #000403;
  padding: 12px 20px;
  border-radius: 4px;
  align-self: baseline;
  justify-content: space-between;
  gap: 8px;
}
div.faqs-information > div.wrapper > div.right > div.bottom > div > div > div > a::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="rgba(0, 4, 3, 1)" d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg>');
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}
@media (max-width: 1135px) {
  div.faqs-information > div.wrapper > div.right > div.bottom > div > div > div {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 850px) {
  div.faqs-information > div.wrapper > div.right > div.bottom {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 850px) {
  div.faqs-information > div.wrapper {
    grid-template-columns: 300px 1fr;
  }
}
@media (max-width: 767px) {
  div.faqs-information > div.wrapper {
    grid-template-columns: 1fr;
  }
}

div.featured-information {
  position: relative;
  margin-top: 40px;
  margin-bottom: 70px;
}
div.featured-information > div.wrapper {
  background-color: #f8f8f8;
  clip-path: ellipse(85% 50% at 50% 50%);
  padding: 120px 80px 110px 80px;
}
div.featured-information > div.wrapper > div.top {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
div.featured-information > div.wrapper > div.top > div.top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 15px;
}
div.featured-information > div.wrapper > div.top > div.bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
div.featured-information > div.wrapper > div.top > div.bottom > div {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-column-gap: 15px;
}
div.featured-information > div.wrapper > div.top > div.bottom > div > picture > img {
  width: 100%;
  height: auto;
}
div.featured-information > div.wrapper > div.top > div.bottom > div > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
div.featured-information > div.wrapper > div.top > div.bottom > div > div > h3 {
  font-size: 16pt;
  min-height: 50px;
}
div.featured-information > div.wrapper > div.top > div.bottom > div > div > ul {
  margin: 0px;
  padding: 0px;
  line-height: 1.3;
}
div.featured-information > div.wrapper > div.top > div.bottom > div > div > ul > li {
  font-size: 11pt;
}
@media (max-width: 950px) {
  div.featured-information > div.wrapper > div.top > div.bottom {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 550px) {
  div.featured-information > div.wrapper > div.top > div.bottom {
    grid-template-columns: 1fr;
  }
}
div.featured-information > div.wrapper > div.bottom {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 25px;
}
div.featured-information > div.wrapper > div.bottom > div.top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 15px;
}
div.featured-information > div.wrapper > div.bottom > div.bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
div.featured-information > div.wrapper > div.bottom > div.bottom > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 550px) {
  div.featured-information > div.wrapper > div.bottom > div.bottom {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 950px) {
  div.featured-information > div.wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 550px) {
  div.featured-information > div.wrapper {
    clip-path: inherit;
    padding: 25px;
    border-radius: 5px;
  }
}

footer {
  margin-top: 0px;
}
