.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #f9fafa;
}
body {
  font-family: Liter;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #970c10 !important;
}
.bg-success {
  background-color: #228300 !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #726bc0 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #970c10 !important;
  border-color: #970c10 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #c61015 !important;
  border-color: #c61015 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c61015 !important;
  border-color: #c61015 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #738580 !important;
  border-color: #738580 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #8e9d99 !important;
  border-color: #8e9d99 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8e9d99 !important;
  border-color: #8e9d99 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #228300 !important;
  border-color: #228300 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #2fb600 !important;
  border-color: #2fb600 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2fb600 !important;
  border-color: #2fb600 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #726bc0 !important;
  border-color: #726bc0 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #948fcf !important;
  border-color: #948fcf !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #948fcf !important;
  border-color: #948fcf !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #970c10;
  color: #970c10;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #470607 !important;
  background-color: transparent !important;
  border-color: #470607 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #970c10 !important;
  border-color: #970c10 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #738580;
  color: #738580;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4b5753 !important;
  background-color: transparent !important;
  border-color: #4b5753 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #738580 !important;
  border-color: #738580 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #228300;
  color: #228300;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0b2c00 !important;
  background-color: transparent !important;
  border-color: #0b2c00 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #228300 !important;
  border-color: #228300 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #726bc0;
  color: #726bc0;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #463f95 !important;
  background-color: transparent !important;
  border-color: #463f95 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #726bc0 !important;
  border-color: #726bc0 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #970c10 !important;
}
.text-secondary {
  color: #738580 !important;
}
.text-success {
  color: #228300 !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #726bc0 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #390406 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #444e4b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #081d00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #413b8a !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #970c10;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #726bc0;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #970c10;
  border-color: #970c10;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #970c10;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ef3439;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #45ff03;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c7c4e6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #970c10 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #970c10;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #970c10;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #970c10;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #970c10;
  border-bottom-color: #970c10;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #970c10 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #738580 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23970c10' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vgqrgHvtV0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vgqrgHvtV0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vgqrgHvtV0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vgqrgHvtV0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgqrgHvtV0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vgqrgHvtV0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgqrgHvtV0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgqrgHvtV0 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vgqrgHvtV0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vgqrgHvtV0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vgqrgHvtV0 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vgqrgHvtV0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vgqrgHvtV0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vgqrgHvtV0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vgqrgHvtV0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vgqrgHvtV0 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vgqrgHvtV0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vgqrgHvtV0 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vgqrgHvtV0 .navbar-logo {
    padding-left: 0;
  }
}
.cid-vgqrgHvtV0 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgqrgHvtV0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vgqrgHvtV0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vgqrgHvtV0 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vgqrgHvtV0 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgqrgHvtV0 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vgqrgHvtV0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgqrgHvtV0 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0) !important;
}
.cid-vgqrgHvtV0 .nav-item:focus,
.cid-vgqrgHvtV0 .nav-link:focus {
  outline: none;
}
.cid-vgqrgHvtV0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgqrgHvtV0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgqrgHvtV0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgqrgHvtV0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgqrgHvtV0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgqrgHvtV0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgqrgHvtV0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vgqrgHvtV0 .navbar.opened {
  transition: all 0.3s;
}
.cid-vgqrgHvtV0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgqrgHvtV0 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-vgqrgHvtV0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vgqrgHvtV0 .navbar.collapsed {
  justify-content: center;
}
.cid-vgqrgHvtV0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgqrgHvtV0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgqrgHvtV0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vgqrgHvtV0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgqrgHvtV0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgqrgHvtV0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgqrgHvtV0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgqrgHvtV0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgqrgHvtV0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vgqrgHvtV0 .navbar {
    min-height: 72px;
  }
  .cid-vgqrgHvtV0 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vgqrgHvtV0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgqrgHvtV0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgqrgHvtV0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgqrgHvtV0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgqrgHvtV0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgqrgHvtV0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgqrgHvtV0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vgqrgHvtV0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgqrgHvtV0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgqrgHvtV0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vgqrgHvtV0 .dropdown-item.active,
.cid-vgqrgHvtV0 .dropdown-item:active {
  background-color: transparent;
}
.cid-vgqrgHvtV0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgqrgHvtV0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgqrgHvtV0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgqrgHvtV0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgqrgHvtV0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vgqrgHvtV0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vgqrgHvtV0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgqrgHvtV0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vgqrgHvtV0 .navbar-buttons {
    text-align: left;
  }
}
.cid-vgqrgHvtV0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgqrgHvtV0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vgqrgHvtV0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgqrgHvtV0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgqrgHvtV0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgqrgHvtV0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgqrgHvtV0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgqrgHvtV0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgqrgHvtV0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgqrgHvtV0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgqrgHvtV0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgqrgHvtV0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgqrgHvtV0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vgqrgHvtV0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgqrgHvtV0 .navbar {
    height: 70px;
  }
  .cid-vgqrgHvtV0 .navbar.opened {
    height: auto;
  }
  .cid-vgqrgHvtV0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgqrgHvtV0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vgqrgHvtV0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vgqrgHvtV0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vgqrgHvtV0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vgqrgHvtV0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vgqrgHvtV0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vgqrgHvtV0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vgqrgHvtV0 .navbar-brand {
    margin-right: auto;
  }
  .cid-vgqrgHvtV0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vgqrgHvtV0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vgqrgHvtV0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vgqrgHvtV0 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vgqrgHvtV0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vgqrgHvtV0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vgqrgHvtV0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vgqrgHvtV0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vgqrgHvtV0 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vgqrgHvtV0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vgqrgHvtV0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vgqrgHv1x0 {
  display: flex;
  background-image: url("../../../assets/images/side-antalya-apollon-temple-1920x719.jpg");
}
.cid-vgqrgHv1x0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-vgqrgHv1x0 {
    align-items: flex-end;
  }
  .cid-vgqrgHv1x0 .row {
    justify-content: center;
  }
  .cid-vgqrgHv1x0 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vgqrgHv1x0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vgqrgHv1x0 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vgqrgHv1x0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vgqrgHv1x0 .content-wrap {
    width: 100%;
  }
}
.cid-vgqrgHv1x0 .mbr-section-title,
.cid-vgqrgHv1x0 .mbr-section-subtitle {
  text-align: center;
}
.cid-vgqrgHv1x0 .mbr-text,
.cid-vgqrgHv1x0 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vgqrgHv1x0 .mbr-section-title {
  color: #000000;
}
.cid-vgqrgHv626 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vgqrgHv626 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgqrgHv626 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vgqrgHv626 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vgqrgHv626 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vgqrgHv626 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vgqrgHv626 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vgqrgHv626 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vgqrgHv626 .mbr-text,
.cid-vgqrgHv626 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vh2wcHVQUM {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vh2wcHVQUM .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-vh2wcHVQUM img,
.cid-vh2wcHVQUM .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vh2wcHVQUM .item:focus,
.cid-vh2wcHVQUM span:focus {
  outline: none;
}
.cid-vh2wcHVQUM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh2wcHVQUM .item {
    margin-bottom: 1rem;
  }
}
.cid-vh2wcHVQUM .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh2wcHVQUM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vh2wcHVQUM .mbr-section-title {
  color: #232323;
}
.cid-vh2wcHVQUM .mbr-text,
.cid-vh2wcHVQUM .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-vh2wcHVQUM .item-title {
  color: #232323;
  text-align: center;
}
.cid-vh2wcHVQUM .content-head {
  max-width: 800px;
}
.cid-vgqrgHwnjd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgqrgHwnjd .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-vgqrgHwnjd img,
.cid-vgqrgHwnjd .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vgqrgHwnjd .item:focus,
.cid-vgqrgHwnjd span:focus {
  outline: none;
}
.cid-vgqrgHwnjd .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vgqrgHwnjd .item {
    margin-bottom: 1rem;
  }
}
.cid-vgqrgHwnjd .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vgqrgHwnjd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vgqrgHwnjd .mbr-section-title {
  color: #000000;
}
.cid-vgqrgHwnjd .mbr-text,
.cid-vgqrgHwnjd .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vgqrgHwnjd .item-title {
  color: #000000;
  text-align: center;
}
.cid-vgqrgHwnjd .content-head {
  max-width: 800px;
}
.cid-vgqrgHwxN3 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vgqrgHwxN3 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vgqrgHwxN3 img,
.cid-vgqrgHwxN3 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vgqrgHwxN3 .item:focus,
.cid-vgqrgHwxN3 span:focus {
  outline: none;
}
.cid-vgqrgHwxN3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vgqrgHwxN3 .item {
    margin-bottom: 1rem;
  }
}
.cid-vgqrgHwxN3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vgqrgHwxN3 .mbr-section-title {
  color: #000000;
}
.cid-vgqrgHwxN3 .mbr-text,
.cid-vgqrgHwxN3 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vgqrgHwxN3 .item-title {
  color: #232323;
  text-align: center;
}
.cid-vgqrgHwxN3 .content-head {
  max-width: 800px;
}
.cid-vh29T0BsjX {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vh29T0BsjX .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vh29T0BsjX img,
.cid-vh29T0BsjX .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vh29T0BsjX .item:focus,
.cid-vh29T0BsjX span:focus {
  outline: none;
}
.cid-vh29T0BsjX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh29T0BsjX .item {
    margin-bottom: 1rem;
  }
}
.cid-vh29T0BsjX .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh29T0BsjX .mbr-section-title {
  color: #232323;
}
.cid-vh29T0BsjX .mbr-text,
.cid-vh29T0BsjX .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vh29T0BsjX .item-title {
  color: #232323;
  text-align: center;
}
.cid-vh29T0BsjX .content-head {
  max-width: 800px;
}
.cid-vgWpdgTPiE {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-vgWpdgTPiE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgWpdgTPiE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vgWpdgTPiE .container-fluid {
    padding: 0;
  }
}
.cid-vgWpdgTPiE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vgWpdgTPiE .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vgWpdgTPiE .embla__button--next,
.cid-vgWpdgTPiE .embla__button--prev {
  display: flex;
}
.cid-vgWpdgTPiE .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vgWpdgTPiE .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vgWpdgTPiE .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vgWpdgTPiE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vgWpdgTPiE .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgWpdgTPiE .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vgWpdgTPiE .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vgWpdgTPiE .embla {
  position: relative;
  width: 100%;
}
.cid-vgWpdgTPiE .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vgWpdgTPiE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vgWpdgTPiE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vgWpdgTPiE .embla__slide a {
  cursor: grab;
}
.cid-vgWpdgTPiE .embla__slide a:active {
  cursor: grabbing;
}
.cid-vgWpdgTPiE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vgWpdgTPiE .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vgWpdgTPiE .mbr-section-title {
  color: #232323;
}
.cid-vgWpdgTPiE .mbr-section-subtitle {
  color: #232323;
}
.cid-vgWpdgTPiE .mbr-box {
  color: #ffffff;
}
.cid-vgWpdgTPiE .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vgWpdgTPiE img,
.cid-vgWpdgTPiE .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vgWpdgTPiE .item-wrapper {
  position: relative;
}
.cid-vgWpdgTPiE .content-head {
  max-width: 800px;
}
.cid-vgqrgHxibx {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-vgqrgHxibx .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vgqrgHxibx .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vgqrgHxibx .item-head {
  background: #970c10;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vgqrgHxibx .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgqrgHxibx .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vgqrgHxibx .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vgqrgHxibx .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vgqrgHxibx .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-vgqrgHxibx .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-vgqrgHxibx .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vgqrgHxibx .item-wrapper .item-footer {
    padding: 0 1.5rem 2rem;
  }
}
@media (min-width: 1201px) {
  .cid-vgqrgHxibx .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
.cid-vgqrgHxibx .btn {
  width: -webkit-fill-available;
}
.cid-vgqrgHxibx .item:focus,
.cid-vgqrgHxibx span:focus {
  outline: none;
}
.cid-vgqrgHxibx .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-vgqrgHxibx .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vgqrgHxibx .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vgqrgHxibx .mbr-section-title {
  color: #000000;
}
.cid-vgqrgHxibx .mbr-section-subtitle {
  color: #2e481a;
}
.cid-vgqrgHxibx .mbr-text,
.cid-vgqrgHxibx .mbr-section-btn {
  text-align: center;
}
.cid-vgqrgHxibx .item-title {
  text-align: left;
  color: var(--primary-text, #ffffff);
}
.cid-vgqrgHxibx .item-subtitle {
  text-align: left;
  color: var(--primary-text, #ffffff);
}
.cid-vgqrgHxibx .content-head {
  max-width: 800px;
}
.cid-vgqrgHxyhD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgqrgHxyhD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgqrgHxyhD .item-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-vgqrgHxyhD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgqrgHxyhD .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #000000;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-vgqrgHxyhD .card-title,
.cid-vgqrgHxyhD .iconfont-wrapper,
.cid-vgqrgHxyhD .card-text {
  color: #000000;
  text-align: center;
}
.cid-vgqrgHxyhD .content-head {
  max-width: 800px;
}
.cid-vgqrgHxyhD .mbr-section-title {
  color: #000000;
}
.cid-vgqrgHxyhD .mbr-section-btn {
  text-align: center;
}
.cid-vgqrgHxyhD .card-title,
.cid-vgqrgHxyhD .iconfont-wrapper {
  color: #970C10;
}
.cid-vgqrgHxjOF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgqrgHxjOF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgqrgHxjOF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgqrgHxjOF .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vgqrgHxjOF .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vgqrgHxjOF .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vgqrgHxjOF .card-wrapper {
    padding: 4rem;
  }
}
.cid-vgqrgHxjOF .mbr-text,
.cid-vgqrgHxjOF .mbr-section-btn {
  text-align: center;
}
.cid-vgqrgHxjOF .card-title {
  text-align: center;
  color: #000000;
}
.cid-vgTKrusXb6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vgTKrusXb6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgTKrusXb6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgTKrusXb6 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vgTKrusXb6 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgTKrusXb6 .content-head {
  max-width: 800px;
}
.cid-vgTKrusXb6 .img-wrapper {
  padding-right: 1.5rem;
}
.cid-vgTKrusXb6 .img-wrapper img {
  width: 6rem;
}
.cid-vgqrgHyxCx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vgqrgHyxCx .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vgqrgHyxCx .panel-group {
  border: none;
}
.cid-vgqrgHyxCx .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vgqrgHyxCx .card-header {
    padding: 0rem;
  }
}
.cid-vgqrgHyxCx .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vgqrgHyxCx .img-col {
  padding: 0;
}
.cid-vgqrgHyxCx .img-item {
  height: 100%;
}
.cid-vgqrgHyxCx img {
  height: 100%;
  object-fit: cover;
}
.cid-vgqrgHyxCx .collapsed span {
  transform: rotate(0deg);
}
.cid-vgqrgHyxCx .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vgqrgHyxCx p {
  margin-bottom: 0.3rem;
}
.cid-vgqrgHyxCx .panel-title-edit {
  color: #000000;
}
.cid-vgqrgHyxCx .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vgqrgHyxCx .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vgqrgHyxCx .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vgqrgHyxCx .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vgqrgHyxCx .panel-text {
  color: #000000;
}
.cid-vgqrgHyxCx .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vgqrgHyxCx .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vgqrgHyxCx .panel-title-edit,
.cid-vgqrgHyxCx .mbr-iconfont {
  color: #000000;
}
.cid-vgqrgHz26i {
  background-image: url("../../../assets/images/best-side-tours-1256x649.jpg");
  overflow: hidden;
}
.cid-vgqrgHz2qT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-vgqrgHz2qT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vgqrgHz2qT form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vgqrgHz2qT form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vgqrgHz2qT form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vgqrgHz2qT .content-head {
  max-width: 800px;
}
.cid-vgTF84RRU7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vgTF84RRU7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgTF84RRU7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgTF84RRU7 .row {
  justify-content: center;
}
.cid-vgTF84RRU7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vgTF84RRU7 .item {
    margin-bottom: 1rem;
  }
}
.cid-vgTF84RRU7 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vgTF84RRU7 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vgTF84RRU7 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vgTF84RRU7 .content-head {
  max-width: 800px;
}
.cid-vgTFi7voSZ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-vgTFi7voSZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgTFi7voSZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgTFi7voSZ .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-vgTFi7voSZ .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-vgTFi7voSZ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vgTFi7voSZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vgTFi7voSZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vgTFi7voSZ .content-head {
  max-width: 800px;
}
.cid-vh33YWgnq0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh33YWgnq0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh33YWgnq0 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vh33YWgnq0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh33YWgnq0 .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vh33YWgnq0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh33YWgnq0 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vh33YWgnq0 .card-title,
.cid-vh33YWgnq0 .iconfont-wrapper {
  color: #000000;
}
.cid-vh33YWgnq0 .card-text {
  color: #000000;
  text-align: center;
}
.cid-vh33YWgnq0 .content-head {
  max-width: 800px;
}
.cid-vh33YWgnq0 .mbr-section-title {
  color: #000000;
}
.cid-vh33YWgnq0 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh33YWgnq0 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vh33YWgnq0 .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vh33YWgnq0 .card-title,
.cid-vh33YWgnq0 .img-wrapper {
  text-align: center;
}
.cid-vgTBjGHV0O {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vgTBjGHV0O .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgTBjGHV0O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgTBjGHV0O .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vgTBjGHV0O .footer-col {
    flex-direction: column;
  }
}
.cid-vgTBjGHV0O .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vgTBjGHV0O .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vgTBjGHV0O .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vgTBjGHV0O .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vgTBjGHV0O .mbr-section-btn {
    text-align: center;
  }
}
.cid-vgTBjGHV0O .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgTBjGHV0O .soc-item {
  margin: 8px;
}
.cid-vgTBjGHV0O .soc-item a:hover .mbr-iconfont,
.cid-vgTBjGHV0O .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vgTBjGHV0O .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vgTBjGHV0O .row {
    text-align: center;
  }
  .cid-vgTBjGHV0O .social-row {
    justify-content: center;
  }
}
.cid-vgTBjGHV0O .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vgTBjGHV0O .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgTBjGHV0O .list {
    margin-bottom: 0rem;
  }
}
.cid-vgTBjGHV0O .mbr-text {
  color: #bbbbbb;
}
.cid-vgTBjGHV0O .mbr-section-subtitle {
  color: #000000;
}
.cid-vgTBjGHV0O .list,
.cid-vgTBjGHV0O .item-wrap {
  color: #232323;
}
.cid-vgTBjGHV0O .copyright {
  color: #000000;
}
.cid-vgqrgHytsM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgqrgHytsM .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vgqrgHytsM .item-wrapper {
  margin-bottom: 2rem;
}
.cid-vgqrgHytsM .card-title,
.cid-vgqrgHytsM .iconfont-wrapper {
  color: #000000;
}
.cid-vgqrgHytsM .card-text {
  color: #000000;
  text-align: center;
}
.cid-vgqrgHytsM .content-head {
  max-width: 800px;
}
.cid-vgqrgHytsM .mbr-section-title {
  color: #000000;
}
.cid-vgqrgHytsM .card-title,
.cid-vgqrgHytsM .img-wrapper {
  text-align: center;
}
.cid-vgqrgHytsM .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vh7Sjqre8G {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vh7Sjqre8G .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vh7Sjqre8G .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vh7Sjqre8G .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vh7Sjqre8G .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vh7Sjqre8G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vh7Sjqre8G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vh7Sjqre8G .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vh7Sjqre8G .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vh7Sjqre8G .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vh7Sjqre8G .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vh7Sjqre8G .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vh7Sjqre8G .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vh7Sjqre8G .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vh7Sjqre8G .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vh7Sjqre8G .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vh7Sjqre8G .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vh7Sjqre8G .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vh7Sjqre8G .navbar-logo {
    padding-left: 0;
  }
}
.cid-vh7Sjqre8G .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vh7Sjqre8G .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vh7Sjqre8G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vh7Sjqre8G .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vh7Sjqre8G .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vh7Sjqre8G .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vh7Sjqre8G .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vh7Sjqre8G .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0) !important;
}
.cid-vh7Sjqre8G .nav-item:focus,
.cid-vh7Sjqre8G .nav-link:focus {
  outline: none;
}
.cid-vh7Sjqre8G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh7Sjqre8G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh7Sjqre8G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vh7Sjqre8G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh7Sjqre8G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh7Sjqre8G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh7Sjqre8G .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vh7Sjqre8G .navbar.opened {
  transition: all 0.3s;
}
.cid-vh7Sjqre8G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vh7Sjqre8G .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-vh7Sjqre8G .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vh7Sjqre8G .navbar.collapsed {
  justify-content: center;
}
.cid-vh7Sjqre8G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vh7Sjqre8G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vh7Sjqre8G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vh7Sjqre8G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vh7Sjqre8G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vh7Sjqre8G .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vh7Sjqre8G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vh7Sjqre8G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vh7Sjqre8G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vh7Sjqre8G .navbar {
    min-height: 72px;
  }
  .cid-vh7Sjqre8G .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vh7Sjqre8G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vh7Sjqre8G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vh7Sjqre8G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vh7Sjqre8G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vh7Sjqre8G .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vh7Sjqre8G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vh7Sjqre8G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vh7Sjqre8G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vh7Sjqre8G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vh7Sjqre8G .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vh7Sjqre8G .dropdown-item.active,
