@charset "UTF-8";
button, input, optgroup, select, textarea {
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.tour-share-page {
  min-height: 100vh;
  background: #f5f7fb;
  color: #172033;
}

.tour-share-main {
  min-height: 100vh;
}

.tour-share-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 36px 0;
}

.tour-share-brand {
  display: inline-flex;
  align-items: center;
  margin-bottom: 52px;
}

.tour-share-brand img {
  width: 154px;
  height: auto;
}

.tour-share-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.8fr);
  gap: 56px;
  align-items: center;
}

.tour-share-kicker {
  margin-bottom: 16px;
  color: #00a7a5;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tour-share-copy h1 {
  max-width: 700px;
  margin-bottom: 22px;
  color: #172033;
  font-size: 54px;
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: 0;
}

.tour-share-summary {
  max-width: 620px;
  margin-bottom: 34px;
  color: #4e5c72;
  font-size: 20px;
  line-height: 1.55;
}

.tour-share-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(90px, 1fr));
  gap: 12px;
  max-width: 620px;
  margin: 0 0 32px;
}

.tour-share-stats div {
  min-height: 82px;
  padding: 16px;
  border: 1px solid #dfe6ef;
  border-radius: 8px;
  background: #fff;
}

.tour-share-stats dt {
  margin-bottom: 6px;
  color: #748094;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tour-share-stats dd {
  margin: 0;
  color: #172033;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
}

.tour-share-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-bottom: 34px;
}