.cid-vh7Sjqre8G .dropdown-item:active {
  background-color: transparent;
}
.cid-vh7Sjqre8G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vh7Sjqre8G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vh7Sjqre8G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vh7Sjqre8G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vh7Sjqre8G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vh7Sjqre8G .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vh7Sjqre8G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vh7Sjqre8G .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vh7Sjqre8G .navbar-buttons {
    text-align: left;
  }
}
.cid-vh7Sjqre8G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vh7Sjqre8G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vh7Sjqre8G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh7Sjqre8G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh7Sjqre8G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh7Sjqre8G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh7Sjqre8G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh7Sjqre8G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh7Sjqre8G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh7Sjqre8G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh7Sjqre8G .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vh7Sjqre8G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh7Sjqre8G .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vh7Sjqre8G .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vh7Sjqre8G .navbar {
    height: 70px;
  }
  .cid-vh7Sjqre8G .navbar.opened {
    height: auto;
  }
  .cid-vh7Sjqre8G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vh7Sjqre8G .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vh7Sjqre8G .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vh7Sjqre8G .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vh7Sjqre8G .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vh7Sjqre8G .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vh7Sjqre8G .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vh7Sjqre8G .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vh7Sjqre8G .navbar-brand {
    margin-right: auto;
  }
  .cid-vh7Sjqre8G .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vh7Sjqre8G .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vh7Sjqre8G .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vh7Sjqre8G .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vh7Sjqre8G .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vh7Sjqre8G .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vh7Sjqre8G .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vh7Sjqre8G .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vh7Sjqre8G .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vh7Sjqre8G .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vh7Sjqre8G .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vh7SjqX6ku {
  display: flex;
  background-image: url("../../../assets/images/side-buggy-safari-tours-872x431.jpg");
}
.cid-vh7SjqX6ku .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.9;
}
@media (min-width: 768px) {
  .cid-vh7SjqX6ku {
    align-items: flex-end;
  }
  .cid-vh7SjqX6ku .row {
    justify-content: center;
  }
  .cid-vh7SjqX6ku .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vh7SjqX6ku .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vh7SjqX6ku {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vh7SjqX6ku .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vh7SjqX6ku .content-wrap {
    width: 100%;
  }
}
.cid-vh7SjqX6ku .mbr-section-title,
.cid-vh7SjqX6ku .mbr-section-subtitle {
  text-align: center;
}
.cid-vh7SjqX6ku .mbr-text,
.cid-vh7SjqX6ku .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vh7SjqX6ku .mbr-section-title {
  color: #000000;
}
.cid-vh7SjrnnId {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vh7SjrnnId .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7SjrnnId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vh7SjrnnId .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vh7SjrnnId .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vh7SjrnnId .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vh7SjrnnId .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vh7SjrnnId .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vh7SjrnnId .mbr-text,
.cid-vh7SjrnnId .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vh7SjrIr4l {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vh7SjrIr4l .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-vh7SjrIr4l img,
.cid-vh7SjrIr4l .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vh7SjrIr4l .item:focus,
.cid-vh7SjrIr4l span:focus {
  outline: none;
}
.cid-vh7SjrIr4l .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7SjrIr4l .item {
    margin-bottom: 1rem;
  }
}
.cid-vh7SjrIr4l .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh7SjrIr4l .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vh7SjrIr4l .mbr-section-title {
  color: #232323;
}
.cid-vh7SjrIr4l .mbr-text,
.cid-vh7SjrIr4l .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-vh7SjrIr4l .item-title {
  color: #232323;
  text-align: center;
}
.cid-vh7SjrIr4l .content-head {
  max-width: 800px;
}
.cid-vh7Sjs6thq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh7Sjs6thq .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-vh7Sjs6thq img,
.cid-vh7Sjs6thq .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vh7Sjs6thq .item:focus,
.cid-vh7Sjs6thq span:focus {
  outline: none;
}
.cid-vh7Sjs6thq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7Sjs6thq .item {
    margin-bottom: 1rem;
  }
}
.cid-vh7Sjs6thq .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh7Sjs6thq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vh7Sjs6thq .mbr-section-title {
  color: #000000;
}
.cid-vh7Sjs6thq .mbr-text,
.cid-vh7Sjs6thq .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vh7Sjs6thq .item-title {
  color: #000000;
  text-align: center;
}
.cid-vh7Sjs6thq .content-head {
  max-width: 800px;
}
.cid-vh7SjsBAKl {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #a0e1e1;
}
.cid-vh7SjsBAKl .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vh7SjsBAKl img,
.cid-vh7SjsBAKl .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vh7SjsBAKl .item:focus,
.cid-vh7SjsBAKl span:focus {
  outline: none;
}
.cid-vh7SjsBAKl .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7SjsBAKl .item {
    margin-bottom: 1rem;
  }
}
.cid-vh7SjsBAKl .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh7SjsBAKl .mbr-section-title {
  color: #232323;
}
.cid-vh7SjsBAKl .mbr-text,
.cid-vh7SjsBAKl .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vh7SjsBAKl .item-title {
  color: #232323;
  text-align: center;
}
.cid-vh7SjsBAKl .content-head {
  max-width: 800px;
}
.cid-vh7Sjt71we {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffeb69;
}
.cid-vh7Sjt71we .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vh7Sjt71we img,
.cid-vh7Sjt71we .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vh7Sjt71we .item:focus,
.cid-vh7Sjt71we span:focus {
  outline: none;
}
.cid-vh7Sjt71we .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7Sjt71we .item {
    margin-bottom: 1rem;
  }
}
.cid-vh7Sjt71we .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh7Sjt71we .mbr-section-title {
  color: #232323;
}
.cid-vh7Sjt71we .mbr-text,
.cid-vh7Sjt71we .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vh7Sjt71we .item-title {
  color: #232323;
  text-align: center;
}
.cid-vh7Sjt71we .content-head {
  max-width: 800px;
}
.cid-vh7SjtFvi9 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-vh7SjtFvi9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7SjtFvi9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vh7SjtFvi9 .container-fluid {
    padding: 0;
  }
}
.cid-vh7SjtFvi9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vh7SjtFvi9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vh7SjtFvi9 .embla__button--next,
.cid-vh7SjtFvi9 .embla__button--prev {
  display: flex;
}
.cid-vh7SjtFvi9 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vh7SjtFvi9 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vh7SjtFvi9 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh7SjtFvi9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vh7SjtFvi9 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vh7SjtFvi9 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vh7SjtFvi9 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vh7SjtFvi9 .embla {
  position: relative;
  width: 100%;
}
.cid-vh7SjtFvi9 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vh7SjtFvi9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vh7SjtFvi9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vh7SjtFvi9 .embla__slide a {
  cursor: grab;
}
.cid-vh7SjtFvi9 .embla__slide a:active {
  cursor: grabbing;
}
.cid-vh7SjtFvi9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vh7SjtFvi9 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vh7SjtFvi9 .mbr-section-title {
  color: #232323;
}
.cid-vh7SjtFvi9 .mbr-section-subtitle {
  color: #232323;
}
.cid-vh7SjtFvi9 .mbr-box {
  color: #ffffff;
}
.cid-vh7SjtFvi9 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vh7SjtFvi9 img,
.cid-vh7SjtFvi9 .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vh7SjtFvi9 .item-wrapper {
  position: relative;
}
.cid-vh7SjtFvi9 .content-head {
  max-width: 800px;
}
.cid-vh7SjuC0JP {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-vh7SjuC0JP .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7SjuC0JP .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vh7SjuC0JP .item-head {
  background: #970c10;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh7SjuC0JP .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vh7SjuC0JP .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vh7SjuC0JP .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh7SjuC0JP .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vh7SjuC0JP .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-vh7SjuC0JP .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-vh7SjuC0JP .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh7SjuC0JP .item-wrapper .item-footer {
    padding: 0 1.5rem 2rem;
  }
}
@media (min-width: 1201px) {
  .cid-vh7SjuC0JP .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
.cid-vh7SjuC0JP .btn {
  width: -webkit-fill-available;
}
.cid-vh7SjuC0JP .item:focus,
.cid-vh7SjuC0JP span:focus {
  outline: none;
}
.cid-vh7SjuC0JP .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-vh7SjuC0JP .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vh7SjuC0JP .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vh7SjuC0JP .mbr-section-title {
  color: #000000;
}
.cid-vh7SjuC0JP .mbr-section-subtitle {
  color: #2e481a;
}
.cid-vh7SjuC0JP .mbr-text,
.cid-vh7SjuC0JP .mbr-section-btn {
  text-align: center;
}
.cid-vh7SjuC0JP .item-title {
  text-align: left;
  color: var(--primary-text, #ffffff);
}
.cid-vh7SjuC0JP .item-subtitle {
  text-align: left;
  color: var(--primary-text, #ffffff);
}
.cid-vh7SjuC0JP .content-head {
  max-width: 800px;
}
.cid-vh7Sjv5B1A {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh7Sjv5B1A .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7Sjv5B1A .item-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-vh7Sjv5B1A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh7Sjv5B1A .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #000000;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-vh7Sjv5B1A .card-title,
.cid-vh7Sjv5B1A .iconfont-wrapper,
.cid-vh7Sjv5B1A .card-text {
  color: #000000;
  text-align: center;
}
.cid-vh7Sjv5B1A .content-head {
  max-width: 800px;
}
.cid-vh7Sjv5B1A .mbr-section-title {
  color: #000000;
}
.cid-vh7Sjv5B1A .mbr-section-btn {
  text-align: center;
}
.cid-vh7Sjv5B1A .card-title,
.cid-vh7Sjv5B1A .iconfont-wrapper {
  color: #970C10;
}
.cid-vh7SjvxPka {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh7SjvxPka .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7SjvxPka .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh7SjvxPka .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vh7SjvxPka .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vh7SjvxPka .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vh7SjvxPka .card-wrapper {
    padding: 4rem;
  }
}
.cid-vh7SjvxPka .mbr-text,
.cid-vh7SjvxPka .mbr-section-btn {
  text-align: center;
}
.cid-vh7SjvxPka .card-title {
  text-align: center;
  color: #000000;
}
.cid-vh7SjvTKms {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vh7SjvTKms .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7SjvTKms .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh7SjvTKms .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7SjvTKms .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vh7SjvTKms .content-head {
  max-width: 800px;
}
.cid-vh7SjvTKms .img-wrapper {
  padding-right: 1.5rem;
}
.cid-vh7SjvTKms .img-wrapper img {
  width: 6rem;
}
.cid-vh7Sjwukuq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vh7Sjwukuq .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vh7Sjwukuq .panel-group {
  border: none;
}
.cid-vh7Sjwukuq .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vh7Sjwukuq .card-header {
    padding: 0rem;
  }
}
.cid-vh7Sjwukuq .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vh7Sjwukuq .img-col {
  padding: 0;
}
.cid-vh7Sjwukuq .img-item {
  height: 100%;
}
.cid-vh7Sjwukuq img {
  height: 100%;
  object-fit: cover;
}
.cid-vh7Sjwukuq .collapsed span {
  transform: rotate(0deg);
}
.cid-vh7Sjwukuq .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vh7Sjwukuq p {
  margin-bottom: 0.3rem;
}
.cid-vh7Sjwukuq .panel-title-edit {
  color: #000000;
}
.cid-vh7Sjwukuq .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vh7Sjwukuq .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vh7Sjwukuq .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh7Sjwukuq .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vh7Sjwukuq .panel-text {
  color: #000000;
}
.cid-vh7Sjwukuq .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vh7Sjwukuq .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vh7Sjwukuq .panel-title-edit,
.cid-vh7Sjwukuq .mbr-iconfont {
  color: #000000;
}
.cid-vh7SjwTxJZ {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/side-antalya-apollon-temple-1920x719.jpg");
  overflow: hidden;
}
.cid-vh7Sjx9C2O {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-vh7Sjx9C2O .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vh7Sjx9C2O form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vh7Sjx9C2O form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vh7Sjx9C2O form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vh7Sjx9C2O .content-head {
  max-width: 800px;
}
.cid-vh7SjxzZJr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vh7SjxzZJr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7SjxzZJr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh7SjxzZJr .row {
  justify-content: center;
}
.cid-vh7SjxzZJr .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7SjxzZJr .item {
    margin-bottom: 1rem;
  }
}
.cid-vh7SjxzZJr .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh7SjxzZJr .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vh7SjxzZJr .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vh7SjxzZJr .content-head {
  max-width: 800px;
}
.cid-vh7Sjy08NI {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-vh7Sjy08NI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7Sjy08NI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh7Sjy08NI .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-vh7Sjy08NI .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-vh7Sjy08NI .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vh7Sjy08NI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vh7Sjy08NI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vh7Sjy08NI .content-head {
  max-width: 800px;
}
.cid-vh7SjysnII {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh7SjysnII .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7SjysnII .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vh7SjysnII .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh7SjysnII .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vh7SjysnII .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh7SjysnII .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vh7SjysnII .card-title,
.cid-vh7SjysnII .iconfont-wrapper {
  color: #000000;
}
.cid-vh7SjysnII .card-text {
  color: #000000;
  text-align: center;
}
.cid-vh7SjysnII .content-head {
  max-width: 800px;
}
.cid-vh7SjysnII .mbr-section-title {
  color: #000000;
}
.cid-vh7SjysnII .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7SjysnII .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vh7SjysnII .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vh7SjysnII .card-title,
.cid-vh7SjysnII .img-wrapper {
  text-align: center;
}
.cid-vh7SjyPOCI {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vh7SjyPOCI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7SjyPOCI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh7SjyPOCI .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vh7SjyPOCI .footer-col {
    flex-direction: column;
  }
}
.cid-vh7SjyPOCI .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vh7SjyPOCI .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vh7SjyPOCI .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vh7SjyPOCI .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vh7SjyPOCI .mbr-section-btn {
    text-align: center;
  }
}
.cid-vh7SjyPOCI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vh7SjyPOCI .soc-item {
  margin: 8px;
}
.cid-vh7SjyPOCI .soc-item a:hover .mbr-iconfont,
.cid-vh7SjyPOCI .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vh7SjyPOCI .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vh7SjyPOCI .row {
    text-align: center;
  }
  .cid-vh7SjyPOCI .social-row {
    justify-content: center;
  }
}
.cid-vh7SjyPOCI .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vh7SjyPOCI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vh7SjyPOCI .list {
    margin-bottom: 0rem;
  }
}
.cid-vh7SjyPOCI .mbr-text {
  color: #bbbbbb;
}
.cid-vh7SjyPOCI .mbr-section-subtitle {
  color: #000000;
}
.cid-vh7SjyPOCI .list,
.cid-vh7SjyPOCI .item-wrap {
  color: #232323;
}
.cid-vh7SjyPOCI .copyright {
  color: #000000;
}
.cid-vh7Sjzlt9Y {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh7Sjzlt9Y .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vh7Sjzlt9Y .item-wrapper {
  margin-bottom: 2rem;
}
.cid-vh7Sjzlt9Y .card-title,
.cid-vh7Sjzlt9Y .iconfont-wrapper {
  color: #000000;
}
.cid-vh7Sjzlt9Y .card-text {
  color: #000000;
  text-align: center;
}
.cid-vh7Sjzlt9Y .content-head {
  max-width: 800px;
}
.cid-vh7Sjzlt9Y .mbr-section-title {
  color: #000000;
}
.cid-vh7Sjzlt9Y .card-title,
.cid-vh7Sjzlt9Y .img-wrapper {
  text-align: center;
}
.cid-vh7Sjzlt9Y .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vh7Qo4zsKc {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vh7Qo4zsKc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vh7Qo4zsKc .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vh7Qo4zsKc .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vh7Qo4zsKc .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vh7Qo4zsKc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vh7Qo4zsKc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vh7Qo4zsKc .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vh7Qo4zsKc .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vh7Qo4zsKc .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vh7Qo4zsKc .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vh7Qo4zsKc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vh7Qo4zsKc .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vh7Qo4zsKc .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vh7Qo4zsKc .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vh7Qo4zsKc .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vh7Qo4zsKc .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vh7Qo4zsKc .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vh7Qo4zsKc .navbar-logo {
    padding-left: 0;
  }
}
.cid-vh7Qo4zsKc .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vh7Qo4zsKc .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vh7Qo4zsKc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vh7Qo4zsKc .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vh7Qo4zsKc .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vh7Qo4zsKc .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vh7Qo4zsKc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vh7Qo4zsKc .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0) !important;
}
.cid-vh7Qo4zsKc .nav-item:focus,
.cid-vh7Qo4zsKc .nav-link:focus {
  outline: none;
}
.cid-vh7Qo4zsKc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh7Qo4zsKc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh7Qo4zsKc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vh7Qo4zsKc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh7Qo4zsKc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh7Qo4zsKc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh7Qo4zsKc .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vh7Qo4zsKc .navbar.opened {
  transition: all 0.3s;
}
.cid-vh7Qo4zsKc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vh7Qo4zsKc .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-vh7Qo4zsKc .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vh7Qo4zsKc .navbar.collapsed {
  justify-content: center;
}
.cid-vh7Qo4zsKc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vh7Qo4zsKc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vh7Qo4zsKc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vh7Qo4zsKc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vh7Qo4zsKc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vh7Qo4zsKc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vh7Qo4zsKc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vh7Qo4zsKc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vh7Qo4zsKc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vh7Qo4zsKc .navbar {
    min-height: 72px;
  }
  .cid-vh7Qo4zsKc .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vh7Qo4zsKc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vh7Qo4zsKc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vh7Qo4zsKc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vh7Qo4zsKc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vh7Qo4zsKc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vh7Qo4zsKc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vh7Qo4zsKc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vh7Qo4zsKc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vh7Qo4zsKc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vh7Qo4zsKc .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vh7Qo4zsKc .dropdown-item.active,
.cid-vh7Qo4zsKc .dropdown-item:active {
  background-color: transparent;
}
.cid-vh7Qo4zsKc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vh7Qo4zsKc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vh7Qo4zsKc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vh7Qo4zsKc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vh7Qo4zsKc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vh7Qo4zsKc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vh7Qo4zsKc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vh7Qo4zsKc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vh7Qo4zsKc .navbar-buttons {
    text-align: left;
  }
}
.cid-vh7Qo4zsKc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vh7Qo4zsKc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vh7Qo4zsKc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh7Qo4zsKc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh7Qo4zsKc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh7Qo4zsKc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh7Qo4zsKc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh7Qo4zsKc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh7Qo4zsKc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh7Qo4zsKc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh7Qo4zsKc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vh7Qo4zsKc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh7Qo4zsKc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vh7Qo4zsKc .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vh7Qo4zsKc .navbar {
    height: 70px;
  }
  .cid-vh7Qo4zsKc .navbar.opened {
    height: auto;
  }
  .cid-vh7Qo4zsKc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vh7Qo4zsKc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vh7Qo4zsKc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vh7Qo4zsKc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vh7Qo4zsKc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vh7Qo4zsKc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vh7Qo4zsKc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vh7Qo4zsKc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vh7Qo4zsKc .navbar-brand {
    margin-right: auto;
  }
  .cid-vh7Qo4zsKc .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vh7Qo4zsKc .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vh7Qo4zsKc .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vh7Qo4zsKc .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vh7Qo4zsKc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vh7Qo4zsKc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vh7Qo4zsKc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vh7Qo4zsKc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vh7Qo4zsKc .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vh7Qo4zsKc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vh7Qo4zsKc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vh7Qo50li8 {
  display: flex;
  background-image: url("../../../assets/images/side-manavgat-antalya-rafting-970x645.jpg");
}
.cid-vh7Qo50li8 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-vh7Qo50li8 {
    align-items: flex-end;
  }
  .cid-vh7Qo50li8 .row {
    justify-content: center;
  }
  .cid-vh7Qo50li8 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vh7Qo50li8 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vh7Qo50li8 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vh7Qo50li8 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vh7Qo50li8 .content-wrap {
    width: 100%;
  }
}
.cid-vh7Qo50li8 .mbr-section-title,
.cid-vh7Qo50li8 .mbr-section-subtitle {
  text-align: center;
}
.cid-vh7Qo50li8 .mbr-text,
.cid-vh7Qo50li8 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vh7Qo50li8 .mbr-section-title {
  color: #000000;
}
.cid-vh7Qo5p4cj {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vh7Qo5p4cj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7Qo5p4cj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vh7Qo5p4cj .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vh7Qo5p4cj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vh7Qo5p4cj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vh7Qo5p4cj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vh7Qo5p4cj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vh7Qo5p4cj .mbr-text,
.cid-vh7Qo5p4cj .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vh7Qo5OUCx {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vh7Qo5OUCx .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-vh7Qo5OUCx img,
.cid-vh7Qo5OUCx .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vh7Qo5OUCx .item:focus,
.cid-vh7Qo5OUCx span:focus {
  outline: none;
}
.cid-vh7Qo5OUCx .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7Qo5OUCx .item {
    margin-bottom: 1rem;
  }
}
.cid-vh7Qo5OUCx .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh7Qo5OUCx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vh7Qo5OUCx .mbr-section-title {
  color: #232323;
}
.cid-vh7Qo5OUCx .mbr-text,
.cid-vh7Qo5OUCx .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-vh7Qo5OUCx .item-title {
  color: #232323;
  text-align: center;
}
.cid-vh7Qo5OUCx .content-head {
  max-width: 800px;
}
.cid-vh7Qo6bEQS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh7Qo6bEQS .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-vh7Qo6bEQS img,
.cid-vh7Qo6bEQS .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vh7Qo6bEQS .item:focus,
.cid-vh7Qo6bEQS span:focus {
  outline: none;
}
.cid-vh7Qo6bEQS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7Qo6bEQS .item {
    margin-bottom: 1rem;
  }
}
.cid-vh7Qo6bEQS .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh7Qo6bEQS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vh7Qo6bEQS .mbr-section-title {
  color: #000000;
}
.cid-vh7Qo6bEQS .mbr-text,
.cid-vh7Qo6bEQS .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vh7Qo6bEQS .item-title {
  color: #000000;
  text-align: center;
}
.cid-vh7Qo6bEQS .content-head {
  max-width: 800px;
}
.cid-vh7Qo6K0Pw {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vh7Qo6K0Pw .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vh7Qo6K0Pw img,
.cid-vh7Qo6K0Pw .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vh7Qo6K0Pw .item:focus,
.cid-vh7Qo6K0Pw span:focus {
  outline: none;
}
.cid-vh7Qo6K0Pw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7Qo6K0Pw .item {
    margin-bottom: 1rem;
  }
}
.cid-vh7Qo6K0Pw .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh7Qo6K0Pw .mbr-section-title {
  color: #232323;
}
.cid-vh7Qo6K0Pw .mbr-text,
.cid-vh7Qo6K0Pw .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vh7Qo6K0Pw .item-title {
  color: #232323;
  text-align: center;
}
.cid-vh7Qo6K0Pw .content-head {
  max-width: 800px;
}
.cid-vh7Qo7gmEk {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vh7Qo7gmEk .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vh7Qo7gmEk img,
.cid-vh7Qo7gmEk .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vh7Qo7gmEk .item:focus,
.cid-vh7Qo7gmEk span:focus {
  outline: none;
}
.cid-vh7Qo7gmEk .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7Qo7gmEk .item {
    margin-bottom: 1rem;
  }
}
.cid-vh7Qo7gmEk .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh7Qo7gmEk .mbr-section-title {
  color: #232323;
}
.cid-vh7Qo7gmEk .mbr-text,
.cid-vh7Qo7gmEk .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vh7Qo7gmEk .item-title {
  color: #232323;
  text-align: center;
}
.cid-vh7Qo7gmEk .content-head {
  max-width: 800px;
}
.cid-vh7Qo7LgOs {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-vh7Qo7LgOs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7Qo7LgOs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vh7Qo7LgOs .container-fluid {
    padding: 0;
  }
}
.cid-vh7Qo7LgOs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vh7Qo7LgOs .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vh7Qo7LgOs .embla__button--next,
.cid-vh7Qo7LgOs .embla__button--prev {
  display: flex;
}
.cid-vh7Qo7LgOs .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vh7Qo7LgOs .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vh7Qo7LgOs .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh7Qo7LgOs .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vh7Qo7LgOs .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vh7Qo7LgOs .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vh7Qo7LgOs .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vh7Qo7LgOs .embla {
  position: relative;
  width: 100%;
}
.cid-vh7Qo7LgOs .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vh7Qo7LgOs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vh7Qo7LgOs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vh7Qo7LgOs .embla__slide a {
  cursor: grab;
}
.cid-vh7Qo7LgOs .embla__slide a:active {
  cursor: grabbing;
}
.cid-vh7Qo7LgOs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vh7Qo7LgOs .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vh7Qo7LgOs .mbr-section-title {
  color: #232323;
}
.cid-vh7Qo7LgOs .mbr-section-subtitle {
  color: #232323;
}
.cid-vh7Qo7LgOs .mbr-box {
  color: #ffffff;
}
.cid-vh7Qo7LgOs .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vh7Qo7LgOs img,
.cid-vh7Qo7LgOs .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vh7Qo7LgOs .item-wrapper {
  position: relative;
}
.cid-vh7Qo7LgOs .content-head {
  max-width: 800px;
}
.cid-vh7Qo8Ky8G {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-vh7Qo8Ky8G .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7Qo8Ky8G .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vh7Qo8Ky8G .item-head {
  background: #970c10;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh7Qo8Ky8G .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vh7Qo8Ky8G .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vh7Qo8Ky8G .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh7Qo8Ky8G .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vh7Qo8Ky8G .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-vh7Qo8Ky8G .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-vh7Qo8Ky8G .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh7Qo8Ky8G .item-wrapper .item-footer {
    padding: 0 1.5rem 2rem;
  }
}
@media (min-width: 1201px) {
  .cid-vh7Qo8Ky8G .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
.cid-vh7Qo8Ky8G .btn {
  width: -webkit-fill-available;
}
.cid-vh7Qo8Ky8G .item:focus,
.cid-vh7Qo8Ky8G span:focus {
  outline: none;
}
.cid-vh7Qo8Ky8G .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-vh7Qo8Ky8G .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vh7Qo8Ky8G .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vh7Qo8Ky8G .mbr-section-title {
  color: #000000;
}
.cid-vh7Qo8Ky8G .mbr-section-subtitle {
  color: #2e481a;
}
.cid-vh7Qo8Ky8G .mbr-text,
.cid-vh7Qo8Ky8G .mbr-section-btn {
  text-align: center;
}
.cid-vh7Qo8Ky8G .item-title {
  text-align: left;
  color: var(--primary-text, #ffffff);
}
.cid-vh7Qo8Ky8G .item-subtitle {
  text-align: left;
  color: var(--primary-text, #ffffff);
}
.cid-vh7Qo8Ky8G .content-head {
  max-width: 800px;
}
.cid-vh7Qo9dkAG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh7Qo9dkAG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7Qo9dkAG .item-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-vh7Qo9dkAG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh7Qo9dkAG .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #000000;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-vh7Qo9dkAG .card-title,
.cid-vh7Qo9dkAG .iconfont-wrapper,
.cid-vh7Qo9dkAG .card-text {
  color: #000000;
  text-align: center;
}
.cid-vh7Qo9dkAG .content-head {
  max-width: 800px;
}
.cid-vh7Qo9dkAG .mbr-section-title {
  color: #000000;
}
.cid-vh7Qo9dkAG .mbr-section-btn {
  text-align: center;
}
.cid-vh7Qo9dkAG .card-title,
.cid-vh7Qo9dkAG .iconfont-wrapper {
  color: #970C10;
}
.cid-vh7Qo9H5oB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh7Qo9H5oB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7Qo9H5oB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh7Qo9H5oB .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vh7Qo9H5oB .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vh7Qo9H5oB .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vh7Qo9H5oB .card-wrapper {
    padding: 4rem;
  }
}
.cid-vh7Qo9H5oB .mbr-text,
.cid-vh7Qo9H5oB .mbr-section-btn {
  text-align: center;
}
.cid-vh7Qo9H5oB .card-title {
  text-align: center;
  color: #000000;
}
.cid-vh7Qo9ZyUQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vh7Qo9ZyUQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7Qo9ZyUQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh7Qo9ZyUQ .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7Qo9ZyUQ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vh7Qo9ZyUQ .content-head {
  max-width: 800px;
}
.cid-vh7Qo9ZyUQ .img-wrapper {
  padding-right: 1.5rem;
}
.cid-vh7Qo9ZyUQ .img-wrapper img {
  width: 6rem;
}
.cid-vh7QoaCO6T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vh7QoaCO6T .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vh7QoaCO6T .panel-group {
  border: none;
}
.cid-vh7QoaCO6T .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vh7QoaCO6T .card-header {
    padding: 0rem;
  }
}
.cid-vh7QoaCO6T .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vh7QoaCO6T .img-col {
  padding: 0;
}
.cid-vh7QoaCO6T .img-item {
  height: 100%;
}
.cid-vh7QoaCO6T img {
  height: 100%;
  object-fit: cover;
}
.cid-vh7QoaCO6T .collapsed span {
  transform: rotate(0deg);
}
.cid-vh7QoaCO6T .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vh7QoaCO6T p {
  margin-bottom: 0.3rem;
}
.cid-vh7QoaCO6T .panel-title-edit {
  color: #000000;
}
.cid-vh7QoaCO6T .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vh7QoaCO6T .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vh7QoaCO6T .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh7QoaCO6T .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vh7QoaCO6T .panel-text {
  color: #000000;
}
.cid-vh7QoaCO6T .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vh7QoaCO6T .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vh7QoaCO6T .panel-title-edit,
.cid-vh7QoaCO6T .mbr-iconfont {
  color: #000000;
}
.cid-vh7Qob00ra {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/side-antalya-apollon-temple-1920x719.jpg");
  overflow: hidden;
}
.cid-vh7QobiR1Q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-vh7QobiR1Q .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vh7QobiR1Q form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vh7QobiR1Q form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vh7QobiR1Q form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vh7QobiR1Q .content-head {
  max-width: 800px;
}
.cid-vh7QobGtbZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh7QobGtbZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7QobGtbZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh7QobGtbZ .row {
  justify-content: center;
}
.cid-vh7QobGtbZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7QobGtbZ .item {
    margin-bottom: 1rem;
  }
}
.cid-vh7QobGtbZ .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh7QobGtbZ .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vh7QobGtbZ .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vh7QobGtbZ .content-head {
  max-width: 800px;
}
.cid-vh7Qoc6PB8 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-vh7Qoc6PB8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7Qoc6PB8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh7Qoc6PB8 .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-vh7Qoc6PB8 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-vh7Qoc6PB8 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vh7Qoc6PB8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vh7Qoc6PB8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vh7Qoc6PB8 .content-head {
  max-width: 800px;
}
.cid-vh7QocSdfp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh7QocSdfp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7QocSdfp .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vh7QocSdfp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh7QocSdfp .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vh7QocSdfp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh7QocSdfp .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vh7QocSdfp .card-title,
.cid-vh7QocSdfp .iconfont-wrapper {
  color: #000000;
}
.cid-vh7QocSdfp .card-text {
  color: #000000;
  text-align: center;
}
.cid-vh7QocSdfp .content-head {
  max-width: 800px;
}
.cid-vh7QocSdfp .mbr-section-title {
  color: #000000;
}
.cid-vh7QocSdfp .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7QocSdfp .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vh7QocSdfp .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vh7QocSdfp .card-title,
.cid-vh7QocSdfp .img-wrapper {
  text-align: center;
}
.cid-vh7QodyT0t {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vh7QodyT0t .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7QodyT0t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh7QodyT0t .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vh7QodyT0t .footer-col {
    flex-direction: column;
  }
}
.cid-vh7QodyT0t .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vh7QodyT0t .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vh7QodyT0t .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vh7QodyT0t .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vh7QodyT0t .mbr-section-btn {
    text-align: center;
  }
}
.cid-vh7QodyT0t .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vh7QodyT0t .soc-item {
  margin: 8px;
}
.cid-vh7QodyT0t .soc-item a:hover .mbr-iconfont,
.cid-vh7QodyT0t .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vh7QodyT0t .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vh7QodyT0t .row {
    text-align: center;
  }
  .cid-vh7QodyT0t .social-row {
    justify-content: center;
  }
}
.cid-vh7QodyT0t .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vh7QodyT0t .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vh7QodyT0t .list {
    margin-bottom: 0rem;
  }
}
.cid-vh7QodyT0t .mbr-text {
  color: #bbbbbb;
}
.cid-vh7QodyT0t .mbr-section-subtitle {
  color: #000000;
}
.cid-vh7QodyT0t .list,
.cid-vh7QodyT0t .item-wrap {
  color: #232323;
}
.cid-vh7QodyT0t .copyright {
  color: #000000;
}
.cid-vh7Qoe3nPw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh7Qoe3nPw .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vh7Qoe3nPw .item-wrapper {
  margin-bottom: 2rem;
}
.cid-vh7Qoe3nPw .card-title,
.cid-vh7Qoe3nPw .iconfont-wrapper {
  color: #000000;
}
.cid-vh7Qoe3nPw .card-text {
  color: #000000;
  text-align: center;
}
.cid-vh7Qoe3nPw .content-head {
  max-width: 800px;
}
.cid-vh7Qoe3nPw .mbr-section-title {
  color: #000000;
}
.cid-vh7Qoe3nPw .card-title,
.cid-vh7Qoe3nPw .img-wrapper {
  text-align: center;
}
.cid-vh7Qoe3nPw .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vh2AidAqhp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vh2AidAqhp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vh2AidAqhp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vh2AidAqhp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vh2AidAqhp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vh2AidAqhp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vh2AidAqhp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vh2AidAqhp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vh2AidAqhp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vh2AidAqhp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vh2AidAqhp .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vh2AidAqhp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vh2AidAqhp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vh2AidAqhp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vh2AidAqhp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vh2AidAqhp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vh2AidAqhp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vh2AidAqhp .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vh2AidAqhp .navbar-logo {
    padding-left: 0;
  }
}
.cid-vh2AidAqhp .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vh2AidAqhp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vh2AidAqhp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vh2AidAqhp .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vh2AidAqhp .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vh2AidAqhp .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vh2AidAqhp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vh2AidAqhp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0) !important;
}
.cid-vh2AidAqhp .nav-item:focus,
.cid-vh2AidAqhp .nav-link:focus {
  outline: none;
}
.cid-vh2AidAqhp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh2AidAqhp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh2AidAqhp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vh2AidAqhp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh2AidAqhp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh2AidAqhp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh2AidAqhp .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vh2AidAqhp .navbar.opened {
  transition: all 0.3s;
}
.cid-vh2AidAqhp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vh2AidAqhp .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-vh2AidAqhp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vh2AidAqhp .navbar.collapsed {
  justify-content: center;
}
.cid-vh2AidAqhp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vh2AidAqhp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vh2AidAqhp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vh2AidAqhp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vh2AidAqhp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vh2AidAqhp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vh2AidAqhp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vh2AidAqhp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vh2AidAqhp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vh2AidAqhp .navbar {
    min-height: 72px;
  }
  .cid-vh2AidAqhp .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vh2AidAqhp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vh2AidAqhp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vh2AidAqhp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vh2AidAqhp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vh2AidAqhp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vh2AidAqhp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vh2AidAqhp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vh2AidAqhp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vh2AidAqhp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vh2AidAqhp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vh2AidAqhp .dropdown-item.active,
.cid-vh2AidAqhp .dropdown-item:active {
  background-color: transparent;
}
.cid-vh2AidAqhp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vh2AidAqhp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vh2AidAqhp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vh2AidAqhp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vh2AidAqhp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vh2AidAqhp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vh2AidAqhp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vh2AidAqhp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vh2AidAqhp .navbar-buttons {
    text-align: left;
  }
}
.cid-vh2AidAqhp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vh2AidAqhp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vh2AidAqhp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh2AidAqhp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh2AidAqhp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh2AidAqhp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh2AidAqhp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh2AidAqhp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh2AidAqhp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh2AidAqhp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh2AidAqhp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vh2AidAqhp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh2AidAqhp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vh2AidAqhp .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vh2AidAqhp .navbar {
    height: 70px;
  }
  .cid-vh2AidAqhp .navbar.opened {
    height: auto;
  }
  .cid-vh2AidAqhp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vh2AidAqhp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vh2AidAqhp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vh2AidAqhp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vh2AidAqhp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vh2AidAqhp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vh2AidAqhp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vh2AidAqhp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vh2AidAqhp .navbar-brand {
    margin-right: auto;
  }
  .cid-vh2AidAqhp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vh2AidAqhp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vh2AidAqhp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vh2AidAqhp .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vh2AidAqhp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vh2AidAqhp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vh2AidAqhp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vh2AidAqhp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vh2AidAqhp .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vh2AidAqhp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vh2AidAqhp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vh2Aie6pPF {
  display: flex;
  background-image: url("../../../assets/images/best-side-tours-1256x649.jpg");
}
.cid-vh2Aie6pPF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-vh2Aie6pPF {
    align-items: flex-end;
  }
  .cid-vh2Aie6pPF .row {
    justify-content: center;
  }
  .cid-vh2Aie6pPF .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vh2Aie6pPF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vh2Aie6pPF {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vh2Aie6pPF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vh2Aie6pPF .content-wrap {
    width: 100%;
  }
}
.cid-vh2Aie6pPF .mbr-section-title,
.cid-vh2Aie6pPF .mbr-section-subtitle {
  text-align: center;
}
.cid-vh2Aie6pPF .mbr-text,
.cid-vh2Aie6pPF .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vh2Aie6pPF .mbr-section-title {
  color: #000000;
}
.cid-vh2ZC2i6Uv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1f6463;
}
.cid-vh2ZC2i6Uv .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh2ZC2i6Uv .item {
    margin-bottom: 1rem;
  }
}
.cid-vh2ZC2i6Uv .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vh2ZC2i6Uv .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vh2ZC2i6Uv .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vh2ZC2i6Uv .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vh2ZC2i6Uv .carousel-control,
.cid-vh2ZC2i6Uv .close {
  background: #1b1b1b;
}
.cid-vh2ZC2i6Uv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vh2ZC2i6Uv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vh2ZC2i6Uv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vh2ZC2i6Uv .carousel-control-next span {
  margin-left: 5px;
}
.cid-vh2ZC2i6Uv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vh2ZC2i6Uv .close::before {
  content: '\e91a';
}
.cid-vh2ZC2i6Uv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vh2ZC2i6Uv .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vh2ZC2i6Uv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vh2ZC2i6Uv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vh2ZC2i6Uv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vh2ZC2i6Uv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vh2ZC2i6Uv .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vh2ZC2i6Uv .carousel-indicators li.active,
.cid-vh2ZC2i6Uv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vh2ZC2i6Uv .carousel-indicators li::after,
.cid-vh2ZC2i6Uv .carousel-indicators li::before {
  content: none;
}
.cid-vh2ZC2i6Uv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vh2ZC2i6Uv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vh2ZC2i6Uv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vh2ZC2i6Uv .carousel-indicators {
    display: none;
  }
}
.cid-vh2ZC2i6Uv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vh2ZC2i6Uv .carousel-inner > .active {
  display: block;
}
.cid-vh2ZC2i6Uv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vh2ZC2i6Uv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vh2ZC2i6Uv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vh2ZC2i6Uv .carousel-control,
  .cid-vh2ZC2i6Uv .carousel-indicators,
  .cid-vh2ZC2i6Uv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vh2ZC2i6Uv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vh2ZC2i6Uv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vh2ZC2i6Uv .carousel-indicators .active,
.cid-vh2ZC2i6Uv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vh2ZC2i6Uv .carousel-indicators .active {
  background: #fff;
}
.cid-vh2ZC2i6Uv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vh2ZC2i6Uv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vh2ZC2i6Uv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vh2ZC2i6Uv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vh2ZC2i6Uv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vh2ZC2i6Uv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vh2ZC2i6Uv .carousel {
  width: 100%;
}
.cid-vh2ZC2i6Uv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vh2ZC2i6Uv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vh2ZC2i6Uv .modal.fade .modal-dialog,
.cid-vh2ZC2i6Uv .modal.in .modal-dialog {
  transform: none;
}
.cid-vh2ZC2i6Uv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vh2ZC2i6Uv .content-head {
  max-width: 800px;
}
.cid-vh2ZC2i6Uv H3 {
  color: #ffffff;
}
.cid-vh2ZC2i6Uv H4 {
  color: #ffffff;
}
.cid-vh2AijrJgd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh2AijrJgd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh2AijrJgd .item-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-vh2AijrJgd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh2AijrJgd .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #000000;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-vh2AijrJgd .card-title,
.cid-vh2AijrJgd .iconfont-wrapper,
.cid-vh2AijrJgd .card-text {
  color: #000000;
  text-align: center;
}
.cid-vh2AijrJgd .content-head {
  max-width: 800px;
}
.cid-vh2AijrJgd .mbr-section-title {
  color: #000000;
}
.cid-vh2AijrJgd .mbr-section-btn {
  text-align: center;
}
.cid-vh2AijrJgd .card-title,
.cid-vh2AijrJgd .iconfont-wrapper {
  color: #970C10;
}
.cid-vh2AilMqg7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-vh2AilMqg7 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vh2AilMqg7 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vh2AilMqg7 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vh2AilMqg7 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vh2AilMqg7 .content-head {
  max-width: 800px;
}
.cid-vh2AimcRcX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vh2AimcRcX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh2AimcRcX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh2AimcRcX .row {
  justify-content: center;
}
.cid-vh2AimcRcX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh2AimcRcX .item {
    margin-bottom: 1rem;
  }
}
.cid-vh2AimcRcX .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh2AimcRcX .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vh2AimcRcX .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vh2AimcRcX .content-head {
  max-width: 800px;
}
.cid-vh2AimGCSo {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-vh2AimGCSo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh2AimGCSo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh2AimGCSo .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-vh2AimGCSo .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-vh2AimGCSo .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vh2AimGCSo .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vh2AimGCSo .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vh2AimGCSo .content-head {
  max-width: 800px;
}
.cid-vh335CAZEG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh335CAZEG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh335CAZEG .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vh335CAZEG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh335CAZEG .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vh335CAZEG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh335CAZEG .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vh335CAZEG .card-title,
.cid-vh335CAZEG .iconfont-wrapper {
  color: #000000;
}
.cid-vh335CAZEG .card-text {
  color: #000000;
  text-align: center;
}
.cid-vh335CAZEG .content-head {
  max-width: 800px;
}
.cid-vh335CAZEG .mbr-section-title {
  color: #000000;
}
.cid-vh335CAZEG .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh335CAZEG .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vh335CAZEG .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vh335CAZEG .card-title,
.cid-vh335CAZEG .img-wrapper {
  text-align: center;
}
.cid-vh2AinAUsd {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vh2AinAUsd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh2AinAUsd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh2AinAUsd .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vh2AinAUsd .footer-col {
    flex-direction: column;
  }
}
.cid-vh2AinAUsd .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vh2AinAUsd .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vh2AinAUsd .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vh2AinAUsd .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vh2AinAUsd .mbr-section-btn {
    text-align: center;
  }
}
.cid-vh2AinAUsd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vh2AinAUsd .soc-item {
  margin: 8px;
}
.cid-vh2AinAUsd .soc-item a:hover .mbr-iconfont,
.cid-vh2AinAUsd .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vh2AinAUsd .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vh2AinAUsd .row {
    text-align: center;
  }
  .cid-vh2AinAUsd .social-row {
    justify-content: center;
  }
}
.cid-vh2AinAUsd .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vh2AinAUsd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vh2AinAUsd .list {
    margin-bottom: 0rem;
  }
}
.cid-vh2AinAUsd .mbr-text {
  color: #bbbbbb;
}
.cid-vh2AinAUsd .mbr-section-subtitle {
  color: #000000;
}
.cid-vh2AinAUsd .list,
.cid-vh2AinAUsd .item-wrap {
  color: #232323;
}
.cid-vh2AinAUsd .copyright {
  color: #000000;
}
.cid-vh2Aiobznz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh2Aiobznz .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vh2Aiobznz .item-wrapper {
  margin-bottom: 2rem;
}
.cid-vh2Aiobznz .card-title,
.cid-vh2Aiobznz .iconfont-wrapper {
  color: #000000;
}
.cid-vh2Aiobznz .card-text {
  color: #000000;
  text-align: center;
}
.cid-vh2Aiobznz .content-head {
  max-width: 800px;
}
.cid-vh2Aiobznz .mbr-section-title {
  color: #000000;
}
.cid-vh2Aiobznz .card-title,
.cid-vh2Aiobznz .img-wrapper {
  text-align: center;
}
.cid-vh2Aiobznz .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vh7T5LESIf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vh7T5LESIf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vh7T5LESIf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vh7T5LESIf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vh7T5LESIf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vh7T5LESIf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vh7T5LESIf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vh7T5LESIf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vh7T5LESIf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vh7T5LESIf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vh7T5LESIf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vh7T5LESIf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vh7T5LESIf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vh7T5LESIf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vh7T5LESIf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vh7T5LESIf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vh7T5LESIf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vh7T5LESIf .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vh7T5LESIf .navbar-logo {
    padding-left: 0;
  }
}
.cid-vh7T5LESIf .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vh7T5LESIf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vh7T5LESIf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vh7T5LESIf .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vh7T5LESIf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vh7T5LESIf .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vh7T5LESIf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vh7T5LESIf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0) !important;
}
.cid-vh7T5LESIf .nav-item:focus,
.cid-vh7T5LESIf .nav-link:focus {
  outline: none;
}
.cid-vh7T5LESIf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh7T5LESIf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh7T5LESIf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vh7T5LESIf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh7T5LESIf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh7T5LESIf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh7T5LESIf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vh7T5LESIf .navbar.opened {
  transition: all 0.3s;
}
.cid-vh7T5LESIf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vh7T5LESIf .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-vh7T5LESIf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vh7T5LESIf .navbar.collapsed {
  justify-content: center;
}
.cid-vh7T5LESIf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vh7T5LESIf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vh7T5LESIf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vh7T5LESIf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vh7T5LESIf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vh7T5LESIf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vh7T5LESIf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vh7T5LESIf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vh7T5LESIf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vh7T5LESIf .navbar {
    min-height: 72px;
  }
  .cid-vh7T5LESIf .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vh7T5LESIf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vh7T5LESIf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vh7T5LESIf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vh7T5LESIf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vh7T5LESIf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vh7T5LESIf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vh7T5LESIf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vh7T5LESIf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vh7T5LESIf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vh7T5LESIf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vh7T5LESIf .dropdown-item.active,