.tour-share-open {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 4px;
  background: #00a7a5;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.tour-share-open:hover,
.tour-share-open:focus {
  background: #078987;
  color: #fff;
  text-decoration: none;
}

.tour-share-store-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.tour-share-store-buttons a {
  display: inline-flex;
}

.tour-share-store-buttons img {
  width: auto;
  height: 50px;
}

.app-waitlist-open {
  overflow: hidden;
}

.app-waitlist-modal {
  align-items: center;
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  padding: 24px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2000;
}

.app-waitlist-modal.is-open {
  display: flex;
}

.app-waitlist-backdrop {
  background: rgba(15, 31, 45, 0.68);
  border: 0;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.app-waitlist-dialog {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 60px rgba(15, 31, 45, 0.28);
  color: #1d2c3a;
  max-width: 480px;
  padding: 32px;
  position: relative;
  width: 100%;
}

.app-waitlist-close {
  align-items: center;
  background: #eef5f7;
  border: 0;
  border-radius: 50%;
  color: #1d2c3a;
  display: flex;
  font-size: 26px;
  height: 36px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 36px;
}

.app-waitlist-brand {
  align-items: center;
  display: flex;
  margin-bottom: 16px;
}

.app-waitlist-brand img {
  display: block;
  height: 48px;
  width: 140px;
}

.app-waitlist-dialog h2 {
  color: #1d2c3a;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 12px;
  padding-right: 24px;
}

.app-waitlist-copy {
  color: #52616d;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.app-waitlist-dialog label {
  color: #1d2c3a;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}

.app-waitlist-dialog input[type="email"] {
  border: 1px solid #cad8de;
  border-radius: 6px;
  color: #1d2c3a;
  font-size: 16px;
  height: 48px;
  padding: 0 14px;
  width: 100%;
}

.app-waitlist-consent {
  color: #667581;
  font-size: 13px;
  line-height: 1.45;
  margin: 12px 0 0;
}

.app-waitlist-status {
  color: #52616d;
  font-size: 14px;
  min-height: 22px;
  padding: 14px 0 0;
}

.app-waitlist-status.is-success {
  color: #22784a;
}

.app-waitlist-status.is-error {
  color: #b42318;
}

.app-waitlist-submit {
  background: #3CD2E6;
  border: 0;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  height: 48px;
  margin-top: 14px;
  width: 100%;
}

.app-waitlist-submit:disabled {
  cursor: progress;
  opacity: 0.7;
}

@media (max-width: 576px) {
  .app-waitlist-modal {
    align-items: flex-end;
    padding: 12px;
  }

  .app-waitlist-dialog {
    padding: 28px 20px 22px;
  }

  .app-waitlist-dialog h2 {
    font-size: 24px;
  }
}

.tour-share-pois {
  max-width: 680px;
}

.tour-share-pois h2 {
  margin-bottom: 16px;
  color: #172033;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0;
}

.tour-share-poi-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.tour-share-poi-list article {
  min-height: 96px;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 12px;
  border: 1px solid #dfe6ef;
  border-radius: 8px;
  background: #fff;
}

.tour-share-poi-list article.no-image {
  grid-template-columns: 1fr;
}

.tour-share-poi-list img {
  width: 74px;
  height: 74px;
  border-radius: 6px;
  object-fit: cover;
}

.tour-share-poi-list h3 {
  margin: 0 0 4px;
  color: #172033;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
}

.tour-share-poi-list p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #5d6878;
  font-size: 14px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tour-share-preview {
  min-height: 420px;
  overflow: hidden;
  border-radius: 8px;
  background: #d9eef0;
  box-shadow: 0 24px 70px rgba(20, 31, 52, 0.18);
}

.tour-share-preview img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.tour-share-fallback {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px;
  background: linear-gradient(135deg, #dff6f3 0%, #f6f0dc 58%, #f4b36c 100%);
}

.tour-share-fallback span {
  color: #078987;
  font-weight: 800;
  text-transform: uppercase;
}

.tour-share-fallback strong {
  display: block;
  margin-top: 10px;
  color: #172033;
  font-size: 32px;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

@media (max-width: 991px) {
  .tour-share-hero {
    align-items: flex-start;
  }

  .tour-share-brand {
    margin-bottom: 36px;
  }

  .tour-share-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .tour-share-copy h1 {
    font-size: 42px;
  }

  .tour-share-summary {
    font-size: 18px;
  }

  .tour-share-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tour-share-preview,
  .tour-share-preview img,
  .tour-share-fallback {
    min-height: 300px;
  }
}

@media (max-width: 575px) {
  .tour-share-hero {
    padding: 24px 0;
  }

  .tour-share-copy h1 {
    font-size: 34px;
  }

  .tour-share-summary {
    font-size: 16px;
  }

  .tour-share-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .tour-share-stats,
  .tour-share-poi-list {
    grid-template-columns: 1fr;
  }

  .tour-share-open {
    width: 100%;
  }

  .tour-share-store-buttons {
    width: 100%;
  }

  .tour-share-store-buttons a {
    width: 100%;
  }

  .tour-share-store-buttons img {
    max-width: 100%;
    height: auto;
    min-height: 48px;
  }
}

html {
  scroll-behavior: smooth;
}

.btn-primary {
  background-color: #44E2A3;
  background-color: #44e2a3;
  border-color: transparent;
  color: #fff;
  padding: 10px 20px;
  border-radius: 40px;
  font-size: 14px;
}
.btn-primary:hover, .btn-primary.active, .btn-primary:focus {
  background-color: #309D71;
  background-color: #309d71;
  border-color: transparent;
}

.btn-outline-secondary {
  background-color: #fff;
  background-color: white;
  border-color: #3E84BD;
  color: #3E84BD;
  padding: 10px 20px;
  border-radius: 40px;
  font-size: 14px;
}
.btn-outline-secondary:hover, .btn-outline-secondary.active, .btn-outline-secondary:focus {
  background-color: #fff;
  background-color: white;
  border-color: #3E84BD;
  color: #3E84BD;
  text-decoration: underline;
  box-shadow: none;
}

.mo-com-cookies .layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.mo-com-cookies .cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #F4F4F8;
  background-color: #f4f4f8;
  z-index: 1;
  padding: 20px 0;
  z-index: 4;
}
.mo-com-cookies .cookies p {
  margin: 0;
}
.mo-com-cookies .cookies .info {
  margin-right: 20px;
}
@media (max-width: 992px) {
  .mo-com-cookies .cookies .info {
    margin-right: 0px;
  }
}
.mo-com-cookies .cookies .info .tit {
  font-size: 16px;
  font-weight: 700;
  color: #302E71;
  margin-bottom: 10px;
}
.mo-com-cookies .cookies .info .txt {
  font-size: 14px;
  font-weight: 300;
}
.mo-com-cookies .cookies .info .txt a {
  color: #302E71;
  text-decoration: underline;
  font-weight: 500;
}
.mo-com-cookies .cookies .buttons {
  width: 100%;
}
.mo-com-cookies .cookies .buttons .btn {
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .mo-com-cookies .cookies .buttons .btn {
    margin-top: 10px;
  }
}
.mo-com-cookies .cookies .buttons .btn-outline-secondary {
  margin-right: 10px;
}

@media (max-width: 600px) {
  .modal-config-cookies {
    background-color: #fff;
  }
}
.modal-config-cookies .modal-dialog {
  max-width: 700px;
}
@media (max-width: 600px) {
  .modal-config-cookies .modal-dialog {
    margin: -2px;
    height: 100%;
  }
}
.modal-config-cookies .modal-dialog .modal-content {
  border-radius: 0;
  padding: 15px;
  border: 0;
}
.modal-config-cookies .modal-dialog .modal-content .modal-header {
  padding: 10px;
  align-items: center;
}
.modal-config-cookies .modal-dialog .modal-content .modal-header .back {
  cursor: pointer;
}
.modal-config-cookies .modal-dialog .modal-content .modal-header .back i {
  font-size: 30px;
  margin-right: 10px;
  color: #302E71;
}
.modal-config-cookies .modal-dialog .modal-content .modal-header .close {
  cursor: pointer;
}
.modal-config-cookies .modal-dialog .modal-content .modal-body {
  padding: 10px;
}
@media (max-width: 600px) {
  .modal-config-cookies .modal-dialog .modal-content .modal-body {
    padding: 10px 0;
  }
}
.modal-config-cookies .modal-dialog .modal-content .modal-body p {
  color: #5A5A5A;
  font-weight: 300;
  margin: 0;
}
.modal-config-cookies .modal-dialog .modal-content .modal-body p a {
  color: #302E71;
  text-decoration: underline;
  font-weight: 500;
  cursor: pointer;
}
.modal-config-cookies .modal-dialog .modal-content .modal-body .accordion {
  border-top: 1px solid rgba(48, 46, 113, 0.1);
  margin: 30px 0 130px 0;
}
.modal-config-cookies .modal-dialog .modal-content .modal-body .accordion.list-cookies .card-body {
  background-color: transparent !important;
  padding: 10px !important;
}
.modal-config-cookies .modal-dialog .modal-content .modal-body .accordion.list-cookies .card-body .host-opt {
  background-color: #302E71;
  background-color: rgba(48, 46, 113, 0.04);
  padding: 10px;
  margin: 0;
}
.modal-config-cookies .modal-dialog .modal-content .modal-body .accordion.list-cookies .card-body .host-opt .host-info div p {
  font-size: 12px;
}
.modal-config-cookies .modal-dialog .modal-content .modal-body .accordion.list-cookies .card-body .host-opt .host-info div p:first-child {
  width: 30%;
}
.modal-config-cookies .modal-dialog .modal-content .modal-body .accordion .card {
  border: 0;
  border-bottom: 1px solid rgba(48, 46, 113, 0.1);
}
.modal-config-cookies .modal-dialog .modal-content .modal-body .accordion .card .card-header {
  padding: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(48, 46, 113, 0.1);
}
.modal-config-cookies .modal-dialog .modal-content .modal-body .accordion .card .card-header:last-child {
  margin-bottom: 0;
}
.modal-config-cookies .modal-dialog .modal-content .modal-body .accordion .card .card-header .inner {
  padding: 15px;
}
.modal-config-cookies .modal-dialog .modal-content .modal-body .accordion .card .card-header .inner .tit {
  display: block;
  width: 100%;
}
.modal-config-cookies .modal-dialog .modal-content .modal-body .accordion .card .card-header .inner .tit .tit-category:hover, .modal-config-cookies .modal-dialog .modal-content .modal-body .accordion .card .card-header .inner .tit .tit-category.active, .modal-config-cookies .modal-dialog .modal-content .modal-body .accordion .card .card-header .inner .tit .tit-category:focus {
  text-decoration: underline;
}
.modal-config-cookies .modal-dialog .modal-content .modal-body .accordion .card .card-header .inner a[aria-expanded=true] .plus {
  display: none;
}
.modal-config-cookies .modal-dialog .modal-content .modal-body .accordion .card .card-header .inner a[aria-expanded=false] .less {
  display: none;
}
.modal-config-cookies .modal-dialog .modal-content .modal-body .accordion .card .card-header .inner .active {
  white-space: nowrap;
  color: #3CD2E6;
  font-weight: 500;
}
.modal-config-cookies .modal-dialog .modal-content .modal-body .accordion .card .card-header .inner .onoffswitch {
  position: relative;
  width: 55px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.modal-config-cookies .modal-dialog .modal-content .modal-body .accordion .card .card-header .inner .onoffswitch-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.modal-config-cookies .modal-dialog .modal-content .modal-body .accordion .card .card-header .inner .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 28px;
  padding: 0;
  line-height: 20px;
  border: 0px solid #FFFFFF;
  border-radius: 30px;
  background-color: #302E71;
  background-color: rgba(48, 46, 113, 0.1);
}
.modal-config-cookies .modal-dialog .modal-content .modal-body .accordion .card .card-header .inner .onoffswitch-label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #302E71;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 20px;
  border-radius: 30px;
  margin: 5px;
}
.modal-config-cookies .modal-dialog .modal-content .modal-body .accordion .card .card-header .inner .onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}
.modal-config-cookies .modal-dialog .modal-content .modal-body .accordion .card .card-header .inner .onoffswitch-checkbox:checked + .onoffswitch-label, .modal-config-cookies .modal-dialog .modal-content .modal-body .accordion .card .card-header .inner .onoffswitch-checkbox:checked + .onoffswitch-label:before {
  border-color: #44E2A3;
  background-color: #44E2A3;
}
.modal-config-cookies .modal-dialog .modal-content .modal-body .accordion .card .card-header .inner .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.modal-config-cookies .modal-dialog .modal-content .modal-body .accordion .card .card-header .inner .onoffswitch-checkbox:checked + .onoffswitch-label:before {
  right: 0px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}
.modal-config-cookies .modal-dialog .modal-content .modal-body .accordion .card .card-body {
  background-color: #302E71;
  background-color: rgba(48, 46, 113, 0.04);
}
.modal-config-cookies .modal-dialog .modal-content .modal-body .accordion .card .card-body a {
  display: block;
  margin-top: 5px;
  color: #302E71;
  text-decoration: underline;
  font-weight: 500;
  cursor: pointer;
}
.modal-config-cookies .modal-dialog .modal-content .modal-footer {
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  background-color: white;
}
@media (max-width: 600px) {
  .modal-config-cookies .modal-dialog .modal-content .modal-footer {
    position: fixed;
  }
}
.modal-config-cookies .modal-dialog .modal-content .modal-footer .btn {
  width: 48%;
}
@media (max-width: 600px) {
  .modal-config-cookies .modal-dialog .modal-content .modal-footer .btn {
    width: 100%;
  }
}

.mo-main-title {
  font-size: 35px;
  font-weight: 500;
  color: #302E71;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .mo-main-title {
    font-size: 25px;
  }
}
.mo-main-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #3CD2E6;
  background-color: #3cd2e6;
}