.cid-vh7T5LESIf .dropdown-item:active {
  background-color: transparent;
}
.cid-vh7T5LESIf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vh7T5LESIf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vh7T5LESIf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vh7T5LESIf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vh7T5LESIf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vh7T5LESIf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vh7T5LESIf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vh7T5LESIf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vh7T5LESIf .navbar-buttons {
    text-align: left;
  }
}
.cid-vh7T5LESIf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vh7T5LESIf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vh7T5LESIf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh7T5LESIf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh7T5LESIf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh7T5LESIf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh7T5LESIf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh7T5LESIf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh7T5LESIf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh7T5LESIf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh7T5LESIf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vh7T5LESIf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh7T5LESIf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vh7T5LESIf .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vh7T5LESIf .navbar {
    height: 70px;
  }
  .cid-vh7T5LESIf .navbar.opened {
    height: auto;
  }
  .cid-vh7T5LESIf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vh7T5LESIf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vh7T5LESIf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vh7T5LESIf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vh7T5LESIf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vh7T5LESIf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vh7T5LESIf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vh7T5LESIf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vh7T5LESIf .navbar-brand {
    margin-right: auto;
  }
  .cid-vh7T5LESIf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vh7T5LESIf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vh7T5LESIf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vh7T5LESIf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vh7T5LESIf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vh7T5LESIf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vh7T5LESIf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vh7T5LESIf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vh7T5LESIf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vh7T5LESIf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vh7T5LESIf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vh7T5M6qtL {
  display: flex;
  background-image: url("../../../assets/images/side20tours20aktivities-1080x810.jpg");
}
.cid-vh7T5M6qtL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-vh7T5M6qtL {
    align-items: flex-end;
  }
  .cid-vh7T5M6qtL .row {
    justify-content: center;
  }
  .cid-vh7T5M6qtL .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vh7T5M6qtL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vh7T5M6qtL {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vh7T5M6qtL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vh7T5M6qtL .content-wrap {
    width: 100%;
  }
}
.cid-vh7T5M6qtL .mbr-section-title,
.cid-vh7T5M6qtL .mbr-section-subtitle {
  text-align: center;
}
.cid-vh7T5M6qtL .mbr-text,
.cid-vh7T5M6qtL .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vh7T5M6qtL .mbr-section-title {
  color: #000000;
}
.cid-vh7T5Mu0nv {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vh7T5Mu0nv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7T5Mu0nv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vh7T5Mu0nv .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vh7T5Mu0nv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vh7T5Mu0nv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vh7T5Mu0nv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vh7T5Mu0nv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vh7T5Mu0nv .mbr-text,
.cid-vh7T5Mu0nv .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vh7T5MRxzw {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vh7T5MRxzw .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-vh7T5MRxzw img,
.cid-vh7T5MRxzw .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vh7T5MRxzw .item:focus,
.cid-vh7T5MRxzw span:focus {
  outline: none;
}
.cid-vh7T5MRxzw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7T5MRxzw .item {
    margin-bottom: 1rem;
  }
}
.cid-vh7T5MRxzw .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh7T5MRxzw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vh7T5MRxzw .mbr-section-title {
  color: #232323;
}
.cid-vh7T5MRxzw .mbr-text,
.cid-vh7T5MRxzw .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-vh7T5MRxzw .item-title {
  color: #232323;
  text-align: center;
}
.cid-vh7T5MRxzw .content-head {
  max-width: 800px;
}
.cid-vh7T5NghPA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh7T5NghPA .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-vh7T5NghPA img,
.cid-vh7T5NghPA .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vh7T5NghPA .item:focus,
.cid-vh7T5NghPA span:focus {
  outline: none;
}
.cid-vh7T5NghPA .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7T5NghPA .item {
    margin-bottom: 1rem;
  }
}
.cid-vh7T5NghPA .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh7T5NghPA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vh7T5NghPA .mbr-section-title {
  color: #000000;
}
.cid-vh7T5NghPA .mbr-text,
.cid-vh7T5NghPA .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vh7T5NghPA .item-title {
  color: #000000;
  text-align: center;
}
.cid-vh7T5NghPA .content-head {
  max-width: 800px;
}
.cid-vh7T5NNyr1 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #a0e1e1;
}
.cid-vh7T5NNyr1 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vh7T5NNyr1 img,
.cid-vh7T5NNyr1 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vh7T5NNyr1 .item:focus,
.cid-vh7T5NNyr1 span:focus {
  outline: none;
}
.cid-vh7T5NNyr1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7T5NNyr1 .item {
    margin-bottom: 1rem;
  }
}
.cid-vh7T5NNyr1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh7T5NNyr1 .mbr-section-title {
  color: #232323;
}
.cid-vh7T5NNyr1 .mbr-text,
.cid-vh7T5NNyr1 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vh7T5NNyr1 .item-title {
  color: #232323;
  text-align: center;
}
.cid-vh7T5NNyr1 .content-head {
  max-width: 800px;
}
.cid-vh7T5OkjRb {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffeb69;
}
.cid-vh7T5OkjRb .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vh7T5OkjRb img,
.cid-vh7T5OkjRb .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vh7T5OkjRb .item:focus,
.cid-vh7T5OkjRb span:focus {
  outline: none;
}
.cid-vh7T5OkjRb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7T5OkjRb .item {
    margin-bottom: 1rem;
  }
}
.cid-vh7T5OkjRb .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh7T5OkjRb .mbr-section-title {
  color: #232323;
}
.cid-vh7T5OkjRb .mbr-text,
.cid-vh7T5OkjRb .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vh7T5OkjRb .item-title {
  color: #232323;
  text-align: center;
}
.cid-vh7T5OkjRb .content-head {
  max-width: 800px;
}
.cid-vh7T5OVJsI {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-vh7T5OVJsI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7T5OVJsI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vh7T5OVJsI .container-fluid {
    padding: 0;
  }
}
.cid-vh7T5OVJsI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vh7T5OVJsI .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vh7T5OVJsI .embla__button--next,
.cid-vh7T5OVJsI .embla__button--prev {
  display: flex;
}
.cid-vh7T5OVJsI .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vh7T5OVJsI .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vh7T5OVJsI .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh7T5OVJsI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vh7T5OVJsI .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vh7T5OVJsI .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vh7T5OVJsI .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vh7T5OVJsI .embla {
  position: relative;
  width: 100%;
}
.cid-vh7T5OVJsI .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vh7T5OVJsI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vh7T5OVJsI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vh7T5OVJsI .embla__slide a {
  cursor: grab;
}
.cid-vh7T5OVJsI .embla__slide a:active {
  cursor: grabbing;
}
.cid-vh7T5OVJsI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vh7T5OVJsI .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vh7T5OVJsI .mbr-section-title {
  color: #232323;
}
.cid-vh7T5OVJsI .mbr-section-subtitle {
  color: #232323;
}
.cid-vh7T5OVJsI .mbr-box {
  color: #ffffff;
}
.cid-vh7T5OVJsI .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vh7T5OVJsI img,
.cid-vh7T5OVJsI .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vh7T5OVJsI .item-wrapper {
  position: relative;
}
.cid-vh7T5OVJsI .content-head {
  max-width: 800px;
}
.cid-vh7T5PTG0B {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-vh7T5PTG0B .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7T5PTG0B .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vh7T5PTG0B .item-head {
  background: #970c10;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh7T5PTG0B .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vh7T5PTG0B .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vh7T5PTG0B .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh7T5PTG0B .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vh7T5PTG0B .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-vh7T5PTG0B .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-vh7T5PTG0B .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh7T5PTG0B .item-wrapper .item-footer {
    padding: 0 1.5rem 2rem;
  }
}
@media (min-width: 1201px) {
  .cid-vh7T5PTG0B .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
.cid-vh7T5PTG0B .btn {
  width: -webkit-fill-available;
}
.cid-vh7T5PTG0B .item:focus,
.cid-vh7T5PTG0B span:focus {
  outline: none;
}
.cid-vh7T5PTG0B .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-vh7T5PTG0B .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vh7T5PTG0B .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vh7T5PTG0B .mbr-section-title {
  color: #000000;
}
.cid-vh7T5PTG0B .mbr-section-subtitle {
  color: #2e481a;
}
.cid-vh7T5PTG0B .mbr-text,
.cid-vh7T5PTG0B .mbr-section-btn {
  text-align: center;
}
.cid-vh7T5PTG0B .item-title {
  text-align: left;
  color: var(--primary-text, #ffffff);
}
.cid-vh7T5PTG0B .item-subtitle {
  text-align: left;
  color: var(--primary-text, #ffffff);
}
.cid-vh7T5PTG0B .content-head {
  max-width: 800px;
}
.cid-vh7T5QoYpJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh7T5QoYpJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7T5QoYpJ .item-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-vh7T5QoYpJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh7T5QoYpJ .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #000000;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-vh7T5QoYpJ .card-title,
.cid-vh7T5QoYpJ .iconfont-wrapper,
.cid-vh7T5QoYpJ .card-text {
  color: #000000;
  text-align: center;
}
.cid-vh7T5QoYpJ .content-head {
  max-width: 800px;
}
.cid-vh7T5QoYpJ .mbr-section-title {
  color: #000000;
}
.cid-vh7T5QoYpJ .mbr-section-btn {
  text-align: center;
}
.cid-vh7T5QoYpJ .card-title,
.cid-vh7T5QoYpJ .iconfont-wrapper {
  color: #970C10;
}
.cid-vh7T5QTL0H {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh7T5QTL0H .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7T5QTL0H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh7T5QTL0H .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vh7T5QTL0H .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vh7T5QTL0H .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vh7T5QTL0H .card-wrapper {
    padding: 4rem;
  }
}
.cid-vh7T5QTL0H .mbr-text,
.cid-vh7T5QTL0H .mbr-section-btn {
  text-align: center;
}
.cid-vh7T5QTL0H .card-title {
  text-align: center;
  color: #000000;
}
.cid-vh7T5RePR5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vh7T5RePR5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7T5RePR5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh7T5RePR5 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7T5RePR5 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vh7T5RePR5 .content-head {
  max-width: 800px;
}
.cid-vh7T5RePR5 .img-wrapper {
  padding-right: 1.5rem;
}
.cid-vh7T5RePR5 .img-wrapper img {
  width: 6rem;
}
.cid-vh7T5RWk5g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vh7T5RWk5g .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vh7T5RWk5g .panel-group {
  border: none;
}
.cid-vh7T5RWk5g .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vh7T5RWk5g .card-header {
    padding: 0rem;
  }
}
.cid-vh7T5RWk5g .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vh7T5RWk5g .img-col {
  padding: 0;
}
.cid-vh7T5RWk5g .img-item {
  height: 100%;
}
.cid-vh7T5RWk5g img {
  height: 100%;
  object-fit: cover;
}
.cid-vh7T5RWk5g .collapsed span {
  transform: rotate(0deg);
}
.cid-vh7T5RWk5g .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vh7T5RWk5g p {
  margin-bottom: 0.3rem;
}
.cid-vh7T5RWk5g .panel-title-edit {
  color: #000000;
}
.cid-vh7T5RWk5g .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vh7T5RWk5g .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vh7T5RWk5g .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh7T5RWk5g .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vh7T5RWk5g .panel-text {
  color: #000000;
}
.cid-vh7T5RWk5g .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vh7T5RWk5g .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vh7T5RWk5g .panel-title-edit,
.cid-vh7T5RWk5g .mbr-iconfont {
  color: #000000;
}
.cid-vh7T5Slc4J {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/side-antalya-apollon-temple-1920x719.jpg");
  overflow: hidden;
}
.cid-vh7T5SCE1Q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-vh7T5SCE1Q .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vh7T5SCE1Q form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vh7T5SCE1Q form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vh7T5SCE1Q form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vh7T5SCE1Q .content-head {
  max-width: 800px;
}
.cid-vh7T5SYAJY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vh7T5SYAJY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7T5SYAJY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh7T5SYAJY .row {
  justify-content: center;
}
.cid-vh7T5SYAJY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7T5SYAJY .item {
    margin-bottom: 1rem;
  }
}
.cid-vh7T5SYAJY .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh7T5SYAJY .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vh7T5SYAJY .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vh7T5SYAJY .content-head {
  max-width: 800px;
}
.cid-vh7T5Tufy8 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-vh7T5Tufy8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7T5Tufy8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh7T5Tufy8 .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-vh7T5Tufy8 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-vh7T5Tufy8 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vh7T5Tufy8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vh7T5Tufy8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vh7T5Tufy8 .content-head {
  max-width: 800px;
}
.cid-vh7T5TWhgZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh7T5TWhgZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7T5TWhgZ .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vh7T5TWhgZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh7T5TWhgZ .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vh7T5TWhgZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh7T5TWhgZ .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vh7T5TWhgZ .card-title,
.cid-vh7T5TWhgZ .iconfont-wrapper {
  color: #000000;
}
.cid-vh7T5TWhgZ .card-text {
  color: #000000;
  text-align: center;
}
.cid-vh7T5TWhgZ .content-head {
  max-width: 800px;
}
.cid-vh7T5TWhgZ .mbr-section-title {
  color: #000000;
}
.cid-vh7T5TWhgZ .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7T5TWhgZ .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vh7T5TWhgZ .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vh7T5TWhgZ .card-title,
.cid-vh7T5TWhgZ .img-wrapper {
  text-align: center;
}
.cid-vh7T5UkVJZ {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vh7T5UkVJZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7T5UkVJZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh7T5UkVJZ .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vh7T5UkVJZ .footer-col {
    flex-direction: column;
  }
}
.cid-vh7T5UkVJZ .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vh7T5UkVJZ .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vh7T5UkVJZ .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vh7T5UkVJZ .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vh7T5UkVJZ .mbr-section-btn {
    text-align: center;
  }
}
.cid-vh7T5UkVJZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vh7T5UkVJZ .soc-item {
  margin: 8px;
}
.cid-vh7T5UkVJZ .soc-item a:hover .mbr-iconfont,
.cid-vh7T5UkVJZ .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vh7T5UkVJZ .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vh7T5UkVJZ .row {
    text-align: center;
  }
  .cid-vh7T5UkVJZ .social-row {
    justify-content: center;
  }
}
.cid-vh7T5UkVJZ .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vh7T5UkVJZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vh7T5UkVJZ .list {
    margin-bottom: 0rem;
  }
}
.cid-vh7T5UkVJZ .mbr-text {
  color: #bbbbbb;
}
.cid-vh7T5UkVJZ .mbr-section-subtitle {
  color: #000000;
}
.cid-vh7T5UkVJZ .list,
.cid-vh7T5UkVJZ .item-wrap {
  color: #232323;
}
.cid-vh7T5UkVJZ .copyright {
  color: #000000;
}
.cid-vh7T5URhMq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh7T5URhMq .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vh7T5URhMq .item-wrapper {
  margin-bottom: 2rem;
}
.cid-vh7T5URhMq .card-title,
.cid-vh7T5URhMq .iconfont-wrapper {
  color: #000000;
}
.cid-vh7T5URhMq .card-text {
  color: #000000;
  text-align: center;
}
.cid-vh7T5URhMq .content-head {
  max-width: 800px;
}
.cid-vh7T5URhMq .mbr-section-title {
  color: #000000;
}
.cid-vh7T5URhMq .card-title,
.cid-vh7T5URhMq .img-wrapper {
  text-align: center;
}
.cid-vh7T5URhMq .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vh7TvvZ61b {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vh7TvvZ61b .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vh7TvvZ61b .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vh7TvvZ61b .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vh7TvvZ61b .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vh7TvvZ61b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vh7TvvZ61b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vh7TvvZ61b .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vh7TvvZ61b .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vh7TvvZ61b .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vh7TvvZ61b .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vh7TvvZ61b .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vh7TvvZ61b .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vh7TvvZ61b .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vh7TvvZ61b .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vh7TvvZ61b .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vh7TvvZ61b .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vh7TvvZ61b .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vh7TvvZ61b .navbar-logo {
    padding-left: 0;
  }
}
.cid-vh7TvvZ61b .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vh7TvvZ61b .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vh7TvvZ61b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vh7TvvZ61b .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vh7TvvZ61b .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vh7TvvZ61b .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vh7TvvZ61b .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vh7TvvZ61b .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0) !important;
}
.cid-vh7TvvZ61b .nav-item:focus,
.cid-vh7TvvZ61b .nav-link:focus {
  outline: none;
}
.cid-vh7TvvZ61b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh7TvvZ61b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh7TvvZ61b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vh7TvvZ61b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh7TvvZ61b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh7TvvZ61b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh7TvvZ61b .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vh7TvvZ61b .navbar.opened {
  transition: all 0.3s;
}
.cid-vh7TvvZ61b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vh7TvvZ61b .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-vh7TvvZ61b .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vh7TvvZ61b .navbar.collapsed {
  justify-content: center;
}
.cid-vh7TvvZ61b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vh7TvvZ61b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vh7TvvZ61b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vh7TvvZ61b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vh7TvvZ61b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vh7TvvZ61b .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vh7TvvZ61b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vh7TvvZ61b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vh7TvvZ61b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vh7TvvZ61b .navbar {
    min-height: 72px;
  }
  .cid-vh7TvvZ61b .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vh7TvvZ61b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vh7TvvZ61b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vh7TvvZ61b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vh7TvvZ61b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vh7TvvZ61b .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vh7TvvZ61b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vh7TvvZ61b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vh7TvvZ61b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vh7TvvZ61b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vh7TvvZ61b .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vh7TvvZ61b .dropdown-item.active,
.cid-vh7TvvZ61b .dropdown-item:active {
  background-color: transparent;
}
.cid-vh7TvvZ61b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vh7TvvZ61b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vh7TvvZ61b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vh7TvvZ61b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vh7TvvZ61b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vh7TvvZ61b .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vh7TvvZ61b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vh7TvvZ61b .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vh7TvvZ61b .navbar-buttons {
    text-align: left;
  }
}
.cid-vh7TvvZ61b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vh7TvvZ61b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vh7TvvZ61b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh7TvvZ61b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh7TvvZ61b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh7TvvZ61b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh7TvvZ61b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh7TvvZ61b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh7TvvZ61b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh7TvvZ61b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh7TvvZ61b .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vh7TvvZ61b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh7TvvZ61b .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vh7TvvZ61b .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vh7TvvZ61b .navbar {
    height: 70px;
  }
  .cid-vh7TvvZ61b .navbar.opened {
    height: auto;
  }
  .cid-vh7TvvZ61b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vh7TvvZ61b .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vh7TvvZ61b .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vh7TvvZ61b .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vh7TvvZ61b .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vh7TvvZ61b .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vh7TvvZ61b .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vh7TvvZ61b .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vh7TvvZ61b .navbar-brand {
    margin-right: auto;
  }
  .cid-vh7TvvZ61b .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vh7TvvZ61b .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vh7TvvZ61b .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vh7TvvZ61b .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vh7TvvZ61b .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vh7TvvZ61b .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vh7TvvZ61b .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vh7TvvZ61b .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vh7TvvZ61b .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vh7TvvZ61b .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vh7TvvZ61b .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vh7Tvwqest {
  display: flex;
  background-image: url("../../../assets/images/jeep-safari-tours-872x495.jpg");
}
.cid-vh7Tvwqest .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-vh7Tvwqest {
    align-items: flex-end;
  }
  .cid-vh7Tvwqest .row {
    justify-content: center;
  }
  .cid-vh7Tvwqest .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vh7Tvwqest .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vh7Tvwqest {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vh7Tvwqest .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vh7Tvwqest .content-wrap {
    width: 100%;
  }
}
.cid-vh7Tvwqest .mbr-section-title,
.cid-vh7Tvwqest .mbr-section-subtitle {
  text-align: center;
}
.cid-vh7Tvwqest .mbr-text,
.cid-vh7Tvwqest .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vh7Tvwqest .mbr-section-title {
  color: #000000;
}
.cid-vh7TvwOrET {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vh7TvwOrET .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7TvwOrET .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vh7TvwOrET .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vh7TvwOrET .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vh7TvwOrET .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vh7TvwOrET .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vh7TvwOrET .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vh7TvwOrET .mbr-text,
.cid-vh7TvwOrET .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vh7Tvx79rJ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vh7Tvx79rJ .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-vh7Tvx79rJ img,
.cid-vh7Tvx79rJ .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vh7Tvx79rJ .item:focus,
.cid-vh7Tvx79rJ span:focus {
  outline: none;
}
.cid-vh7Tvx79rJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7Tvx79rJ .item {
    margin-bottom: 1rem;
  }
}
.cid-vh7Tvx79rJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh7Tvx79rJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vh7Tvx79rJ .mbr-section-title {
  color: #232323;
}
.cid-vh7Tvx79rJ .mbr-text,
.cid-vh7Tvx79rJ .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-vh7Tvx79rJ .item-title {
  color: #232323;
  text-align: center;
}
.cid-vh7Tvx79rJ .content-head {
  max-width: 800px;
}
.cid-vh7TvxuMoT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh7TvxuMoT .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-vh7TvxuMoT img,
.cid-vh7TvxuMoT .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vh7TvxuMoT .item:focus,
.cid-vh7TvxuMoT span:focus {
  outline: none;
}
.cid-vh7TvxuMoT .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7TvxuMoT .item {
    margin-bottom: 1rem;
  }
}
.cid-vh7TvxuMoT .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh7TvxuMoT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vh7TvxuMoT .mbr-section-title {
  color: #000000;
}
.cid-vh7TvxuMoT .mbr-text,
.cid-vh7TvxuMoT .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vh7TvxuMoT .item-title {
  color: #000000;
  text-align: center;
}
.cid-vh7TvxuMoT .content-head {
  max-width: 800px;
}
.cid-vh7TvxXJh6 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #a0e1e1;
}
.cid-vh7TvxXJh6 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vh7TvxXJh6 img,
.cid-vh7TvxXJh6 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vh7TvxXJh6 .item:focus,
.cid-vh7TvxXJh6 span:focus {
  outline: none;
}
.cid-vh7TvxXJh6 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7TvxXJh6 .item {
    margin-bottom: 1rem;
  }
}
.cid-vh7TvxXJh6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh7TvxXJh6 .mbr-section-title {
  color: #232323;
}
.cid-vh7TvxXJh6 .mbr-text,
.cid-vh7TvxXJh6 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vh7TvxXJh6 .item-title {
  color: #232323;
  text-align: center;
}
.cid-vh7TvxXJh6 .content-head {
  max-width: 800px;
}
.cid-vh7TvytEl1 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffeb69;
}
.cid-vh7TvytEl1 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vh7TvytEl1 img,
.cid-vh7TvytEl1 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vh7TvytEl1 .item:focus,
.cid-vh7TvytEl1 span:focus {
  outline: none;
}
.cid-vh7TvytEl1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7TvytEl1 .item {
    margin-bottom: 1rem;
  }
}
.cid-vh7TvytEl1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh7TvytEl1 .mbr-section-title {
  color: #232323;
}
.cid-vh7TvytEl1 .mbr-text,
.cid-vh7TvytEl1 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vh7TvytEl1 .item-title {
  color: #232323;
  text-align: center;
}
.cid-vh7TvytEl1 .content-head {
  max-width: 800px;
}
.cid-vh7TvyXBLH {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-vh7TvyXBLH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7TvyXBLH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vh7TvyXBLH .container-fluid {
    padding: 0;
  }
}
.cid-vh7TvyXBLH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vh7TvyXBLH .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vh7TvyXBLH .embla__button--next,
.cid-vh7TvyXBLH .embla__button--prev {
  display: flex;
}
.cid-vh7TvyXBLH .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vh7TvyXBLH .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vh7TvyXBLH .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh7TvyXBLH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vh7TvyXBLH .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vh7TvyXBLH .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vh7TvyXBLH .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vh7TvyXBLH .embla {
  position: relative;
  width: 100%;
}
.cid-vh7TvyXBLH .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vh7TvyXBLH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vh7TvyXBLH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vh7TvyXBLH .embla__slide a {
  cursor: grab;
}
.cid-vh7TvyXBLH .embla__slide a:active {
  cursor: grabbing;
}
.cid-vh7TvyXBLH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vh7TvyXBLH .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vh7TvyXBLH .mbr-section-title {
  color: #232323;
}
.cid-vh7TvyXBLH .mbr-section-subtitle {
  color: #232323;
}
.cid-vh7TvyXBLH .mbr-box {
  color: #ffffff;
}
.cid-vh7TvyXBLH .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vh7TvyXBLH img,
.cid-vh7TvyXBLH .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vh7TvyXBLH .item-wrapper {
  position: relative;
}
.cid-vh7TvyXBLH .content-head {
  max-width: 800px;
}
.cid-vh7TvzTV5y {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-vh7TvzTV5y .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7TvzTV5y .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vh7TvzTV5y .item-head {
  background: #970c10;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh7TvzTV5y .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vh7TvzTV5y .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vh7TvzTV5y .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh7TvzTV5y .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vh7TvzTV5y .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-vh7TvzTV5y .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-vh7TvzTV5y .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh7TvzTV5y .item-wrapper .item-footer {
    padding: 0 1.5rem 2rem;
  }
}
@media (min-width: 1201px) {
  .cid-vh7TvzTV5y .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
.cid-vh7TvzTV5y .btn {
  width: -webkit-fill-available;
}
.cid-vh7TvzTV5y .item:focus,
.cid-vh7TvzTV5y span:focus {
  outline: none;
}
.cid-vh7TvzTV5y .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-vh7TvzTV5y .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vh7TvzTV5y .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vh7TvzTV5y .mbr-section-title {
  color: #000000;
}
.cid-vh7TvzTV5y .mbr-section-subtitle {
  color: #2e481a;
}
.cid-vh7TvzTV5y .mbr-text,
.cid-vh7TvzTV5y .mbr-section-btn {
  text-align: center;
}
.cid-vh7TvzTV5y .item-title {
  text-align: left;
  color: var(--primary-text, #ffffff);
}
.cid-vh7TvzTV5y .item-subtitle {
  text-align: left;
  color: var(--primary-text, #ffffff);
}
.cid-vh7TvzTV5y .content-head {
  max-width: 800px;
}
.cid-vh7TvAqOJX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh7TvAqOJX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7TvAqOJX .item-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-vh7TvAqOJX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh7TvAqOJX .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #000000;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-vh7TvAqOJX .card-title,
.cid-vh7TvAqOJX .iconfont-wrapper,
.cid-vh7TvAqOJX .card-text {
  color: #000000;
  text-align: center;
}
.cid-vh7TvAqOJX .content-head {
  max-width: 800px;
}
.cid-vh7TvAqOJX .mbr-section-title {
  color: #000000;
}
.cid-vh7TvAqOJX .mbr-section-btn {
  text-align: center;
}
.cid-vh7TvAqOJX .card-title,
.cid-vh7TvAqOJX .iconfont-wrapper {
  color: #970C10;
}
.cid-vh7TvAS0fx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh7TvAS0fx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7TvAS0fx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh7TvAS0fx .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vh7TvAS0fx .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vh7TvAS0fx .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vh7TvAS0fx .card-wrapper {
    padding: 4rem;
  }
}
.cid-vh7TvAS0fx .mbr-text,
.cid-vh7TvAS0fx .mbr-section-btn {
  text-align: center;
}
.cid-vh7TvAS0fx .card-title {
  text-align: center;
  color: #000000;
}
.cid-vh7TvBaAHq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vh7TvBaAHq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7TvBaAHq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh7TvBaAHq .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7TvBaAHq .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vh7TvBaAHq .content-head {
  max-width: 800px;
}
.cid-vh7TvBaAHq .img-wrapper {
  padding-right: 1.5rem;
}
.cid-vh7TvBaAHq .img-wrapper img {
  width: 6rem;
}
.cid-vh7TvBMWje {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vh7TvBMWje .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vh7TvBMWje .panel-group {
  border: none;
}
.cid-vh7TvBMWje .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vh7TvBMWje .card-header {
    padding: 0rem;
  }
}
.cid-vh7TvBMWje .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vh7TvBMWje .img-col {
  padding: 0;
}
.cid-vh7TvBMWje .img-item {
  height: 100%;
}
.cid-vh7TvBMWje img {
  height: 100%;
  object-fit: cover;
}
.cid-vh7TvBMWje .collapsed span {
  transform: rotate(0deg);
}
.cid-vh7TvBMWje .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vh7TvBMWje p {
  margin-bottom: 0.3rem;
}
.cid-vh7TvBMWje .panel-title-edit {
  color: #000000;
}
.cid-vh7TvBMWje .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vh7TvBMWje .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vh7TvBMWje .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh7TvBMWje .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vh7TvBMWje .panel-text {
  color: #000000;
}
.cid-vh7TvBMWje .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vh7TvBMWje .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vh7TvBMWje .panel-title-edit,
.cid-vh7TvBMWje .mbr-iconfont {
  color: #000000;
}
.cid-vh7TvCf5tS {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/side-antalya-apollon-temple-1920x719.jpg");
  overflow: hidden;
}
.cid-vh7TvCvVa3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-vh7TvCvVa3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vh7TvCvVa3 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vh7TvCvVa3 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vh7TvCvVa3 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vh7TvCvVa3 .content-head {
  max-width: 800px;
}
.cid-vh7TvCPGjF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vh7TvCPGjF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7TvCPGjF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh7TvCPGjF .row {
  justify-content: center;
}
.cid-vh7TvCPGjF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7TvCPGjF .item {
    margin-bottom: 1rem;
  }
}
.cid-vh7TvCPGjF .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh7TvCPGjF .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vh7TvCPGjF .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vh7TvCPGjF .content-head {
  max-width: 800px;
}
.cid-vh7TvDguFo {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-vh7TvDguFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7TvDguFo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh7TvDguFo .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-vh7TvDguFo .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-vh7TvDguFo .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vh7TvDguFo .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vh7TvDguFo .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vh7TvDguFo .content-head {
  max-width: 800px;
}
.cid-vh7TvDG5u8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh7TvDG5u8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7TvDG5u8 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vh7TvDG5u8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh7TvDG5u8 .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vh7TvDG5u8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh7TvDG5u8 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vh7TvDG5u8 .card-title,
.cid-vh7TvDG5u8 .iconfont-wrapper {
  color: #000000;
}
.cid-vh7TvDG5u8 .card-text {
  color: #000000;
  text-align: center;
}
.cid-vh7TvDG5u8 .content-head {
  max-width: 800px;
}
.cid-vh7TvDG5u8 .mbr-section-title {
  color: #000000;
}
.cid-vh7TvDG5u8 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7TvDG5u8 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vh7TvDG5u8 .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vh7TvDG5u8 .card-title,
.cid-vh7TvDG5u8 .img-wrapper {
  text-align: center;
}
.cid-vh7TvE2GTr {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vh7TvE2GTr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7TvE2GTr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh7TvE2GTr .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vh7TvE2GTr .footer-col {
    flex-direction: column;
  }
}
.cid-vh7TvE2GTr .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vh7TvE2GTr .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vh7TvE2GTr .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vh7TvE2GTr .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vh7TvE2GTr .mbr-section-btn {
    text-align: center;
  }
}
.cid-vh7TvE2GTr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vh7TvE2GTr .soc-item {
  margin: 8px;
}
.cid-vh7TvE2GTr .soc-item a:hover .mbr-iconfont,
.cid-vh7TvE2GTr .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vh7TvE2GTr .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vh7TvE2GTr .row {
    text-align: center;
  }
  .cid-vh7TvE2GTr .social-row {
    justify-content: center;
  }
}
.cid-vh7TvE2GTr .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vh7TvE2GTr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vh7TvE2GTr .list {
    margin-bottom: 0rem;
  }
}
.cid-vh7TvE2GTr .mbr-text {
  color: #bbbbbb;
}
.cid-vh7TvE2GTr .mbr-section-subtitle {
  color: #000000;
}
.cid-vh7TvE2GTr .list,
.cid-vh7TvE2GTr .item-wrap {
  color: #232323;
}
.cid-vh7TvE2GTr .copyright {
  color: #000000;
}
.cid-vh7TvEA6T1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh7TvEA6T1 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vh7TvEA6T1 .item-wrapper {
  margin-bottom: 2rem;
}
.cid-vh7TvEA6T1 .card-title,
.cid-vh7TvEA6T1 .iconfont-wrapper {
  color: #000000;
}
.cid-vh7TvEA6T1 .card-text {
  color: #000000;
  text-align: center;
}
.cid-vh7TvEA6T1 .content-head {
  max-width: 800px;
}
.cid-vh7TvEA6T1 .mbr-section-title {
  color: #000000;
}
.cid-vh7TvEA6T1 .card-title,
.cid-vh7TvEA6T1 .img-wrapper {
  text-align: center;
}
.cid-vh7TvEA6T1 .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vh7Y0azd7F {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vh7Y0azd7F .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vh7Y0azd7F .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vh7Y0azd7F .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vh7Y0azd7F .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vh7Y0azd7F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vh7Y0azd7F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vh7Y0azd7F .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vh7Y0azd7F .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vh7Y0azd7F .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vh7Y0azd7F .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vh7Y0azd7F .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vh7Y0azd7F .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vh7Y0azd7F .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vh7Y0azd7F .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vh7Y0azd7F .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vh7Y0azd7F .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vh7Y0azd7F .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vh7Y0azd7F .navbar-logo {
    padding-left: 0;
  }
}
.cid-vh7Y0azd7F .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vh7Y0azd7F .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vh7Y0azd7F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vh7Y0azd7F .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vh7Y0azd7F .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vh7Y0azd7F .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vh7Y0azd7F .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vh7Y0azd7F .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0) !important;
}
.cid-vh7Y0azd7F .nav-item:focus,
.cid-vh7Y0azd7F .nav-link:focus {
  outline: none;
}
.cid-vh7Y0azd7F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh7Y0azd7F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh7Y0azd7F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vh7Y0azd7F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh7Y0azd7F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh7Y0azd7F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh7Y0azd7F .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vh7Y0azd7F .navbar.opened {
  transition: all 0.3s;
}
.cid-vh7Y0azd7F .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vh7Y0azd7F .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-vh7Y0azd7F .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vh7Y0azd7F .navbar.collapsed {
  justify-content: center;
}
.cid-vh7Y0azd7F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vh7Y0azd7F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vh7Y0azd7F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vh7Y0azd7F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vh7Y0azd7F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vh7Y0azd7F .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vh7Y0azd7F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vh7Y0azd7F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vh7Y0azd7F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vh7Y0azd7F .navbar {
    min-height: 72px;
  }
  .cid-vh7Y0azd7F .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vh7Y0azd7F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vh7Y0azd7F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vh7Y0azd7F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vh7Y0azd7F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vh7Y0azd7F .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vh7Y0azd7F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vh7Y0azd7F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vh7Y0azd7F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vh7Y0azd7F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vh7Y0azd7F .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vh7Y0azd7F .dropdown-item.active,
.cid-vh7Y0azd7F .dropdown-item:active {
  background-color: transparent;
}
.cid-vh7Y0azd7F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vh7Y0azd7F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vh7Y0azd7F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vh7Y0azd7F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vh7Y0azd7F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vh7Y0azd7F .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vh7Y0azd7F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vh7Y0azd7F .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vh7Y0azd7F .navbar-buttons {
    text-align: left;
  }
}
.cid-vh7Y0azd7F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vh7Y0azd7F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vh7Y0azd7F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh7Y0azd7F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh7Y0azd7F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh7Y0azd7F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh7Y0azd7F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh7Y0azd7F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh7Y0azd7F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh7Y0azd7F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh7Y0azd7F .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vh7Y0azd7F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh7Y0azd7F .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vh7Y0azd7F .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vh7Y0azd7F .navbar {
    height: 70px;
  }
  .cid-vh7Y0azd7F .navbar.opened {
    height: auto;
  }
  .cid-vh7Y0azd7F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vh7Y0azd7F .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vh7Y0azd7F .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vh7Y0azd7F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vh7Y0azd7F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vh7Y0azd7F .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vh7Y0azd7F .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vh7Y0azd7F .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vh7Y0azd7F .navbar-brand {
    margin-right: auto;
  }
  .cid-vh7Y0azd7F .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vh7Y0azd7F .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vh7Y0azd7F .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vh7Y0azd7F .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vh7Y0azd7F .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vh7Y0azd7F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vh7Y0azd7F .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vh7Y0azd7F .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vh7Y0azd7F .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vh7Y0azd7F .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vh7Y0azd7F .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vh7Y0b2syP {
  display: flex;
  background-image: url("../../../assets/images/turkish-hamam-bath-massage-669x446.jpg");
}
.cid-vh7Y0b2syP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.9;
}
@media (min-width: 768px) {
  .cid-vh7Y0b2syP {
    align-items: flex-end;
  }
  .cid-vh7Y0b2syP .row {
    justify-content: center;
  }
  .cid-vh7Y0b2syP .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vh7Y0b2syP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vh7Y0b2syP {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vh7Y0b2syP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vh7Y0b2syP .content-wrap {
    width: 100%;
  }
}
.cid-vh7Y0b2syP .mbr-section-title,
.cid-vh7Y0b2syP .mbr-section-subtitle {
  text-align: center;
}
.cid-vh7Y0b2syP .mbr-text,
.cid-vh7Y0b2syP .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vh7Y0b2syP .mbr-section-title {
  color: #000000;
}
.cid-vh7Y0boF3V {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vh7Y0boF3V .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7Y0boF3V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vh7Y0boF3V .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vh7Y0boF3V .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vh7Y0boF3V .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vh7Y0boF3V .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vh7Y0boF3V .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vh7Y0boF3V .mbr-text,
.cid-vh7Y0boF3V .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vh7Y0bOS4L {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vh7Y0bOS4L .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-vh7Y0bOS4L img,
.cid-vh7Y0bOS4L .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vh7Y0bOS4L .item:focus,
.cid-vh7Y0bOS4L span:focus {
  outline: none;
}
.cid-vh7Y0bOS4L .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7Y0bOS4L .item {
    margin-bottom: 1rem;
  }
}
.cid-vh7Y0bOS4L .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh7Y0bOS4L .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vh7Y0bOS4L .mbr-section-title {
  color: #232323;
}
.cid-vh7Y0bOS4L .mbr-text,
.cid-vh7Y0bOS4L .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-vh7Y0bOS4L .item-title {
  color: #232323;
  text-align: center;
}
.cid-vh7Y0bOS4L .content-head {
  max-width: 800px;
}
.cid-vh7Y0ccfrs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh7Y0ccfrs .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-vh7Y0ccfrs img,
.cid-vh7Y0ccfrs .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vh7Y0ccfrs .item:focus,
.cid-vh7Y0ccfrs span:focus {
  outline: none;
}
.cid-vh7Y0ccfrs .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7Y0ccfrs .item {
    margin-bottom: 1rem;
  }
}
.cid-vh7Y0ccfrs .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh7Y0ccfrs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vh7Y0ccfrs .mbr-section-title {
  color: #000000;
}
.cid-vh7Y0ccfrs .mbr-text,
.cid-vh7Y0ccfrs .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vh7Y0ccfrs .item-title {
  color: #000000;
  text-align: center;
}
.cid-vh7Y0ccfrs .content-head {
  max-width: 800px;
}
.cid-vh7Y0cHUvX {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #a0e1e1;
}
.cid-vh7Y0cHUvX .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vh7Y0cHUvX img,
.cid-vh7Y0cHUvX .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vh7Y0cHUvX .item:focus,
.cid-vh7Y0cHUvX span:focus {
  outline: none;
}
.cid-vh7Y0cHUvX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7Y0cHUvX .item {
    margin-bottom: 1rem;
  }
}
.cid-vh7Y0cHUvX .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh7Y0cHUvX .mbr-section-title {
  color: #232323;
}
.cid-vh7Y0cHUvX .mbr-text,
.cid-vh7Y0cHUvX .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vh7Y0cHUvX .item-title {
  color: #232323;
  text-align: center;
}
.cid-vh7Y0cHUvX .content-head {
  max-width: 800px;
}
.cid-vh7Y0di8wy {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffeb69;
}
.cid-vh7Y0di8wy .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vh7Y0di8wy img,
.cid-vh7Y0di8wy .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vh7Y0di8wy .item:focus,
.cid-vh7Y0di8wy span:focus {
  outline: none;
}
.cid-vh7Y0di8wy .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7Y0di8wy .item {
    margin-bottom: 1rem;
  }
}
.cid-vh7Y0di8wy .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh7Y0di8wy .mbr-section-title {
  color: #232323;
}
.cid-vh7Y0di8wy .mbr-text,
.cid-vh7Y0di8wy .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vh7Y0di8wy .item-title {
  color: #232323;
  text-align: center;
}
.cid-vh7Y0di8wy .content-head {
  max-width: 800px;
}
.cid-vh7Y0dT1Do {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-vh7Y0dT1Do .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7Y0dT1Do .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vh7Y0dT1Do .container-fluid {
    padding: 0;
  }
}
.cid-vh7Y0dT1Do .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vh7Y0dT1Do .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vh7Y0dT1Do .embla__button--next,
.cid-vh7Y0dT1Do .embla__button--prev {
  display: flex;
}
.cid-vh7Y0dT1Do .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vh7Y0dT1Do .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vh7Y0dT1Do .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh7Y0dT1Do .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vh7Y0dT1Do .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vh7Y0dT1Do .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vh7Y0dT1Do .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vh7Y0dT1Do .embla {
  position: relative;
  width: 100%;
}
.cid-vh7Y0dT1Do .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vh7Y0dT1Do .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vh7Y0dT1Do .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vh7Y0dT1Do .embla__slide a {
  cursor: grab;
}
.cid-vh7Y0dT1Do .embla__slide a:active {
  cursor: grabbing;
}
.cid-vh7Y0dT1Do .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vh7Y0dT1Do .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vh7Y0dT1Do .mbr-section-title {
  color: #232323;
}
.cid-vh7Y0dT1Do .mbr-section-subtitle {
  color: #232323;
}
.cid-vh7Y0dT1Do .mbr-box {
  color: #ffffff;
}
.cid-vh7Y0dT1Do .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vh7Y0dT1Do img,
.cid-vh7Y0dT1Do .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vh7Y0dT1Do .item-wrapper {
  position: relative;
}
.cid-vh7Y0dT1Do .content-head {
  max-width: 800px;
}
.cid-vh7Y0eTlgv {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-vh7Y0eTlgv .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7Y0eTlgv .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vh7Y0eTlgv .item-head {
  background: #970c10;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh7Y0eTlgv .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vh7Y0eTlgv .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vh7Y0eTlgv .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh7Y0eTlgv .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vh7Y0eTlgv .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-vh7Y0eTlgv .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-vh7Y0eTlgv .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh7Y0eTlgv .item-wrapper .item-footer {
    padding: 0 1.5rem 2rem;
  }
}
@media (min-width: 1201px) {
  .cid-vh7Y0eTlgv .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
.cid-vh7Y0eTlgv .btn {
  width: -webkit-fill-available;
}
.cid-vh7Y0eTlgv .item:focus,
.cid-vh7Y0eTlgv span:focus {
  outline: none;
}
.cid-vh7Y0eTlgv .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-vh7Y0eTlgv .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vh7Y0eTlgv .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vh7Y0eTlgv .mbr-section-title {
  color: #000000;
}
.cid-vh7Y0eTlgv .mbr-section-subtitle {
  color: #2e481a;
}
.cid-vh7Y0eTlgv .mbr-text,
.cid-vh7Y0eTlgv .mbr-section-btn {
  text-align: center;
}
.cid-vh7Y0eTlgv .item-title {
  text-align: left;
  color: var(--primary-text, #ffffff);
}
.cid-vh7Y0eTlgv .item-subtitle {
  text-align: left;
  color: var(--primary-text, #ffffff);
}
.cid-vh7Y0eTlgv .content-head {
  max-width: 800px;
}
.cid-vh7Y0frTL2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh7Y0frTL2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7Y0frTL2 .item-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-vh7Y0frTL2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh7Y0frTL2 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #000000;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-vh7Y0frTL2 .card-title,
.cid-vh7Y0frTL2 .iconfont-wrapper,
.cid-vh7Y0frTL2 .card-text {
  color: #000000;
  text-align: center;
}
.cid-vh7Y0frTL2 .content-head {
  max-width: 800px;
}
.cid-vh7Y0frTL2 .mbr-section-title {
  color: #000000;
}
.cid-vh7Y0frTL2 .mbr-section-btn {
  text-align: center;
}
.cid-vh7Y0frTL2 .card-title,
.cid-vh7Y0frTL2 .iconfont-wrapper {
  color: #970C10;
}
.cid-vh7Y0g0txu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh7Y0g0txu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7Y0g0txu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh7Y0g0txu .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vh7Y0g0txu .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vh7Y0g0txu .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vh7Y0g0txu .card-wrapper {
    padding: 4rem;
  }
}
.cid-vh7Y0g0txu .mbr-text,
.cid-vh7Y0g0txu .mbr-section-btn {
  text-align: center;
}
.cid-vh7Y0g0txu .card-title {
  text-align: center;
  color: #000000;
}
.cid-vh7Y0gkvPi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vh7Y0gkvPi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7Y0gkvPi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh7Y0gkvPi .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7Y0gkvPi .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vh7Y0gkvPi .content-head {
  max-width: 800px;
}
.cid-vh7Y0gkvPi .img-wrapper {
  padding-right: 1.5rem;
}
.cid-vh7Y0gkvPi .img-wrapper img {
  width: 6rem;
}
.cid-vh7Y0gZ0MB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vh7Y0gZ0MB .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vh7Y0gZ0MB .panel-group {
  border: none;
}
.cid-vh7Y0gZ0MB .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vh7Y0gZ0MB .card-header {
    padding: 0rem;
  }
}
.cid-vh7Y0gZ0MB .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vh7Y0gZ0MB .img-col {
  padding: 0;
}
.cid-vh7Y0gZ0MB .img-item {
  height: 100%;
}
.cid-vh7Y0gZ0MB img {
  height: 100%;
  object-fit: cover;
}
.cid-vh7Y0gZ0MB .collapsed span {
  transform: rotate(0deg);
}
.cid-vh7Y0gZ0MB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vh7Y0gZ0MB p {
  margin-bottom: 0.3rem;
}
.cid-vh7Y0gZ0MB .panel-title-edit {
  color: #000000;
}
.cid-vh7Y0gZ0MB .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vh7Y0gZ0MB .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vh7Y0gZ0MB .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh7Y0gZ0MB .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vh7Y0gZ0MB .panel-text {
  color: #000000;
}
.cid-vh7Y0gZ0MB .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vh7Y0gZ0MB .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vh7Y0gZ0MB .panel-title-edit,
.cid-vh7Y0gZ0MB .mbr-iconfont {
  color: #000000;
}
.cid-vh7Y0hvt4N {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/side-antalya-apollon-temple-1920x719.jpg");
  overflow: hidden;
}
.cid-vh7Y0hN7mx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-vh7Y0hN7mx .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vh7Y0hN7mx form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vh7Y0hN7mx form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vh7Y0hN7mx form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vh7Y0hN7mx .content-head {
  max-width: 800px;
}
.cid-vh7Y0icFci {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vh7Y0icFci .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7Y0icFci .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh7Y0icFci .row {
  justify-content: center;
}
.cid-vh7Y0icFci .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7Y0icFci .item {
    margin-bottom: 1rem;
  }
}
.cid-vh7Y0icFci .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh7Y0icFci .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vh7Y0icFci .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vh7Y0icFci .content-head {
  max-width: 800px;
}
.cid-vh7Y0iH9Me {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-vh7Y0iH9Me .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7Y0iH9Me .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh7Y0iH9Me .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-vh7Y0iH9Me .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-vh7Y0iH9Me .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vh7Y0iH9Me .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vh7Y0iH9Me .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vh7Y0iH9Me .content-head {
  max-width: 800px;
}
.cid-vh7Y0jc8IS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh7Y0jc8IS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7Y0jc8IS .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vh7Y0jc8IS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh7Y0jc8IS .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vh7Y0jc8IS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh7Y0jc8IS .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vh7Y0jc8IS .card-title,
.cid-vh7Y0jc8IS .iconfont-wrapper {
  color: #000000;
}
.cid-vh7Y0jc8IS .card-text {
  color: #000000;
  text-align: center;
}
.cid-vh7Y0jc8IS .content-head {
  max-width: 800px;
}
.cid-vh7Y0jc8IS .mbr-section-title {
  color: #000000;
}
.cid-vh7Y0jc8IS .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh7Y0jc8IS .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vh7Y0jc8IS .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vh7Y0jc8IS .card-title,
.cid-vh7Y0jc8IS .img-wrapper {
  text-align: center;
}
.cid-vh7Y0jDkWu {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vh7Y0jDkWu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh7Y0jDkWu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh7Y0jDkWu .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vh7Y0jDkWu .footer-col {
    flex-direction: column;
  }
}
.cid-vh7Y0jDkWu .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vh7Y0jDkWu .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vh7Y0jDkWu .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vh7Y0jDkWu .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vh7Y0jDkWu .mbr-section-btn {
    text-align: center;
  }
}
.cid-vh7Y0jDkWu .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vh7Y0jDkWu .soc-item {
  margin: 8px;
}
.cid-vh7Y0jDkWu .soc-item a:hover .mbr-iconfont,
.cid-vh7Y0jDkWu .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vh7Y0jDkWu .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vh7Y0jDkWu .row {
    text-align: center;
  }
  .cid-vh7Y0jDkWu .social-row {
    justify-content: center;
  }
}
.cid-vh7Y0jDkWu .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vh7Y0jDkWu .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vh7Y0jDkWu .list {
    margin-bottom: 0rem;
  }
}
.cid-vh7Y0jDkWu .mbr-text {
  color: #bbbbbb;
}
.cid-vh7Y0jDkWu .mbr-section-subtitle {
  color: #000000;
}
.cid-vh7Y0jDkWu .list,
.cid-vh7Y0jDkWu .item-wrap {
  color: #232323;
}
.cid-vh7Y0jDkWu .copyright {
  color: #000000;
}
.cid-vh7Y0k8EFT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh7Y0k8EFT .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vh7Y0k8EFT .item-wrapper {
  margin-bottom: 2rem;
}
.cid-vh7Y0k8EFT .card-title,
.cid-vh7Y0k8EFT .iconfont-wrapper {
  color: #000000;
}
.cid-vh7Y0k8EFT .card-text {
  color: #000000;
  text-align: center;
}
.cid-vh7Y0k8EFT .content-head {
  max-width: 800px;
}
.cid-vh7Y0k8EFT .mbr-section-title {
  color: #000000;
}
.cid-vh7Y0k8EFT .card-title,
.cid-vh7Y0k8EFT .img-wrapper {
  text-align: center;
}
.cid-vh7Y0k8EFT .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vh80CDcXqa {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vh80CDcXqa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vh80CDcXqa .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vh80CDcXqa .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vh80CDcXqa .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vh80CDcXqa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vh80CDcXqa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vh80CDcXqa .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vh80CDcXqa .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vh80CDcXqa .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vh80CDcXqa .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vh80CDcXqa .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vh80CDcXqa .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vh80CDcXqa .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vh80CDcXqa .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vh80CDcXqa .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vh80CDcXqa .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vh80CDcXqa .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vh80CDcXqa .navbar-logo {
    padding-left: 0;
  }
}
.cid-vh80CDcXqa .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vh80CDcXqa .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vh80CDcXqa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vh80CDcXqa .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vh80CDcXqa .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vh80CDcXqa .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vh80CDcXqa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vh80CDcXqa .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0) !important;
}
.cid-vh80CDcXqa .nav-item:focus,
.cid-vh80CDcXqa .nav-link:focus {
  outline: none;
}
.cid-vh80CDcXqa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh80CDcXqa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh80CDcXqa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vh80CDcXqa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh80CDcXqa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh80CDcXqa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh80CDcXqa .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vh80CDcXqa .navbar.opened {
  transition: all 0.3s;
}
.cid-vh80CDcXqa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vh80CDcXqa .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-vh80CDcXqa .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vh80CDcXqa .navbar.collapsed {
  justify-content: center;
}
.cid-vh80CDcXqa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vh80CDcXqa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vh80CDcXqa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vh80CDcXqa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vh80CDcXqa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vh80CDcXqa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vh80CDcXqa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vh80CDcXqa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vh80CDcXqa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vh80CDcXqa .navbar {
    min-height: 72px;
  }
  .cid-vh80CDcXqa .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vh80CDcXqa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vh80CDcXqa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vh80CDcXqa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vh80CDcXqa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vh80CDcXqa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vh80CDcXqa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vh80CDcXqa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vh80CDcXqa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vh80CDcXqa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vh80CDcXqa .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vh80CDcXqa .dropdown-item.active,