.mo-main-subtit {
  font-size: 16px;
  margin-bottom: 30px;
  color: #5A5A5A;
  font-weight: 300;
  display: block;
}
@media (max-width: 767px) {
  .mo-main-subtit {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.mo-main-title-small {
  font-size: 20px;
  font-weight: 500;
  color: #302E71;
  margin-bottom: 8px;
}

.mo-main-subtit-small {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 300;
  color: #5A5A5A;
  display: block;
}

.mo-rate .stars i {
  color: #F8DB1C !important;
  font-size: 18px;
}
.mo-rate .ratings {
  font-size: 12px;
  color: #5A5A5A;
  font-weight: 300;
  margin: 0;
}

.mo-hero-image {
  background-image: url("../img/image-hero.a6ef5a467f19.jpg");
  background-size: cover;
  background-position: center center;
  color: transparent;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .mo-hero-image {
    height: auto;
    background-image: none;
  }
}
.mo-hero-image .overlay-mobile {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #302E71;
  background-color: #302e71;
}
@media (min-width: 767px) {
  .mo-hero-image .overlay-mobile {
    display: none;
  }
}
.mo-hero-image .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #892193, #3E84BD, #3CD2E6, #44E2A3);
  opacity: 0.7;
}
.mo-hero-image:after {
  content: "";
  width: 100%;
  height: 35px;
  background-color: #fff;
  background-color: white;
  position: absolute;
  bottom: 0px;
  left: 0;
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
}
.mo-hero-image-small:after {
  display: none;
}

.mo-header {
  padding: 0px;
  position: relative;
  background-color: #302E71;
  background-color: rgba(48, 46, 113, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .mo-header {
    padding: 10px;
  }
}
.mo-header.navbar-fixed {
  background-color: #fff;
  background-color: white;
  border-bottom: 1px solid rgba(48, 46, 113, 0.1);
}
.mo-header.navbar-fixed .navbar-brand .logo-positive {
  display: block;
}
.mo-header.navbar-fixed .navbar-nav .nav-item .nav-link {
  color: #302E71;
}
.mo-header.navbar-fixed .navbar-nav .nav-item .btn-primary {
  background-color: #44E2A3;
  background-color: #44e2a3;
  color: #fff;
}
.mo-header.navbar-fixed .navbar-nav .nav-item .btn-primary:hover, .mo-header.navbar-fixed .navbar-nav .nav-item .btn-primary.active, .mo-header.navbar-fixed .navbar-nav .nav-item .btn-primary:focus {
  background-color: #309d71;
  background-color: #309d71;
}
@media (max-width: 767px) {
  .mo-header .navbar-brand .logo {
    width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .mo-header .navbar-brand .logo {
    width: 80%;
  }
}
.mo-header .navbar-brand .logo-positive {
  display: none;
}
.mo-header .navbar-brand .logo-negative {
  display: block;
}
.mo-header .navbar-toggler {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  border: 0;
}
@media (max-width: 767px) {
  .mo-header .navbar-collapse {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .mo-header .navbar-nav {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .mo-header .navbar-nav .nav-item:first-child {
    border-top: 1px solid rgba(48, 46, 113, 0.1);
  }
}
@media (max-width: 767px) {
  .mo-header .navbar-nav .nav-item:last-child {
    text-align: center;
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .mo-header .navbar-nav .nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(48, 46, 113, 0.1);
  }
}
.mo-header .navbar-nav .nav-item .nav-link {
  color: #fff;
  border-bottom: 3px solid transparent;
  padding: 23px 20px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 5px;
}
.mo-header .navbar-nav .nav-item .nav-link:hover, .mo-header .navbar-nav .nav-item .nav-link.active, .mo-header .navbar-nav .nav-item .nav-link:focus {
  border-bottom: 3px solid #3CD2E6;
}
@media (max-width: 992px) {
  .mo-header .navbar-nav .nav-item .nav-link {
    padding: 20px 7px;
    font-size: 13px;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .mo-header .navbar-nav .nav-item .nav-link {
    padding: 10px;
    border-bottom: 0;
    font-size: 13px;
    width: 100%;
    color: #fff;
    border-bottom: 0;
    margin-top: 0;
  }
  .mo-header .navbar-nav .nav-item .nav-link:hover, .mo-header .navbar-nav .nav-item .nav-link.active, .mo-header .navbar-nav .nav-item .nav-link:focus {
    background-color: #302E71;
    background-color: rgba(48, 46, 113, 0.1);
    border-bottom: 0;
  }
}
.mo-header .navbar-nav .nav-item .dropdown-menu {
  padding: 0;
  border-radius: 0;
  border: 0;
  box-shadow: 0 4px 7px -6px rgba(0, 0, 0, 0.45);
}
@media (max-width: 767px) {
  .mo-header .navbar-nav .nav-item .dropdown-menu {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
  }
}
.mo-header .navbar-nav .nav-item .dropdown-menu a {
  padding: 10px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .mo-header .navbar-nav .nav-item .dropdown-menu a {
    border-bottom: 1px solid rgba(48, 46, 113, 0.1);
    background-color: #302E71;
    background-color: rgba(48, 46, 113, 0.3);
    font-size: 13px;
    color: #fff;
  }
}
.mo-header .navbar-nav .nav-item .dropdown-menu a:hover, .mo-header .navbar-nav .nav-item .dropdown-menu a.active, .mo-header .navbar-nav .nav-item .dropdown-menu a:focus {
  background-color: #302E71;
  background-color: rgba(48, 46, 113, 0.1);
}
.mo-header .navbar-nav .nav-item .language-selector-toggle {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  max-width: 100%;
  white-space: nowrap;
}
.mo-header .navbar-nav .nav-item .language-selector-icon {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 auto;
  height: 30px;
  justify-content: center;
  width: 30px;
}
.mo-header .navbar-nav .nav-item .language-selector-icon img {
  display: block;
  height: 22px;
  width: 22px;
}
.mo-header .navbar-nav .nav-item .language-selector-label,
.mo-header .navbar-nav .nav-item .language-selector-name {
  overflow: hidden;
  text-overflow: ellipsis;
}
.mo-header .navbar-nav .nav-item .language-selector-code {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  min-width: 28px;
  padding: 4px 6px;
  justify-content: center;
}
.mo-header .navbar-nav .nav-item .language-selector-menu {
  border-radius: 8px;
  min-width: 220px;
  overflow: hidden;
  padding: 6px;
}
.mo-header .navbar-nav .nav-item .language-selector-menu .language-selector-item {
  align-items: center;
  border-radius: 6px;
  color: #302E71;
  display: flex;
  gap: 10px;
  min-height: 44px;
  padding: 8px 10px;
}
.mo-header .navbar-nav .nav-item .language-selector-menu .language-selector-icon {
  background-color: rgba(48, 46, 113, 0.08);
  color: #3E84BD;
  height: 34px;
  width: 34px;
}
.mo-header .navbar-nav .nav-item .language-selector-menu .language-selector-name {
  flex: 1 1 auto;
  min-width: 0;
}
.mo-header .navbar-nav .nav-item .language-selector-menu .language-selector-code {
  background-color: rgba(48, 46, 113, 0.06);
  border-color: rgba(48, 46, 113, 0.12);
  color: #302E71;
}
.mo-header .navbar-nav .nav-item .language-selector-menu .language-selector-item.active {
  background-color: rgba(68, 226, 163, 0.18);
}
.mo-header .navbar-nav .nav-item .language-selector-menu .language-selector-item:hover,
.mo-header .navbar-nav .nav-item .language-selector-menu .language-selector-item:focus {
  background-color: rgba(48, 46, 113, 0.08);
  color: #302E71;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .mo-header .navbar-nav .nav-item .language-selector-label {
    display: none;
  }
}
@media (max-width: 767px) {
  .mo-header .navbar-nav .nav-item .language-selector {
    width: 100%;
  }
  .mo-header .navbar-nav .nav-item .language-selector-toggle {
    display: flex;
    justify-content: flex-start;
    min-height: 44px;
  }
  .mo-header .navbar-nav .nav-item .language-selector-menu {
    max-width: 100%;
    width: 100%;
  }
  .mo-header .navbar-nav .nav-item .language-selector-menu .language-selector-item {
    color: #fff;
    min-height: 48px;
  }
  .mo-header .navbar-nav .nav-item .language-selector-menu .language-selector-icon,
  .mo-header .navbar-nav .nav-item .language-selector-menu .language-selector-code {
    background-color: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.28);
    color: #fff;
  }
  .mo-header .navbar-nav .nav-item .language-selector-menu .language-selector-item.active {
    background-color: rgba(68, 226, 163, 0.28);
  }
  .mo-header .navbar-nav .nav-item .language-selector-menu .language-selector-item:hover,
  .mo-header .navbar-nav .nav-item .language-selector-menu .language-selector-item:focus {
    background-color: rgba(255, 255, 255, 0.16);
    color: #fff;
  }
}
.mo-header .navbar-nav .nav-item .btn-primary {
  padding: 10px 20px;
  background-color: #fff;
  background-color: white;
  color: #44E2A3;
  text-transform: uppercase;
  font-size: 14px;
}
@media (max-width: 991px) {
  .mo-header .navbar-nav .nav-item .btn-primary {
    font-size: 13px !important;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .mo-header .navbar-nav .nav-item .btn-primary {
    background-color: #44E2A3;
    background-color: #44e2a3;
    width: 95%;
    margin-left: 0 !important;
    color: #fff;
    margin-top: 10px;
  }
  .mo-header .navbar-nav .nav-item .btn-primary:hover, .mo-header .navbar-nav .nav-item .btn-primary.active, .mo-header .navbar-nav .nav-item .btn-primary:focus {
    background-color: #309d71;
    background-color: #309d71;
  }
}
.mo-header .navbar-nav .nav-item .btn-primary:hover, .mo-header .navbar-nav .nav-item .btn-primary.active, .mo-header .navbar-nav .nav-item .btn-primary:focus {
  background-color: #44E2A3;
  background-color: #44e2a3;
  color: #fff;
}
.mo-header.navbar-sticky {
  background-color: #fff;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-timing-function: ease;
  transition: 0.3s all ease-in-out;
  box-shadow: 0 4px 7px -6px rgba(0, 0, 0, 0.45);
  border-bottom: 0;
}
.mo-header.navbar-sticky .navbar-brand .logo-positive {
  display: block;
}
.mo-header.navbar-sticky .navbar-brand .logo-negative {
  display: none;
}
.mo-header.navbar-sticky .navbar-nav .nav-item .nav-link {
  color: #302E71;
}
.mo-header.navbar-sticky .navbar-nav .nav-item .btn-primary {
  background-color: #44E2A3;
  background-color: #44e2a3;
  color: #fff;
}
.mo-header.navbar-sticky .navbar-nav .nav-item .btn-primary:hover, .mo-header.navbar-sticky .navbar-nav .nav-item .btn-primary.active, .mo-header.navbar-sticky .navbar-nav .nav-item .btn-primary:focus {
  background-color: #309d71;
  background-color: #309d71;
}

.mo-breadcrumb nav ol {
  background-color: #fff;
  background-color: white;
  border-radius: 0;
}
@media (max-width: 600px) {
  .mo-breadcrumb nav ol {
    padding: 10px 0;
    font-size: 11px;
  }
}
.mo-breadcrumb nav ol li {
  text-transform: uppercase;
}
.mo-breadcrumb nav ol li.active {
  color: #3CD2E6;
}
.mo-breadcrumb nav ol li a {
  color: #5A5A5A;
}
.mo-breadcrumb nav ol .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  color: #3CD2E6;
}

.mo-hero-text {
  margin-top: 55px;
}
@media (max-width: 768px) {
  .mo-hero-text {
    margin-top: 20px;
  }
}
.mo-hero-text h1 {
  font-size: 50px;
  color: #fff;
  text-shadow: 1px 1px 1px #5A5A5A;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .mo-hero-text h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .mo-hero-text h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.mo-hero-text p {
  font-size: 26px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 300;
  text-shadow: 1px 1px 1px #6b6b6b;
}
@media (min-width: 768px) and (max-width: 992px) {
  .mo-hero-text p {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .mo-hero-text p {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.mo-hero-text .download-buttons a {
  display: inline-block;
}
.mo-hero-text .download-buttons a img {
  height: 55px;
}
@media (max-width: 768px) {
  .mo-hero-text .download-buttons a img {
    height: 40px;
  }
}
.mo-hero-text .download-buttons a.btn-download-google-play img {
  margin: 30px 40px 40px 0;
}
@media (max-width: 767px) {
  .mo-hero-text .download-buttons a.btn-download-google-play img {
    margin: 20px 20px 20px 0;
  }
}
.mo-hero-text .download-buttons a.btn-download-apple-store img {
  margin: 30px 0px 40px 0;
}
@media (max-width: 767px) {
  .mo-hero-text .download-buttons a.btn-download-apple-store img {
    margin: 20px 0px 20px 0;
  }
}
.mo-hero-text .txt {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}
@media (max-width: 768px) {
  .mo-hero-text .txt {
    margin-bottom: 64px;
  }
}

.mo-hero-video {
  text-align: right;
  margin-right: 50px;
  margin-top: 15px;
}
.mo-hero-video img {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .mo-hero-video {
    display: none;
  }
}

.mo-about-us {
  padding-top: 70px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 992px) {
  .mo-about-us {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .mo-about-us {
    padding-top: 20px;
  }
}
.mo-about-us p {
  font-size: 16px;
  color: #5A5A5A;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 767px) {
  .mo-about-us p {
    font-size: 14px;
  }
}
.mo-about-us .accordion .card {
  border: 0;
  border-bottom: 1px solid rgba(48, 46, 113, 0.1);
}
.mo-about-us .accordion .card:last-child {
  border-bottom: 0;
}
.mo-about-us .accordion .card .card-header {
  padding: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(48, 46, 113, 0.1);
}
.mo-about-us .accordion .card .card-header h2 a {
  padding: 15px;
}
.mo-about-us .accordion .card .card-header h2 a span {
  font-size: 20px;
  font-weight: 500;
  color: #302E71;
}
@media (max-width: 767px) {
  .mo-about-us .accordion .card .card-header h2 a span {
    font-size: 16px;
  }
}
.mo-about-us .accordion .card .card-header h2 a i {
  font-size: 20px;
}
.mo-about-us .accordion .card .card-header h2 a[aria-expanded=true] .fa-angle-right {
  display: none;
}
.mo-about-us .accordion .card .card-header h2 a[aria-expanded=false] .fa-angle-down {
  display: none;
}

.mo-tours {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .mo-tours {
    padding-top: 50px;
  }
}
.mo-tours p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #5A5A5A;
  font-weight: 300;
}
@media (max-width: 767px) {
  .mo-tours p {
    font-size: 14px;
  }
}
.mo-tours .mo-main-title:after {
  left: 50%;
  transform: translate(-50%, 0px);
}
.mo-tours .tour-destinations {
  margin-top: 45px;
  padding: 40px 0 80px;
  background-color: rgba(48, 46, 113, 0.04);
}
.mo-tours .tour-destinations-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 767px) {
  .mo-tours .tour-destinations-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.mo-tours .tour-destination {
  --tour-country-color: #3E84BD;
  background-color: #fff;
  border-top: 4px solid var(--tour-country-color);
  border-radius: 8px;
  box-shadow: 0px 8px 24px rgba(48, 46, 113, 0.09);
  padding: 22px;
}
.mo-tours .tour-destination.es {
  --tour-country-color: #3CD2E6;
}
.mo-tours .tour-destination.nl,
.mo-tours .tour-destination.nld {
  --tour-country-color: #44E2A3;
}
.mo-tours .tour-destination.fr,
.mo-tours .tour-destination.aus {
  --tour-country-color: #892193;
}
.mo-tours .tour-destination.it {
  --tour-country-color: #3E84BD;
}
.mo-tours .tour-destination-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(48, 46, 113, 0.1);
}
.mo-tours .tour-destination-country {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.mo-tours .tour-destination-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: rgba(48, 46, 113, 0.05);
  flex: 0 0 auto;
}
.mo-tours .tour-destination-flag img {
  width: 30px;
  height: 30px;
  display: block;
}
.mo-tours .tour-destination h3 {
  color: #302E71;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 767px) {
  .mo-tours .tour-destination h3 {
    font-size: 18px;
  }
}
.mo-tours .tour-destination-total {
  min-width: 86px;
  text-align: right;
  color: #302E71;
}
.mo-tours .tour-destination-total strong {
  display: block;
  color: var(--tour-country-color);
  font-size: 28px;
  line-height: 1;
}
.mo-tours .tour-destination-total span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.mo-tours .tour-city-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}
.mo-tours .tour-city-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(48, 46, 113, 0.08);
}
.mo-tours .tour-city-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.mo-tours .tour-city-list span,
.mo-tours .tour-city-list a {
  color: #302E71;
  font-size: 15px;
  font-weight: 500;
}
.mo-tours .tour-city-list a:hover,
.mo-tours .tour-city-list a:focus {
  color: #892193;
  text-decoration: underline;
}
.mo-tours .tour-city-list strong {
  color: #5A5A5A;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}
.mo-tours .map {
  padding: 100px 0 140px 0;
  overflow: hidden;
  position: relative;
}
.mo-tours .map .carousel-slick .slick-list {
  overflow: inherit;
}
.mo-tours .map .carousel-slick .slick-dots {
  bottom: -110px;
}
.mo-tours .map .carousel-slick .slick-dots li button {
  padding: 0;
}
.mo-tours .map .carousel-slick .slick-dots li button:before {
  font-size: 44px;
}
.mo-tours .map .carousel-slick .slick-slide {
  position: relative;
  outline: transparent;
  margin: 0px 20px;
}
@media (min-width: 600px) and (max-width: 992px) {
  .mo-tours .map .carousel-slick .slick-slide {
    margin: 0px 30px;
  }
}
.mo-tours .map .carousel-slick .slick-slide img,
.mo-tours .map .carousel-slick .slick-slide .marker,
.mo-tours .map .carousel-slick .slick-slide .legend {
  opacity: 0.2;
}
.mo-tours .map .carousel-slick .slick-slide.slick-center img,
.mo-tours .map .carousel-slick .slick-slide.slick-center .marker {
  transform: scale(1.38);
  opacity: 1;
}
.mo-tours .map .carousel-slick .slick-slide.slick-center .legend {
  opacity: 1;
}
.mo-tours .map .carousel-slick .slick-slide .legend {
  position: absolute;
  left: 50px;
  top: 10px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  width: 200px;
  border-radius: 3px;
  box-shadow: 2px 5px 5px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 992px) {
  .mo-tours .map .carousel-slick .slick-slide .legend {
    left: 0;
    top: 0;
  }
}
.mo-tours .map .carousel-slick .slick-slide .legend p {
  margin: 0;
  font-size: 16px;
}
@media (max-width: 992px) {
  .mo-tours .map .carousel-slick .slick-slide .legend p {
    font-size: 14px;
  }
}
.mo-tours .map .carousel-slick .slick-slide .legend .tit {
  font-weight: 500;
  color: #fff;
  background-color: #302E71;
  background-color: #302e71;
  padding: 3px 10px;
  border-radius: 3px 3px 0px 0px;
  font-size: 17px;
}
@media (max-width: 992px) {
  .mo-tours .map .carousel-slick .slick-slide .legend .tit {
    font-size: 15px;
  }
}
.mo-tours .map .carousel-slick .slick-slide .legend .content {
  padding: 5px 10px;
}
.mo-tours .map .carousel-slick .slick-slide .legend .content .item.es i {
  color: #3CD2E6;
}
.mo-tours .map .carousel-slick .slick-slide .legend .content .item.nld i {
  color: #44E2A3;
}
.mo-tours .map .carousel-slick .slick-slide .legend .content .item.aus i {
  color: #892193;
}
.mo-tours .map .carousel-slick .slick-slide .marker {
  position: absolute;
  left: 50px;
  top: 10px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  padding: 5px 15px 5px 10px;
}
.mo-tours .map .carousel-slick .slick-slide .marker.es {
  left: 50px;
  top: 0;
}
.mo-tours .map .carousel-slick .slick-slide .marker.nld {
  right: 40px;
  left: auto;
}
.mo-tours .map .carousel-slick .slick-slide .marker.aus {
  right: auto;
  left: 120px;
  top: 30px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .mo-tours .map .carousel-slick .slick-slide .marker.aus {
    left: auto;
  }
}
.mo-tours .map .carousel-slick .slick-slide .marker .flag {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.mo-tours .map .carousel-slick .slick-slide .marker .info .country {
  margin: 0;
  font-size: 15px;
  color: #302E71;
}
@media (max-width: 992px) {
  .mo-tours .map .carousel-slick .slick-slide .marker .info .country {
    font-size: 13px;
  }
}
.mo-tours .map .carousel-slick .slick-slide .marker .info .routes {
  margin: 0;
  font-size: 11px;
}
@media (max-width: 992px) {
  .mo-tours .map .carousel-slick .slick-slide .marker .info .routes {
    font-size: 10px;
  }
}

.mo-news .container-fluid {
  background-color: #302E71;
  background-color: rgba(48, 46, 113, 0.03);
  padding: 50px 15px;
}
@media (max-width: 767px) {
  .mo-news .container-fluid {
    padding: 50px 0px;
  }
}
.mo-news .mo-main-title:after {
  left: 50%;
  transform: translate(-50%, 0px);
}
.mo-news .card-tour {
  width: 100%;
  background-color: #fff;
  background-color: white;
  padding: 0;
  margin-bottom: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
@media (max-width: 991px) {
  .mo-news .card-tour {
    margin-bottom: 30px;
  }
}
.mo-news .card-tour .wrap-img {
  width: 250px;
  height: 250px;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mo-news .card-tour .wrap-img {
    width: 100%;
  }
}
.mo-news .card-tour .media-body {
  width: 100%;
}
.mo-news .card-tour .media-body .content {
  padding: 15px;
  height: 100%;
}
.mo-news .card-tour .media-body .content p {
  margin: 0;
}
.mo-news .card-tour .media-body .content .tour-name {
  font-size: 15px;
  color: #fff;
  background-color: #892193;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 50px;
}
.mo-news .card-tour .media-body .content .mo-rate {
  text-align: right;
}
.mo-news .card-tour .media-body .content a {
  color: #44E2A3;
}

.mo-top-tours .card-top-tour {
  margin-bottom: 10px;
  width: 100%;
}
.mo-top-tours .card-top-tour .wrap-img {
  width: 140px;
  height: 120px;
  background-size: cover;
  overflow: hidden;
}
.mo-top-tours .card-top-tour .info {
  padding: 5px 10px;
}
.mo-top-tours .card-top-tour .info .tour-name {
  color: #892193;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.mo-top-tours .card-top-tour .info a {
  color: #44E2A3;
}

.mo-download-app-small {
  background-color: #302E71;
  background-color: rgba(48, 46, 113, 0.05);
  padding: 20px;
  border-radius: 3px;
}
.mo-download-app-small .download-buttons a {
  display: inline-block;
}
.mo-download-app-small .download-buttons a img {
  height: 40px;
}
@media (max-width: 1199px) {
  .mo-download-app-small .download-buttons a img {
    height: 32px;
  }
}
.mo-download-app-small .download-buttons a.btn-download-google-play, .mo-download-app-small .download-buttons a.btn-download-apple-store {
  margin-bottom: 10px;
}
.mo-download-app-small .download-buttons a.btn-download-google-play img {
  margin-right: 10px;
}
.mo-download-app-small .txt {
  font-size: 13px;
  color: #302E71;
  margin: 0;
  font-weight: 300;
  font-style: italic;
}

.mo-social-media {
  background-color: #892193;
  background-color: rgba(137, 33, 147, 0.05);
  padding: 20px;
  border-radius: 3px;
}
.mo-social-media .social li {
  display: inline-block;
}
.mo-social-media .social li a {
  background-color: #302E71;
  background-color: #302e71;
  border-radius: 50%;
  color: #fff;
  width: 32px;
  height: 32px;
  text-align: center;
  padding-top: 2px;
  display: inline-block;
  font-size: 18px;
}
.mo-social-media .social li a:hover, .mo-social-media .social li a.active, .mo-social-media .social li a:focus {
  background-color: #3CD2E6;
  background-color: #3cd2e6;
}

.mo-info-tour .info-tour {
  margin-top: 10px;
}
.mo-info-tour .info-tour .column p {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 10px !important;
  color: #5A5A5A;
}
.mo-info-tour .info-tour .column p i {
  color: #3E84BD;
  font-size: 14px;
  width: 15px;
  text-align: center;
}
.mo-info-tour .info-tour .column p i.fa-location-arrow {
  transform: rotate(135deg);
  color: #3CD2E6;
}
.mo-info-tour .info-tour .column p:first-child {
  position: relative;
}
.mo-info-tour .info-tour .column .line {
  position: absolute;
  left: 1px;
  bottom: -6px;
  width: 13px;
  border: none;
  border-top: 1px dashed #C5DAEB;
  transform: rotate(90deg);
}
.mo-info-tour .info-tour .column:first-child {
  width: 60%;
}
.mo-info-tour .description {
  font-size: 14px;
  padding: 10px 0;
  border-top: 1px solid rgba(48, 46, 113, 0.1);
  font-weight: 300;
  color: #5A5A5A;
}
.mo-info-tour .description br {
  content: "";
  display: block;
  margin: 15px 0;
}

.mo-card-destination {
  margin-bottom: 20px;
}
.mo-card-destination:last-child {
  margin: 0;
}
.mo-card-destination p {
  margin: 0;
}
.mo-card-destination .media .flag {
  border-radius: 50%;
  overflow: hidden;
}
.mo-card-destination .media .flag img {
  width: 40px;
  height: 40px;
}
.mo-card-destination .media .destination {
  font-size: 18px;
  color: #302E71;
  font-weight: 500;
  line-height: 22px;
}
.mo-card-destination .media .new {
  font-size: 11px;
  text-transform: uppercase;
  background-color: #3CD2E6;
  background-color: #3cd2e6;
  color: #fff;
  padding: 3px 7px;
  border-radius: 50px;
  font-weight: 500;
}
.mo-card-destination .routes {
  font-size: 14px;
  color: #302E71;
  background-color: #fff;
  background-color: white;
  border: 1px solid rgba(48, 46, 113, 0.2);
  border-radius: 3px;
  font-weight: 500;
  padding: 2px 5px;
}

.mo-news-tour-name .title .main-tour {
  font-size: 13px;
  color: #fff;
  background-color: #892193;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 5px;
}

.mo-news-tour .mo-info-tour .info-tour .column:first-child {
  width: auto;
}
.mo-news-tour .mo-info-tour .description {
  padding-bottom: 0;
}
.mo-news-tour .mo-info-tour .social-media {
  padding: 10px 0;
  border-bottom: 1px solid rgba(48, 46, 113, 0.1);
}
.mo-news-tour .mo-info-tour .social-media p {
  margin: 0 10px 0 0;
  color: #3E84BD;
}
.mo-news-tour .mo-info-tour .social-media ul {
  margin: 0;
}
.mo-news-tour .mo-info-tour .social-media ul li a {
  color: #302E71;
  padding: 0 10px;
}

.mo-comments {
  margin: 20px 0;
}
.mo-comments .comment p {
  margin: 0;
  font-weight: 300;
}
.mo-comments .comment .media i {
  font-size: 80px;
  color: rgba(137, 33, 147, 0.35);
}
.mo-comments .comment .media .user-name {
  font-weight: 700;
}
.mo-comments .comment .media .date {
  color: #3E84BD;
}

.mo-form-comments {
  margin: 20px 0;
}
.mo-form-comments .mo-form {
  margin-top: 20px;
}

.mo-pagination {
  padding: 10px 0;
  border-bottom: 1px solid rgba(48, 46, 113, 0.1);
}
.mo-pagination ul li:hover a, .mo-pagination ul li.active a, .mo-pagination ul li:focus a {
  background-color: #302E71 !important;
  color: #fff !important;
  border-color: #302E71 !important;
}
.mo-pagination ul li.disabled a {
  background-color: #ECECF2 !important;
  border-color: #ECECF2 !important;
}
.mo-pagination ul li.disabled a:hover, .mo-pagination ul li.disabled a.active, .mo-pagination ul li.disabled a:focus {
  background-color: #ECECF2 !important;
  color: #C9C9C9 !important;
  border-color: #ECECF2 !important;
}
.mo-pagination ul li.disabled a i {
  color: #C9C9C9;
}
.mo-pagination ul li a {
  border-radius: 50% !important;
  width: 35px;
  height: 35px;
  border: 1px solid #302E71;
  margin-right: 5px;
  color: #302E71;
  box-shadow: none !important;
}
.mo-pagination ul li a .fa-angle-left {
  padding-left: 1px;
  font-size: 17px;
}
.mo-pagination ul li a .fa-angle-right {
  padding-left: 2px;
  font-size: 17px;
}

.mo-download-app {
  background-image: url("../img/download.09e629f97238.jpg");
  background-size: cover;
  background-position: right;
  color: transparent;
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
}
.mo-download-app .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #302E71;
  background-color: rgba(48, 46, 113, 0.6);
}
.mo-download-app .info {
  position: relative;
  padding: 50px 110px;
}
@media (max-width: 992px) {
  .mo-download-app .info {
    padding: 50px 20px;
  }
}
.mo-download-app .info .tit {
  font-size: 35px;
  color: #fff;
}
@media (max-width: 767px) {
  .mo-download-app .info .tit {
    font-size: 25px;
  }
}
.mo-download-app .info p {
  color: #fff;
  font-size: 20px;
  margin: 0;
  font-weight: 300;
}
@media (max-width: 992px) {
  .mo-download-app .info p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .mo-download-app .info p {
    font-size: 15px;
  }
}
.mo-download-app .info .download-buttons a {
  display: inline-block;
}
.mo-download-app .info .download-buttons a img {
  height: 55px;
}
@media (max-width: 767px) {
  .mo-download-app .info .download-buttons a img {
    height: 40px;
  }
}
.mo-download-app .info .download-buttons a.btn-download-google-play img {
  margin: 16px 40px 0px 0;
}
.mo-download-app .info .download-buttons a.btn-download-apple-store img {
  margin: 16px 0px 0px 0;
}

.mo-contact {
  padding: 50px 0px;
}
.mo-contact .mo-main-title:after {
  right: 0;
  left: auto;
}
@media (max-width: 767px) {
  .mo-contact .mo-main-title:after {
    right: auto;
    left: 0;
  }
}
@media (max-width: 767px) {
  .mo-contact .info-email {
    margin-bottom: 20px;
  }
}
.mo-contact .info-email i {
  background-color: #302E71;
  background-color: rgba(48, 46, 113, 0.2);
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: left;
  padding: 8px;
}
.mo-contact .info-email p {
  margin: 0px;
  font-size: 13px;
  font-weight: 500;
}
.mo-contact .info-email a {
  color: #302E71;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .mo-contact .info-email a {
    font-size: 14px;
  }
}

.mo-form form input {
  background-color: #302E71;
  background-color: rgba(48, 46, 113, 0.1);
  border-radius: 20px;
  border: 0;
}
.mo-form form textarea {
  background-color: #302E71;
  background-color: rgba(48, 46, 113, 0.1);
  border-radius: 4px;
  border: 0;
}
.mo-form form .btn-submit {
  background-color: #44E2A3;
  background-color: #44e2a3;
  border-color: transparent;
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  min-width: 160px;
  padding: 10px 20px;
  text-align: center;
}
.mo-form form .btn-submit:hover,
.mo-form form .btn-submit:focus,
.mo-form form .btn-submit.active {
  background-color: #309D71;
  background-color: #309d71;
  border-color: transparent;
  color: #fff;
  text-decoration: none;
}

.mo-footer {
  background-color: #302E71;
  background-color: #302e71;
  padding: 70px 20px 0 20px;
  position: relative;
}
.mo-footer:before {
  content: "";
  width: 100%;
  height: 35px;
  background-color: #fff;
  background-color: white;
  position: absolute;
  top: 0px;
  left: 0;
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
}
.public-content-page .mo-footer:before {
  background-color: #f7f8fb;
}
.tour-share-page .mo-footer:before {
  background-color: #f5f7fb;
}
.mo-footer .overlay {
  background-image: url("../img/pattern.f0f7b44ddb09.svg");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mo-footer .column .logo {
  width: 40%;
  margin-bottom: 15px;
}
.mo-footer .column p {
  color: #fff;
  font-weight: 300;
}
.mo-footer .column .social li {
  display: inline-block;
}
.mo-footer .column .social li a {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  width: 32px;
  height: 32px;
  text-align: center;
  padding-top: 2px;
  display: inline-block;
  font-size: 18px;
}
.mo-footer .column .social li a:hover, .mo-footer .column .social li a.active, .mo-footer .column .social li a:focus {
  background-color: #3CD2E6;
  background-color: #3cd2e6;
}
.mo-footer .column .tit {
  font-weight: 500;
}
.mo-footer .column .txt {
  width: 80%;
}
.mo-footer .column ul li a {
  color: #fff;
  font-size: 13px;
}
.mo-footer .column ul li a:hover, .mo-footer .column ul li a.active, .mo-footer .column ul li a:focus {
  text-decoration: underline;
}
.mo-footer .column ul li .footer-cookie-settings {
  color: #fff;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: inherit;
}
.mo-footer .column ul li .footer-cookie-settings:hover,
.mo-footer .column ul li .footer-cookie-settings:focus {
  text-decoration: underline;
}
.mo-footer .column .download-buttons a {
  display: inline-block;
}
.mo-footer .column .download-buttons a img {
  height: 40px;
}
.mo-footer .column .download-buttons a.btn-download-google-play, .mo-footer .column .download-buttons a.btn-download-apple-store {
  margin-bottom: 10px;
}
.mo-footer .column .download-buttons a.btn-download-google-play img {
  margin-right: 10px;
}
.mo-footer .copyright p {
  margin: 0;
  color: #fff;
  font-weight: 300px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 0;
  margin-top: 20px;
}

.mo-privacy,
.mo-legal-notice,
.mo-cookies-policy,
.mo-data-deletion {
  margin: 50px 0;
}
.legal-text-container {
  max-width: 920px;
}
.legal-text-body {
  color: #302E71;
  font-size: 16px;
  line-height: 1.75;
}
.legal-text-body h2,
.legal-text-body h3,
.legal-text-body h4,
.legal-text-body h5,
.legal-text-body h6 {
  margin-top: 34px;
  margin-bottom: 14px;
}
.legal-text-body p,
.legal-text-body ul,
.legal-text-body ol,
.legal-text-body .table-responsive {
  margin-bottom: 18px;
}
.legal-text-body ul,
.legal-text-body ol {
  padding-left: 24px;
}
.legal-text-body a {
  color: #892193;
  text-decoration: underline;
}
.legal-text-body .legal-text-table {
  color: #302E71;
  background-color: #fff;
}
.legal-text-body .legal-text-table th {
  font-weight: 700;
}
.mo-privacy h2,
.mo-legal-notice h2,
.mo-cookies-policy h2,
.mo-data-deletion h2 {
  font-size: 20px;
  color: #892193;
}
.mo-privacy ol li span,
.mo-legal-notice ol li span,
.mo-cookies-policy ol li span,
.mo-data-deletion ol li span {
  font-weight: 700;
  font-size: 15px;
  color: #302E71;
}

.mo-error {
  margin: 100px 0 0 0;
}
@media (max-width: 767px) {
  .mo-error .container {
    text-align: center;
  }
}
.mo-error.maintenance .mo-main-title {
  font-size: 40px;
}
@media (max-width: 992px) {
  .mo-error.maintenance .mo-main-title {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  .mo-error.maintenance .mo-main-title {
    font-size: 20px;
  }
}
.mo-error .mo-main-title {
  font-size: 45px;
}
@media (max-width: 992px) {
  .mo-error .mo-main-title {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  .mo-error .mo-main-title {
    text-align: center;
    font-size: 20px;
  }
}
.mo-error .mo-main-title span {
  color: rgba(48, 46, 113, 0.4);
}
@media (max-width: 767px) {
  .mo-error .mo-main-title:after {
    left: 50%;
    transform: translate(-50%, 0px);
  }
}
.mo-error .mo-main-subtit {
  font-size: 20px;
}
@media (max-width: 992px) {
  .mo-error .mo-main-subtit {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .mo-error .mo-main-subtit {
    text-align: center;
    font-size: 14px;
  }
}
.mo-error .btn {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .mo-error .btn {
    width: 100%;
    margin: 0;
  }
}
.mo-error .txt {
  color: #302E71;
  font-weight: 700;
  font-size: 20px;
}
.mo-error .txt span {
  display: block;
}
@media (max-width: 767px) {
  .mo-error .txt {
    text-align: center;
    font-size: 14px;
    display: block;
  }
}
.mo-error .thanks {
  font-size: 16px;
  color: #3E84BD;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .mo-error .thanks {
    font-size: 14px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .mo-error .thanks {
    text-align: center;
  }
}

.public-content-page {
  background: #f7f8fb;
}
.public-page {
  color: #302E71;
}
.public-brand {
  display: inline-block;
  margin: 28px 0 42px;
}
.public-brand img {
  display: block;
  width: 132px;
}
.public-breadcrumb {
  color: #5A5A5A;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  margin: -18px 0 28px;
}
.public-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.public-breadcrumb-item {
  align-items: center;
  display: inline-flex;
  min-width: 0;
  overflow-wrap: anywhere;
}
.public-breadcrumb-item + .public-breadcrumb-item::before {
  color: #44E2A3;
  content: "\203A";
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 1;
  margin-right: 10px;
}
.public-breadcrumb a {
  color: #5A5A5A;
  text-decoration: none;
}
.public-breadcrumb a:hover,
.public-breadcrumb a:focus {
  color: #302E71;
  text-decoration: underline;
}
.public-breadcrumb .is-current {
  color: #302E71;
  font-weight: 700;
}
.public-hero {
  background: #fff;
  padding-top: 56px;
  padding-bottom: 72px;
}
.public-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 46px;
  align-items: center;
}
@media (max-width: 767px) {
  .public-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.public-kicker {
  color: #892193;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.public-hero h1 {
  color: #302E71;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.12;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .public-brand {
    margin: 26px 0 34px;
  }
  .public-brand img {
    width: 128px;
  }
  .public-breadcrumb {
    font-size: 12px;
    margin: -12px 0 24px;
  }
  .public-breadcrumb ol {
    gap: 5px 8px;
  }
  .public-breadcrumb-item + .public-breadcrumb-item::before {
    margin-right: 8px;
  }
  .public-hero {
    padding-top: 38px;
    padding-bottom: 42px;
  }
  .public-hero h1 {
    font-size: 34px;
    margin-bottom: 14px;
  }
}
.public-summary {
  color: #5A5A5A;
  font-size: 18px;
  line-height: 1.7;
  max-width: 680px;
}
@media (max-width: 767px) {
  .public-summary {
    font-size: 17px;
    line-height: 1.65;
  }
}
.public-hero-panel {
  background: #f7f8fb;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(48, 46, 113, 0.10);
  overflow: hidden;
}
.public-hero-panel > img,
.public-hero-media img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  width: 100%;
}
.public-hero-media img {
  box-shadow: none;
}
.public-section {
  padding: 64px 0;
}
.public-answer-section {
  padding-bottom: 0;
}
.public-answer-content {
  background: #fff;
  border-left: 4px solid #44E2A3;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(48, 46, 113, 0.08);
  color: #5A5A5A;
  display: grid;
  gap: 18px;
  line-height: 1.65;
  padding: 28px;
}
.public-answer-content p {
  margin: 0;
}
.public-answer-lede {
  color: #302E71;
  font-size: 20px;
  font-weight: 700;
}
.public-answer-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 22px;
}
.public-poi-answer-list {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .public-answer-content {
    padding: 22px;
  }
  .public-answer-lede {
    font-size: 18px;
  }
}
.public-section-header {
  align-items: baseline;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .public-section-header {
    display: block;
    margin-bottom: 22px;
  }
}
.public-section-header h2 {
  color: #302E71;
  font-size: 28px;
  font-weight: 800;
  margin: 0;
}
.public-section-header p {
  color: #5A5A5A;
  line-height: 1.55;
  margin: 8px 0 0;
  max-width: 620px;
}
.public-section-header strong {
  background: rgba(137, 33, 147, 0.10);
  border-radius: 8px;
  color: #892193;
  display: inline-block;
  font-size: 14px;
  padding: 8px 12px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .public-section-header strong {
    margin-top: 14px;
  }
}
.public-card-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 991px) {
  .public-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .public-card-grid {
    grid-template-columns: 1fr;
  }
}
.public-tour-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(48, 46, 113, 0.09);
  overflow: hidden;
  transition: box-shadow 160ms ease, transform 160ms ease;
}
.public-tour-card a {
  color: inherit;
  display: block;
  height: 100%;
}
.public-tour-card a:hover,
.public-tour-card a:focus {
  color: inherit;
  text-decoration: none;
}
.public-tour-card:hover,
.public-tour-card:focus-within {
  box-shadow: 0 14px 34px rgba(48, 46, 113, 0.14);
  transform: translateY(-2px);
}
.public-tour-card img {
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  width: 100%;
}
.public-tour-card-copy {
  padding: 22px;
}
.public-tour-card h3,
.public-poi h3 {
  color: #302E71;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}
.public-tour-card p,
.public-poi p {
  color: #5A5A5A;
  line-height: 1.6;
}
.public-feature-list {
  display: grid;
  gap: 1px;
  margin: 0;
}
.public-feature-list div {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 18px 20px;
}
.public-feature-list dt {
  color: #5A5A5A;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.public-feature-list dd {
  color: #302E71;
  font-size: 24px;
  font-weight: 800;
  margin: 0;
  text-align: right;
}
.public-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
}
.public-stats div {
  background: rgba(68, 226, 163, 0.16);
  border-radius: 8px;
  min-width: 98px;
  padding: 10px 12px;
}
.public-stats dt {
  color: #5A5A5A;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.public-stats dd {
  color: #302E71;
  font-size: 17px;
  font-weight: 800;
  margin: 0;
}
.public-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.public-open-app,
.public-waitlist-link {
  border-radius: 40px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 20px;
}
.public-open-app {
  background: #44E2A3;
  color: #fff;
}
.public-open-app:hover,
.public-open-app:focus {
  background: #309D71;
  color: #fff;
  text-decoration: none;
}
.public-waitlist-link {
  border: 1px solid rgba(48, 46, 113, 0.24);
  color: #302E71;
}
.public-waitlist-link:hover,
.public-waitlist-link:focus {
  border-color: #892193;
  color: #892193;
  text-decoration: none;
}
.public-poi-list {
  display: grid;
  gap: 18px;
}
.public-poi {
  align-items: flex-start;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(48, 46, 113, 0.08);
  display: grid;
  gap: 18px;
  grid-template-columns: 168px minmax(0, 1fr);
  padding: 18px;
}
@media (max-width: 767px) {
  .public-poi {
    grid-template-columns: 1fr;
    padding: 16px;
  }
}
.public-poi img {
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  display: block;
  object-fit: cover;
  width: 100%;
}
.public-poi-teaser {
  background: rgba(68, 226, 163, 0.12);
  border: 1px solid rgba(68, 226, 163, 0.34);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 22px;
}
.public-poi-teaser strong {
  color: #302E71;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 800;
}
.public-poi-teaser p {
  color: #5A5A5A;
  line-height: 1.6;
  margin: 0;
}
.public-empty {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(48, 46, 113, 0.08);
  padding: 28px;
}
.public-empty p {
  color: #5A5A5A;
  margin: 0;
}
.footer-cookie-settings {
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-align: left;
}
.footer-cookie-settings:hover,
.footer-cookie-settings:focus {
  text-decoration: underline;
}
.cookie-consent-open {
  overflow: hidden;
}
.cookie-consent {
  bottom: 0;
  display: none;
  left: 0;
  padding: 16px;
  position: fixed;
  right: 0;
  z-index: 2000;
}
.cookie-consent.is-visible {
  display: block;
}
.cookie-consent-panel {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(48, 46, 113, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(21, 20, 48, 0.20);
  display: flex;
  gap: 20px;
  margin: 0 auto;
  max-width: 1120px;
  padding: 18px;
}
.cookie-consent-copy {
  flex: 1 1 auto;
  min-width: 0;
}
.cookie-consent h2,
.cookie-consent-dialog h2,
.cookie-consent-dialog h3 {
  color: #302E71;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0;
}
.cookie-consent h2 {
  font-size: 20px;
  margin-bottom: 6px;
}
.cookie-consent p,
.cookie-consent-dialog p,
.cookie-consent-category small,
.cookie-consent-table small {
  color: #5A5A5A;
  line-height: 1.5;
}
.cookie-consent p {
  margin: 0;
}
.cookie-consent-actions,
.cookie-consent-modal-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.cookie-consent-primary,
.cookie-consent-secondary,
.cookie-consent-link {
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  min-height: 44px;
  padding: 10px 14px;
}
.cookie-consent-primary {
  background: #44E2A3;
  border: 1px solid #44E2A3;
  color: #173A31;
}
.cookie-consent-secondary {
  background: #fff;
  border: 1px solid rgba(48, 46, 113, 0.24);
  color: #302E71;
}
.cookie-consent-link {
  background: transparent;
  border: 0;
  color: #892193;
  padding-left: 6px;
  padding-right: 6px;
}
.cookie-consent-primary:hover,
.cookie-consent-primary:focus {
  background: #39C890;
  border-color: #39C890;
}
.cookie-consent-secondary:hover,
.cookie-consent-secondary:focus,
.cookie-consent-link:hover,
.cookie-consent-link:focus {
  border-color: #892193;
  color: #892193;
  outline: none;
}
.cookie-consent-modal {
  display: none;
  inset: 0;
  position: fixed;
  z-index: 2100;
}
.cookie-consent-modal.is-open {
  display: block;
}
.cookie-consent-backdrop {
  background: rgba(21, 20, 48, 0.56);
  border: 0;
  inset: 0;
  position: absolute;
}
.cookie-consent-dialog {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(21, 20, 48, 0.28);
  left: 50%;
  max-height: calc(100vh - 32px);
  max-width: 920px;
  overflow: auto;
  padding: 28px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 32px);
}
.cookie-consent-close {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(48, 46, 113, 0.18);
  border-radius: 50%;
  color: #302E71;
  cursor: pointer;
  display: flex;
  font-size: 28px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 40px;
}
.cookie-consent-dialog h2 {
  font-size: 26px;
  margin-right: 42px;
}
.cookie-consent-dialog h3 {
  font-size: 18px;
  margin: 24px 0 12px;
}
.cookie-consent-dialog > p {
  margin: 8px 42px 20px 0;
}
.cookie-consent-categories {
  display: grid;
  gap: 10px;
}
.cookie-consent-category {
  align-items: center;
  border: 1px solid rgba(48, 46, 113, 0.14);
  border-radius: 8px;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 0;
  padding: 14px;
}
.cookie-consent-category strong,
.cookie-consent-category small {
  display: block;
}
.cookie-consent-category strong {
  color: #302E71;
  font-size: 15px;
  margin-bottom: 3px;
}
.cookie-consent-category input {
  flex: 0 0 auto;
  height: 22px;
  width: 22px;
}
.cookie-consent-table-wrap {
  border: 1px solid rgba(48, 46, 113, 0.14);
  border-radius: 8px;
  overflow-x: auto;
}
.cookie-consent-table {
  border-collapse: collapse;
  min-width: 780px;
  width: 100%;
}
.cookie-consent-table th,
.cookie-consent-table td {
  border-bottom: 1px solid rgba(48, 46, 113, 0.10);
  color: #302E71;
  font-size: 13px;
  padding: 12px;
  text-align: left;
  vertical-align: top;
}
.cookie-consent-table thead th {
  background: #F6F7FB;
  font-size: 12px;
  text-transform: uppercase;
}
.cookie-consent-table tbody tr:last-child th,
.cookie-consent-table tbody tr:last-child td {
  border-bottom: 0;
}
.cookie-consent-table small {
  display: block;
  font-size: 12px;
  margin-top: 4px;
}
.cookie-consent-modal-actions {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .public-section {
    padding: 42px 0;
  }
  .public-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .public-stats div {
    min-width: 0;
  }
  .public-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .public-open-app,
  .public-waitlist-link {
    text-align: center;
  }
  .cookie-consent {
    padding: 10px;
  }
  .cookie-consent-panel {
    align-items: stretch;
    display: grid;
    gap: 14px;
    padding: 16px;
  }
  .cookie-consent-actions,
  .cookie-consent-modal-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .cookie-consent-primary,
  .cookie-consent-secondary,
  .cookie-consent-link {
    width: 100%;
  }
  .cookie-consent-dialog {
    max-height: calc(100vh - 20px);
    padding: 22px 16px;
    width: calc(100% - 20px);
  }
  .cookie-consent-dialog h2 {
    font-size: 22px;
  }
  .cookie-consent-dialog > p {
    margin-right: 0;
  }
  .cookie-consent-category {
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .mo-error svg {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .mo-error svg {
    width: 80%;
  }
}