.cid-vh80CDcXqa .dropdown-item:active {
  background-color: transparent;
}
.cid-vh80CDcXqa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vh80CDcXqa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vh80CDcXqa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vh80CDcXqa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vh80CDcXqa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vh80CDcXqa .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vh80CDcXqa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vh80CDcXqa .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vh80CDcXqa .navbar-buttons {
    text-align: left;
  }
}
.cid-vh80CDcXqa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vh80CDcXqa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vh80CDcXqa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh80CDcXqa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh80CDcXqa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh80CDcXqa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh80CDcXqa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh80CDcXqa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh80CDcXqa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh80CDcXqa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh80CDcXqa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vh80CDcXqa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh80CDcXqa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vh80CDcXqa .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vh80CDcXqa .navbar {
    height: 70px;
  }
  .cid-vh80CDcXqa .navbar.opened {
    height: auto;
  }
  .cid-vh80CDcXqa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vh80CDcXqa .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vh80CDcXqa .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vh80CDcXqa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vh80CDcXqa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vh80CDcXqa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vh80CDcXqa .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vh80CDcXqa .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vh80CDcXqa .navbar-brand {
    margin-right: auto;
  }
  .cid-vh80CDcXqa .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vh80CDcXqa .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vh80CDcXqa .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vh80CDcXqa .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vh80CDcXqa .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vh80CDcXqa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vh80CDcXqa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vh80CDcXqa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vh80CDcXqa .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vh80CDcXqa .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vh80CDcXqa .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vh80CDFR8m {
  display: flex;
  background-image: url("../../../assets/images/mix-turu-side-512x342.jpg");
}
.cid-vh80CDFR8m .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.9;
}
@media (min-width: 768px) {
  .cid-vh80CDFR8m {
    align-items: flex-end;
  }
  .cid-vh80CDFR8m .row {
    justify-content: center;
  }
  .cid-vh80CDFR8m .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vh80CDFR8m .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vh80CDFR8m {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vh80CDFR8m .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vh80CDFR8m .content-wrap {
    width: 100%;
  }
}
.cid-vh80CDFR8m .mbr-section-title,
.cid-vh80CDFR8m .mbr-section-subtitle {
  text-align: center;
}
.cid-vh80CDFR8m .mbr-text,
.cid-vh80CDFR8m .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vh80CDFR8m .mbr-section-title {
  color: #000000;
}
.cid-vh80CE2ARa {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffd7ef;
}
.cid-vh80CE2ARa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh80CE2ARa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vh80CE2ARa .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vh80CE2ARa .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vh80CE2ARa .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vh80CE2ARa .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vh80CE2ARa .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vh80CE2ARa .mbr-text,
.cid-vh80CE2ARa .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vh80CEnHVX {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vh80CEnHVX .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-vh80CEnHVX img,
.cid-vh80CEnHVX .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vh80CEnHVX .item:focus,
.cid-vh80CEnHVX span:focus {
  outline: none;
}
.cid-vh80CEnHVX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh80CEnHVX .item {
    margin-bottom: 1rem;
  }
}
.cid-vh80CEnHVX .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh80CEnHVX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vh80CEnHVX .mbr-section-title {
  color: #232323;
}
.cid-vh80CEnHVX .mbr-text,
.cid-vh80CEnHVX .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-vh80CEnHVX .item-title {
  color: #232323;
  text-align: center;
}
.cid-vh80CEnHVX .content-head {
  max-width: 800px;
}
.cid-vh80CERg3m {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh80CERg3m .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-vh80CERg3m img,
.cid-vh80CERg3m .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vh80CERg3m .item:focus,
.cid-vh80CERg3m span:focus {
  outline: none;
}
.cid-vh80CERg3m .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh80CERg3m .item {
    margin-bottom: 1rem;
  }
}
.cid-vh80CERg3m .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh80CERg3m .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vh80CERg3m .mbr-section-title {
  color: #000000;
}
.cid-vh80CERg3m .mbr-text,
.cid-vh80CERg3m .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vh80CERg3m .item-title {
  color: #000000;
  text-align: center;
}
.cid-vh80CERg3m .content-head {
  max-width: 800px;
}
.cid-vh80CFnJiB {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #a0e1e1;
}
.cid-vh80CFnJiB .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vh80CFnJiB img,
.cid-vh80CFnJiB .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vh80CFnJiB .item:focus,
.cid-vh80CFnJiB span:focus {
  outline: none;
}
.cid-vh80CFnJiB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh80CFnJiB .item {
    margin-bottom: 1rem;
  }
}
.cid-vh80CFnJiB .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh80CFnJiB .mbr-section-title {
  color: #232323;
}
.cid-vh80CFnJiB .mbr-text,
.cid-vh80CFnJiB .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vh80CFnJiB .item-title {
  color: #232323;
  text-align: center;
}
.cid-vh80CFnJiB .content-head {
  max-width: 800px;
}
.cid-vh80CFSaqz {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffeb69;
}
.cid-vh80CFSaqz .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vh80CFSaqz img,
.cid-vh80CFSaqz .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vh80CFSaqz .item:focus,
.cid-vh80CFSaqz span:focus {
  outline: none;
}
.cid-vh80CFSaqz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh80CFSaqz .item {
    margin-bottom: 1rem;
  }
}
.cid-vh80CFSaqz .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh80CFSaqz .mbr-section-title {
  color: #232323;
}
.cid-vh80CFSaqz .mbr-text,
.cid-vh80CFSaqz .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vh80CFSaqz .item-title {
  color: #232323;
  text-align: center;
}
.cid-vh80CFSaqz .content-head {
  max-width: 800px;
}
.cid-vh80CGm4kY {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-vh80CGm4kY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh80CGm4kY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vh80CGm4kY .container-fluid {
    padding: 0;
  }
}
.cid-vh80CGm4kY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vh80CGm4kY .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vh80CGm4kY .embla__button--next,
.cid-vh80CGm4kY .embla__button--prev {
  display: flex;
}
.cid-vh80CGm4kY .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vh80CGm4kY .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vh80CGm4kY .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh80CGm4kY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vh80CGm4kY .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vh80CGm4kY .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vh80CGm4kY .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vh80CGm4kY .embla {
  position: relative;
  width: 100%;
}
.cid-vh80CGm4kY .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vh80CGm4kY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vh80CGm4kY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vh80CGm4kY .embla__slide a {
  cursor: grab;
}
.cid-vh80CGm4kY .embla__slide a:active {
  cursor: grabbing;
}
.cid-vh80CGm4kY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vh80CGm4kY .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vh80CGm4kY .mbr-section-title {
  color: #232323;
}
.cid-vh80CGm4kY .mbr-section-subtitle {
  color: #232323;
}
.cid-vh80CGm4kY .mbr-box {
  color: #ffffff;
}
.cid-vh80CGm4kY .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vh80CGm4kY img,
.cid-vh80CGm4kY .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vh80CGm4kY .item-wrapper {
  position: relative;
}
.cid-vh80CGm4kY .content-head {
  max-width: 800px;
}
.cid-vh80CHoa12 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-vh80CHoa12 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh80CHoa12 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vh80CHoa12 .item-head {
  background: #970c10;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh80CHoa12 .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vh80CHoa12 .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vh80CHoa12 .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh80CHoa12 .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vh80CHoa12 .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-vh80CHoa12 .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-vh80CHoa12 .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh80CHoa12 .item-wrapper .item-footer {
    padding: 0 1.5rem 2rem;
  }
}
@media (min-width: 1201px) {
  .cid-vh80CHoa12 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
.cid-vh80CHoa12 .btn {
  width: -webkit-fill-available;
}
.cid-vh80CHoa12 .item:focus,
.cid-vh80CHoa12 span:focus {
  outline: none;
}
.cid-vh80CHoa12 .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-vh80CHoa12 .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vh80CHoa12 .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vh80CHoa12 .mbr-section-title {
  color: #000000;
}
.cid-vh80CHoa12 .mbr-section-subtitle {
  color: #2e481a;
}
.cid-vh80CHoa12 .mbr-text,
.cid-vh80CHoa12 .mbr-section-btn {
  text-align: center;
}
.cid-vh80CHoa12 .item-title {
  text-align: left;
  color: var(--primary-text, #ffffff);
}
.cid-vh80CHoa12 .item-subtitle {
  text-align: left;
  color: var(--primary-text, #ffffff);
}
.cid-vh80CHoa12 .content-head {
  max-width: 800px;
}
.cid-vh80CHSc2R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh80CHSc2R .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh80CHSc2R .item-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-vh80CHSc2R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh80CHSc2R .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #000000;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-vh80CHSc2R .card-title,
.cid-vh80CHSc2R .iconfont-wrapper,
.cid-vh80CHSc2R .card-text {
  color: #000000;
  text-align: center;
}
.cid-vh80CHSc2R .content-head {
  max-width: 800px;
}
.cid-vh80CHSc2R .mbr-section-title {
  color: #000000;
}
.cid-vh80CHSc2R .mbr-section-btn {
  text-align: center;
}
.cid-vh80CHSc2R .card-title,
.cid-vh80CHSc2R .iconfont-wrapper {
  color: #970C10;
}
.cid-vh80CImlEO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh80CImlEO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh80CImlEO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh80CImlEO .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vh80CImlEO .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vh80CImlEO .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vh80CImlEO .card-wrapper {
    padding: 4rem;
  }
}
.cid-vh80CImlEO .mbr-text,
.cid-vh80CImlEO .mbr-section-btn {
  text-align: center;
}
.cid-vh80CImlEO .card-title {
  text-align: center;
  color: #000000;
}
.cid-vh80CILqL8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vh80CILqL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh80CILqL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh80CILqL8 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh80CILqL8 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vh80CILqL8 .content-head {
  max-width: 800px;
}
.cid-vh80CILqL8 .img-wrapper {
  padding-right: 1.5rem;
}
.cid-vh80CILqL8 .img-wrapper img {
  width: 6rem;
}
.cid-vh80CJpl28 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vh80CJpl28 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vh80CJpl28 .panel-group {
  border: none;
}
.cid-vh80CJpl28 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vh80CJpl28 .card-header {
    padding: 0rem;
  }
}
.cid-vh80CJpl28 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vh80CJpl28 .img-col {
  padding: 0;
}
.cid-vh80CJpl28 .img-item {
  height: 100%;
}
.cid-vh80CJpl28 img {
  height: 100%;
  object-fit: cover;
}
.cid-vh80CJpl28 .collapsed span {
  transform: rotate(0deg);
}
.cid-vh80CJpl28 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vh80CJpl28 p {
  margin-bottom: 0.3rem;
}
.cid-vh80CJpl28 .panel-title-edit {
  color: #000000;
}
.cid-vh80CJpl28 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vh80CJpl28 .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vh80CJpl28 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh80CJpl28 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vh80CJpl28 .panel-text {
  color: #000000;
}
.cid-vh80CJpl28 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vh80CJpl28 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vh80CJpl28 .panel-title-edit,
.cid-vh80CJpl28 .mbr-iconfont {
  color: #000000;
}
.cid-vh80CJQg2F {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/side-antalya-apollon-temple-1920x719.jpg");
  overflow: hidden;
}
.cid-vh80CK9zRL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-vh80CK9zRL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vh80CK9zRL form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vh80CK9zRL form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vh80CK9zRL form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vh80CK9zRL .content-head {
  max-width: 800px;
}
.cid-vh80CKzseX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vh80CKzseX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh80CKzseX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh80CKzseX .row {
  justify-content: center;
}
.cid-vh80CKzseX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh80CKzseX .item {
    margin-bottom: 1rem;
  }
}
.cid-vh80CKzseX .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh80CKzseX .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vh80CKzseX .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vh80CKzseX .content-head {
  max-width: 800px;
}
.cid-vh80CL3jDP {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-vh80CL3jDP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh80CL3jDP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh80CL3jDP .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-vh80CL3jDP .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-vh80CL3jDP .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vh80CL3jDP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vh80CL3jDP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vh80CL3jDP .content-head {
  max-width: 800px;
}
.cid-vh80CLyKg3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh80CLyKg3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh80CLyKg3 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vh80CLyKg3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh80CLyKg3 .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vh80CLyKg3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh80CLyKg3 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vh80CLyKg3 .card-title,
.cid-vh80CLyKg3 .iconfont-wrapper {
  color: #000000;
}
.cid-vh80CLyKg3 .card-text {
  color: #000000;
  text-align: center;
}
.cid-vh80CLyKg3 .content-head {
  max-width: 800px;
}
.cid-vh80CLyKg3 .mbr-section-title {
  color: #000000;
}
.cid-vh80CLyKg3 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh80CLyKg3 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vh80CLyKg3 .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vh80CLyKg3 .card-title,
.cid-vh80CLyKg3 .img-wrapper {
  text-align: center;
}
.cid-vh80CLXCDh {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vh80CLXCDh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh80CLXCDh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh80CLXCDh .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vh80CLXCDh .footer-col {
    flex-direction: column;
  }
}
.cid-vh80CLXCDh .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vh80CLXCDh .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vh80CLXCDh .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vh80CLXCDh .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vh80CLXCDh .mbr-section-btn {
    text-align: center;
  }
}
.cid-vh80CLXCDh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vh80CLXCDh .soc-item {
  margin: 8px;
}
.cid-vh80CLXCDh .soc-item a:hover .mbr-iconfont,
.cid-vh80CLXCDh .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vh80CLXCDh .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vh80CLXCDh .row {
    text-align: center;
  }
  .cid-vh80CLXCDh .social-row {
    justify-content: center;
  }
}
.cid-vh80CLXCDh .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vh80CLXCDh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vh80CLXCDh .list {
    margin-bottom: 0rem;
  }
}
.cid-vh80CLXCDh .mbr-text {
  color: #bbbbbb;
}
.cid-vh80CLXCDh .mbr-section-subtitle {
  color: #000000;
}
.cid-vh80CLXCDh .list,
.cid-vh80CLXCDh .item-wrap {
  color: #232323;
}
.cid-vh80CLXCDh .copyright {
  color: #000000;
}
.cid-vh80CMx4a5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh80CMx4a5 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vh80CMx4a5 .item-wrapper {
  margin-bottom: 2rem;
}
.cid-vh80CMx4a5 .card-title,
.cid-vh80CMx4a5 .iconfont-wrapper {
  color: #000000;
}
.cid-vh80CMx4a5 .card-text {
  color: #000000;
  text-align: center;
}
.cid-vh80CMx4a5 .content-head {
  max-width: 800px;
}
.cid-vh80CMx4a5 .mbr-section-title {
  color: #000000;
}
.cid-vh80CMx4a5 .card-title,
.cid-vh80CMx4a5 .img-wrapper {
  text-align: center;
}
.cid-vh80CMx4a5 .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vh82l28AuQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vh82l28AuQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vh82l28AuQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vh82l28AuQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vh82l28AuQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vh82l28AuQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vh82l28AuQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vh82l28AuQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vh82l28AuQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vh82l28AuQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vh82l28AuQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vh82l28AuQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vh82l28AuQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vh82l28AuQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vh82l28AuQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vh82l28AuQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vh82l28AuQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vh82l28AuQ .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vh82l28AuQ .navbar-logo {
    padding-left: 0;
  }
}
.cid-vh82l28AuQ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vh82l28AuQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vh82l28AuQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vh82l28AuQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vh82l28AuQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vh82l28AuQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vh82l28AuQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vh82l28AuQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0) !important;
}
.cid-vh82l28AuQ .nav-item:focus,
.cid-vh82l28AuQ .nav-link:focus {
  outline: none;
}
.cid-vh82l28AuQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh82l28AuQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh82l28AuQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vh82l28AuQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh82l28AuQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh82l28AuQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh82l28AuQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vh82l28AuQ .navbar.opened {
  transition: all 0.3s;
}
.cid-vh82l28AuQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vh82l28AuQ .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-vh82l28AuQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vh82l28AuQ .navbar.collapsed {
  justify-content: center;
}
.cid-vh82l28AuQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vh82l28AuQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vh82l28AuQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vh82l28AuQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vh82l28AuQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vh82l28AuQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vh82l28AuQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vh82l28AuQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vh82l28AuQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vh82l28AuQ .navbar {
    min-height: 72px;
  }
  .cid-vh82l28AuQ .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vh82l28AuQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vh82l28AuQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vh82l28AuQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vh82l28AuQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vh82l28AuQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vh82l28AuQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vh82l28AuQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vh82l28AuQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vh82l28AuQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vh82l28AuQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vh82l28AuQ .dropdown-item.active,
.cid-vh82l28AuQ .dropdown-item:active {
  background-color: transparent;
}
.cid-vh82l28AuQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vh82l28AuQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vh82l28AuQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vh82l28AuQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vh82l28AuQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vh82l28AuQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vh82l28AuQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vh82l28AuQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vh82l28AuQ .navbar-buttons {
    text-align: left;
  }
}
.cid-vh82l28AuQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vh82l28AuQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vh82l28AuQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh82l28AuQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh82l28AuQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh82l28AuQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh82l28AuQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh82l28AuQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh82l28AuQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh82l28AuQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh82l28AuQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vh82l28AuQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh82l28AuQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vh82l28AuQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vh82l28AuQ .navbar {
    height: 70px;
  }
  .cid-vh82l28AuQ .navbar.opened {
    height: auto;
  }
  .cid-vh82l28AuQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vh82l28AuQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vh82l28AuQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vh82l28AuQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vh82l28AuQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vh82l28AuQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vh82l28AuQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vh82l28AuQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vh82l28AuQ .navbar-brand {
    margin-right: auto;
  }
  .cid-vh82l28AuQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vh82l28AuQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vh82l28AuQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vh82l28AuQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vh82l28AuQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vh82l28AuQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vh82l28AuQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vh82l28AuQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vh82l28AuQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vh82l28AuQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vh82l28AuQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vh82l2DdvF {
  display: flex;
  background-image: url("../../../assets/images/land-of-legend-night-show-of-sidetur-960x639.jpg");
}
.cid-vh82l2DdvF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.9;
}
@media (min-width: 768px) {
  .cid-vh82l2DdvF {
    align-items: flex-end;
  }
  .cid-vh82l2DdvF .row {
    justify-content: center;
  }
  .cid-vh82l2DdvF .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vh82l2DdvF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vh82l2DdvF {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vh82l2DdvF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vh82l2DdvF .content-wrap {
    width: 100%;
  }
}
.cid-vh82l2DdvF .mbr-section-title,
.cid-vh82l2DdvF .mbr-section-subtitle {
  text-align: center;
}
.cid-vh82l2DdvF .mbr-text,
.cid-vh82l2DdvF .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vh82l2DdvF .mbr-section-title {
  color: #000000;
}
.cid-vh82l31EXc {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vh82l31EXc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh82l31EXc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vh82l31EXc .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vh82l31EXc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vh82l31EXc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vh82l31EXc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vh82l31EXc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vh82l31EXc .mbr-text,
.cid-vh82l31EXc .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vh82l3m7yg {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vh82l3m7yg .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-vh82l3m7yg img,
.cid-vh82l3m7yg .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vh82l3m7yg .item:focus,
.cid-vh82l3m7yg span:focus {
  outline: none;
}
.cid-vh82l3m7yg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh82l3m7yg .item {
    margin-bottom: 1rem;
  }
}
.cid-vh82l3m7yg .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh82l3m7yg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vh82l3m7yg .mbr-section-title {
  color: #232323;
}
.cid-vh82l3m7yg .mbr-text,
.cid-vh82l3m7yg .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-vh82l3m7yg .item-title {
  color: #232323;
  text-align: center;
}
.cid-vh82l3m7yg .content-head {
  max-width: 800px;
}
.cid-vh82l3Ji9A {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh82l3Ji9A .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-vh82l3Ji9A img,
.cid-vh82l3Ji9A .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vh82l3Ji9A .item:focus,
.cid-vh82l3Ji9A span:focus {
  outline: none;
}
.cid-vh82l3Ji9A .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh82l3Ji9A .item {
    margin-bottom: 1rem;
  }
}
.cid-vh82l3Ji9A .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh82l3Ji9A .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vh82l3Ji9A .mbr-section-title {
  color: #000000;
}
.cid-vh82l3Ji9A .mbr-text,
.cid-vh82l3Ji9A .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vh82l3Ji9A .item-title {
  color: #000000;
  text-align: center;
}
.cid-vh82l3Ji9A .content-head {
  max-width: 800px;
}
.cid-vh82l4hE8z {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #a0e1e1;
}
.cid-vh82l4hE8z .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vh82l4hE8z img,
.cid-vh82l4hE8z .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vh82l4hE8z .item:focus,
.cid-vh82l4hE8z span:focus {
  outline: none;
}
.cid-vh82l4hE8z .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh82l4hE8z .item {
    margin-bottom: 1rem;
  }
}
.cid-vh82l4hE8z .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh82l4hE8z .mbr-section-title {
  color: #232323;
}
.cid-vh82l4hE8z .mbr-text,
.cid-vh82l4hE8z .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vh82l4hE8z .item-title {
  color: #232323;
  text-align: center;
}
.cid-vh82l4hE8z .content-head {
  max-width: 800px;
}
.cid-vh82l4MA6c {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffeb69;
}
.cid-vh82l4MA6c .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vh82l4MA6c img,
.cid-vh82l4MA6c .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vh82l4MA6c .item:focus,
.cid-vh82l4MA6c span:focus {
  outline: none;
}
.cid-vh82l4MA6c .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh82l4MA6c .item {
    margin-bottom: 1rem;
  }
}
.cid-vh82l4MA6c .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh82l4MA6c .mbr-section-title {
  color: #232323;
}
.cid-vh82l4MA6c .mbr-text,
.cid-vh82l4MA6c .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vh82l4MA6c .item-title {
  color: #232323;
  text-align: center;
}
.cid-vh82l4MA6c .content-head {
  max-width: 800px;
}
.cid-vh82l5heme {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-vh82l5heme .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh82l5heme .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vh82l5heme .container-fluid {
    padding: 0;
  }
}
.cid-vh82l5heme .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vh82l5heme .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vh82l5heme .embla__button--next,
.cid-vh82l5heme .embla__button--prev {
  display: flex;
}
.cid-vh82l5heme .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vh82l5heme .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vh82l5heme .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh82l5heme .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vh82l5heme .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vh82l5heme .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vh82l5heme .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vh82l5heme .embla {
  position: relative;
  width: 100%;
}
.cid-vh82l5heme .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vh82l5heme .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vh82l5heme .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vh82l5heme .embla__slide a {
  cursor: grab;
}
.cid-vh82l5heme .embla__slide a:active {
  cursor: grabbing;
}
.cid-vh82l5heme .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vh82l5heme .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vh82l5heme .mbr-section-title {
  color: #232323;
}
.cid-vh82l5heme .mbr-section-subtitle {
  color: #232323;
}
.cid-vh82l5heme .mbr-box {
  color: #ffffff;
}
.cid-vh82l5heme .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vh82l5heme img,
.cid-vh82l5heme .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vh82l5heme .item-wrapper {
  position: relative;
}
.cid-vh82l5heme .content-head {
  max-width: 800px;
}
.cid-vh82l6et1R {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-vh82l6et1R .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh82l6et1R .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vh82l6et1R .item-head {
  background: #970c10;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh82l6et1R .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vh82l6et1R .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vh82l6et1R .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh82l6et1R .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vh82l6et1R .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-vh82l6et1R .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-vh82l6et1R .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh82l6et1R .item-wrapper .item-footer {
    padding: 0 1.5rem 2rem;
  }
}
@media (min-width: 1201px) {
  .cid-vh82l6et1R .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
.cid-vh82l6et1R .btn {
  width: -webkit-fill-available;
}
.cid-vh82l6et1R .item:focus,
.cid-vh82l6et1R span:focus {
  outline: none;
}
.cid-vh82l6et1R .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-vh82l6et1R .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vh82l6et1R .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vh82l6et1R .mbr-section-title {
  color: #000000;
}
.cid-vh82l6et1R .mbr-section-subtitle {
  color: #2e481a;
}
.cid-vh82l6et1R .mbr-text,
.cid-vh82l6et1R .mbr-section-btn {
  text-align: center;
}
.cid-vh82l6et1R .item-title {
  text-align: left;
  color: var(--primary-text, #ffffff);
}
.cid-vh82l6et1R .item-subtitle {
  text-align: left;
  color: var(--primary-text, #ffffff);
}
.cid-vh82l6et1R .content-head {
  max-width: 800px;
}
.cid-vh82l6LytJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh82l6LytJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh82l6LytJ .item-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-vh82l6LytJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh82l6LytJ .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #000000;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-vh82l6LytJ .card-title,
.cid-vh82l6LytJ .iconfont-wrapper,
.cid-vh82l6LytJ .card-text {
  color: #000000;
  text-align: center;
}
.cid-vh82l6LytJ .content-head {
  max-width: 800px;
}
.cid-vh82l6LytJ .mbr-section-title {
  color: #000000;
}
.cid-vh82l6LytJ .mbr-section-btn {
  text-align: center;
}
.cid-vh82l6LytJ .card-title,
.cid-vh82l6LytJ .iconfont-wrapper {
  color: #970C10;
}
.cid-vh82l7ewje {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh82l7ewje .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh82l7ewje .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh82l7ewje .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vh82l7ewje .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vh82l7ewje .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vh82l7ewje .card-wrapper {
    padding: 4rem;
  }
}
.cid-vh82l7ewje .mbr-text,
.cid-vh82l7ewje .mbr-section-btn {
  text-align: center;
}
.cid-vh82l7ewje .card-title {
  text-align: center;
  color: #000000;
}
.cid-vh82l7zLeg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vh82l7zLeg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh82l7zLeg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh82l7zLeg .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh82l7zLeg .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vh82l7zLeg .content-head {
  max-width: 800px;
}
.cid-vh82l7zLeg .img-wrapper {
  padding-right: 1.5rem;
}
.cid-vh82l7zLeg .img-wrapper img {
  width: 6rem;
}
.cid-vh82l8fUlA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vh82l8fUlA .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vh82l8fUlA .panel-group {
  border: none;
}
.cid-vh82l8fUlA .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vh82l8fUlA .card-header {
    padding: 0rem;
  }
}
.cid-vh82l8fUlA .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vh82l8fUlA .img-col {
  padding: 0;
}
.cid-vh82l8fUlA .img-item {
  height: 100%;
}
.cid-vh82l8fUlA img {
  height: 100%;
  object-fit: cover;
}
.cid-vh82l8fUlA .collapsed span {
  transform: rotate(0deg);
}
.cid-vh82l8fUlA .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vh82l8fUlA p {
  margin-bottom: 0.3rem;
}
.cid-vh82l8fUlA .panel-title-edit {
  color: #000000;
}
.cid-vh82l8fUlA .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vh82l8fUlA .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vh82l8fUlA .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh82l8fUlA .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vh82l8fUlA .panel-text {
  color: #000000;
}
.cid-vh82l8fUlA .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vh82l8fUlA .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vh82l8fUlA .panel-title-edit,
.cid-vh82l8fUlA .mbr-iconfont {
  color: #000000;
}
.cid-vh82l8FOo1 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/side-antalya-apollon-temple-1920x719.jpg");
  overflow: hidden;
}
.cid-vh82l8XZdQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-vh82l8XZdQ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vh82l8XZdQ form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vh82l8XZdQ form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vh82l8XZdQ form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vh82l8XZdQ .content-head {
  max-width: 800px;
}
.cid-vh82l9jsev {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vh82l9jsev .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh82l9jsev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh82l9jsev .row {
  justify-content: center;
}
.cid-vh82l9jsev .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh82l9jsev .item {
    margin-bottom: 1rem;
  }
}
.cid-vh82l9jsev .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh82l9jsev .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vh82l9jsev .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vh82l9jsev .content-head {
  max-width: 800px;
}
.cid-vh82l9P8yt {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-vh82l9P8yt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh82l9P8yt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh82l9P8yt .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-vh82l9P8yt .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-vh82l9P8yt .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vh82l9P8yt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vh82l9P8yt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vh82l9P8yt .content-head {
  max-width: 800px;
}
.cid-vh82lajDYW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh82lajDYW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh82lajDYW .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vh82lajDYW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh82lajDYW .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vh82lajDYW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh82lajDYW .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vh82lajDYW .card-title,
.cid-vh82lajDYW .iconfont-wrapper {
  color: #000000;
}
.cid-vh82lajDYW .card-text {
  color: #000000;
  text-align: center;
}
.cid-vh82lajDYW .content-head {
  max-width: 800px;
}
.cid-vh82lajDYW .mbr-section-title {
  color: #000000;
}
.cid-vh82lajDYW .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh82lajDYW .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vh82lajDYW .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vh82lajDYW .card-title,
.cid-vh82lajDYW .img-wrapper {
  text-align: center;
}
.cid-vh82laIQA9 {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vh82laIQA9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh82laIQA9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh82laIQA9 .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vh82laIQA9 .footer-col {
    flex-direction: column;
  }
}
.cid-vh82laIQA9 .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vh82laIQA9 .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vh82laIQA9 .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vh82laIQA9 .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vh82laIQA9 .mbr-section-btn {
    text-align: center;
  }
}
.cid-vh82laIQA9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vh82laIQA9 .soc-item {
  margin: 8px;
}
.cid-vh82laIQA9 .soc-item a:hover .mbr-iconfont,
.cid-vh82laIQA9 .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vh82laIQA9 .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vh82laIQA9 .row {
    text-align: center;
  }
  .cid-vh82laIQA9 .social-row {
    justify-content: center;
  }
}
.cid-vh82laIQA9 .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vh82laIQA9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vh82laIQA9 .list {
    margin-bottom: 0rem;
  }
}
.cid-vh82laIQA9 .mbr-text {
  color: #bbbbbb;
}
.cid-vh82laIQA9 .mbr-section-subtitle {
  color: #000000;
}
.cid-vh82laIQA9 .list,
.cid-vh82laIQA9 .item-wrap {
  color: #232323;
}
.cid-vh82laIQA9 .copyright {
  color: #000000;
}
.cid-vh82lbdNk1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh82lbdNk1 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vh82lbdNk1 .item-wrapper {
  margin-bottom: 2rem;
}
.cid-vh82lbdNk1 .card-title,
.cid-vh82lbdNk1 .iconfont-wrapper {
  color: #000000;
}
.cid-vh82lbdNk1 .card-text {
  color: #000000;
  text-align: center;
}
.cid-vh82lbdNk1 .content-head {
  max-width: 800px;
}
.cid-vh82lbdNk1 .mbr-section-title {
  color: #000000;
}
.cid-vh82lbdNk1 .card-title,
.cid-vh82lbdNk1 .img-wrapper {
  text-align: center;
}
.cid-vh82lbdNk1 .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vh84rWtZwk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vh84rWtZwk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vh84rWtZwk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vh84rWtZwk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vh84rWtZwk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vh84rWtZwk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vh84rWtZwk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vh84rWtZwk .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vh84rWtZwk .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vh84rWtZwk .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vh84rWtZwk .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vh84rWtZwk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vh84rWtZwk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vh84rWtZwk .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vh84rWtZwk .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vh84rWtZwk .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vh84rWtZwk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vh84rWtZwk .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vh84rWtZwk .navbar-logo {
    padding-left: 0;
  }
}
.cid-vh84rWtZwk .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vh84rWtZwk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vh84rWtZwk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vh84rWtZwk .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vh84rWtZwk .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vh84rWtZwk .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vh84rWtZwk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vh84rWtZwk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0) !important;
}
.cid-vh84rWtZwk .nav-item:focus,
.cid-vh84rWtZwk .nav-link:focus {
  outline: none;
}
.cid-vh84rWtZwk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh84rWtZwk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh84rWtZwk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vh84rWtZwk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh84rWtZwk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh84rWtZwk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh84rWtZwk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vh84rWtZwk .navbar.opened {
  transition: all 0.3s;
}
.cid-vh84rWtZwk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vh84rWtZwk .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-vh84rWtZwk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vh84rWtZwk .navbar.collapsed {
  justify-content: center;
}
.cid-vh84rWtZwk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vh84rWtZwk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vh84rWtZwk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vh84rWtZwk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vh84rWtZwk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vh84rWtZwk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vh84rWtZwk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vh84rWtZwk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vh84rWtZwk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vh84rWtZwk .navbar {
    min-height: 72px;
  }
  .cid-vh84rWtZwk .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vh84rWtZwk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vh84rWtZwk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vh84rWtZwk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vh84rWtZwk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vh84rWtZwk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vh84rWtZwk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vh84rWtZwk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vh84rWtZwk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vh84rWtZwk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vh84rWtZwk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vh84rWtZwk .dropdown-item.active,
.cid-vh84rWtZwk .dropdown-item:active {
  background-color: transparent;
}
.cid-vh84rWtZwk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vh84rWtZwk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vh84rWtZwk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vh84rWtZwk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vh84rWtZwk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vh84rWtZwk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vh84rWtZwk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vh84rWtZwk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vh84rWtZwk .navbar-buttons {
    text-align: left;
  }
}
.cid-vh84rWtZwk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vh84rWtZwk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vh84rWtZwk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh84rWtZwk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh84rWtZwk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh84rWtZwk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh84rWtZwk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh84rWtZwk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh84rWtZwk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh84rWtZwk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh84rWtZwk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vh84rWtZwk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh84rWtZwk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vh84rWtZwk .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vh84rWtZwk .navbar {
    height: 70px;
  }
  .cid-vh84rWtZwk .navbar.opened {
    height: auto;
  }
  .cid-vh84rWtZwk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vh84rWtZwk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vh84rWtZwk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vh84rWtZwk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vh84rWtZwk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vh84rWtZwk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vh84rWtZwk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vh84rWtZwk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vh84rWtZwk .navbar-brand {
    margin-right: auto;
  }
  .cid-vh84rWtZwk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vh84rWtZwk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vh84rWtZwk .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vh84rWtZwk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vh84rWtZwk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vh84rWtZwk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vh84rWtZwk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vh84rWtZwk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vh84rWtZwk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vh84rWtZwk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vh84rWtZwk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vh84rWYODj {
  display: flex;
  background-image: url("../../../assets/images/best-side-tours-1256x649.jpg");
}
.cid-vh84rWYODj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-vh84rWYODj {
    align-items: flex-end;
  }
  .cid-vh84rWYODj .row {
    justify-content: center;
  }
  .cid-vh84rWYODj .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vh84rWYODj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vh84rWYODj {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vh84rWYODj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vh84rWYODj .content-wrap {
    width: 100%;
  }
}
.cid-vh84rWYODj .mbr-section-title,
.cid-vh84rWYODj .mbr-section-subtitle {
  text-align: center;
}
.cid-vh84rWYODj .mbr-text,
.cid-vh84rWYODj .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vh84rWYODj .mbr-section-title {
  color: #000000;
}
.cid-vh84rXoSc5 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vh84rXoSc5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh84rXoSc5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vh84rXoSc5 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vh84rXoSc5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vh84rXoSc5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vh84rXoSc5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vh84rXoSc5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vh84rXoSc5 .mbr-text,
.cid-vh84rXoSc5 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vh84rXTL2f {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vh84rXTL2f .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-vh84rXTL2f img,
.cid-vh84rXTL2f .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vh84rXTL2f .item:focus,
.cid-vh84rXTL2f span:focus {
  outline: none;
}
.cid-vh84rXTL2f .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh84rXTL2f .item {
    margin-bottom: 1rem;
  }
}
.cid-vh84rXTL2f .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh84rXTL2f .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vh84rXTL2f .mbr-section-title {
  color: #232323;
}
.cid-vh84rXTL2f .mbr-text,
.cid-vh84rXTL2f .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-vh84rXTL2f .item-title {
  color: #232323;
  text-align: center;
}
.cid-vh84rXTL2f .content-head {
  max-width: 800px;
}
.cid-vh84rYkgDS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh84rYkgDS .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-vh84rYkgDS img,
.cid-vh84rYkgDS .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vh84rYkgDS .item:focus,
.cid-vh84rYkgDS span:focus {
  outline: none;
}
.cid-vh84rYkgDS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh84rYkgDS .item {
    margin-bottom: 1rem;
  }
}
.cid-vh84rYkgDS .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh84rYkgDS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vh84rYkgDS .mbr-section-title {
  color: #000000;
}
.cid-vh84rYkgDS .mbr-text,
.cid-vh84rYkgDS .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vh84rYkgDS .item-title {
  color: #000000;
  text-align: center;
}
.cid-vh84rYkgDS .content-head {
  max-width: 800px;
}
.cid-vh84rYUvLm {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #a0e1e1;
}
.cid-vh84rYUvLm .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vh84rYUvLm img,
.cid-vh84rYUvLm .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vh84rYUvLm .item:focus,
.cid-vh84rYUvLm span:focus {
  outline: none;
}
.cid-vh84rYUvLm .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh84rYUvLm .item {
    margin-bottom: 1rem;
  }
}
.cid-vh84rYUvLm .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh84rYUvLm .mbr-section-title {
  color: #232323;
}
.cid-vh84rYUvLm .mbr-text,
.cid-vh84rYUvLm .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vh84rYUvLm .item-title {
  color: #232323;
  text-align: center;
}
.cid-vh84rYUvLm .content-head {
  max-width: 800px;
}
.cid-vh84rZqK3z {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffeb69;
}
.cid-vh84rZqK3z .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vh84rZqK3z img,
.cid-vh84rZqK3z .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vh84rZqK3z .item:focus,
.cid-vh84rZqK3z span:focus {
  outline: none;
}
.cid-vh84rZqK3z .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh84rZqK3z .item {
    margin-bottom: 1rem;
  }
}
.cid-vh84rZqK3z .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh84rZqK3z .mbr-section-title {
  color: #232323;
}
.cid-vh84rZqK3z .mbr-text,
.cid-vh84rZqK3z .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vh84rZqK3z .item-title {
  color: #232323;
  text-align: center;
}
.cid-vh84rZqK3z .content-head {
  max-width: 800px;
}
.cid-vh84rZWlAX {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-vh84rZWlAX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh84rZWlAX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vh84rZWlAX .container-fluid {
    padding: 0;
  }
}
.cid-vh84rZWlAX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vh84rZWlAX .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vh84rZWlAX .embla__button--next,
.cid-vh84rZWlAX .embla__button--prev {
  display: flex;
}
.cid-vh84rZWlAX .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vh84rZWlAX .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vh84rZWlAX .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh84rZWlAX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vh84rZWlAX .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vh84rZWlAX .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vh84rZWlAX .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vh84rZWlAX .embla {
  position: relative;
  width: 100%;
}
.cid-vh84rZWlAX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vh84rZWlAX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vh84rZWlAX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vh84rZWlAX .embla__slide a {
  cursor: grab;
}
.cid-vh84rZWlAX .embla__slide a:active {
  cursor: grabbing;
}
.cid-vh84rZWlAX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vh84rZWlAX .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vh84rZWlAX .mbr-section-title {
  color: #232323;
}
.cid-vh84rZWlAX .mbr-section-subtitle {
  color: #232323;
}
.cid-vh84rZWlAX .mbr-box {
  color: #ffffff;
}
.cid-vh84rZWlAX .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vh84rZWlAX img,
.cid-vh84rZWlAX .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vh84rZWlAX .item-wrapper {
  position: relative;
}
.cid-vh84rZWlAX .content-head {
  max-width: 800px;
}
.cid-vh84s11mxh {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-vh84s11mxh .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh84s11mxh .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vh84s11mxh .item-head {
  background: #970c10;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh84s11mxh .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vh84s11mxh .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vh84s11mxh .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh84s11mxh .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vh84s11mxh .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-vh84s11mxh .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-vh84s11mxh .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh84s11mxh .item-wrapper .item-footer {
    padding: 0 1.5rem 2rem;
  }
}
@media (min-width: 1201px) {
  .cid-vh84s11mxh .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
.cid-vh84s11mxh .btn {
  width: -webkit-fill-available;
}
.cid-vh84s11mxh .item:focus,
.cid-vh84s11mxh span:focus {
  outline: none;
}
.cid-vh84s11mxh .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-vh84s11mxh .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vh84s11mxh .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vh84s11mxh .mbr-section-title {
  color: #000000;
}
.cid-vh84s11mxh .mbr-section-subtitle {
  color: #2e481a;
}
.cid-vh84s11mxh .mbr-text,
.cid-vh84s11mxh .mbr-section-btn {
  text-align: center;
}
.cid-vh84s11mxh .item-title {
  text-align: left;
  color: var(--primary-text, #ffffff);
}
.cid-vh84s11mxh .item-subtitle {
  text-align: left;
  color: var(--primary-text, #ffffff);
}
.cid-vh84s11mxh .content-head {
  max-width: 800px;
}
.cid-vh84s1wKIJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh84s1wKIJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh84s1wKIJ .item-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-vh84s1wKIJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh84s1wKIJ .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #000000;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-vh84s1wKIJ .card-title,
.cid-vh84s1wKIJ .iconfont-wrapper,
.cid-vh84s1wKIJ .card-text {
  color: #000000;
  text-align: center;
}
.cid-vh84s1wKIJ .content-head {
  max-width: 800px;
}
.cid-vh84s1wKIJ .mbr-section-title {
  color: #000000;
}
.cid-vh84s1wKIJ .mbr-section-btn {
  text-align: center;
}
.cid-vh84s1wKIJ .card-title,
.cid-vh84s1wKIJ .iconfont-wrapper {
  color: #970C10;
}
.cid-vh84s20whO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh84s20whO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh84s20whO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh84s20whO .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vh84s20whO .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vh84s20whO .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vh84s20whO .card-wrapper {
    padding: 4rem;
  }
}
.cid-vh84s20whO .mbr-text,
.cid-vh84s20whO .mbr-section-btn {
  text-align: center;
}
.cid-vh84s20whO .card-title {
  text-align: center;
  color: #000000;
}
.cid-vh84s2ljY4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vh84s2ljY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh84s2ljY4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh84s2ljY4 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh84s2ljY4 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vh84s2ljY4 .content-head {
  max-width: 800px;
}
.cid-vh84s2ljY4 .img-wrapper {
  padding-right: 1.5rem;
}
.cid-vh84s2ljY4 .img-wrapper img {
  width: 6rem;
}
.cid-vh84s382x6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vh84s382x6 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vh84s382x6 .panel-group {
  border: none;
}
.cid-vh84s382x6 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vh84s382x6 .card-header {
    padding: 0rem;
  }
}
.cid-vh84s382x6 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vh84s382x6 .img-col {
  padding: 0;
}
.cid-vh84s382x6 .img-item {
  height: 100%;
}
.cid-vh84s382x6 img {
  height: 100%;
  object-fit: cover;
}
.cid-vh84s382x6 .collapsed span {
  transform: rotate(0deg);
}
.cid-vh84s382x6 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vh84s382x6 p {
  margin-bottom: 0.3rem;
}
.cid-vh84s382x6 .panel-title-edit {
  color: #000000;
}
.cid-vh84s382x6 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vh84s382x6 .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vh84s382x6 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh84s382x6 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vh84s382x6 .panel-text {
  color: #000000;
}
.cid-vh84s382x6 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vh84s382x6 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vh84s382x6 .panel-title-edit,
.cid-vh84s382x6 .mbr-iconfont {
  color: #000000;
}
.cid-vh84s3D337 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/side-antalya-apollon-temple-1920x719.jpg");
  overflow: hidden;
}
.cid-vh84s3YH3e {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-vh84s3YH3e .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vh84s3YH3e form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vh84s3YH3e form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vh84s3YH3e form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vh84s3YH3e .content-head {
  max-width: 800px;
}
.cid-vh84s4obrR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vh84s4obrR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh84s4obrR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh84s4obrR .row {
  justify-content: center;
}
.cid-vh84s4obrR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh84s4obrR .item {
    margin-bottom: 1rem;
  }
}
.cid-vh84s4obrR .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh84s4obrR .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vh84s4obrR .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vh84s4obrR .content-head {
  max-width: 800px;
}
.cid-vh84s4XT2u {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-vh84s4XT2u .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh84s4XT2u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh84s4XT2u .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-vh84s4XT2u .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-vh84s4XT2u .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vh84s4XT2u .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vh84s4XT2u .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vh84s4XT2u .content-head {
  max-width: 800px;
}
.cid-vh84s5tcOX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh84s5tcOX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh84s5tcOX .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vh84s5tcOX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh84s5tcOX .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vh84s5tcOX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh84s5tcOX .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vh84s5tcOX .card-title,
.cid-vh84s5tcOX .iconfont-wrapper {
  color: #000000;
}
.cid-vh84s5tcOX .card-text {
  color: #000000;
  text-align: center;
}
.cid-vh84s5tcOX .content-head {
  max-width: 800px;
}
.cid-vh84s5tcOX .mbr-section-title {
  color: #000000;
}
.cid-vh84s5tcOX .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh84s5tcOX .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vh84s5tcOX .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vh84s5tcOX .card-title,
.cid-vh84s5tcOX .img-wrapper {
  text-align: center;
}
.cid-vh84s5TnVg {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vh84s5TnVg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh84s5TnVg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh84s5TnVg .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vh84s5TnVg .footer-col {
    flex-direction: column;
  }
}
.cid-vh84s5TnVg .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vh84s5TnVg .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vh84s5TnVg .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vh84s5TnVg .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vh84s5TnVg .mbr-section-btn {
    text-align: center;
  }
}
.cid-vh84s5TnVg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vh84s5TnVg .soc-item {
  margin: 8px;
}
.cid-vh84s5TnVg .soc-item a:hover .mbr-iconfont,
.cid-vh84s5TnVg .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vh84s5TnVg .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vh84s5TnVg .row {
    text-align: center;
  }
  .cid-vh84s5TnVg .social-row {
    justify-content: center;
  }
}
.cid-vh84s5TnVg .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vh84s5TnVg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vh84s5TnVg .list {
    margin-bottom: 0rem;
  }
}
.cid-vh84s5TnVg .mbr-text {
  color: #bbbbbb;
}
.cid-vh84s5TnVg .mbr-section-subtitle {
  color: #000000;
}
.cid-vh84s5TnVg .list,
.cid-vh84s5TnVg .item-wrap {
  color: #232323;
}
.cid-vh84s5TnVg .copyright {
  color: #000000;
}
.cid-vh84s6sBk1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh84s6sBk1 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vh84s6sBk1 .item-wrapper {
  margin-bottom: 2rem;
}
.cid-vh84s6sBk1 .card-title,
.cid-vh84s6sBk1 .iconfont-wrapper {
  color: #000000;
}
.cid-vh84s6sBk1 .card-text {
  color: #000000;
  text-align: center;
}
.cid-vh84s6sBk1 .content-head {
  max-width: 800px;
}
.cid-vh84s6sBk1 .mbr-section-title {
  color: #000000;
}
.cid-vh84s6sBk1 .card-title,
.cid-vh84s6sBk1 .img-wrapper {
  text-align: center;
}
.cid-vh84s6sBk1 .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vh8sTgPFy9 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vh8sTgPFy9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vh8sTgPFy9 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vh8sTgPFy9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vh8sTgPFy9 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-vh8sTgPFy9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vh8sTgPFy9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vh8sTgPFy9 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vh8sTgPFy9 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-vh8sTgPFy9 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-vh8sTgPFy9 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vh8sTgPFy9 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vh8sTgPFy9 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vh8sTgPFy9 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-vh8sTgPFy9 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vh8sTgPFy9 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vh8sTgPFy9 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vh8sTgPFy9 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-vh8sTgPFy9 .navbar-logo {
    padding-left: 0;
  }
}
.cid-vh8sTgPFy9 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vh8sTgPFy9 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vh8sTgPFy9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-vh8sTgPFy9 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vh8sTgPFy9 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vh8sTgPFy9 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vh8sTgPFy9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vh8sTgPFy9 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0) !important;
}
.cid-vh8sTgPFy9 .nav-item:focus,
.cid-vh8sTgPFy9 .nav-link:focus {
  outline: none;
}
.cid-vh8sTgPFy9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh8sTgPFy9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh8sTgPFy9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vh8sTgPFy9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh8sTgPFy9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh8sTgPFy9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh8sTgPFy9 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vh8sTgPFy9 .navbar.opened {
  transition: all 0.3s;
}
.cid-vh8sTgPFy9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vh8sTgPFy9 .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-vh8sTgPFy9 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-vh8sTgPFy9 .navbar.collapsed {
  justify-content: center;
}
.cid-vh8sTgPFy9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vh8sTgPFy9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vh8sTgPFy9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-vh8sTgPFy9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vh8sTgPFy9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vh8sTgPFy9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vh8sTgPFy9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vh8sTgPFy9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vh8sTgPFy9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vh8sTgPFy9 .navbar {
    min-height: 72px;
  }
  .cid-vh8sTgPFy9 .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vh8sTgPFy9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vh8sTgPFy9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vh8sTgPFy9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vh8sTgPFy9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vh8sTgPFy9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vh8sTgPFy9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vh8sTgPFy9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vh8sTgPFy9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vh8sTgPFy9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vh8sTgPFy9 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vh8sTgPFy9 .dropdown-item.active,
.cid-vh8sTgPFy9 .dropdown-item:active {
  background-color: transparent;
}
.cid-vh8sTgPFy9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vh8sTgPFy9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vh8sTgPFy9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vh8sTgPFy9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vh8sTgPFy9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vh8sTgPFy9 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vh8sTgPFy9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vh8sTgPFy9 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vh8sTgPFy9 .navbar-buttons {
    text-align: left;
  }
}
.cid-vh8sTgPFy9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vh8sTgPFy9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vh8sTgPFy9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh8sTgPFy9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh8sTgPFy9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh8sTgPFy9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh8sTgPFy9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh8sTgPFy9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh8sTgPFy9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh8sTgPFy9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh8sTgPFy9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vh8sTgPFy9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh8sTgPFy9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vh8sTgPFy9 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vh8sTgPFy9 .navbar {
    height: 70px;
  }
  .cid-vh8sTgPFy9 .navbar.opened {
    height: auto;
  }
  .cid-vh8sTgPFy9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vh8sTgPFy9 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vh8sTgPFy9 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vh8sTgPFy9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vh8sTgPFy9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-vh8sTgPFy9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vh8sTgPFy9 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vh8sTgPFy9 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vh8sTgPFy9 .navbar-brand {
    margin-right: auto;
  }
  .cid-vh8sTgPFy9 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0) !important;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vh8sTgPFy9 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vh8sTgPFy9 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vh8sTgPFy9 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vh8sTgPFy9 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vh8sTgPFy9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vh8sTgPFy9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-vh8sTgPFy9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vh8sTgPFy9 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vh8sTgPFy9 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vh8sTgPFy9 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vh8sThjqSC {
  display: flex;
  background-image: url("../../../assets/images/side-aquapark-turu-872x582.jpg");
}
.cid-vh8sThjqSC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-vh8sThjqSC {
    align-items: flex-end;
  }
  .cid-vh8sThjqSC .row {
    justify-content: center;
  }
  .cid-vh8sThjqSC .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vh8sThjqSC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vh8sThjqSC {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vh8sThjqSC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vh8sThjqSC .content-wrap {
    width: 100%;
  }
}
.cid-vh8sThjqSC .mbr-section-title,
.cid-vh8sThjqSC .mbr-section-subtitle {
  text-align: center;
}
.cid-vh8sThjqSC .mbr-text,
.cid-vh8sThjqSC .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vh8sThjqSC .mbr-section-title {
  color: #000000;
}
.cid-vh8sThKmiK {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vh8sThKmiK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh8sThKmiK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vh8sThKmiK .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vh8sThKmiK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vh8sThKmiK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vh8sThKmiK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vh8sThKmiK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vh8sThKmiK .mbr-text,
.cid-vh8sThKmiK .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vh8sTi6D2v {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vh8sTi6D2v .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-vh8sTi6D2v img,
.cid-vh8sTi6D2v .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vh8sTi6D2v .item:focus,
.cid-vh8sTi6D2v span:focus {
  outline: none;
}
.cid-vh8sTi6D2v .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh8sTi6D2v .item {
    margin-bottom: 1rem;
  }
}
.cid-vh8sTi6D2v .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh8sTi6D2v .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vh8sTi6D2v .mbr-section-title {
  color: #232323;
}
.cid-vh8sTi6D2v .mbr-text,
.cid-vh8sTi6D2v .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-vh8sTi6D2v .item-title {
  color: #232323;
  text-align: center;
}
.cid-vh8sTi6D2v .content-head {
  max-width: 800px;
}
.cid-vh8sTitPNS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh8sTitPNS .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-vh8sTitPNS img,
.cid-vh8sTitPNS .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vh8sTitPNS .item:focus,
.cid-vh8sTitPNS span:focus {
  outline: none;
}
.cid-vh8sTitPNS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh8sTitPNS .item {
    margin-bottom: 1rem;
  }
}
.cid-vh8sTitPNS .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh8sTitPNS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vh8sTitPNS .mbr-section-title {
  color: #000000;
}
.cid-vh8sTitPNS .mbr-text,
.cid-vh8sTitPNS .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vh8sTitPNS .item-title {
  color: #000000;
  text-align: center;
}
.cid-vh8sTitPNS .content-head {
  max-width: 800px;
}
.cid-vh8sTiZxwG {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #a0e1e1;
}
.cid-vh8sTiZxwG .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vh8sTiZxwG img,
.cid-vh8sTiZxwG .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vh8sTiZxwG .item:focus,
.cid-vh8sTiZxwG span:focus {
  outline: none;
}
.cid-vh8sTiZxwG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh8sTiZxwG .item {
    margin-bottom: 1rem;
  }
}
.cid-vh8sTiZxwG .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh8sTiZxwG .mbr-section-title {
  color: #232323;
}
.cid-vh8sTiZxwG .mbr-text,
.cid-vh8sTiZxwG .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vh8sTiZxwG .item-title {
  color: #232323;
  text-align: center;
}
.cid-vh8sTiZxwG .content-head {
  max-width: 800px;
}
.cid-vh8sTjzOVp {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffeb69;
}
.cid-vh8sTjzOVp .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vh8sTjzOVp img,
.cid-vh8sTjzOVp .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vh8sTjzOVp .item:focus,
.cid-vh8sTjzOVp span:focus {
  outline: none;
}
.cid-vh8sTjzOVp .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh8sTjzOVp .item {
    margin-bottom: 1rem;
  }
}
.cid-vh8sTjzOVp .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vh8sTjzOVp .mbr-section-title {
  color: #232323;
}
.cid-vh8sTjzOVp .mbr-text,
.cid-vh8sTjzOVp .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vh8sTjzOVp .item-title {
  color: #232323;
  text-align: center;
}
.cid-vh8sTjzOVp .content-head {
  max-width: 800px;
}
.cid-vh8sTk5RPH {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-vh8sTk5RPH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh8sTk5RPH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-vh8sTk5RPH .container-fluid {
    padding: 0;
  }
}
.cid-vh8sTk5RPH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-vh8sTk5RPH .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vh8sTk5RPH .embla__button--next,
.cid-vh8sTk5RPH .embla__button--prev {
  display: flex;
}
.cid-vh8sTk5RPH .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vh8sTk5RPH .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vh8sTk5RPH .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vh8sTk5RPH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vh8sTk5RPH .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vh8sTk5RPH .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vh8sTk5RPH .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vh8sTk5RPH .embla {
  position: relative;
  width: 100%;
}
.cid-vh8sTk5RPH .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vh8sTk5RPH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vh8sTk5RPH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vh8sTk5RPH .embla__slide a {
  cursor: grab;
}
.cid-vh8sTk5RPH .embla__slide a:active {
  cursor: grabbing;
}
.cid-vh8sTk5RPH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vh8sTk5RPH .item-menu-overlay {
  border-radius: 2rem;
}
.cid-vh8sTk5RPH .mbr-section-title {
  color: #232323;
}
.cid-vh8sTk5RPH .mbr-section-subtitle {
  color: #232323;
}
.cid-vh8sTk5RPH .mbr-box {
  color: #ffffff;
}
.cid-vh8sTk5RPH .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-vh8sTk5RPH img,
.cid-vh8sTk5RPH .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vh8sTk5RPH .item-wrapper {
  position: relative;
}
.cid-vh8sTk5RPH .content-head {
  max-width: 800px;
}
.cid-vh8sTl7NP3 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: transparent;
}
.cid-vh8sTl7NP3 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh8sTl7NP3 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vh8sTl7NP3 .item-head {
  background: #970c10;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh8sTl7NP3 .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vh8sTl7NP3 .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vh8sTl7NP3 .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh8sTl7NP3 .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vh8sTl7NP3 .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-vh8sTl7NP3 .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-vh8sTl7NP3 .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh8sTl7NP3 .item-wrapper .item-footer {
    padding: 0 1.5rem 2rem;
  }
}
@media (min-width: 1201px) {
  .cid-vh8sTl7NP3 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
.cid-vh8sTl7NP3 .btn {
  width: -webkit-fill-available;
}
.cid-vh8sTl7NP3 .item:focus,
.cid-vh8sTl7NP3 span:focus {
  outline: none;
}
.cid-vh8sTl7NP3 .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-vh8sTl7NP3 .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vh8sTl7NP3 .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vh8sTl7NP3 .mbr-section-title {
  color: #000000;
}
.cid-vh8sTl7NP3 .mbr-section-subtitle {
  color: #2e481a;
}
.cid-vh8sTl7NP3 .mbr-text,
.cid-vh8sTl7NP3 .mbr-section-btn {
  text-align: center;
}
.cid-vh8sTl7NP3 .item-title {
  text-align: left;
  color: var(--primary-text, #ffffff);
}
.cid-vh8sTl7NP3 .item-subtitle {
  text-align: left;
  color: var(--primary-text, #ffffff);
}
.cid-vh8sTl7NP3 .content-head {
  max-width: 800px;
}
.cid-vh8sTlHsTm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh8sTlHsTm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh8sTlHsTm .item-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-vh8sTlHsTm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh8sTlHsTm .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #000000;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-vh8sTlHsTm .card-title,
.cid-vh8sTlHsTm .iconfont-wrapper,
.cid-vh8sTlHsTm .card-text {
  color: #000000;
  text-align: center;
}
.cid-vh8sTlHsTm .content-head {
  max-width: 800px;
}
.cid-vh8sTlHsTm .mbr-section-title {
  color: #000000;
}
.cid-vh8sTlHsTm .mbr-section-btn {
  text-align: center;
}
.cid-vh8sTlHsTm .card-title,
.cid-vh8sTlHsTm .iconfont-wrapper {
  color: #970C10;
}
.cid-vh8sTmdQ14 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh8sTmdQ14 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh8sTmdQ14 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh8sTmdQ14 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vh8sTmdQ14 .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vh8sTmdQ14 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vh8sTmdQ14 .card-wrapper {
    padding: 4rem;
  }
}
.cid-vh8sTmdQ14 .mbr-text,
.cid-vh8sTmdQ14 .mbr-section-btn {
  text-align: center;
}
.cid-vh8sTmdQ14 .card-title {
  text-align: center;
  color: #000000;
}
.cid-vh8sTmyq3g {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vh8sTmyq3g .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh8sTmyq3g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh8sTmyq3g .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh8sTmyq3g .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vh8sTmyq3g .content-head {
  max-width: 800px;
}
.cid-vh8sTmyq3g .img-wrapper {
  padding-right: 1.5rem;
}
.cid-vh8sTmyq3g .img-wrapper img {
  width: 6rem;
}
.cid-vh8sTndGoD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vh8sTndGoD .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vh8sTndGoD .panel-group {
  border: none;
}
.cid-vh8sTndGoD .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vh8sTndGoD .card-header {
    padding: 0rem;
  }
}
.cid-vh8sTndGoD .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vh8sTndGoD .img-col {
  padding: 0;
}
.cid-vh8sTndGoD .img-item {
  height: 100%;
}
.cid-vh8sTndGoD img {
  height: 100%;
  object-fit: cover;
}
.cid-vh8sTndGoD .collapsed span {
  transform: rotate(0deg);
}
.cid-vh8sTndGoD .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vh8sTndGoD p {
  margin-bottom: 0.3rem;
}
.cid-vh8sTndGoD .panel-title-edit {
  color: #000000;
}
.cid-vh8sTndGoD .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vh8sTndGoD .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vh8sTndGoD .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh8sTndGoD .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vh8sTndGoD .panel-text {
  color: #000000;
}
.cid-vh8sTndGoD .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vh8sTndGoD .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vh8sTndGoD .panel-title-edit,
.cid-vh8sTndGoD .mbr-iconfont {
  color: #000000;
}
.cid-vh8sTnKpzI {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/side-antalya-apollon-temple-1920x719.jpg");
  overflow: hidden;
}
.cid-vh8sTo2VV2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-vh8sTo2VV2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vh8sTo2VV2 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vh8sTo2VV2 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vh8sTo2VV2 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vh8sTo2VV2 .content-head {
  max-width: 800px;
}
.cid-vh8sTooXbG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-vh8sTooXbG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh8sTooXbG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh8sTooXbG .row {
  justify-content: center;
}
.cid-vh8sTooXbG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh8sTooXbG .item {
    margin-bottom: 1rem;
  }
}
.cid-vh8sTooXbG .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh8sTooXbG .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vh8sTooXbG .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vh8sTooXbG .content-head {
  max-width: 800px;
}
.cid-vh8sToSIrg {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-vh8sToSIrg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh8sToSIrg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh8sToSIrg .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-vh8sToSIrg .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-vh8sToSIrg .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vh8sToSIrg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vh8sToSIrg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vh8sToSIrg .content-head {
  max-width: 800px;
}
.cid-vh8sTpqXpl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh8sTpqXpl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh8sTpqXpl .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vh8sTpqXpl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh8sTpqXpl .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vh8sTpqXpl .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vh8sTpqXpl .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vh8sTpqXpl .card-title,
.cid-vh8sTpqXpl .iconfont-wrapper {
  color: #000000;
}
.cid-vh8sTpqXpl .card-text {
  color: #000000;
  text-align: center;
}
.cid-vh8sTpqXpl .content-head {
  max-width: 800px;
}
.cid-vh8sTpqXpl .mbr-section-title {
  color: #000000;
}
.cid-vh8sTpqXpl .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vh8sTpqXpl .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vh8sTpqXpl .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vh8sTpqXpl .card-title,
.cid-vh8sTpqXpl .img-wrapper {
  text-align: center;
}
.cid-vh8sTpP4Hn {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vh8sTpP4Hn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh8sTpP4Hn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh8sTpP4Hn .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vh8sTpP4Hn .footer-col {
    flex-direction: column;
  }
}
.cid-vh8sTpP4Hn .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-vh8sTpP4Hn .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vh8sTpP4Hn .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vh8sTpP4Hn .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vh8sTpP4Hn .mbr-section-btn {
    text-align: center;
  }
}
.cid-vh8sTpP4Hn .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vh8sTpP4Hn .soc-item {
  margin: 8px;
}
.cid-vh8sTpP4Hn .soc-item a:hover .mbr-iconfont,
.cid-vh8sTpP4Hn .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-vh8sTpP4Hn .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vh8sTpP4Hn .row {
    text-align: center;
  }
  .cid-vh8sTpP4Hn .social-row {
    justify-content: center;
  }
}
.cid-vh8sTpP4Hn .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-vh8sTpP4Hn .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vh8sTpP4Hn .list {
    margin-bottom: 0rem;
  }
}
.cid-vh8sTpP4Hn .mbr-text {
  color: #bbbbbb;
}
.cid-vh8sTpP4Hn .mbr-section-subtitle {
  color: #000000;
}
.cid-vh8sTpP4Hn .list,
.cid-vh8sTpP4Hn .item-wrap {
  color: #232323;
}
.cid-vh8sTpP4Hn .copyright {
  color: #000000;
}
.cid-vh8sTql1Q9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vh8sTql1Q9 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vh8sTql1Q9 .item-wrapper {
  margin-bottom: 2rem;
}
.cid-vh8sTql1Q9 .card-title,
.cid-vh8sTql1Q9 .iconfont-wrapper {
  color: #000000;
}
.cid-vh8sTql1Q9 .card-text {
  color: #000000;
  text-align: center;
}
.cid-vh8sTql1Q9 .content-head {
  max-width: 800px;
}
.cid-vh8sTql1Q9 .mbr-section-title {
  color: #000000;
}
.cid-vh8sTql1Q9 .card-title,
.cid-vh8sTql1Q9 .img-wrapper {
  text-align: center;
}
.cid-vh8sTql1Q9 .img-wrapper {
  display: flex;
  justify-content: center;
}
