.btn {
  border-width: 2px;
}
body {
  font-family: Lexend;
}
.display-1 {
  font-family: 'Lexend', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Lexend', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #22a5e5 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #262b2f !important;
}
.bg-warning {
  background-color: #232323 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #01386a !important;
  border-color: #01386a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000b14 !important;
  border-color: #000b14 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000b14 !important;
  border-color: #000b14 !important;
}
.btn-info,
.btn-info:active {
  background-color: #262b2f !important;
  border-color: #262b2f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #22a5e5;
  color: #22a5e5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #13709e !important;
  background-color: transparent!important;
  border-color: #13709e !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #01386a;
  color: #01386a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000b14 !important;
  background-color: transparent!important;
  border-color: #000b14 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #01386a !important;
  border-color: #01386a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #262b2f;
  color: #262b2f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #262b2f !important;
  border-color: #262b2f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #22a5e5 !important;
}
.text-secondary {
  color: #01386a !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #262b2f !important;
}
.text-warning {
  color: #232323 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #116690 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000305 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #22a5e5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #262b2f;
}
.alert-warning {
  background-color: #232323;
}
.alert-danger {
  background-color: #000000;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #22a5e5;
  border-color: #22a5e5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #22a5e5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d9effa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9dde1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #22a5e5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #22a5e5;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #22a5e5;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #22a5e5;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #22a5e5;
  border-bottom-color: #22a5e5;
}
.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: #000000 !important;
  background-color: #22a5e5 !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: #01386a !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='%2322a5e5' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-u5sjTILFVJ {
  z-index: 1000;
  width: 100%;
}
.cid-u5sjTILFVJ nav.navbar {
  position: fixed;
}
.cid-u5sjTILFVJ .navbar-nav {
  margin: auto;
}
.cid-u5sjTILFVJ .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5sjTILFVJ .dropdown-item:hover,
.cid-u5sjTILFVJ .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u5sjTILFVJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5sjTILFVJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5sjTILFVJ .navbar-short,
.cid-u5sjTILFVJ .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-u5sjTILFVJ .navbar-short .nav-link,
.cid-u5sjTILFVJ .opened .nav-link,
.cid-u5sjTILFVJ .navbar-short .navbar-caption,
.cid-u5sjTILFVJ .opened .navbar-caption,
.cid-u5sjTILFVJ .navbar-short .mbr-iconfont,
.cid-u5sjTILFVJ .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u5sjTILFVJ .navbar-short .hamburger span,
.cid-u5sjTILFVJ .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-u5sjTILFVJ .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u5sjTILFVJ .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;
}
.cid-u5sjTILFVJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5sjTILFVJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5sjTILFVJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5sjTILFVJ .container {
  display: flex;
  margin: auto;
}
.cid-u5sjTILFVJ .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5sjTILFVJ .dropdown-menu,
.cid-u5sjTILFVJ .navbar.opened {
  background: #232323 !important;
}
.cid-u5sjTILFVJ .nav-item:focus,
.cid-u5sjTILFVJ .nav-link:focus {
  outline: none;
}
.cid-u5sjTILFVJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5sjTILFVJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5sjTILFVJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5sjTILFVJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5sjTILFVJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5sjTILFVJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5sjTILFVJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-u5sjTILFVJ .navbar.opened {
  transition: all 0.3s;
}
.cid-u5sjTILFVJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5sjTILFVJ .navbar .navbar-logo img {
  width: auto;
}
.cid-u5sjTILFVJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5sjTILFVJ .navbar.collapsed {
  justify-content: center;
}
.cid-u5sjTILFVJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5sjTILFVJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5sjTILFVJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u5sjTILFVJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5sjTILFVJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5sjTILFVJ .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-u5sjTILFVJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5sjTILFVJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5sjTILFVJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5sjTILFVJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5sjTILFVJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5sjTILFVJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5sjTILFVJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5sjTILFVJ .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-u5sjTILFVJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5sjTILFVJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5sjTILFVJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5sjTILFVJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5sjTILFVJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5sjTILFVJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5sjTILFVJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5sjTILFVJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5sjTILFVJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5sjTILFVJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5sjTILFVJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5sjTILFVJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5sjTILFVJ .dropdown-item.active,
.cid-u5sjTILFVJ .dropdown-item:active {
  background-color: transparent;
}
.cid-u5sjTILFVJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5sjTILFVJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5sjTILFVJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5sjTILFVJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u5sjTILFVJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5sjTILFVJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5sjTILFVJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5sjTILFVJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5sjTILFVJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5sjTILFVJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-u5sjTILFVJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5sjTILFVJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5sjTILFVJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5sjTILFVJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5sjTILFVJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5sjTILFVJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5sjTILFVJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5sjTILFVJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5sjTILFVJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5sjTILFVJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5sjTILFVJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5sjTILFVJ .navbar {
    height: 70px;
  }
  .cid-u5sjTILFVJ .navbar.opened {
    height: auto;
  }
  .cid-u5sjTILFVJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9f5Vo3Qe7 {
  background-image: url("../../../assets/images/heaven-aruba-escort-models-agency.webp");
}
.cid-v9f5Vo3Qe7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9f5Vo3Qe7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9f5Vo3Qe7 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-v9f5Vo3Qe7 .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  color: #ffffff;
}
.cid-v9f5Vo3Qe7 .social-row .soc-item .mbr-iconfont:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-v9f5Vo3Qe7 .mbr-section-title {
  color: #ffffff;
}
.cid-v9f5Vo3Qe7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9f5Vo3Qe7 .mbr-text,
.cid-v9f5Vo3Qe7 .mbr-section-btn,
.cid-v9f5Vo3Qe7 .social-row {
  color: #ffffff;
}
.cid-uyP3HLpfDn {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uyP3HLpfDn img,
.cid-uyP3HLpfDn .item-img {
  width: 100%;
}
.cid-uyP3HLpfDn .item:focus,
.cid-uyP3HLpfDn span:focus {
  outline: none;
}
.cid-uyP3HLpfDn .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uyP3HLpfDn .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyP3HLpfDn .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uyP3HLpfDn .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyP3HLpfDn .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uyP3HLpfDn .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uyP3HLpfDn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyP3HLpfDn .mbr-section-title {
  color: #ffffff;
}
.cid-uyP3HLpfDn .mbr-text,
.cid-uyP3HLpfDn .mbr-section-btn {
  text-align: center;
}
.cid-uyP3HLpfDn .item-title {
  text-align: center;
  color: #22a5e5;
}
.cid-uyP3HLpfDn .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uyP3HLpfDn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugQikxpcLj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ugQikxpcLj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugQikxpcLj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugQikxpcLj [class^="socicon-"]:before,
.cid-ugQikxpcLj [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ugQikxpcLj .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #22a5e5;
  border-width: 2px;
  transition: all .3s;
  border-color: #22a5e5;
}
.cid-ugQikxpcLj .btn-social:hover {
  background: #22a5e5;
}
.cid-ugQikxpcLj .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-ugQikxpcLj .mbr-section-title,
.cid-ugQikxpcLj .mbr-social-likes {
  color: #ffffff;
}
.cid-u5Crdz6tu4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-u5Crdz6tu4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5Crdz6tu4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5Crdz6tu4 .mbr-section-title {
  color: #ffffff;
}
.cid-u5Crdz6tu4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ve2XQC50yR {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-ve2XQC50yR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve2XQC50yR .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0;
}
@media (max-width: 450px) {
  .cid-ve2XQC50yR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ve2XQC50yR .row {
  flex-direction: row-reverse;
}
.cid-ve2XQC50yR img {
  width: 50%;
}
.cid-ve2XQC50yR .mbr-description {
  color: #ffffff;
  text-align: center;
}
.cid-ukFkaSWzSs .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 100px;
  background-color: #22a5e5;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-ukFkaSWzSs .my-float {
  margin-top: 16px;
}
.cid-ukFkaSWzSs P {
  color: #232323;
}
.cid-ukFkaSWzSs DIV {
  color: #ffffff;
}
.cid-ukFkaSWzSs H10 {
  color: #767676;
}
.cid-ukFkaSWzSs .hidden {
  display: none;
}
.cid-v6kyfVCUL8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v6kyfVCUL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6kyfVCUL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6kyfVCUL8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v6kyfVCUL8 .row {
    text-align: center;
  }
  .cid-v6kyfVCUL8 .row > div {
    margin: auto;
  }
  .cid-v6kyfVCUL8 .social-row {
    justify-content: center;
  }
}
.cid-v6kyfVCUL8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v6kyfVCUL8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 0rem;
  }
}
.cid-v6kyfVCUL8 .mbr-text {
  color: #ffffff;
}
.cid-v6kyfVCUL8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v6kyfVCUL8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u5sqUiBV36 {
  z-index: 1000;
  width: 100%;
}
.cid-u5sqUiBV36 nav.navbar {
  position: fixed;
}
.cid-u5sqUiBV36 .navbar-nav {
  margin: auto;
}
.cid-u5sqUiBV36 .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5sqUiBV36 .dropdown-item:hover,
.cid-u5sqUiBV36 .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u5sqUiBV36 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5sqUiBV36 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5sqUiBV36 .navbar-short,
.cid-u5sqUiBV36 .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-u5sqUiBV36 .navbar-short .nav-link,
.cid-u5sqUiBV36 .opened .nav-link,
.cid-u5sqUiBV36 .navbar-short .navbar-caption,
.cid-u5sqUiBV36 .opened .navbar-caption,
.cid-u5sqUiBV36 .navbar-short .mbr-iconfont,
.cid-u5sqUiBV36 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u5sqUiBV36 .navbar-short .hamburger span,
.cid-u5sqUiBV36 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-u5sqUiBV36 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u5sqUiBV36 .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;
}
.cid-u5sqUiBV36 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5sqUiBV36 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5sqUiBV36 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5sqUiBV36 .container {
  display: flex;
  margin: auto;
}
.cid-u5sqUiBV36 .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5sqUiBV36 .dropdown-menu,
.cid-u5sqUiBV36 .navbar.opened {
  background: #232323 !important;
}
.cid-u5sqUiBV36 .nav-item:focus,
.cid-u5sqUiBV36 .nav-link:focus {
  outline: none;
}
.cid-u5sqUiBV36 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5sqUiBV36 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5sqUiBV36 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5sqUiBV36 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5sqUiBV36 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5sqUiBV36 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5sqUiBV36 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-u5sqUiBV36 .navbar.opened {
  transition: all 0.3s;
}
.cid-u5sqUiBV36 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5sqUiBV36 .navbar .navbar-logo img {
  width: auto;
}
.cid-u5sqUiBV36 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5sqUiBV36 .navbar.collapsed {
  justify-content: center;
}
.cid-u5sqUiBV36 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5sqUiBV36 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5sqUiBV36 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u5sqUiBV36 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5sqUiBV36 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5sqUiBV36 .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-u5sqUiBV36 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5sqUiBV36 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5sqUiBV36 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5sqUiBV36 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5sqUiBV36 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5sqUiBV36 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5sqUiBV36 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5sqUiBV36 .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-u5sqUiBV36 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5sqUiBV36 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5sqUiBV36 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5sqUiBV36 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5sqUiBV36 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5sqUiBV36 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5sqUiBV36 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5sqUiBV36 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5sqUiBV36 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5sqUiBV36 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5sqUiBV36 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5sqUiBV36 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5sqUiBV36 .dropdown-item.active,
.cid-u5sqUiBV36 .dropdown-item:active {
  background-color: transparent;
}
.cid-u5sqUiBV36 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5sqUiBV36 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5sqUiBV36 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5sqUiBV36 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u5sqUiBV36 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5sqUiBV36 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5sqUiBV36 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5sqUiBV36 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5sqUiBV36 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5sqUiBV36 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-u5sqUiBV36 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5sqUiBV36 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5sqUiBV36 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5sqUiBV36 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5sqUiBV36 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5sqUiBV36 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5sqUiBV36 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5sqUiBV36 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5sqUiBV36 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5sqUiBV36 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5sqUiBV36 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5sqUiBV36 .navbar {
    height: 70px;
  }
  .cid-u5sqUiBV36 .navbar.opened {
    height: auto;
  }
  .cid-u5sqUiBV36 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5B6fXfGTk {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/about-heaven-escorts-aruba-3.webp");
}
.cid-u5B6fXfGTk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u5B6fXfGTk .mbr-text,
.cid-u5B6fXfGTk .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u5B6fXfGTk .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u5CsaHUj5W {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-u5CsaHUj5W .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5CsaHUj5W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5CsaHUj5W .mbr-section-title {
  color: #ffffff;
}
.cid-u5CsaHUj5W .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vcF5nyQKFz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vcF5nyQKFz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcF5nyQKFz .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-vcF5nyQKFz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcF5nyQKFz .row {
  flex-direction: row-reverse;
}
.cid-vcF5nyQKFz img {
  width: 100%;
}
.cid-ugQiZRtSiT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ugQiZRtSiT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugQiZRtSiT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugQiZRtSiT [class^="socicon-"]:before,
.cid-ugQiZRtSiT [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ugQiZRtSiT .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #22a5e5;
  border-width: 2px;
  transition: all .3s;
  border-color: #22a5e5;
}
.cid-ugQiZRtSiT .btn-social:hover {
  background: #22a5e5;
}
.cid-ugQiZRtSiT .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-ugQiZRtSiT .mbr-section-title,
.cid-ugQiZRtSiT .mbr-social-likes {
  color: #ffffff;
}
.cid-u5CvxYrvnF {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-u5CvxYrvnF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5CvxYrvnF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5CvxYrvnF .mbr-section-title {
  color: #22a5e5;
}
.cid-u5CvxYrvnF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v6kyfVCUL8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v6kyfVCUL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6kyfVCUL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6kyfVCUL8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v6kyfVCUL8 .row {
    text-align: center;
  }
  .cid-v6kyfVCUL8 .row > div {
    margin: auto;
  }
  .cid-v6kyfVCUL8 .social-row {
    justify-content: center;
  }
}
.cid-v6kyfVCUL8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v6kyfVCUL8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 0rem;
  }
}
.cid-v6kyfVCUL8 .mbr-text {
  color: #ffffff;
}
.cid-v6kyfVCUL8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v6kyfVCUL8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u5sr2xIttI {
  z-index: 1000;
  width: 100%;
}
.cid-u5sr2xIttI nav.navbar {
  position: fixed;
}
.cid-u5sr2xIttI .navbar-nav {
  margin: auto;
}
.cid-u5sr2xIttI .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5sr2xIttI .dropdown-item:hover,
.cid-u5sr2xIttI .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u5sr2xIttI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5sr2xIttI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5sr2xIttI .navbar-short,
.cid-u5sr2xIttI .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-u5sr2xIttI .navbar-short .nav-link,
.cid-u5sr2xIttI .opened .nav-link,
.cid-u5sr2xIttI .navbar-short .navbar-caption,
.cid-u5sr2xIttI .opened .navbar-caption,
.cid-u5sr2xIttI .navbar-short .mbr-iconfont,
.cid-u5sr2xIttI .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u5sr2xIttI .navbar-short .hamburger span,
.cid-u5sr2xIttI .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-u5sr2xIttI .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u5sr2xIttI .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;
}
.cid-u5sr2xIttI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5sr2xIttI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5sr2xIttI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5sr2xIttI .container {
  display: flex;
  margin: auto;
}
.cid-u5sr2xIttI .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5sr2xIttI .dropdown-menu,
.cid-u5sr2xIttI .navbar.opened {
  background: #232323 !important;
}
.cid-u5sr2xIttI .nav-item:focus,
.cid-u5sr2xIttI .nav-link:focus {
  outline: none;
}
.cid-u5sr2xIttI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5sr2xIttI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5sr2xIttI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5sr2xIttI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5sr2xIttI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5sr2xIttI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5sr2xIttI .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-u5sr2xIttI .navbar.opened {
  transition: all 0.3s;
}
.cid-u5sr2xIttI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5sr2xIttI .navbar .navbar-logo img {
  width: auto;
}
.cid-u5sr2xIttI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5sr2xIttI .navbar.collapsed {
  justify-content: center;
}
.cid-u5sr2xIttI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5sr2xIttI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5sr2xIttI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u5sr2xIttI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5sr2xIttI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5sr2xIttI .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-u5sr2xIttI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5sr2xIttI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5sr2xIttI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5sr2xIttI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5sr2xIttI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5sr2xIttI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5sr2xIttI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5sr2xIttI .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-u5sr2xIttI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5sr2xIttI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5sr2xIttI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5sr2xIttI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5sr2xIttI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5sr2xIttI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5sr2xIttI .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5sr2xIttI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5sr2xIttI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5sr2xIttI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5sr2xIttI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5sr2xIttI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5sr2xIttI .dropdown-item.active,
.cid-u5sr2xIttI .dropdown-item:active {
  background-color: transparent;
}
.cid-u5sr2xIttI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5sr2xIttI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5sr2xIttI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5sr2xIttI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u5sr2xIttI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5sr2xIttI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5sr2xIttI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5sr2xIttI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5sr2xIttI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5sr2xIttI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-u5sr2xIttI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5sr2xIttI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5sr2xIttI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5sr2xIttI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5sr2xIttI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5sr2xIttI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5sr2xIttI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5sr2xIttI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5sr2xIttI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5sr2xIttI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5sr2xIttI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5sr2xIttI .navbar {
    height: 70px;
  }
  .cid-u5sr2xIttI .navbar.opened {
    height: auto;
  }
  .cid-u5sr2xIttI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5B6iGCnSp {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/gallery-heaven-aruba-female-escorts.webp");
}
.cid-u5B6iGCnSp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u5B6iGCnSp .mbr-text,
.cid-u5B6iGCnSp .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u5B6iGCnSp .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-viefcKIzmC {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-viefcKIzmC img,
.cid-viefcKIzmC .item-img {
  width: 100%;
}
.cid-viefcKIzmC .item:focus,
.cid-viefcKIzmC span:focus {
  outline: none;
}
.cid-viefcKIzmC .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-viefcKIzmC .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-viefcKIzmC .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-viefcKIzmC .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-viefcKIzmC .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-viefcKIzmC .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-viefcKIzmC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-viefcKIzmC .mbr-section-title {
  color: #ffffff;
}
.cid-viefcKIzmC .mbr-text,
.cid-viefcKIzmC .mbr-section-btn {
  text-align: center;
}
.cid-viefcKIzmC .item-title {
  text-align: center;
  color: #22a5e5;
}
.cid-viefcKIzmC .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-viefcKIzmC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vgvUW4ZVH5 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-vgvUW4ZVH5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgvUW4ZVH5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgvUW4ZVH5 .card-wrapper {
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vgvUW4ZVH5 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vgvUW4ZVH5 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgvUW4ZVH5 .card-wrapper {
    padding: 4rem;
  }
}
.cid-vgvUW4ZVH5 .mbr-text,
.cid-vgvUW4ZVH5 .mbr-section-btn {
  color: #ffffff;
}
.cid-vgvUW4ZVH5 .card-title,
.cid-vgvUW4ZVH5 .card-box {
  text-align: center;
}
.cid-v6kyfVCUL8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v6kyfVCUL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6kyfVCUL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6kyfVCUL8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v6kyfVCUL8 .row {
    text-align: center;
  }
  .cid-v6kyfVCUL8 .row > div {
    margin: auto;
  }
  .cid-v6kyfVCUL8 .social-row {
    justify-content: center;
  }
}
.cid-v6kyfVCUL8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v6kyfVCUL8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 0rem;
  }
}
.cid-v6kyfVCUL8 .mbr-text {
  color: #ffffff;
}
.cid-v6kyfVCUL8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v6kyfVCUL8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u5srggwUx0 {
  z-index: 1000;
  width: 100%;
}
.cid-u5srggwUx0 nav.navbar {
  position: fixed;
}
.cid-u5srggwUx0 .navbar-nav {
  margin: auto;
}
.cid-u5srggwUx0 .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5srggwUx0 .dropdown-item:hover,
.cid-u5srggwUx0 .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u5srggwUx0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5srggwUx0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5srggwUx0 .navbar-short,
.cid-u5srggwUx0 .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-u5srggwUx0 .navbar-short .nav-link,
.cid-u5srggwUx0 .opened .nav-link,
.cid-u5srggwUx0 .navbar-short .navbar-caption,
.cid-u5srggwUx0 .opened .navbar-caption,
.cid-u5srggwUx0 .navbar-short .mbr-iconfont,
.cid-u5srggwUx0 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u5srggwUx0 .navbar-short .hamburger span,
.cid-u5srggwUx0 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-u5srggwUx0 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u5srggwUx0 .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;
}
.cid-u5srggwUx0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5srggwUx0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5srggwUx0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5srggwUx0 .container {
  display: flex;
  margin: auto;
}
.cid-u5srggwUx0 .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5srggwUx0 .dropdown-menu,
.cid-u5srggwUx0 .navbar.opened {
  background: #232323 !important;
}
.cid-u5srggwUx0 .nav-item:focus,
.cid-u5srggwUx0 .nav-link:focus {
  outline: none;
}
.cid-u5srggwUx0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5srggwUx0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5srggwUx0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5srggwUx0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5srggwUx0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5srggwUx0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5srggwUx0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-u5srggwUx0 .navbar.opened {
  transition: all 0.3s;
}
.cid-u5srggwUx0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5srggwUx0 .navbar .navbar-logo img {
  width: auto;
}
.cid-u5srggwUx0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5srggwUx0 .navbar.collapsed {
  justify-content: center;
}
.cid-u5srggwUx0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5srggwUx0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5srggwUx0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u5srggwUx0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5srggwUx0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5srggwUx0 .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-u5srggwUx0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5srggwUx0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5srggwUx0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5srggwUx0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5srggwUx0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5srggwUx0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5srggwUx0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5srggwUx0 .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-u5srggwUx0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5srggwUx0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5srggwUx0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5srggwUx0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5srggwUx0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5srggwUx0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5srggwUx0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5srggwUx0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5srggwUx0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5srggwUx0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5srggwUx0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5srggwUx0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5srggwUx0 .dropdown-item.active,
.cid-u5srggwUx0 .dropdown-item:active {
  background-color: transparent;
}
.cid-u5srggwUx0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5srggwUx0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5srggwUx0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5srggwUx0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u5srggwUx0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5srggwUx0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5srggwUx0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5srggwUx0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5srggwUx0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5srggwUx0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-u5srggwUx0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5srggwUx0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5srggwUx0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5srggwUx0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5srggwUx0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5srggwUx0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5srggwUx0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5srggwUx0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5srggwUx0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5srggwUx0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5srggwUx0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5srggwUx0 .navbar {
    height: 70px;
  }
  .cid-u5srggwUx0 .navbar.opened {
    height: auto;
  }
  .cid-u5srggwUx0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5B6lwdGjl {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/escort-services-offered-by-heaven-escorts-aruba.webp");
}
.cid-u5B6lwdGjl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u5B6lwdGjl .mbr-text,
.cid-u5B6lwdGjl .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u5B6lwdGjl .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u5svirZ0QM {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-u5svirZ0QM .container {
  max-width: 1500px;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-u5svirZ0QM .container {
    padding: 0 1rem;
  }
}
.cid-u5svirZ0QM .item-wrapper {
  overflow: hidden;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-radius: 30px;
  flex-flow: column nowrap;
  padding: 2rem;
}
.cid-u5svirZ0QM .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: black;
  transition: all 0.3s;
  opacity: 0;
}
.cid-u5svirZ0QM .item-wrapper:hover .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.cid-u5svirZ0QM .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-u5svirZ0QM .item-wrapper:hover:before {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-u5svirZ0QM .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-u5svirZ0QM .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .cid-u5svirZ0QM .item-wrapper:before {
    opacity: 0.5;
  }
}
.cid-u5svirZ0QM .item-img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cid-u5svirZ0QM .item-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-u5svirZ0QM .item-content {
  z-index: 3;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(5px);
  position: relative;
}
.cid-u5svirZ0QM .item:focus,
.cid-u5svirZ0QM span:focus {
  outline: none;
}
.cid-u5svirZ0QM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u5svirZ0QM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u5svirZ0QM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u5svirZ0QM .mbr-text,
.cid-u5svirZ0QM .mbr-section-btn {
  color: #22a5e5;
}
.cid-u5svirZ0QM .item-title {
  color: #ffffff;
}
.cid-u5svirZ0QM .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uby76ldEaf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uby76ldEaf .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uby76ldEaf .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uby76ldEaf .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #22a5e5;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uby76ldEaf .mbr-text {
  color: #ffffff;
}
.cid-uby76ldEaf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uby76ldEaf .mbr-text UL {
  text-align: center;
}
.cid-uby76ldEaf .mbr-text P {
  text-align: center;
}
.cid-ugQjrZWWJ0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ugQjrZWWJ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugQjrZWWJ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugQjrZWWJ0 [class^="socicon-"]:before,
.cid-ugQjrZWWJ0 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ugQjrZWWJ0 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #22a5e5;
  border-width: 2px;
  transition: all .3s;
  border-color: #22a5e5;
}
.cid-ugQjrZWWJ0 .btn-social:hover {
  background: #22a5e5;
}
.cid-ugQjrZWWJ0 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-ugQjrZWWJ0 .mbr-section-title,
.cid-ugQjrZWWJ0 .mbr-social-likes {
  color: #ffffff;
}
.cid-ve31FZJXNV {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-ve31FZJXNV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve31FZJXNV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve31FZJXNV .video-wrapper iframe {
  width: 100%;
}
.cid-ve31FZJXNV .mbr-section-title,
.cid-ve31FZJXNV .mbr-section-subtitle,
.cid-ve31FZJXNV .mbr-text {
  text-align: center;
}
.cid-ve31FZJXNV .mbr-section-title {
  color: #ffffff;
}
.cid-ve31FZJXNV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v6kyfVCUL8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v6kyfVCUL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6kyfVCUL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6kyfVCUL8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v6kyfVCUL8 .row {
    text-align: center;
  }
  .cid-v6kyfVCUL8 .row > div {
    margin: auto;
  }
  .cid-v6kyfVCUL8 .social-row {
    justify-content: center;
  }
}
.cid-v6kyfVCUL8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v6kyfVCUL8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 0rem;
  }
}
.cid-v6kyfVCUL8 .mbr-text {
  color: #ffffff;
}
.cid-v6kyfVCUL8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v6kyfVCUL8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u5smFaEnFQ {
  z-index: 1000;
  width: 100%;
}
.cid-u5smFaEnFQ nav.navbar {
  position: fixed;
}
.cid-u5smFaEnFQ .navbar-nav {
  margin: auto;
}
.cid-u5smFaEnFQ .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5smFaEnFQ .dropdown-item:hover,
.cid-u5smFaEnFQ .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u5smFaEnFQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5smFaEnFQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5smFaEnFQ .navbar-short,
.cid-u5smFaEnFQ .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-u5smFaEnFQ .navbar-short .nav-link,
.cid-u5smFaEnFQ .opened .nav-link,
.cid-u5smFaEnFQ .navbar-short .navbar-caption,
.cid-u5smFaEnFQ .opened .navbar-caption,
.cid-u5smFaEnFQ .navbar-short .mbr-iconfont,
.cid-u5smFaEnFQ .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u5smFaEnFQ .navbar-short .hamburger span,
.cid-u5smFaEnFQ .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-u5smFaEnFQ .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u5smFaEnFQ .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;
}
.cid-u5smFaEnFQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5smFaEnFQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5smFaEnFQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5smFaEnFQ .container {
  display: flex;
  margin: auto;
}
.cid-u5smFaEnFQ .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5smFaEnFQ .dropdown-menu,
.cid-u5smFaEnFQ .navbar.opened {
  background: #232323 !important;
}
.cid-u5smFaEnFQ .nav-item:focus,
.cid-u5smFaEnFQ .nav-link:focus {
  outline: none;
}
.cid-u5smFaEnFQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5smFaEnFQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5smFaEnFQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5smFaEnFQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5smFaEnFQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5smFaEnFQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5smFaEnFQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-u5smFaEnFQ .navbar.opened {
  transition: all 0.3s;
}
.cid-u5smFaEnFQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5smFaEnFQ .navbar .navbar-logo img {
  width: auto;
}
.cid-u5smFaEnFQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5smFaEnFQ .navbar.collapsed {
  justify-content: center;
}
.cid-u5smFaEnFQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5smFaEnFQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5smFaEnFQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u5smFaEnFQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5smFaEnFQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5smFaEnFQ .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-u5smFaEnFQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5smFaEnFQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5smFaEnFQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5smFaEnFQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5smFaEnFQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5smFaEnFQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5smFaEnFQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5smFaEnFQ .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-u5smFaEnFQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5smFaEnFQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5smFaEnFQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5smFaEnFQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5smFaEnFQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5smFaEnFQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5smFaEnFQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5smFaEnFQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5smFaEnFQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5smFaEnFQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5smFaEnFQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5smFaEnFQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5smFaEnFQ .dropdown-item.active,
.cid-u5smFaEnFQ .dropdown-item:active {
  background-color: transparent;
}
.cid-u5smFaEnFQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5smFaEnFQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5smFaEnFQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5smFaEnFQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u5smFaEnFQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5smFaEnFQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5smFaEnFQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5smFaEnFQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5smFaEnFQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5smFaEnFQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-u5smFaEnFQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5smFaEnFQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5smFaEnFQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5smFaEnFQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5smFaEnFQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5smFaEnFQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5smFaEnFQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5smFaEnFQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5smFaEnFQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5smFaEnFQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5smFaEnFQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5smFaEnFQ .navbar {
    height: 70px;
  }
  .cid-u5smFaEnFQ .navbar.opened {
    height: auto;
  }
  .cid-u5smFaEnFQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5B6zirDm8 {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/heaven-aruba-escort-models-contact.webp");
}
.cid-u5B6zirDm8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u5B6zirDm8 .mbr-text,
.cid-u5B6zirDm8 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u5B6zirDm8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u5UpfchuUl {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-u5UpfchuUl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5UpfchuUl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5UpfchuUl .mbr-section-title {
  color: #ffffff;
}
.cid-u5UpfchuUl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9vJDmYZ8P {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #232323;
}
.cid-u9vJDmYZ8P .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9vJDmYZ8P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9vJDmYZ8P .google-map {
  height: 30rem;
  position: relative;
}
.cid-u9vJDmYZ8P .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u9vJDmYZ8P .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-u9vJDmYZ8P .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9vJDmYZ8P .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9vJDmYZ8P .mbr-section-title {
  color: #ffffff;
}
.cid-u9vJDmYZ8P .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugQlGZm8f3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ugQlGZm8f3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugQlGZm8f3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugQlGZm8f3 [class^="socicon-"]:before,
.cid-ugQlGZm8f3 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ugQlGZm8f3 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #22a5e5;
  border-width: 2px;
  transition: all .3s;
  border-color: #22a5e5;
}
.cid-ugQlGZm8f3 .btn-social:hover {
  background: #22a5e5;
}
.cid-ugQlGZm8f3 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-ugQlGZm8f3 .mbr-section-title,
.cid-ugQlGZm8f3 .mbr-social-likes {
  color: #ffffff;
}
.cid-u5smFbMOL3 {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #232323;
}
.cid-u5smFbMOL3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.2;
}
.cid-u5smFbMOL3 input,
.cid-u5smFbMOL3 textarea {
  opacity: 0.7;
  border-radius: 10px;
}
.cid-u5smFbMOL3 input:hover,
.cid-u5smFbMOL3 textarea:hover {
  border-color: transparent!important;
}
.cid-u5smFbMOL3 .btn {
  border-radius: 2rem;
  padding: 1rem 3rem;
  width: -webkit-fill-available;
}
.cid-u5smFbMOL3 h4 {
  margin-bottom: 3rem;
}
.cid-u5smFbMOL3 .col-auto {
  width: 100%;
}
.cid-u5smFbMOL3 textarea {
  min-height: 250px;
}
.cid-u5smFbMOL3 .mbr-form {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 7rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u5smFbMOL3 .mbr-form {
    padding: 2rem 1rem;
  }
}
.cid-u5smFbMOL3 .mbr-form:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-u5smFbMOL3 H4 {
  color: #263d5a;
}
.cid-u5smFbMOL3 .section-content-text {
  color: #ffffff;
}
.cid-u5smFbMOL3 .section-content-title {
  color: #ffffff;
}
.cid-u5smFbMOL3 .section-content-subtitle {
  color: #ffffff;
}
.cid-u5smFbMOL3 LABEL {
  color: #ffffff;
}
.cid-v6kyfVCUL8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v6kyfVCUL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6kyfVCUL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6kyfVCUL8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v6kyfVCUL8 .row {
    text-align: center;
  }
  .cid-v6kyfVCUL8 .row > div {
    margin: auto;
  }
  .cid-v6kyfVCUL8 .social-row {
    justify-content: center;
  }
}
.cid-v6kyfVCUL8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v6kyfVCUL8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 0rem;
  }
}
.cid-v6kyfVCUL8 .mbr-text {
  color: #ffffff;
}
.cid-v6kyfVCUL8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v6kyfVCUL8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u5u2ZOzaXt {
  z-index: 1000;
  width: 100%;
}
.cid-u5u2ZOzaXt nav.navbar {
  position: fixed;
}
.cid-u5u2ZOzaXt .navbar-nav {
  margin: auto;
}
.cid-u5u2ZOzaXt .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5u2ZOzaXt .dropdown-item:hover,
.cid-u5u2ZOzaXt .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u5u2ZOzaXt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5u2ZOzaXt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5u2ZOzaXt .navbar-short,
.cid-u5u2ZOzaXt .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-u5u2ZOzaXt .navbar-short .nav-link,
.cid-u5u2ZOzaXt .opened .nav-link,
.cid-u5u2ZOzaXt .navbar-short .navbar-caption,
.cid-u5u2ZOzaXt .opened .navbar-caption,
.cid-u5u2ZOzaXt .navbar-short .mbr-iconfont,
.cid-u5u2ZOzaXt .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u5u2ZOzaXt .navbar-short .hamburger span,
.cid-u5u2ZOzaXt .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-u5u2ZOzaXt .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u5u2ZOzaXt .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;
}
.cid-u5u2ZOzaXt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5u2ZOzaXt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5u2ZOzaXt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5u2ZOzaXt .container {
  display: flex;
  margin: auto;
}
.cid-u5u2ZOzaXt .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5u2ZOzaXt .dropdown-menu,
.cid-u5u2ZOzaXt .navbar.opened {
  background: #232323 !important;
}
.cid-u5u2ZOzaXt .nav-item:focus,
.cid-u5u2ZOzaXt .nav-link:focus {
  outline: none;
}
.cid-u5u2ZOzaXt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5u2ZOzaXt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5u2ZOzaXt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5u2ZOzaXt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5u2ZOzaXt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5u2ZOzaXt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5u2ZOzaXt .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-u5u2ZOzaXt .navbar.opened {
  transition: all 0.3s;
}
.cid-u5u2ZOzaXt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5u2ZOzaXt .navbar .navbar-logo img {
  width: auto;
}
.cid-u5u2ZOzaXt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5u2ZOzaXt .navbar.collapsed {
  justify-content: center;
}
.cid-u5u2ZOzaXt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5u2ZOzaXt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5u2ZOzaXt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u5u2ZOzaXt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5u2ZOzaXt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5u2ZOzaXt .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-u5u2ZOzaXt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5u2ZOzaXt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5u2ZOzaXt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5u2ZOzaXt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5u2ZOzaXt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5u2ZOzaXt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5u2ZOzaXt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5u2ZOzaXt .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-u5u2ZOzaXt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5u2ZOzaXt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5u2ZOzaXt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5u2ZOzaXt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5u2ZOzaXt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5u2ZOzaXt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5u2ZOzaXt .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5u2ZOzaXt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5u2ZOzaXt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5u2ZOzaXt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5u2ZOzaXt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5u2ZOzaXt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5u2ZOzaXt .dropdown-item.active,
.cid-u5u2ZOzaXt .dropdown-item:active {
  background-color: transparent;
}
.cid-u5u2ZOzaXt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5u2ZOzaXt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5u2ZOzaXt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5u2ZOzaXt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u5u2ZOzaXt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5u2ZOzaXt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5u2ZOzaXt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5u2ZOzaXt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5u2ZOzaXt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5u2ZOzaXt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-u5u2ZOzaXt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5u2ZOzaXt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5u2ZOzaXt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5u2ZOzaXt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5u2ZOzaXt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5u2ZOzaXt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5u2ZOzaXt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5u2ZOzaXt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5u2ZOzaXt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5u2ZOzaXt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5u2ZOzaXt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5u2ZOzaXt .navbar {
    height: 70px;
  }
  .cid-u5u2ZOzaXt .navbar.opened {
    height: auto;
  }
  .cid-u5u2ZOzaXt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5B6vH23yc {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/meet-our-hotel-escorts-in-aruba.webp");
}
.cid-u5B6vH23yc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u5B6vH23yc .mbr-text,
.cid-u5B6vH23yc .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u5B6vH23yc .mbr-section-subtitle {
  color: #22a5e5;
  text-align: center;
}
.cid-u5EIHUiCcp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-u5EIHUiCcp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5EIHUiCcp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5EIHUiCcp .mbr-section-title {
  color: #22a5e5;
}
.cid-u5EIHUiCcp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugQlp69Sho {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ugQlp69Sho .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugQlp69Sho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugQlp69Sho [class^="socicon-"]:before,
.cid-ugQlp69Sho [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ugQlp69Sho .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #22a5e5;
  border-width: 2px;
  transition: all .3s;
  border-color: #22a5e5;
}
.cid-ugQlp69Sho .btn-social:hover {
  background: #22a5e5;
}
.cid-ugQlp69Sho .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-ugQlp69Sho .mbr-section-title,
.cid-ugQlp69Sho .mbr-social-likes {
  color: #ffffff;
}
.cid-u5DaCz1NAJ {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-u5DaCz1NAJ .item {
  padding-bottom: 2rem;
}
.cid-u5DaCz1NAJ img,
.cid-u5DaCz1NAJ .item-wrapper {
  transition: all .7s;
}
.cid-u5DaCz1NAJ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u5DaCz1NAJ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u5DaCz1NAJ .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;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-u5DaCz1NAJ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u5DaCz1NAJ .item-wrapper:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.4;
}
.cid-u5DaCz1NAJ .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: .7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u5DaCz1NAJ .close::before {
  content: '\e91a';
}
.cid-u5DaCz1NAJ .close:hover {
  color: #fff;
}
.cid-u5DaCz1NAJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u5DaCz1NAJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u5DaCz1NAJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u5DaCz1NAJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-u5DaCz1NAJ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-u5DaCz1NAJ .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-u5DaCz1NAJ .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-u5DaCz1NAJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-u5DaCz1NAJ .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-u5DaCz1NAJ .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-u5DaCz1NAJ .carousel-inner {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-u5DaCz1NAJ .carousel-item img {
    width: 70%;
  }
}
.cid-u5DaCz1NAJ .carousel-inner > .active {
  display: block;
}
.cid-u5DaCz1NAJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5DaCz1NAJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5DaCz1NAJ .carousel-control-prev:hover {
  margin-left: 2rem;
  background-color: transparent;
}
.cid-u5DaCz1NAJ .carousel-control-next:hover {
  margin-right: 2rem;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-u5DaCz1NAJ .carousel-control,
  .cid-u5DaCz1NAJ .carousel-indicators {
    position: fixed;
  }
}
.cid-u5DaCz1NAJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u5DaCz1NAJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u5DaCz1NAJ .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-u5DaCz1NAJ .modal-content {
    width: 70%;
  }
}
.cid-u5DaCz1NAJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u5DaCz1NAJ .carousel {
  width: 100%;
}
.cid-u5DaCz1NAJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u5DaCz1NAJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u5DaCz1NAJ .modal.fade .modal-dialog,
.cid-u5DaCz1NAJ .modal.in .modal-dialog {
  transform: none;
}
.cid-u5DaCz1NAJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u5DaCz1NAJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u5DaCz1NAJ .soc-item {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-u5DaCz1NAJ .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-u5DaCz1NAJ .soc-item::before,
.cid-u5DaCz1NAJ .soc-item::after {
  content: '';
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-u5DaCz1NAJ .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-u5DaCz1NAJ .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-u5DaCz1NAJ .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-u5DaCz1NAJ .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-u5DaCz1NAJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u5DaCz1NAJ .text {
  color: #ddc499;
}
.cid-u5DaCz1NAJ .one {
  color: #C0BCB7;
  font-style: italic;
}
.cid-u5DaCz1NAJ .mbr-section-title {
  color: #22a5e5;
  text-align: center;
}
.cid-v6kyfVCUL8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v6kyfVCUL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6kyfVCUL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6kyfVCUL8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v6kyfVCUL8 .row {
    text-align: center;
  }
  .cid-v6kyfVCUL8 .row > div {
    margin: auto;
  }
  .cid-v6kyfVCUL8 .social-row {
    justify-content: center;
  }
}
.cid-v6kyfVCUL8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v6kyfVCUL8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 0rem;
  }
}
.cid-v6kyfVCUL8 .mbr-text {
  color: #ffffff;
}
.cid-v6kyfVCUL8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v6kyfVCUL8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u5u3P1zOHX {
  z-index: 1000;
  width: 100%;
}
.cid-u5u3P1zOHX nav.navbar {
  position: fixed;
}
.cid-u5u3P1zOHX .navbar-nav {
  margin: auto;
}
.cid-u5u3P1zOHX .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5u3P1zOHX .dropdown-item:hover,
.cid-u5u3P1zOHX .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u5u3P1zOHX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5u3P1zOHX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5u3P1zOHX .navbar-short,
.cid-u5u3P1zOHX .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-u5u3P1zOHX .navbar-short .nav-link,
.cid-u5u3P1zOHX .opened .nav-link,
.cid-u5u3P1zOHX .navbar-short .navbar-caption,
.cid-u5u3P1zOHX .opened .navbar-caption,
.cid-u5u3P1zOHX .navbar-short .mbr-iconfont,
.cid-u5u3P1zOHX .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u5u3P1zOHX .navbar-short .hamburger span,
.cid-u5u3P1zOHX .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-u5u3P1zOHX .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u5u3P1zOHX .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;
}
.cid-u5u3P1zOHX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5u3P1zOHX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5u3P1zOHX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5u3P1zOHX .container {
  display: flex;
  margin: auto;
}
.cid-u5u3P1zOHX .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5u3P1zOHX .dropdown-menu,
.cid-u5u3P1zOHX .navbar.opened {
  background: #232323 !important;
}
.cid-u5u3P1zOHX .nav-item:focus,
.cid-u5u3P1zOHX .nav-link:focus {
  outline: none;
}
.cid-u5u3P1zOHX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5u3P1zOHX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5u3P1zOHX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5u3P1zOHX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5u3P1zOHX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5u3P1zOHX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5u3P1zOHX .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-u5u3P1zOHX .navbar.opened {
  transition: all 0.3s;
}
.cid-u5u3P1zOHX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5u3P1zOHX .navbar .navbar-logo img {
  width: auto;
}
.cid-u5u3P1zOHX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5u3P1zOHX .navbar.collapsed {
  justify-content: center;
}
.cid-u5u3P1zOHX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5u3P1zOHX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5u3P1zOHX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u5u3P1zOHX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5u3P1zOHX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5u3P1zOHX .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-u5u3P1zOHX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5u3P1zOHX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5u3P1zOHX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5u3P1zOHX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5u3P1zOHX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5u3P1zOHX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5u3P1zOHX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5u3P1zOHX .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-u5u3P1zOHX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5u3P1zOHX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5u3P1zOHX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5u3P1zOHX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5u3P1zOHX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5u3P1zOHX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5u3P1zOHX .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5u3P1zOHX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5u3P1zOHX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5u3P1zOHX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5u3P1zOHX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5u3P1zOHX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5u3P1zOHX .dropdown-item.active,
.cid-u5u3P1zOHX .dropdown-item:active {
  background-color: transparent;
}
.cid-u5u3P1zOHX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5u3P1zOHX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5u3P1zOHX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5u3P1zOHX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u5u3P1zOHX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5u3P1zOHX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5u3P1zOHX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5u3P1zOHX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5u3P1zOHX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5u3P1zOHX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-u5u3P1zOHX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5u3P1zOHX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5u3P1zOHX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5u3P1zOHX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5u3P1zOHX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5u3P1zOHX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5u3P1zOHX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5u3P1zOHX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5u3P1zOHX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5u3P1zOHX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5u3P1zOHX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5u3P1zOHX .navbar {
    height: 70px;
  }
  .cid-u5u3P1zOHX .navbar.opened {
    height: auto;
  }
  .cid-u5u3P1zOHX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5B6oqLBqc {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/erotic-massage-heaven-escorts-aruba-2.webp");
}
.cid-u5B6oqLBqc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u5B6oqLBqc .mbr-text,
.cid-u5B6oqLBqc .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u5B6oqLBqc .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u5BrjJGbSx {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-u5BrjJGbSx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5BrjJGbSx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5BrjJGbSx .mbr-section-title {
  color: #22a5e5;
}
.cid-u5BrjJGbSx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9tdpouWmQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/massage-by-arubaheaven.com-treat-yourself-today.webp");
}
.cid-u9tdpouWmQ .mbr-media {
  position: relative;
}
.cid-u9tdpouWmQ .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-u9tdpouWmQ .box {
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-u9tdpouWmQ .box {
    min-height: 300px;
  }
}
.cid-u9tdpouWmQ .icon-wrap {
  position: relative;
  margin: auto;
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u9tdpouWmQ .icon-wrap a {
  height: 20px;
}
.cid-u9tdpouWmQ .icon-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  animation-duration: 1s;
  animation-name: icons;
  animation-iteration-count: infinite;
  z-index: 1;
}
@keyframes icons {
  from {
    width: 100px;
    height: 100px;
    opacity: 0.8;
  }
  to {
    width: 160px;
    height: 160px;
    opacity: 0;
  }
}
.cid-u9tdpouWmQ .mbr-media span {
  font-size: 1.5rem;
  transition: all 0.2s;
  z-index: 2;
  padding-left: 4px;
  position: relative;
  color: #22a5e5;
}
.cid-u9tdpouWmQ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u9tdpouWmQ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u9tdpouWmQ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u9tdpouWmQ .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u9tdpouWmQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u9tdpouWmQ .mbr-section-title {
  color: #ffffff;
}
.cid-ugQleet5aF {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ugQleet5aF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugQleet5aF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugQleet5aF [class^="socicon-"]:before,
.cid-ugQleet5aF [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ugQleet5aF .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #22a5e5;
  border-width: 2px;
  transition: all .3s;
  border-color: #22a5e5;
}
.cid-ugQleet5aF .btn-social:hover {
  background: #22a5e5;
}
.cid-ugQleet5aF .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-ugQleet5aF .mbr-section-title,
.cid-ugQleet5aF .mbr-social-likes {
  color: #ffffff;
}
.cid-u5u7QhR9UV {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-u5u7QhR9UV .item {
  padding-bottom: 2rem;
}
.cid-u5u7QhR9UV img,
.cid-u5u7QhR9UV .item-wrapper {
  transition: all .7s;
}
.cid-u5u7QhR9UV .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u5u7QhR9UV .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u5u7QhR9UV .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;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-u5u7QhR9UV .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u5u7QhR9UV .item-wrapper:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.4;
}
.cid-u5u7QhR9UV .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: .7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u5u7QhR9UV .close::before {
  content: '\e91a';
}
.cid-u5u7QhR9UV .close:hover {
  color: #fff;
}
.cid-u5u7QhR9UV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u5u7QhR9UV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u5u7QhR9UV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u5u7QhR9UV .carousel-control-next span {
  margin-left: 5px;
}
.cid-u5u7QhR9UV .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-u5u7QhR9UV .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-u5u7QhR9UV .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-u5u7QhR9UV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-u5u7QhR9UV .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-u5u7QhR9UV .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-u5u7QhR9UV .carousel-inner {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-u5u7QhR9UV .carousel-item img {
    width: 70%;
  }
}
.cid-u5u7QhR9UV .carousel-inner > .active {
  display: block;
}
.cid-u5u7QhR9UV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5u7QhR9UV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5u7QhR9UV .carousel-control-prev:hover {
  margin-left: 2rem;
  background-color: transparent;
}
.cid-u5u7QhR9UV .carousel-control-next:hover {
  margin-right: 2rem;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-u5u7QhR9UV .carousel-control,
  .cid-u5u7QhR9UV .carousel-indicators {
    position: fixed;
  }
}
.cid-u5u7QhR9UV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u5u7QhR9UV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u5u7QhR9UV .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-u5u7QhR9UV .modal-content {
    width: 70%;
  }
}
.cid-u5u7QhR9UV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u5u7QhR9UV .carousel {
  width: 100%;
}
.cid-u5u7QhR9UV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u5u7QhR9UV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u5u7QhR9UV .modal.fade .modal-dialog,
.cid-u5u7QhR9UV .modal.in .modal-dialog {
  transform: none;
}
.cid-u5u7QhR9UV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u5u7QhR9UV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u5u7QhR9UV .soc-item {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-u5u7QhR9UV .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-u5u7QhR9UV .soc-item::before,
.cid-u5u7QhR9UV .soc-item::after {
  content: '';
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-u5u7QhR9UV .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-u5u7QhR9UV .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-u5u7QhR9UV .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-u5u7QhR9UV .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-u5u7QhR9UV .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u5u7QhR9UV .text {
  color: #ddc499;
}
.cid-u5u7QhR9UV .one {
  color: #C0BCB7;
  font-style: italic;
}
.cid-u5u7QhR9UV .mbr-section-title {
  color: #22a5e5;
  text-align: left;
}
.cid-u5u7QhR9UV .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v6kyfVCUL8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v6kyfVCUL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6kyfVCUL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6kyfVCUL8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v6kyfVCUL8 .row {
    text-align: center;
  }
  .cid-v6kyfVCUL8 .row > div {
    margin: auto;
  }
  .cid-v6kyfVCUL8 .social-row {
    justify-content: center;
  }
}
.cid-v6kyfVCUL8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v6kyfVCUL8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 0rem;
  }
}
.cid-v6kyfVCUL8 .mbr-text {
  color: #ffffff;
}
.cid-v6kyfVCUL8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v6kyfVCUL8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u5APh5auc3 {
  z-index: 1000;
  width: 100%;
}
.cid-u5APh5auc3 nav.navbar {
  position: fixed;
}
.cid-u5APh5auc3 .navbar-nav {
  margin: auto;
}
.cid-u5APh5auc3 .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5APh5auc3 .dropdown-item:hover,
.cid-u5APh5auc3 .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u5APh5auc3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5APh5auc3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5APh5auc3 .navbar-short,
.cid-u5APh5auc3 .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-u5APh5auc3 .navbar-short .nav-link,
.cid-u5APh5auc3 .opened .nav-link,
.cid-u5APh5auc3 .navbar-short .navbar-caption,
.cid-u5APh5auc3 .opened .navbar-caption,
.cid-u5APh5auc3 .navbar-short .mbr-iconfont,
.cid-u5APh5auc3 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u5APh5auc3 .navbar-short .hamburger span,
.cid-u5APh5auc3 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-u5APh5auc3 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u5APh5auc3 .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;
}
.cid-u5APh5auc3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5APh5auc3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5APh5auc3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5APh5auc3 .container {
  display: flex;
  margin: auto;
}
.cid-u5APh5auc3 .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5APh5auc3 .dropdown-menu,
.cid-u5APh5auc3 .navbar.opened {
  background: #232323 !important;
}
.cid-u5APh5auc3 .nav-item:focus,
.cid-u5APh5auc3 .nav-link:focus {
  outline: none;
}
.cid-u5APh5auc3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5APh5auc3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5APh5auc3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5APh5auc3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5APh5auc3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5APh5auc3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5APh5auc3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-u5APh5auc3 .navbar.opened {
  transition: all 0.3s;
}
.cid-u5APh5auc3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5APh5auc3 .navbar .navbar-logo img {
  width: auto;
}
.cid-u5APh5auc3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5APh5auc3 .navbar.collapsed {
  justify-content: center;
}
.cid-u5APh5auc3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5APh5auc3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5APh5auc3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u5APh5auc3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5APh5auc3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5APh5auc3 .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-u5APh5auc3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5APh5auc3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5APh5auc3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5APh5auc3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5APh5auc3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5APh5auc3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5APh5auc3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5APh5auc3 .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-u5APh5auc3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5APh5auc3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5APh5auc3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5APh5auc3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5APh5auc3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5APh5auc3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5APh5auc3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5APh5auc3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5APh5auc3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5APh5auc3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5APh5auc3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5APh5auc3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5APh5auc3 .dropdown-item.active,
.cid-u5APh5auc3 .dropdown-item:active {
  background-color: transparent;
}
.cid-u5APh5auc3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5APh5auc3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5APh5auc3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5APh5auc3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u5APh5auc3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5APh5auc3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5APh5auc3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5APh5auc3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5APh5auc3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5APh5auc3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-u5APh5auc3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5APh5auc3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5APh5auc3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5APh5auc3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5APh5auc3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5APh5auc3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5APh5auc3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5APh5auc3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5APh5auc3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5APh5auc3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5APh5auc3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5APh5auc3 .navbar {
    height: 70px;
  }
  .cid-u5APh5auc3 .navbar.opened {
    height: auto;
  }
  .cid-u5APh5auc3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5B2uhM8l9 {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/girlfriend-experience-heaven-escorts-aruba.webp");
}
.cid-u5B2uhM8l9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u5B2uhM8l9 .mbr-text,
.cid-u5B2uhM8l9 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u5B2uhM8l9 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u5APh6lyte {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-u5APh6lyte .item {
  padding-bottom: 2rem;
}
.cid-u5APh6lyte img,
.cid-u5APh6lyte .item-wrapper {
  transition: all .7s;
}
.cid-u5APh6lyte .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u5APh6lyte .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u5APh6lyte .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;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-u5APh6lyte .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u5APh6lyte .item-wrapper:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.4;
}
.cid-u5APh6lyte .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: .7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u5APh6lyte .close::before {
  content: '\e91a';
}
.cid-u5APh6lyte .close:hover {
  color: #fff;
}
.cid-u5APh6lyte .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u5APh6lyte .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u5APh6lyte .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u5APh6lyte .carousel-control-next span {
  margin-left: 5px;
}
.cid-u5APh6lyte .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-u5APh6lyte .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-u5APh6lyte .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-u5APh6lyte .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-u5APh6lyte .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-u5APh6lyte .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-u5APh6lyte .carousel-inner {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-u5APh6lyte .carousel-item img {
    width: 70%;
  }
}
.cid-u5APh6lyte .carousel-inner > .active {
  display: block;
}
.cid-u5APh6lyte .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5APh6lyte .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5APh6lyte .carousel-control-prev:hover {
  margin-left: 2rem;
  background-color: transparent;
}
.cid-u5APh6lyte .carousel-control-next:hover {
  margin-right: 2rem;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-u5APh6lyte .carousel-control,
  .cid-u5APh6lyte .carousel-indicators {
    position: fixed;
  }
}
.cid-u5APh6lyte .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u5APh6lyte .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u5APh6lyte .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-u5APh6lyte .modal-content {
    width: 70%;
  }
}
.cid-u5APh6lyte .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u5APh6lyte .carousel {
  width: 100%;
}
.cid-u5APh6lyte .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u5APh6lyte .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u5APh6lyte .modal.fade .modal-dialog,
.cid-u5APh6lyte .modal.in .modal-dialog {
  transform: none;
}
.cid-u5APh6lyte .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u5APh6lyte .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u5APh6lyte .soc-item {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-u5APh6lyte .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-u5APh6lyte .soc-item::before,
.cid-u5APh6lyte .soc-item::after {
  content: '';
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-u5APh6lyte .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-u5APh6lyte .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-u5APh6lyte .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-u5APh6lyte .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-u5APh6lyte .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u5APh6lyte .text {
  color: #ddc499;
}
.cid-u5APh6lyte .one {
  color: #C0BCB7;
  font-style: italic;
}
.cid-u5APh6lyte .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugQlsXGDvy {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-ugQlsXGDvy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugQlsXGDvy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugQlsXGDvy [class^="socicon-"]:before,
.cid-ugQlsXGDvy [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ugQlsXGDvy .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #22a5e5;
  border-width: 2px;
  transition: all .3s;
  border-color: #22a5e5;
}
.cid-ugQlsXGDvy .btn-social:hover {
  background: #22a5e5;
}
.cid-ugQlsXGDvy .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-ugQlsXGDvy .mbr-section-title,
.cid-ugQlsXGDvy .mbr-social-likes {
  color: #ffffff;
}
.cid-v6kyfVCUL8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v6kyfVCUL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6kyfVCUL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6kyfVCUL8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v6kyfVCUL8 .row {
    text-align: center;
  }
  .cid-v6kyfVCUL8 .row > div {
    margin: auto;
  }
  .cid-v6kyfVCUL8 .social-row {
    justify-content: center;
  }
}
.cid-v6kyfVCUL8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v6kyfVCUL8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 0rem;
  }
}
.cid-v6kyfVCUL8 .mbr-text {
  color: #ffffff;
}
.cid-v6kyfVCUL8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v6kyfVCUL8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u5Dy7920l8 {
  z-index: 1000;
  width: 100%;
}
.cid-u5Dy7920l8 nav.navbar {
  position: fixed;
}
.cid-u5Dy7920l8 .navbar-nav {
  margin: auto;
}
.cid-u5Dy7920l8 .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5Dy7920l8 .dropdown-item:hover,
.cid-u5Dy7920l8 .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u5Dy7920l8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5Dy7920l8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5Dy7920l8 .navbar-short,
.cid-u5Dy7920l8 .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-u5Dy7920l8 .navbar-short .nav-link,
.cid-u5Dy7920l8 .opened .nav-link,
.cid-u5Dy7920l8 .navbar-short .navbar-caption,
.cid-u5Dy7920l8 .opened .navbar-caption,
.cid-u5Dy7920l8 .navbar-short .mbr-iconfont,
.cid-u5Dy7920l8 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u5Dy7920l8 .navbar-short .hamburger span,
.cid-u5Dy7920l8 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-u5Dy7920l8 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u5Dy7920l8 .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;
}
.cid-u5Dy7920l8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5Dy7920l8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5Dy7920l8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5Dy7920l8 .container {
  display: flex;
  margin: auto;
}
.cid-u5Dy7920l8 .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5Dy7920l8 .dropdown-menu,
.cid-u5Dy7920l8 .navbar.opened {
  background: #232323 !important;
}
.cid-u5Dy7920l8 .nav-item:focus,
.cid-u5Dy7920l8 .nav-link:focus {
  outline: none;
}
.cid-u5Dy7920l8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5Dy7920l8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5Dy7920l8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5Dy7920l8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5Dy7920l8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5Dy7920l8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5Dy7920l8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-u5Dy7920l8 .navbar.opened {
  transition: all 0.3s;
}
.cid-u5Dy7920l8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5Dy7920l8 .navbar .navbar-logo img {
  width: auto;
}
.cid-u5Dy7920l8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5Dy7920l8 .navbar.collapsed {
  justify-content: center;
}
.cid-u5Dy7920l8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5Dy7920l8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5Dy7920l8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u5Dy7920l8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5Dy7920l8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5Dy7920l8 .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-u5Dy7920l8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5Dy7920l8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5Dy7920l8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5Dy7920l8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5Dy7920l8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5Dy7920l8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5Dy7920l8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5Dy7920l8 .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-u5Dy7920l8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5Dy7920l8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5Dy7920l8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5Dy7920l8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5Dy7920l8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5Dy7920l8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5Dy7920l8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5Dy7920l8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5Dy7920l8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5Dy7920l8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5Dy7920l8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5Dy7920l8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5Dy7920l8 .dropdown-item.active,
.cid-u5Dy7920l8 .dropdown-item:active {
  background-color: transparent;
}
.cid-u5Dy7920l8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5Dy7920l8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5Dy7920l8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5Dy7920l8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u5Dy7920l8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5Dy7920l8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5Dy7920l8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5Dy7920l8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5Dy7920l8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5Dy7920l8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-u5Dy7920l8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5Dy7920l8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5Dy7920l8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5Dy7920l8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5Dy7920l8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5Dy7920l8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5Dy7920l8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5Dy7920l8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5Dy7920l8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5Dy7920l8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5Dy7920l8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5Dy7920l8 .navbar {
    height: 70px;
  }
  .cid-u5Dy7920l8 .navbar.opened {
    height: auto;
  }
  .cid-u5Dy7920l8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5Dy79n9Vr {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u5Dy79n9Vr .mbr-section-title {
  color: #22a5e5;
  text-align: center;
}
.cid-u5Dy79n9Vr .mbr-text,
.cid-u5Dy79n9Vr .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u5Dy79n9Vr .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u5DyP1EaO0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5DyP1EaO0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5DyP1EaO0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5DyP1EaO0 .mbr-section-title {
  color: #22a5e5;
}
.cid-u5DyP1EaO0 .mbr-section-subtitle {
  color: #232323;
}
.cid-u5DyP1EaO0 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v6kyfVCUL8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v6kyfVCUL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6kyfVCUL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6kyfVCUL8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v6kyfVCUL8 .row {
    text-align: center;
  }
  .cid-v6kyfVCUL8 .row > div {
    margin: auto;
  }
  .cid-v6kyfVCUL8 .social-row {
    justify-content: center;
  }
}
.cid-v6kyfVCUL8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v6kyfVCUL8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 0rem;
  }
}
.cid-v6kyfVCUL8 .mbr-text {
  color: #ffffff;
}
.cid-v6kyfVCUL8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v6kyfVCUL8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u5FCLSQhOB {
  z-index: 1000;
  width: 100%;
}
.cid-u5FCLSQhOB nav.navbar {
  position: fixed;
}
.cid-u5FCLSQhOB .navbar-nav {
  margin: auto;
}
.cid-u5FCLSQhOB .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5FCLSQhOB .dropdown-item:hover,
.cid-u5FCLSQhOB .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u5FCLSQhOB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5FCLSQhOB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5FCLSQhOB .navbar-short,
.cid-u5FCLSQhOB .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-u5FCLSQhOB .navbar-short .nav-link,
.cid-u5FCLSQhOB .opened .nav-link,
.cid-u5FCLSQhOB .navbar-short .navbar-caption,
.cid-u5FCLSQhOB .opened .navbar-caption,
.cid-u5FCLSQhOB .navbar-short .mbr-iconfont,
.cid-u5FCLSQhOB .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u5FCLSQhOB .navbar-short .hamburger span,
.cid-u5FCLSQhOB .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-u5FCLSQhOB .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u5FCLSQhOB .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;
}
.cid-u5FCLSQhOB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5FCLSQhOB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5FCLSQhOB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5FCLSQhOB .container {
  display: flex;
  margin: auto;
}
.cid-u5FCLSQhOB .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5FCLSQhOB .dropdown-menu,
.cid-u5FCLSQhOB .navbar.opened {
  background: #232323 !important;
}
.cid-u5FCLSQhOB .nav-item:focus,
.cid-u5FCLSQhOB .nav-link:focus {
  outline: none;
}
.cid-u5FCLSQhOB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5FCLSQhOB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5FCLSQhOB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5FCLSQhOB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5FCLSQhOB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5FCLSQhOB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5FCLSQhOB .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-u5FCLSQhOB .navbar.opened {
  transition: all 0.3s;
}
.cid-u5FCLSQhOB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5FCLSQhOB .navbar .navbar-logo img {
  width: auto;
}
.cid-u5FCLSQhOB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5FCLSQhOB .navbar.collapsed {
  justify-content: center;
}
.cid-u5FCLSQhOB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5FCLSQhOB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5FCLSQhOB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u5FCLSQhOB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5FCLSQhOB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5FCLSQhOB .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-u5FCLSQhOB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5FCLSQhOB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5FCLSQhOB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5FCLSQhOB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5FCLSQhOB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5FCLSQhOB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5FCLSQhOB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5FCLSQhOB .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-u5FCLSQhOB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5FCLSQhOB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5FCLSQhOB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5FCLSQhOB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5FCLSQhOB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5FCLSQhOB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5FCLSQhOB .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5FCLSQhOB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5FCLSQhOB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5FCLSQhOB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5FCLSQhOB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5FCLSQhOB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5FCLSQhOB .dropdown-item.active,
.cid-u5FCLSQhOB .dropdown-item:active {
  background-color: transparent;
}
.cid-u5FCLSQhOB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5FCLSQhOB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5FCLSQhOB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5FCLSQhOB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u5FCLSQhOB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5FCLSQhOB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5FCLSQhOB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5FCLSQhOB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5FCLSQhOB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5FCLSQhOB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-u5FCLSQhOB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5FCLSQhOB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5FCLSQhOB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5FCLSQhOB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5FCLSQhOB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5FCLSQhOB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5FCLSQhOB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5FCLSQhOB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5FCLSQhOB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5FCLSQhOB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5FCLSQhOB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5FCLSQhOB .navbar {
    height: 70px;
  }
  .cid-u5FCLSQhOB .navbar.opened {
    height: auto;
  }
  .cid-u5FCLSQhOB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5FCLTfN3Q {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/heaven-aruba-escort-model-1.webp");
}
.cid-u5FCLTfN3Q .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u5FCLTfN3Q .mbr-text,
.cid-u5FCLTfN3Q .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u5FCLTfN3Q .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u5FGOoC0t1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-u5FGOoC0t1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5FGOoC0t1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5FGOoC0t1 .mbr-section-title {
  color: #22a5e5;
}
.cid-u5FGOoC0t1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugQlNqEgyB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ugQlNqEgyB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugQlNqEgyB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugQlNqEgyB [class^="socicon-"]:before,
.cid-ugQlNqEgyB [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ugQlNqEgyB .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #22a5e5;
  border-width: 2px;
  transition: all .3s;
  border-color: #22a5e5;
}
.cid-ugQlNqEgyB .btn-social:hover {
  background: #22a5e5;
}
.cid-ugQlNqEgyB .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-ugQlNqEgyB .mbr-section-title,
.cid-ugQlNqEgyB .mbr-social-likes {
  color: #ffffff;
}
.cid-u5JaOUSrbT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-u5JaOUSrbT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5JaOUSrbT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5JaOUSrbT ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-u5JaOUSrbT li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-u5JaOUSrbT ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #22a5e5;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-u5JaOUSrbT H3 {
  color: #22a5e5;
}
.cid-u5JaOUSrbT .list {
  color: #ffffff;
}
.cid-ubQZlYzsvJ {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-ubQZlYzsvJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubQZlYzsvJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubQZlYzsvJ .mbr-section-title {
  color: #ffffff;
}
.cid-ubQZlYzsvJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ubQZlYzsvJ .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v6kyfVCUL8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v6kyfVCUL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6kyfVCUL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6kyfVCUL8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v6kyfVCUL8 .row {
    text-align: center;
  }
  .cid-v6kyfVCUL8 .row > div {
    margin: auto;
  }
  .cid-v6kyfVCUL8 .social-row {
    justify-content: center;
  }
}
.cid-v6kyfVCUL8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v6kyfVCUL8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 0rem;
  }
}
.cid-v6kyfVCUL8 .mbr-text {
  color: #ffffff;
}
.cid-v6kyfVCUL8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v6kyfVCUL8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u5H0YfLBTu {
  z-index: 1000;
  width: 100%;
}
.cid-u5H0YfLBTu nav.navbar {
  position: fixed;
}
.cid-u5H0YfLBTu .navbar-nav {
  margin: auto;
}
.cid-u5H0YfLBTu .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5H0YfLBTu .dropdown-item:hover,
.cid-u5H0YfLBTu .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u5H0YfLBTu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5H0YfLBTu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5H0YfLBTu .navbar-short,
.cid-u5H0YfLBTu .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-u5H0YfLBTu .navbar-short .nav-link,
.cid-u5H0YfLBTu .opened .nav-link,
.cid-u5H0YfLBTu .navbar-short .navbar-caption,
.cid-u5H0YfLBTu .opened .navbar-caption,
.cid-u5H0YfLBTu .navbar-short .mbr-iconfont,
.cid-u5H0YfLBTu .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u5H0YfLBTu .navbar-short .hamburger span,
.cid-u5H0YfLBTu .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-u5H0YfLBTu .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u5H0YfLBTu .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;
}
.cid-u5H0YfLBTu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5H0YfLBTu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5H0YfLBTu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5H0YfLBTu .container {
  display: flex;
  margin: auto;
}
.cid-u5H0YfLBTu .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5H0YfLBTu .dropdown-menu,
.cid-u5H0YfLBTu .navbar.opened {
  background: #232323 !important;
}
.cid-u5H0YfLBTu .nav-item:focus,
.cid-u5H0YfLBTu .nav-link:focus {
  outline: none;
}
.cid-u5H0YfLBTu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5H0YfLBTu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5H0YfLBTu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5H0YfLBTu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5H0YfLBTu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5H0YfLBTu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5H0YfLBTu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-u5H0YfLBTu .navbar.opened {
  transition: all 0.3s;
}
.cid-u5H0YfLBTu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5H0YfLBTu .navbar .navbar-logo img {
  width: auto;
}
.cid-u5H0YfLBTu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5H0YfLBTu .navbar.collapsed {
  justify-content: center;
}
.cid-u5H0YfLBTu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5H0YfLBTu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5H0YfLBTu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u5H0YfLBTu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5H0YfLBTu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5H0YfLBTu .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-u5H0YfLBTu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5H0YfLBTu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5H0YfLBTu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5H0YfLBTu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5H0YfLBTu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5H0YfLBTu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5H0YfLBTu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5H0YfLBTu .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-u5H0YfLBTu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5H0YfLBTu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5H0YfLBTu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5H0YfLBTu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5H0YfLBTu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5H0YfLBTu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5H0YfLBTu .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5H0YfLBTu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5H0YfLBTu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5H0YfLBTu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5H0YfLBTu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5H0YfLBTu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5H0YfLBTu .dropdown-item.active,
.cid-u5H0YfLBTu .dropdown-item:active {
  background-color: transparent;
}
.cid-u5H0YfLBTu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5H0YfLBTu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5H0YfLBTu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5H0YfLBTu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u5H0YfLBTu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5H0YfLBTu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5H0YfLBTu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5H0YfLBTu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5H0YfLBTu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5H0YfLBTu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-u5H0YfLBTu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5H0YfLBTu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5H0YfLBTu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5H0YfLBTu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5H0YfLBTu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5H0YfLBTu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5H0YfLBTu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5H0YfLBTu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5H0YfLBTu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5H0YfLBTu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5H0YfLBTu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5H0YfLBTu .navbar {
    height: 70px;
  }
  .cid-u5H0YfLBTu .navbar.opened {
    height: auto;
  }
  .cid-u5H0YfLBTu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5H0Yg9ivs {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u5H0Yg9ivs .mbr-section-title {
  color: #22a5e5;
  text-align: center;
}
.cid-u5H0Yg9ivs .mbr-text,
.cid-u5H0Yg9ivs .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u5H0Yg9ivs .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vcshFqkaFv {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vcshFqkaFv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcshFqkaFv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcshFqkaFv .mbr-section-title {
  color: #22a5e5;
}
.cid-vcshFqkaFv .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-vcshFqkaFv .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v6kyfVCUL8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v6kyfVCUL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6kyfVCUL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6kyfVCUL8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v6kyfVCUL8 .row {
    text-align: center;
  }
  .cid-v6kyfVCUL8 .row > div {
    margin: auto;
  }
  .cid-v6kyfVCUL8 .social-row {
    justify-content: center;
  }
}
.cid-v6kyfVCUL8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v6kyfVCUL8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 0rem;
  }
}
.cid-v6kyfVCUL8 .mbr-text {
  color: #ffffff;
}
.cid-v6kyfVCUL8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v6kyfVCUL8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u5JghNFtoe {
  z-index: 1000;
  width: 100%;
}
.cid-u5JghNFtoe nav.navbar {
  position: fixed;
}
.cid-u5JghNFtoe .navbar-nav {
  margin: auto;
}
.cid-u5JghNFtoe .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5JghNFtoe .dropdown-item:hover,
.cid-u5JghNFtoe .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u5JghNFtoe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5JghNFtoe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5JghNFtoe .navbar-short,
.cid-u5JghNFtoe .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-u5JghNFtoe .navbar-short .nav-link,
.cid-u5JghNFtoe .opened .nav-link,
.cid-u5JghNFtoe .navbar-short .navbar-caption,
.cid-u5JghNFtoe .opened .navbar-caption,
.cid-u5JghNFtoe .navbar-short .mbr-iconfont,
.cid-u5JghNFtoe .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u5JghNFtoe .navbar-short .hamburger span,
.cid-u5JghNFtoe .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-u5JghNFtoe .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u5JghNFtoe .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;
}
.cid-u5JghNFtoe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5JghNFtoe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5JghNFtoe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5JghNFtoe .container {
  display: flex;
  margin: auto;
}
.cid-u5JghNFtoe .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5JghNFtoe .dropdown-menu,
.cid-u5JghNFtoe .navbar.opened {
  background: #232323 !important;
}
.cid-u5JghNFtoe .nav-item:focus,
.cid-u5JghNFtoe .nav-link:focus {
  outline: none;
}
.cid-u5JghNFtoe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5JghNFtoe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5JghNFtoe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5JghNFtoe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5JghNFtoe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5JghNFtoe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5JghNFtoe .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-u5JghNFtoe .navbar.opened {
  transition: all 0.3s;
}
.cid-u5JghNFtoe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5JghNFtoe .navbar .navbar-logo img {
  width: auto;
}
.cid-u5JghNFtoe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5JghNFtoe .navbar.collapsed {
  justify-content: center;
}
.cid-u5JghNFtoe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5JghNFtoe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5JghNFtoe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u5JghNFtoe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5JghNFtoe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5JghNFtoe .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-u5JghNFtoe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5JghNFtoe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5JghNFtoe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5JghNFtoe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5JghNFtoe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5JghNFtoe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5JghNFtoe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5JghNFtoe .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-u5JghNFtoe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5JghNFtoe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5JghNFtoe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5JghNFtoe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5JghNFtoe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5JghNFtoe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5JghNFtoe .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5JghNFtoe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5JghNFtoe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5JghNFtoe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5JghNFtoe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5JghNFtoe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5JghNFtoe .dropdown-item.active,
.cid-u5JghNFtoe .dropdown-item:active {
  background-color: transparent;
}
.cid-u5JghNFtoe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5JghNFtoe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5JghNFtoe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5JghNFtoe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u5JghNFtoe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5JghNFtoe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5JghNFtoe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5JghNFtoe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5JghNFtoe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5JghNFtoe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-u5JghNFtoe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5JghNFtoe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5JghNFtoe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5JghNFtoe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5JghNFtoe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5JghNFtoe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5JghNFtoe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5JghNFtoe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5JghNFtoe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5JghNFtoe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5JghNFtoe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5JghNFtoe .navbar {
    height: 70px;
  }
  .cid-u5JghNFtoe .navbar.opened {
    height: auto;
  }
  .cid-u5JghNFtoe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5JghOeQei {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/xmas-2025-heaven-escorts-aruba.webp");
}
.cid-u5JghOeQei .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u5JghOeQei .mbr-text,
.cid-u5JghOeQei .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u5JghOeQei .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u5Jgu8D1xu {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-u5Jgu8D1xu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5Jgu8D1xu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5Jgu8D1xu .mbr-section-title {
  color: #22a5e5;
}
.cid-u5Jgu8D1xu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vcF5JVTTsX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vcF5JVTTsX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcF5JVTTsX .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-vcF5JVTTsX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcF5JVTTsX .row {
  flex-direction: row-reverse;
}
.cid-vcF5JVTTsX img {
  width: 100%;
}
.cid-vcF5JVTTsX .mbr-description {
  color: #ffffff;
}
.cid-v6kyfVCUL8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v6kyfVCUL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6kyfVCUL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6kyfVCUL8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v6kyfVCUL8 .row {
    text-align: center;
  }
  .cid-v6kyfVCUL8 .row > div {
    margin: auto;
  }
  .cid-v6kyfVCUL8 .social-row {
    justify-content: center;
  }
}
.cid-v6kyfVCUL8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v6kyfVCUL8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 0rem;
  }
}
.cid-v6kyfVCUL8 .mbr-text {
  color: #ffffff;
}
.cid-v6kyfVCUL8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v6kyfVCUL8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u5SRuz9lSM {
  z-index: 1000;
  width: 100%;
}
.cid-u5SRuz9lSM nav.navbar {
  position: fixed;
}
.cid-u5SRuz9lSM .navbar-nav {
  margin: auto;
}
.cid-u5SRuz9lSM .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5SRuz9lSM .dropdown-item:hover,
.cid-u5SRuz9lSM .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u5SRuz9lSM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5SRuz9lSM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5SRuz9lSM .navbar-short,
.cid-u5SRuz9lSM .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-u5SRuz9lSM .navbar-short .nav-link,
.cid-u5SRuz9lSM .opened .nav-link,
.cid-u5SRuz9lSM .navbar-short .navbar-caption,
.cid-u5SRuz9lSM .opened .navbar-caption,
.cid-u5SRuz9lSM .navbar-short .mbr-iconfont,
.cid-u5SRuz9lSM .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u5SRuz9lSM .navbar-short .hamburger span,
.cid-u5SRuz9lSM .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-u5SRuz9lSM .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u5SRuz9lSM .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;
}
.cid-u5SRuz9lSM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5SRuz9lSM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5SRuz9lSM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5SRuz9lSM .container {
  display: flex;
  margin: auto;
}
.cid-u5SRuz9lSM .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5SRuz9lSM .dropdown-menu,
.cid-u5SRuz9lSM .navbar.opened {
  background: #232323 !important;
}
.cid-u5SRuz9lSM .nav-item:focus,
.cid-u5SRuz9lSM .nav-link:focus {
  outline: none;
}
.cid-u5SRuz9lSM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5SRuz9lSM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5SRuz9lSM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5SRuz9lSM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5SRuz9lSM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5SRuz9lSM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5SRuz9lSM .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-u5SRuz9lSM .navbar.opened {
  transition: all 0.3s;
}
.cid-u5SRuz9lSM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5SRuz9lSM .navbar .navbar-logo img {
  width: auto;
}
.cid-u5SRuz9lSM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5SRuz9lSM .navbar.collapsed {
  justify-content: center;
}
.cid-u5SRuz9lSM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5SRuz9lSM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5SRuz9lSM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u5SRuz9lSM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5SRuz9lSM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5SRuz9lSM .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-u5SRuz9lSM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5SRuz9lSM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5SRuz9lSM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5SRuz9lSM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5SRuz9lSM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5SRuz9lSM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5SRuz9lSM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5SRuz9lSM .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-u5SRuz9lSM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5SRuz9lSM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5SRuz9lSM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5SRuz9lSM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5SRuz9lSM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5SRuz9lSM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5SRuz9lSM .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5SRuz9lSM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5SRuz9lSM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5SRuz9lSM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5SRuz9lSM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5SRuz9lSM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5SRuz9lSM .dropdown-item.active,
.cid-u5SRuz9lSM .dropdown-item:active {
  background-color: transparent;
}
.cid-u5SRuz9lSM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5SRuz9lSM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5SRuz9lSM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5SRuz9lSM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u5SRuz9lSM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5SRuz9lSM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5SRuz9lSM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5SRuz9lSM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5SRuz9lSM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5SRuz9lSM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-u5SRuz9lSM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5SRuz9lSM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5SRuz9lSM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5SRuz9lSM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5SRuz9lSM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5SRuz9lSM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5SRuz9lSM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5SRuz9lSM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5SRuz9lSM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5SRuz9lSM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5SRuz9lSM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5SRuz9lSM .navbar {
    height: 70px;
  }
  .cid-u5SRuz9lSM .navbar.opened {
    height: auto;
  }
  .cid-u5SRuz9lSM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5SRuzA6P4 {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/heaven-aruba-escort-models-agency.webp");
}
.cid-u5SRuzA6P4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u5SRuzA6P4 .mbr-text,
.cid-u5SRuzA6P4 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u5SRuzA6P4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ucsakJEEH1 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ucsakJEEH1 .container {
  max-width: 1500px;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-ucsakJEEH1 .container {
    padding: 0 1rem;
  }
}
.cid-ucsakJEEH1 .item-wrapper {
  overflow: hidden;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-radius: 30px;
  flex-flow: column nowrap;
  padding: 2rem;
}
.cid-ucsakJEEH1 .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: black;
  transition: all 0.3s;
  opacity: 0;
}
.cid-ucsakJEEH1 .item-wrapper:hover .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.cid-ucsakJEEH1 .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-ucsakJEEH1 .item-wrapper:hover:before {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-ucsakJEEH1 .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-ucsakJEEH1 .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .cid-ucsakJEEH1 .item-wrapper:before {
    opacity: 0.5;
  }
}
.cid-ucsakJEEH1 .item-img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cid-ucsakJEEH1 .item-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-ucsakJEEH1 .item-content {
  z-index: 3;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(5px);
  position: relative;
}
.cid-ucsakJEEH1 .item:focus,
.cid-ucsakJEEH1 span:focus {
  outline: none;
}
.cid-ucsakJEEH1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ucsakJEEH1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ucsakJEEH1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucsakJEEH1 .mbr-text,
.cid-ucsakJEEH1 .mbr-section-btn {
  color: #22a5e5;
}
.cid-ucsakJEEH1 .item-title {
  color: #ffffff;
}
.cid-ucsakJEEH1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ugQiUhJBDu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ugQiUhJBDu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugQiUhJBDu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugQiUhJBDu [class^="socicon-"]:before,
.cid-ugQiUhJBDu [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ugQiUhJBDu .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #22a5e5;
  border-width: 2px;
  transition: all .3s;
  border-color: #22a5e5;
}
.cid-ugQiUhJBDu .btn-social:hover {
  background: #22a5e5;
}
.cid-ugQiUhJBDu .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-ugQiUhJBDu .mbr-section-title,
.cid-ugQiUhJBDu .mbr-social-likes {
  color: #ffffff;
}
.cid-u6eo39Cce8 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-u6eo39Cce8 .container {
  max-width: 1500px;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-u6eo39Cce8 .container {
    padding: 0 1rem;
  }
}
.cid-u6eo39Cce8 .item-wrapper {
  overflow: hidden;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-radius: 30px;
  flex-flow: column nowrap;
  padding: 2rem;
}
.cid-u6eo39Cce8 .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: black;
  transition: all 0.3s;
  opacity: 0;
}
.cid-u6eo39Cce8 .item-wrapper:hover .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.cid-u6eo39Cce8 .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-u6eo39Cce8 .item-wrapper:hover:before {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-u6eo39Cce8 .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-u6eo39Cce8 .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .cid-u6eo39Cce8 .item-wrapper:before {
    opacity: 0.5;
  }
}
.cid-u6eo39Cce8 .item-img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cid-u6eo39Cce8 .item-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-u6eo39Cce8 .item-content {
  z-index: 3;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(5px);
  position: relative;
}
.cid-u6eo39Cce8 .item:focus,
.cid-u6eo39Cce8 span:focus {
  outline: none;
}
.cid-u6eo39Cce8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u6eo39Cce8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u6eo39Cce8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6eo39Cce8 .mbr-text,
.cid-u6eo39Cce8 .mbr-section-btn {
  color: #ffffff;
}
.cid-u6eo39Cce8 .item-title {
  color: #ffffff;
}
.cid-u6eo39Cce8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v6kyfVCUL8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v6kyfVCUL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6kyfVCUL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6kyfVCUL8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v6kyfVCUL8 .row {
    text-align: center;
  }
  .cid-v6kyfVCUL8 .row > div {
    margin: auto;
  }
  .cid-v6kyfVCUL8 .social-row {
    justify-content: center;
  }
}
.cid-v6kyfVCUL8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v6kyfVCUL8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 0rem;
  }
}
.cid-v6kyfVCUL8 .mbr-text {
  color: #ffffff;
}
.cid-v6kyfVCUL8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v6kyfVCUL8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u5YYyi1ew8 {
  z-index: 1000;
  width: 100%;
}
.cid-u5YYyi1ew8 nav.navbar {
  position: fixed;
}
.cid-u5YYyi1ew8 .navbar-nav {
  margin: auto;
}
.cid-u5YYyi1ew8 .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5YYyi1ew8 .dropdown-item:hover,
.cid-u5YYyi1ew8 .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u5YYyi1ew8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5YYyi1ew8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5YYyi1ew8 .navbar-short,
.cid-u5YYyi1ew8 .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-u5YYyi1ew8 .navbar-short .nav-link,
.cid-u5YYyi1ew8 .opened .nav-link,
.cid-u5YYyi1ew8 .navbar-short .navbar-caption,
.cid-u5YYyi1ew8 .opened .navbar-caption,
.cid-u5YYyi1ew8 .navbar-short .mbr-iconfont,
.cid-u5YYyi1ew8 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u5YYyi1ew8 .navbar-short .hamburger span,
.cid-u5YYyi1ew8 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-u5YYyi1ew8 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u5YYyi1ew8 .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;
}
.cid-u5YYyi1ew8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5YYyi1ew8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5YYyi1ew8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5YYyi1ew8 .container {
  display: flex;
  margin: auto;
}
.cid-u5YYyi1ew8 .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5YYyi1ew8 .dropdown-menu,
.cid-u5YYyi1ew8 .navbar.opened {
  background: #232323 !important;
}
.cid-u5YYyi1ew8 .nav-item:focus,
.cid-u5YYyi1ew8 .nav-link:focus {
  outline: none;
}
.cid-u5YYyi1ew8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5YYyi1ew8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5YYyi1ew8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5YYyi1ew8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5YYyi1ew8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5YYyi1ew8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5YYyi1ew8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-u5YYyi1ew8 .navbar.opened {
  transition: all 0.3s;
}
.cid-u5YYyi1ew8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5YYyi1ew8 .navbar .navbar-logo img {
  width: auto;
}
.cid-u5YYyi1ew8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5YYyi1ew8 .navbar.collapsed {
  justify-content: center;
}
.cid-u5YYyi1ew8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5YYyi1ew8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5YYyi1ew8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u5YYyi1ew8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5YYyi1ew8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5YYyi1ew8 .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-u5YYyi1ew8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5YYyi1ew8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5YYyi1ew8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5YYyi1ew8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5YYyi1ew8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5YYyi1ew8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5YYyi1ew8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5YYyi1ew8 .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-u5YYyi1ew8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5YYyi1ew8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5YYyi1ew8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5YYyi1ew8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5YYyi1ew8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5YYyi1ew8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5YYyi1ew8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5YYyi1ew8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5YYyi1ew8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5YYyi1ew8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5YYyi1ew8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5YYyi1ew8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5YYyi1ew8 .dropdown-item.active,
.cid-u5YYyi1ew8 .dropdown-item:active {
  background-color: transparent;
}
.cid-u5YYyi1ew8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5YYyi1ew8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5YYyi1ew8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5YYyi1ew8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u5YYyi1ew8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5YYyi1ew8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5YYyi1ew8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5YYyi1ew8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5YYyi1ew8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5YYyi1ew8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-u5YYyi1ew8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5YYyi1ew8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5YYyi1ew8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5YYyi1ew8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5YYyi1ew8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5YYyi1ew8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5YYyi1ew8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5YYyi1ew8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5YYyi1ew8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5YYyi1ew8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5YYyi1ew8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5YYyi1ew8 .navbar {
    height: 70px;
  }
  .cid-u5YYyi1ew8 .navbar.opened {
    height: auto;
  }
  .cid-u5YYyi1ew8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5YYyisMZz {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u5YYyisMZz .mbr-section-title {
  color: #22a5e5;
  text-align: center;
}
.cid-u5YYyisMZz .mbr-text,
.cid-u5YYyisMZz .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u5YYyisMZz .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u5YYyiK35j {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5YYyiK35j .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5YYyiK35j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5YYyiK35j .mbr-section-title {
  color: #22a5e5;
}
.cid-u5YYyiK35j .mbr-section-subtitle {
  color: #28282b;
}
.cid-u5YYyiK35j .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v6kyfVCUL8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v6kyfVCUL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6kyfVCUL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6kyfVCUL8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v6kyfVCUL8 .row {
    text-align: center;
  }
  .cid-v6kyfVCUL8 .row > div {
    margin: auto;
  }
  .cid-v6kyfVCUL8 .social-row {
    justify-content: center;
  }
}
.cid-v6kyfVCUL8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v6kyfVCUL8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 0rem;
  }
}
.cid-v6kyfVCUL8 .mbr-text {
  color: #ffffff;
}
.cid-v6kyfVCUL8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v6kyfVCUL8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u6egjEYlDC {
  z-index: 1000;
  width: 100%;
}
.cid-u6egjEYlDC nav.navbar {
  position: fixed;
}
.cid-u6egjEYlDC .navbar-nav {
  margin: auto;
}
.cid-u6egjEYlDC .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6egjEYlDC .dropdown-item:hover,
.cid-u6egjEYlDC .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u6egjEYlDC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6egjEYlDC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6egjEYlDC .navbar-short,
.cid-u6egjEYlDC .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-u6egjEYlDC .navbar-short .nav-link,
.cid-u6egjEYlDC .opened .nav-link,
.cid-u6egjEYlDC .navbar-short .navbar-caption,
.cid-u6egjEYlDC .opened .navbar-caption,
.cid-u6egjEYlDC .navbar-short .mbr-iconfont,
.cid-u6egjEYlDC .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u6egjEYlDC .navbar-short .hamburger span,
.cid-u6egjEYlDC .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-u6egjEYlDC .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u6egjEYlDC .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;
}
.cid-u6egjEYlDC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6egjEYlDC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6egjEYlDC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6egjEYlDC .container {
  display: flex;
  margin: auto;
}
.cid-u6egjEYlDC .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6egjEYlDC .dropdown-menu,
.cid-u6egjEYlDC .navbar.opened {
  background: #232323 !important;
}
.cid-u6egjEYlDC .nav-item:focus,
.cid-u6egjEYlDC .nav-link:focus {
  outline: none;
}
.cid-u6egjEYlDC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6egjEYlDC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6egjEYlDC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6egjEYlDC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6egjEYlDC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6egjEYlDC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6egjEYlDC .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-u6egjEYlDC .navbar.opened {
  transition: all 0.3s;
}
.cid-u6egjEYlDC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6egjEYlDC .navbar .navbar-logo img {
  width: auto;
}
.cid-u6egjEYlDC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6egjEYlDC .navbar.collapsed {
  justify-content: center;
}
.cid-u6egjEYlDC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6egjEYlDC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6egjEYlDC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u6egjEYlDC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6egjEYlDC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6egjEYlDC .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-u6egjEYlDC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6egjEYlDC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6egjEYlDC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6egjEYlDC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6egjEYlDC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6egjEYlDC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6egjEYlDC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6egjEYlDC .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-u6egjEYlDC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6egjEYlDC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6egjEYlDC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6egjEYlDC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6egjEYlDC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6egjEYlDC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u6egjEYlDC .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6egjEYlDC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6egjEYlDC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6egjEYlDC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6egjEYlDC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6egjEYlDC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6egjEYlDC .dropdown-item.active,
.cid-u6egjEYlDC .dropdown-item:active {
  background-color: transparent;
}
.cid-u6egjEYlDC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6egjEYlDC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6egjEYlDC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6egjEYlDC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u6egjEYlDC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6egjEYlDC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6egjEYlDC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6egjEYlDC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6egjEYlDC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6egjEYlDC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-u6egjEYlDC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6egjEYlDC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6egjEYlDC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6egjEYlDC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6egjEYlDC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6egjEYlDC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6egjEYlDC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6egjEYlDC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6egjEYlDC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6egjEYlDC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6egjEYlDC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6egjEYlDC .navbar {
    height: 70px;
  }
  .cid-u6egjEYlDC .navbar.opened {
    height: auto;
  }
  .cid-u6egjEYlDC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6egjFrHOM {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/heaven-escorts-aruba-gay-bisexual-trans.webp");
}
.cid-u6egjFrHOM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6egjFrHOM .mbr-text,
.cid-u6egjFrHOM .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u6egjFrHOM .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-udvFX94puX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-udvFX94puX img,
.cid-udvFX94puX .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-udvFX94puX .item:focus,
.cid-udvFX94puX span:focus {
  outline: none;
}
.cid-udvFX94puX .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-udvFX94puX .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-udvFX94puX .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-udvFX94puX .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udvFX94puX .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-udvFX94puX .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-udvFX94puX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-udvFX94puX .mbr-section-title {
  color: #ffffff;
}
.cid-udvFX94puX .mbr-text,
.cid-udvFX94puX .mbr-section-btn {
  text-align: center;
}
.cid-udvFX94puX .item-title {
  text-align: center;
  color: #1b1212;
}
.cid-udvFX94puX .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-udvFX94puX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugQl3NuGPV {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-ugQl3NuGPV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugQl3NuGPV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugQl3NuGPV [class^="socicon-"]:before,
.cid-ugQl3NuGPV [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ugQl3NuGPV .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #22a5e5;
  border-width: 2px;
  transition: all .3s;
  border-color: #22a5e5;
}
.cid-ugQl3NuGPV .btn-social:hover {
  background: #22a5e5;
}
.cid-ugQl3NuGPV .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-ugQl3NuGPV .mbr-section-title,
.cid-ugQl3NuGPV .mbr-social-likes {
  color: #ffffff;
}
.cid-v6kyfVCUL8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v6kyfVCUL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6kyfVCUL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6kyfVCUL8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v6kyfVCUL8 .row {
    text-align: center;
  }
  .cid-v6kyfVCUL8 .row > div {
    margin: auto;
  }
  .cid-v6kyfVCUL8 .social-row {
    justify-content: center;
  }
}
.cid-v6kyfVCUL8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v6kyfVCUL8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 0rem;
  }
}
.cid-v6kyfVCUL8 .mbr-text {
  color: #ffffff;
}
.cid-v6kyfVCUL8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v6kyfVCUL8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u6FytVj3cW {
  z-index: 1000;
  width: 100%;
}
.cid-u6FytVj3cW nav.navbar {
  position: fixed;
}
.cid-u6FytVj3cW .navbar-nav {
  margin: auto;
}
.cid-u6FytVj3cW .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6FytVj3cW .dropdown-item:hover,
.cid-u6FytVj3cW .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u6FytVj3cW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6FytVj3cW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6FytVj3cW .navbar-short,
.cid-u6FytVj3cW .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-u6FytVj3cW .navbar-short .nav-link,
.cid-u6FytVj3cW .opened .nav-link,
.cid-u6FytVj3cW .navbar-short .navbar-caption,
.cid-u6FytVj3cW .opened .navbar-caption,
.cid-u6FytVj3cW .navbar-short .mbr-iconfont,
.cid-u6FytVj3cW .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u6FytVj3cW .navbar-short .hamburger span,
.cid-u6FytVj3cW .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-u6FytVj3cW .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u6FytVj3cW .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;
}
.cid-u6FytVj3cW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6FytVj3cW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6FytVj3cW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6FytVj3cW .container {
  display: flex;
  margin: auto;
}
.cid-u6FytVj3cW .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6FytVj3cW .dropdown-menu,
.cid-u6FytVj3cW .navbar.opened {
  background: #232323 !important;
}
.cid-u6FytVj3cW .nav-item:focus,
.cid-u6FytVj3cW .nav-link:focus {
  outline: none;
}
.cid-u6FytVj3cW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6FytVj3cW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6FytVj3cW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6FytVj3cW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6FytVj3cW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6FytVj3cW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6FytVj3cW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-u6FytVj3cW .navbar.opened {
  transition: all 0.3s;
}
.cid-u6FytVj3cW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6FytVj3cW .navbar .navbar-logo img {
  width: auto;
}
.cid-u6FytVj3cW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6FytVj3cW .navbar.collapsed {
  justify-content: center;
}
.cid-u6FytVj3cW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6FytVj3cW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6FytVj3cW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u6FytVj3cW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6FytVj3cW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6FytVj3cW .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-u6FytVj3cW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6FytVj3cW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6FytVj3cW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6FytVj3cW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6FytVj3cW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6FytVj3cW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6FytVj3cW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6FytVj3cW .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-u6FytVj3cW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6FytVj3cW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6FytVj3cW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6FytVj3cW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6FytVj3cW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6FytVj3cW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u6FytVj3cW .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6FytVj3cW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6FytVj3cW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6FytVj3cW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6FytVj3cW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6FytVj3cW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6FytVj3cW .dropdown-item.active,
.cid-u6FytVj3cW .dropdown-item:active {
  background-color: transparent;
}
.cid-u6FytVj3cW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6FytVj3cW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6FytVj3cW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6FytVj3cW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u6FytVj3cW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6FytVj3cW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6FytVj3cW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6FytVj3cW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6FytVj3cW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6FytVj3cW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-u6FytVj3cW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6FytVj3cW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6FytVj3cW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6FytVj3cW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6FytVj3cW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6FytVj3cW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6FytVj3cW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6FytVj3cW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6FytVj3cW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6FytVj3cW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6FytVj3cW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6FytVj3cW .navbar {
    height: 70px;
  }
  .cid-u6FytVj3cW .navbar.opened {
    height: auto;
  }
  .cid-u6FytVj3cW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6FytVEpQP {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u6FytVEpQP .mbr-section-title {
  color: #22a5e5;
  text-align: center;
}
.cid-u6FytVEpQP .mbr-text,
.cid-u6FytVEpQP .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u6FytVEpQP .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ubJyCeDIpM {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ubJyCeDIpM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubJyCeDIpM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubJyCeDIpM .mbr-section-title {
  color: #22a5e5;
}
.cid-ubJyCeDIpM .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-ubJyCeDIpM .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v6kyfVCUL8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v6kyfVCUL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6kyfVCUL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6kyfVCUL8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v6kyfVCUL8 .row {
    text-align: center;
  }
  .cid-v6kyfVCUL8 .row > div {
    margin: auto;
  }
  .cid-v6kyfVCUL8 .social-row {
    justify-content: center;
  }
}
.cid-v6kyfVCUL8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v6kyfVCUL8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 0rem;
  }
}
.cid-v6kyfVCUL8 .mbr-text {
  color: #ffffff;
}
.cid-v6kyfVCUL8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v6kyfVCUL8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ubQTUr9kkO {
  z-index: 1000;
  width: 100%;
}
.cid-ubQTUr9kkO nav.navbar {
  position: fixed;
}
.cid-ubQTUr9kkO .navbar-nav {
  margin: auto;
}
.cid-ubQTUr9kkO .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubQTUr9kkO .dropdown-item:hover,
.cid-ubQTUr9kkO .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-ubQTUr9kkO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubQTUr9kkO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubQTUr9kkO .navbar-short,
.cid-ubQTUr9kkO .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-ubQTUr9kkO .navbar-short .nav-link,
.cid-ubQTUr9kkO .opened .nav-link,
.cid-ubQTUr9kkO .navbar-short .navbar-caption,
.cid-ubQTUr9kkO .opened .navbar-caption,
.cid-ubQTUr9kkO .navbar-short .mbr-iconfont,
.cid-ubQTUr9kkO .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ubQTUr9kkO .navbar-short .hamburger span,
.cid-ubQTUr9kkO .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-ubQTUr9kkO .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-ubQTUr9kkO .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;
}
.cid-ubQTUr9kkO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubQTUr9kkO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubQTUr9kkO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubQTUr9kkO .container {
  display: flex;
  margin: auto;
}
.cid-ubQTUr9kkO .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubQTUr9kkO .dropdown-menu,
.cid-ubQTUr9kkO .navbar.opened {
  background: #232323 !important;
}
.cid-ubQTUr9kkO .nav-item:focus,
.cid-ubQTUr9kkO .nav-link:focus {
  outline: none;
}
.cid-ubQTUr9kkO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubQTUr9kkO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubQTUr9kkO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubQTUr9kkO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubQTUr9kkO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubQTUr9kkO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubQTUr9kkO .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-ubQTUr9kkO .navbar.opened {
  transition: all 0.3s;
}
.cid-ubQTUr9kkO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubQTUr9kkO .navbar .navbar-logo img {
  width: auto;
}
.cid-ubQTUr9kkO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubQTUr9kkO .navbar.collapsed {
  justify-content: center;
}
.cid-ubQTUr9kkO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubQTUr9kkO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubQTUr9kkO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-ubQTUr9kkO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubQTUr9kkO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubQTUr9kkO .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-ubQTUr9kkO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubQTUr9kkO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubQTUr9kkO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubQTUr9kkO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubQTUr9kkO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubQTUr9kkO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubQTUr9kkO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubQTUr9kkO .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-ubQTUr9kkO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubQTUr9kkO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubQTUr9kkO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubQTUr9kkO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubQTUr9kkO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubQTUr9kkO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubQTUr9kkO .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubQTUr9kkO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubQTUr9kkO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubQTUr9kkO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubQTUr9kkO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubQTUr9kkO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubQTUr9kkO .dropdown-item.active,
.cid-ubQTUr9kkO .dropdown-item:active {
  background-color: transparent;
}
.cid-ubQTUr9kkO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubQTUr9kkO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubQTUr9kkO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubQTUr9kkO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ubQTUr9kkO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubQTUr9kkO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubQTUr9kkO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubQTUr9kkO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubQTUr9kkO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubQTUr9kkO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-ubQTUr9kkO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubQTUr9kkO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubQTUr9kkO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubQTUr9kkO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubQTUr9kkO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubQTUr9kkO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubQTUr9kkO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubQTUr9kkO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubQTUr9kkO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubQTUr9kkO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubQTUr9kkO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubQTUr9kkO .navbar {
    height: 70px;
  }
  .cid-ubQTUr9kkO .navbar.opened {
    height: auto;
  }
  .cid-ubQTUr9kkO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubQTUrC9qH {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/heaven-escorts-aruba-san-nicolas-red-light-district-1.webp");
}
.cid-ubQTUrC9qH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ubQTUrC9qH .mbr-text,
.cid-ubQTUrC9qH .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ubQTUrC9qH .mbr-section-subtitle {
  color: #22a5e5;
  text-align: center;
}
.cid-ubQV3LWFtx {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ubQV3LWFtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubQV3LWFtx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubQV3LWFtx .mbr-section-title {
  color: #22a5e5;
}
.cid-ubQV3LWFtx .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ubQV3LWFtx .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ugQlU3ohPZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ugQlU3ohPZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugQlU3ohPZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugQlU3ohPZ [class^="socicon-"]:before,
.cid-ugQlU3ohPZ [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ugQlU3ohPZ .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #22a5e5;
  border-width: 2px;
  transition: all .3s;
  border-color: #22a5e5;
}
.cid-ugQlU3ohPZ .btn-social:hover {
  background: #22a5e5;
}
.cid-ugQlU3ohPZ .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-ugQlU3ohPZ .mbr-section-title,
.cid-ugQlU3ohPZ .mbr-social-likes {
  color: #ffffff;
}
.cid-ubR1p25OId {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-ubR1p25OId .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubR1p25OId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubR1p25OId .mbr-section-title {
  color: #ffffff;
}
.cid-ubR1p25OId .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v6kyfVCUL8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v6kyfVCUL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6kyfVCUL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6kyfVCUL8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v6kyfVCUL8 .row {
    text-align: center;
  }
  .cid-v6kyfVCUL8 .row > div {
    margin: auto;
  }
  .cid-v6kyfVCUL8 .social-row {
    justify-content: center;
  }
}
.cid-v6kyfVCUL8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v6kyfVCUL8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 0rem;
  }
}
.cid-v6kyfVCUL8 .mbr-text {
  color: #ffffff;
}
.cid-v6kyfVCUL8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v6kyfVCUL8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ucgGQbUA7m {
  z-index: 1000;
  width: 100%;
}
.cid-ucgGQbUA7m nav.navbar {
  position: fixed;
}
.cid-ucgGQbUA7m .navbar-nav {
  margin: auto;
}
.cid-ucgGQbUA7m .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucgGQbUA7m .dropdown-item:hover,
.cid-ucgGQbUA7m .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-ucgGQbUA7m .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucgGQbUA7m .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucgGQbUA7m .navbar-short,
.cid-ucgGQbUA7m .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-ucgGQbUA7m .navbar-short .nav-link,
.cid-ucgGQbUA7m .opened .nav-link,
.cid-ucgGQbUA7m .navbar-short .navbar-caption,
.cid-ucgGQbUA7m .opened .navbar-caption,
.cid-ucgGQbUA7m .navbar-short .mbr-iconfont,
.cid-ucgGQbUA7m .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ucgGQbUA7m .navbar-short .hamburger span,
.cid-ucgGQbUA7m .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-ucgGQbUA7m .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-ucgGQbUA7m .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;
}
.cid-ucgGQbUA7m .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucgGQbUA7m .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucgGQbUA7m .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucgGQbUA7m .container {
  display: flex;
  margin: auto;
}
.cid-ucgGQbUA7m .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucgGQbUA7m .dropdown-menu,
.cid-ucgGQbUA7m .navbar.opened {
  background: #232323 !important;
}
.cid-ucgGQbUA7m .nav-item:focus,
.cid-ucgGQbUA7m .nav-link:focus {
  outline: none;
}
.cid-ucgGQbUA7m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucgGQbUA7m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucgGQbUA7m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucgGQbUA7m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucgGQbUA7m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucgGQbUA7m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucgGQbUA7m .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-ucgGQbUA7m .navbar.opened {
  transition: all 0.3s;
}
.cid-ucgGQbUA7m .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucgGQbUA7m .navbar .navbar-logo img {
  width: auto;
}
.cid-ucgGQbUA7m .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucgGQbUA7m .navbar.collapsed {
  justify-content: center;
}
.cid-ucgGQbUA7m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucgGQbUA7m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucgGQbUA7m .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-ucgGQbUA7m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucgGQbUA7m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucgGQbUA7m .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-ucgGQbUA7m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucgGQbUA7m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucgGQbUA7m .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucgGQbUA7m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucgGQbUA7m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucgGQbUA7m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucgGQbUA7m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucgGQbUA7m .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-ucgGQbUA7m .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucgGQbUA7m .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucgGQbUA7m .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucgGQbUA7m .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucgGQbUA7m .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucgGQbUA7m .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucgGQbUA7m .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucgGQbUA7m .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucgGQbUA7m .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucgGQbUA7m .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucgGQbUA7m .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucgGQbUA7m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucgGQbUA7m .dropdown-item.active,
.cid-ucgGQbUA7m .dropdown-item:active {
  background-color: transparent;
}
.cid-ucgGQbUA7m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucgGQbUA7m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucgGQbUA7m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucgGQbUA7m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ucgGQbUA7m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucgGQbUA7m .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucgGQbUA7m ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucgGQbUA7m .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucgGQbUA7m button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucgGQbUA7m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-ucgGQbUA7m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucgGQbUA7m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucgGQbUA7m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucgGQbUA7m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucgGQbUA7m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucgGQbUA7m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucgGQbUA7m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucgGQbUA7m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucgGQbUA7m .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ucgGQbUA7m a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucgGQbUA7m .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucgGQbUA7m .navbar {
    height: 70px;
  }
  .cid-ucgGQbUA7m .navbar.opened {
    height: auto;
  }
  .cid-ucgGQbUA7m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucgGQczMrc {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/heaven-simply-the-best-escorts-in-aruba.webp");
}
.cid-ucgGQczMrc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucgGQczMrc .mbr-text,
.cid-ucgGQczMrc .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ucgGQczMrc .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vkmUXCKvN9 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vkmUXCKvN9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkmUXCKvN9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkmUXCKvN9 .mbr-section-title {
  color: #ffffff;
}
.cid-vkmUXCKvN9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukB0aYiwEj {
  background-color: #ffffff;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-ukB0aYiwEj .carousel {
  height: 800px;
}
.cid-ukB0aYiwEj .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ukB0aYiwEj .carousel-item,
.cid-ukB0aYiwEj .carousel-inner {
  height: 100%;
}
.cid-ukB0aYiwEj img,
.cid-ukB0aYiwEj .item-wrapper {
  border-radius: 0 !important;
}
.cid-ukB0aYiwEj .carousel-caption {
  bottom: 40px;
}
.cid-ukB0aYiwEj .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ukB0aYiwEj .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ukB0aYiwEj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ukB0aYiwEj .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ukB0aYiwEj .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ukB0aYiwEj .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ukB0aYiwEj .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ukB0aYiwEj .carousel-control {
  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-ukB0aYiwEj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukB0aYiwEj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukB0aYiwEj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ukB0aYiwEj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ukB0aYiwEj .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-ukB0aYiwEj .carousel-indicators li.active,
.cid-ukB0aYiwEj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ukB0aYiwEj .carousel-indicators li::after,
.cid-ukB0aYiwEj .carousel-indicators li::before {
  content: none;
}
.cid-ukB0aYiwEj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ukB0aYiwEj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ukB0aYiwEj .mbr-section-subtitle,
  .cid-ukB0aYiwEj .mbr-section-text,
  .cid-ukB0aYiwEj .mbr-section-btn {
    text-align: center;
  }
}
.cid-ukARhTSEKw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ukARhTSEKw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukARhTSEKw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukARhTSEKw .mbr-section-title {
  color: #22a5e5;
}
.cid-ukARhTSEKw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v6kyfVCUL8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v6kyfVCUL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6kyfVCUL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6kyfVCUL8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v6kyfVCUL8 .row {
    text-align: center;
  }
  .cid-v6kyfVCUL8 .row > div {
    margin: auto;
  }
  .cid-v6kyfVCUL8 .social-row {
    justify-content: center;
  }
}
.cid-v6kyfVCUL8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v6kyfVCUL8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 0rem;
  }
}
.cid-v6kyfVCUL8 .mbr-text {
  color: #ffffff;
}
.cid-v6kyfVCUL8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v6kyfVCUL8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-udvxqt6MCa {
  z-index: 1000;
  width: 100%;
}
.cid-udvxqt6MCa nav.navbar {
  position: fixed;
}
.cid-udvxqt6MCa .navbar-nav {
  margin: auto;
}
.cid-udvxqt6MCa .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-udvxqt6MCa .dropdown-item:hover,
.cid-udvxqt6MCa .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-udvxqt6MCa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udvxqt6MCa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udvxqt6MCa .navbar-short,
.cid-udvxqt6MCa .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-udvxqt6MCa .navbar-short .nav-link,
.cid-udvxqt6MCa .opened .nav-link,
.cid-udvxqt6MCa .navbar-short .navbar-caption,
.cid-udvxqt6MCa .opened .navbar-caption,
.cid-udvxqt6MCa .navbar-short .mbr-iconfont,
.cid-udvxqt6MCa .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-udvxqt6MCa .navbar-short .hamburger span,
.cid-udvxqt6MCa .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-udvxqt6MCa .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-udvxqt6MCa .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;
}
.cid-udvxqt6MCa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udvxqt6MCa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udvxqt6MCa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udvxqt6MCa .container {
  display: flex;
  margin: auto;
}
.cid-udvxqt6MCa .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udvxqt6MCa .dropdown-menu,
.cid-udvxqt6MCa .navbar.opened {
  background: #232323 !important;
}
.cid-udvxqt6MCa .nav-item:focus,
.cid-udvxqt6MCa .nav-link:focus {
  outline: none;
}
.cid-udvxqt6MCa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udvxqt6MCa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udvxqt6MCa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udvxqt6MCa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udvxqt6MCa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udvxqt6MCa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udvxqt6MCa .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-udvxqt6MCa .navbar.opened {
  transition: all 0.3s;
}
.cid-udvxqt6MCa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udvxqt6MCa .navbar .navbar-logo img {
  width: auto;
}
.cid-udvxqt6MCa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udvxqt6MCa .navbar.collapsed {
  justify-content: center;
}
.cid-udvxqt6MCa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udvxqt6MCa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udvxqt6MCa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-udvxqt6MCa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udvxqt6MCa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udvxqt6MCa .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-udvxqt6MCa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udvxqt6MCa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udvxqt6MCa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udvxqt6MCa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udvxqt6MCa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udvxqt6MCa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udvxqt6MCa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udvxqt6MCa .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-udvxqt6MCa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udvxqt6MCa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udvxqt6MCa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udvxqt6MCa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udvxqt6MCa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udvxqt6MCa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udvxqt6MCa .navbar.navbar-short {
  min-height: 60px;
}
.cid-udvxqt6MCa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udvxqt6MCa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udvxqt6MCa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udvxqt6MCa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udvxqt6MCa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udvxqt6MCa .dropdown-item.active,
.cid-udvxqt6MCa .dropdown-item:active {
  background-color: transparent;
}
.cid-udvxqt6MCa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udvxqt6MCa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udvxqt6MCa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udvxqt6MCa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-udvxqt6MCa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udvxqt6MCa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udvxqt6MCa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udvxqt6MCa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udvxqt6MCa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udvxqt6MCa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-udvxqt6MCa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udvxqt6MCa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udvxqt6MCa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udvxqt6MCa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udvxqt6MCa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udvxqt6MCa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udvxqt6MCa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udvxqt6MCa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udvxqt6MCa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udvxqt6MCa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udvxqt6MCa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udvxqt6MCa .navbar {
    height: 70px;
  }
  .cid-udvxqt6MCa .navbar.opened {
    height: auto;
  }
  .cid-udvxqt6MCa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udvxqtRSxi {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/yara-heaven-aruba-trans-escort-3.webp");
}
.cid-udvxqtRSxi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udvxqtRSxi .mbr-text,
.cid-udvxqtRSxi .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-udvxqtRSxi .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ukAT0sQ9Wx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ukAT0sQ9Wx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukAT0sQ9Wx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukAT0sQ9Wx .mbr-section-title {
  color: #22a5e5;
}
.cid-ukAT0sQ9Wx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udvxqupQha {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-udvxqupQha .carousel {
  height: 800px;
}
.cid-udvxqupQha .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udvxqupQha .carousel-item,
.cid-udvxqupQha .carousel-inner {
  height: 100%;
}
.cid-udvxqupQha .carousel-caption {
  bottom: 40px;
}
.cid-udvxqupQha .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-udvxqupQha .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-udvxqupQha .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-udvxqupQha .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-udvxqupQha .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-udvxqupQha .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-udvxqupQha .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-udvxqupQha .carousel-control {
  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-udvxqupQha .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-udvxqupQha .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-udvxqupQha .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-udvxqupQha .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-udvxqupQha .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-udvxqupQha .carousel-indicators li.active,
.cid-udvxqupQha .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-udvxqupQha .carousel-indicators li::after,
.cid-udvxqupQha .carousel-indicators li::before {
  content: none;
}
.cid-udvxqupQha .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-udvxqupQha .carousel-indicators {
    display: none !important;
  }
}
.cid-v6kyfVCUL8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v6kyfVCUL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6kyfVCUL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6kyfVCUL8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v6kyfVCUL8 .row {
    text-align: center;
  }
  .cid-v6kyfVCUL8 .row > div {
    margin: auto;
  }
  .cid-v6kyfVCUL8 .social-row {
    justify-content: center;
  }
}
.cid-v6kyfVCUL8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v6kyfVCUL8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 0rem;
  }
}
.cid-v6kyfVCUL8 .mbr-text {
  color: #ffffff;
}
.cid-v6kyfVCUL8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v6kyfVCUL8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ufPiJ8KwcJ {
  z-index: 1000;
  width: 100%;
}
.cid-ufPiJ8KwcJ nav.navbar {
  position: fixed;
}
.cid-ufPiJ8KwcJ .navbar-nav {
  margin: auto;
}
.cid-ufPiJ8KwcJ .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufPiJ8KwcJ .dropdown-item:hover,
.cid-ufPiJ8KwcJ .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-ufPiJ8KwcJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufPiJ8KwcJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufPiJ8KwcJ .navbar-short,
.cid-ufPiJ8KwcJ .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-ufPiJ8KwcJ .navbar-short .nav-link,
.cid-ufPiJ8KwcJ .opened .nav-link,
.cid-ufPiJ8KwcJ .navbar-short .navbar-caption,
.cid-ufPiJ8KwcJ .opened .navbar-caption,
.cid-ufPiJ8KwcJ .navbar-short .mbr-iconfont,
.cid-ufPiJ8KwcJ .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ufPiJ8KwcJ .navbar-short .hamburger span,
.cid-ufPiJ8KwcJ .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-ufPiJ8KwcJ .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-ufPiJ8KwcJ .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;
}
.cid-ufPiJ8KwcJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufPiJ8KwcJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufPiJ8KwcJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufPiJ8KwcJ .container {
  display: flex;
  margin: auto;
}
.cid-ufPiJ8KwcJ .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufPiJ8KwcJ .dropdown-menu,
.cid-ufPiJ8KwcJ .navbar.opened {
  background: #232323 !important;
}
.cid-ufPiJ8KwcJ .nav-item:focus,
.cid-ufPiJ8KwcJ .nav-link:focus {
  outline: none;
}
.cid-ufPiJ8KwcJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufPiJ8KwcJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufPiJ8KwcJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufPiJ8KwcJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufPiJ8KwcJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufPiJ8KwcJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufPiJ8KwcJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-ufPiJ8KwcJ .navbar.opened {
  transition: all 0.3s;
}
.cid-ufPiJ8KwcJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufPiJ8KwcJ .navbar .navbar-logo img {
  width: auto;
}
.cid-ufPiJ8KwcJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufPiJ8KwcJ .navbar.collapsed {
  justify-content: center;
}
.cid-ufPiJ8KwcJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufPiJ8KwcJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufPiJ8KwcJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-ufPiJ8KwcJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufPiJ8KwcJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufPiJ8KwcJ .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-ufPiJ8KwcJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufPiJ8KwcJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufPiJ8KwcJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufPiJ8KwcJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufPiJ8KwcJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufPiJ8KwcJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufPiJ8KwcJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufPiJ8KwcJ .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-ufPiJ8KwcJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufPiJ8KwcJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufPiJ8KwcJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufPiJ8KwcJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufPiJ8KwcJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufPiJ8KwcJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ufPiJ8KwcJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufPiJ8KwcJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufPiJ8KwcJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufPiJ8KwcJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufPiJ8KwcJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufPiJ8KwcJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufPiJ8KwcJ .dropdown-item.active,
.cid-ufPiJ8KwcJ .dropdown-item:active {
  background-color: transparent;
}
.cid-ufPiJ8KwcJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufPiJ8KwcJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufPiJ8KwcJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufPiJ8KwcJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ufPiJ8KwcJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufPiJ8KwcJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufPiJ8KwcJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufPiJ8KwcJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufPiJ8KwcJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufPiJ8KwcJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-ufPiJ8KwcJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufPiJ8KwcJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPiJ8KwcJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPiJ8KwcJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufPiJ8KwcJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPiJ8KwcJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufPiJ8KwcJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufPiJ8KwcJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPiJ8KwcJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufPiJ8KwcJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufPiJ8KwcJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ufPiJ8KwcJ .navbar {
    height: 70px;
  }
  .cid-ufPiJ8KwcJ .navbar.opened {
    height: auto;
  }
  .cid-ufPiJ8KwcJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufPiJ9pWMK {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/gallery-heaven-aruba-female-escorts.webp");
}
.cid-ufPiJ9pWMK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ufPiJ9pWMK .mbr-text,
.cid-ufPiJ9pWMK .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ufPiJ9pWMK .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-viefBs02J3 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-viefBs02J3 img,
.cid-viefBs02J3 .item-img {
  width: 100%;
}
.cid-viefBs02J3 .item:focus,
.cid-viefBs02J3 span:focus {
  outline: none;
}
.cid-viefBs02J3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-viefBs02J3 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-viefBs02J3 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-viefBs02J3 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-viefBs02J3 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-viefBs02J3 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-viefBs02J3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-viefBs02J3 .mbr-section-title {
  color: #ffffff;
}
.cid-viefBs02J3 .mbr-text,
.cid-viefBs02J3 .mbr-section-btn {
  text-align: center;
}
.cid-viefBs02J3 .item-title {
  text-align: center;
  color: #22a5e5;
}
.cid-viefBs02J3 .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-viefBs02J3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ve2YN8MvvR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ve2YN8MvvR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve2YN8MvvR .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0;
}
@media (max-width: 450px) {
  .cid-ve2YN8MvvR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ve2YN8MvvR .row {
  flex-direction: row-reverse;
}
.cid-ve2YN8MvvR img {
  width: 50%;
}
.cid-ve2YN8MvvR .mbr-description {
  color: #ffffff;
  text-align: center;
}
.cid-vgxb1vE6qy {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-vgxb1vE6qy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgxb1vE6qy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0;
}
.cid-v6kyfVCUL8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v6kyfVCUL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6kyfVCUL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6kyfVCUL8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v6kyfVCUL8 .row {
    text-align: center;
  }
  .cid-v6kyfVCUL8 .row > div {
    margin: auto;
  }
  .cid-v6kyfVCUL8 .social-row {
    justify-content: center;
  }
}
.cid-v6kyfVCUL8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v6kyfVCUL8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 0rem;
  }
}
.cid-v6kyfVCUL8 .mbr-text {
  color: #ffffff;
}
.cid-v6kyfVCUL8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v6kyfVCUL8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uMKlpTSi22 {
  z-index: 1000;
  width: 100%;
}
.cid-uMKlpTSi22 nav.navbar {
  position: fixed;
}
.cid-uMKlpTSi22 .navbar-nav {
  margin: auto;
}
.cid-uMKlpTSi22 .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMKlpTSi22 .dropdown-item:hover,
.cid-uMKlpTSi22 .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-uMKlpTSi22 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMKlpTSi22 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMKlpTSi22 .navbar-short,
.cid-uMKlpTSi22 .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uMKlpTSi22 .navbar-short .nav-link,
.cid-uMKlpTSi22 .opened .nav-link,
.cid-uMKlpTSi22 .navbar-short .navbar-caption,
.cid-uMKlpTSi22 .opened .navbar-caption,
.cid-uMKlpTSi22 .navbar-short .mbr-iconfont,
.cid-uMKlpTSi22 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uMKlpTSi22 .navbar-short .hamburger span,
.cid-uMKlpTSi22 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uMKlpTSi22 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uMKlpTSi22 .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;
}
.cid-uMKlpTSi22 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMKlpTSi22 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMKlpTSi22 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMKlpTSi22 .container {
  display: flex;
  margin: auto;
}
.cid-uMKlpTSi22 .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMKlpTSi22 .dropdown-menu,
.cid-uMKlpTSi22 .navbar.opened {
  background: #232323 !important;
}
.cid-uMKlpTSi22 .nav-item:focus,
.cid-uMKlpTSi22 .nav-link:focus {
  outline: none;
}
.cid-uMKlpTSi22 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMKlpTSi22 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMKlpTSi22 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMKlpTSi22 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMKlpTSi22 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMKlpTSi22 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMKlpTSi22 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-uMKlpTSi22 .navbar.opened {
  transition: all 0.3s;
}
.cid-uMKlpTSi22 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMKlpTSi22 .navbar .navbar-logo img {
  width: auto;
}
.cid-uMKlpTSi22 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMKlpTSi22 .navbar.collapsed {
  justify-content: center;
}
.cid-uMKlpTSi22 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMKlpTSi22 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMKlpTSi22 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uMKlpTSi22 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMKlpTSi22 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMKlpTSi22 .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-uMKlpTSi22 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMKlpTSi22 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMKlpTSi22 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMKlpTSi22 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMKlpTSi22 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMKlpTSi22 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMKlpTSi22 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMKlpTSi22 .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-uMKlpTSi22 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMKlpTSi22 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMKlpTSi22 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMKlpTSi22 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMKlpTSi22 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMKlpTSi22 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMKlpTSi22 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMKlpTSi22 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMKlpTSi22 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMKlpTSi22 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMKlpTSi22 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMKlpTSi22 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMKlpTSi22 .dropdown-item.active,
.cid-uMKlpTSi22 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMKlpTSi22 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMKlpTSi22 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMKlpTSi22 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMKlpTSi22 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uMKlpTSi22 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMKlpTSi22 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMKlpTSi22 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMKlpTSi22 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMKlpTSi22 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMKlpTSi22 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-uMKlpTSi22 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMKlpTSi22 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMKlpTSi22 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMKlpTSi22 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMKlpTSi22 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMKlpTSi22 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMKlpTSi22 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMKlpTSi22 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMKlpTSi22 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMKlpTSi22 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMKlpTSi22 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMKlpTSi22 .navbar {
    height: 70px;
  }
  .cid-uMKlpTSi22 .navbar.opened {
    height: auto;
  }
  .cid-uMKlpTSi22 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMKlpUsTYH {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/kathy-heaven-aruba-escorts-2.webp");
}
.cid-uMKlpUsTYH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMKlpUsTYH .mbr-text,
.cid-uMKlpUsTYH .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uMKlpUsTYH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vkmYA4IrNY {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vkmYA4IrNY .mbr-section-subtitle {
  text-align: center;
  color: #22a5e5;
}
.cid-vkmYA4IrNY .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-vkmYA4IrNY .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uMKlpVeWks {
  background-color: #232323;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uMKlpVeWks .carousel {
  height: 800px;
}
.cid-uMKlpVeWks .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uMKlpVeWks .carousel-item,
.cid-uMKlpVeWks .carousel-inner {
  height: 100%;
}
.cid-uMKlpVeWks img,
.cid-uMKlpVeWks .item-wrapper {
  border-radius: 0 !important;
}
.cid-uMKlpVeWks .carousel-caption {
  bottom: 40px;
}
.cid-uMKlpVeWks .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uMKlpVeWks .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uMKlpVeWks .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uMKlpVeWks .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uMKlpVeWks .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uMKlpVeWks .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uMKlpVeWks .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uMKlpVeWks .carousel-control {
  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-uMKlpVeWks .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMKlpVeWks .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uMKlpVeWks .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uMKlpVeWks .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uMKlpVeWks .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-uMKlpVeWks .carousel-indicators li.active,
.cid-uMKlpVeWks .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uMKlpVeWks .carousel-indicators li::after,
.cid-uMKlpVeWks .carousel-indicators li::before {
  content: none;
}
.cid-uMKlpVeWks .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uMKlpVeWks .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uMKlpVeWks .mbr-section-subtitle,
  .cid-uMKlpVeWks .mbr-section-text,
  .cid-uMKlpVeWks .mbr-section-btn {
    text-align: center;
  }
}
.cid-uMKlpUQaOq {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uMKlpUQaOq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMKlpUQaOq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMKlpUQaOq .mbr-section-title {
  color: #22a5e5;
}
.cid-uMKlpUQaOq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v6kyfVCUL8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v6kyfVCUL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6kyfVCUL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6kyfVCUL8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v6kyfVCUL8 .row {
    text-align: center;
  }
  .cid-v6kyfVCUL8 .row > div {
    margin: auto;
  }
  .cid-v6kyfVCUL8 .social-row {
    justify-content: center;
  }
}
.cid-v6kyfVCUL8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v6kyfVCUL8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 0rem;
  }
}
.cid-v6kyfVCUL8 .mbr-text {
  color: #ffffff;
}
.cid-v6kyfVCUL8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v6kyfVCUL8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2C9n2WSmS {
  z-index: 1000;
  width: 100%;
}
.cid-v2C9n2WSmS nav.navbar {
  position: fixed;
}
.cid-v2C9n2WSmS .navbar-nav {
  margin: auto;
}
.cid-v2C9n2WSmS .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2C9n2WSmS .dropdown-item:hover,
.cid-v2C9n2WSmS .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v2C9n2WSmS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2C9n2WSmS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2C9n2WSmS .navbar-short,
.cid-v2C9n2WSmS .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-v2C9n2WSmS .navbar-short .nav-link,
.cid-v2C9n2WSmS .opened .nav-link,
.cid-v2C9n2WSmS .navbar-short .navbar-caption,
.cid-v2C9n2WSmS .opened .navbar-caption,
.cid-v2C9n2WSmS .navbar-short .mbr-iconfont,
.cid-v2C9n2WSmS .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v2C9n2WSmS .navbar-short .hamburger span,
.cid-v2C9n2WSmS .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-v2C9n2WSmS .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-v2C9n2WSmS .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;
}
.cid-v2C9n2WSmS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2C9n2WSmS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2C9n2WSmS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2C9n2WSmS .container {
  display: flex;
  margin: auto;
}
.cid-v2C9n2WSmS .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2C9n2WSmS .dropdown-menu,
.cid-v2C9n2WSmS .navbar.opened {
  background: #232323 !important;
}
.cid-v2C9n2WSmS .nav-item:focus,
.cid-v2C9n2WSmS .nav-link:focus {
  outline: none;
}
.cid-v2C9n2WSmS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2C9n2WSmS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2C9n2WSmS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2C9n2WSmS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2C9n2WSmS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2C9n2WSmS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2C9n2WSmS .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-v2C9n2WSmS .navbar.opened {
  transition: all 0.3s;
}
.cid-v2C9n2WSmS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2C9n2WSmS .navbar .navbar-logo img {
  width: auto;
}
.cid-v2C9n2WSmS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2C9n2WSmS .navbar.collapsed {
  justify-content: center;
}
.cid-v2C9n2WSmS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2C9n2WSmS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2C9n2WSmS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-v2C9n2WSmS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2C9n2WSmS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2C9n2WSmS .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-v2C9n2WSmS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2C9n2WSmS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2C9n2WSmS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2C9n2WSmS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2C9n2WSmS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2C9n2WSmS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2C9n2WSmS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2C9n2WSmS .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-v2C9n2WSmS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2C9n2WSmS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2C9n2WSmS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2C9n2WSmS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2C9n2WSmS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2C9n2WSmS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2C9n2WSmS .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2C9n2WSmS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2C9n2WSmS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2C9n2WSmS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2C9n2WSmS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2C9n2WSmS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2C9n2WSmS .dropdown-item.active,
.cid-v2C9n2WSmS .dropdown-item:active {
  background-color: transparent;
}
.cid-v2C9n2WSmS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2C9n2WSmS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2C9n2WSmS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2C9n2WSmS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-v2C9n2WSmS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2C9n2WSmS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2C9n2WSmS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2C9n2WSmS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2C9n2WSmS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2C9n2WSmS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-v2C9n2WSmS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2C9n2WSmS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2C9n2WSmS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2C9n2WSmS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2C9n2WSmS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2C9n2WSmS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2C9n2WSmS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2C9n2WSmS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2C9n2WSmS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v2C9n2WSmS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2C9n2WSmS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2C9n2WSmS .navbar {
    height: 70px;
  }
  .cid-v2C9n2WSmS .navbar.opened {
    height: auto;
  }
  .cid-v2C9n2WSmS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2C9n3u172 {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/alexandra-heaven-aruba-escort-profile.webp");
}
.cid-v2C9n3u172 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v2C9n3u172 .mbr-text,
.cid-v2C9n3u172 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v2C9n3u172 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vkmZrRwOhS {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vkmZrRwOhS .mbr-section-subtitle {
  text-align: center;
  color: #22a5e5;
}
.cid-vkmZrRwOhS .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-vkmZrRwOhS .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v2C9n4eH6B {
  background-color: #ffffff;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-v2C9n4eH6B .carousel {
  height: 800px;
}
.cid-v2C9n4eH6B .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v2C9n4eH6B .carousel-item,
.cid-v2C9n4eH6B .carousel-inner {
  height: 100%;
}
.cid-v2C9n4eH6B img,
.cid-v2C9n4eH6B .item-wrapper {
  border-radius: 0 !important;
}
.cid-v2C9n4eH6B .carousel-caption {
  bottom: 40px;
}
.cid-v2C9n4eH6B .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v2C9n4eH6B .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v2C9n4eH6B .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v2C9n4eH6B .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v2C9n4eH6B .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v2C9n4eH6B .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v2C9n4eH6B .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v2C9n4eH6B .carousel-control {
  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-v2C9n4eH6B .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v2C9n4eH6B .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v2C9n4eH6B .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v2C9n4eH6B .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v2C9n4eH6B .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-v2C9n4eH6B .carousel-indicators li.active,
.cid-v2C9n4eH6B .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v2C9n4eH6B .carousel-indicators li::after,
.cid-v2C9n4eH6B .carousel-indicators li::before {
  content: none;
}
.cid-v2C9n4eH6B .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v2C9n4eH6B .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v2C9n4eH6B .mbr-section-subtitle,
  .cid-v2C9n4eH6B .mbr-section-text,
  .cid-v2C9n4eH6B .mbr-section-btn {
    text-align: center;
  }
}
.cid-v2C9n3Q5Dd {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-v2C9n3Q5Dd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2C9n3Q5Dd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2C9n3Q5Dd .mbr-section-title {
  color: #22a5e5;
}
.cid-v2C9n3Q5Dd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v6kyfVCUL8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v6kyfVCUL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6kyfVCUL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6kyfVCUL8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v6kyfVCUL8 .row {
    text-align: center;
  }
  .cid-v6kyfVCUL8 .row > div {
    margin: auto;
  }
  .cid-v6kyfVCUL8 .social-row {
    justify-content: center;
  }
}
.cid-v6kyfVCUL8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v6kyfVCUL8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 0rem;
  }
}
.cid-v6kyfVCUL8 .mbr-text {
  color: #ffffff;
}
.cid-v6kyfVCUL8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v6kyfVCUL8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v2Fgh1Utg1 {
  z-index: 1000;
  width: 100%;
}
.cid-v2Fgh1Utg1 nav.navbar {
  position: fixed;
}
.cid-v2Fgh1Utg1 .navbar-nav {
  margin: auto;
}
.cid-v2Fgh1Utg1 .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-v2Fgh1Utg1 .dropdown-item:hover,
.cid-v2Fgh1Utg1 .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v2Fgh1Utg1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2Fgh1Utg1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2Fgh1Utg1 .navbar-short,
.cid-v2Fgh1Utg1 .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-v2Fgh1Utg1 .navbar-short .nav-link,
.cid-v2Fgh1Utg1 .opened .nav-link,
.cid-v2Fgh1Utg1 .navbar-short .navbar-caption,
.cid-v2Fgh1Utg1 .opened .navbar-caption,
.cid-v2Fgh1Utg1 .navbar-short .mbr-iconfont,
.cid-v2Fgh1Utg1 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v2Fgh1Utg1 .navbar-short .hamburger span,
.cid-v2Fgh1Utg1 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-v2Fgh1Utg1 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-v2Fgh1Utg1 .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;
}
.cid-v2Fgh1Utg1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2Fgh1Utg1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2Fgh1Utg1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2Fgh1Utg1 .container {
  display: flex;
  margin: auto;
}
.cid-v2Fgh1Utg1 .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2Fgh1Utg1 .dropdown-menu,
.cid-v2Fgh1Utg1 .navbar.opened {
  background: #232323 !important;
}
.cid-v2Fgh1Utg1 .nav-item:focus,
.cid-v2Fgh1Utg1 .nav-link:focus {
  outline: none;
}
.cid-v2Fgh1Utg1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2Fgh1Utg1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2Fgh1Utg1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2Fgh1Utg1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2Fgh1Utg1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2Fgh1Utg1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2Fgh1Utg1 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-v2Fgh1Utg1 .navbar.opened {
  transition: all 0.3s;
}
.cid-v2Fgh1Utg1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2Fgh1Utg1 .navbar .navbar-logo img {
  width: auto;
}
.cid-v2Fgh1Utg1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2Fgh1Utg1 .navbar.collapsed {
  justify-content: center;
}
.cid-v2Fgh1Utg1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2Fgh1Utg1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2Fgh1Utg1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-v2Fgh1Utg1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2Fgh1Utg1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2Fgh1Utg1 .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-v2Fgh1Utg1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2Fgh1Utg1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2Fgh1Utg1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2Fgh1Utg1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2Fgh1Utg1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2Fgh1Utg1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2Fgh1Utg1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2Fgh1Utg1 .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-v2Fgh1Utg1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2Fgh1Utg1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2Fgh1Utg1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2Fgh1Utg1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2Fgh1Utg1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2Fgh1Utg1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2Fgh1Utg1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2Fgh1Utg1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2Fgh1Utg1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2Fgh1Utg1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2Fgh1Utg1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2Fgh1Utg1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2Fgh1Utg1 .dropdown-item.active,
.cid-v2Fgh1Utg1 .dropdown-item:active {
  background-color: transparent;
}
.cid-v2Fgh1Utg1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2Fgh1Utg1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2Fgh1Utg1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2Fgh1Utg1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-v2Fgh1Utg1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2Fgh1Utg1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2Fgh1Utg1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2Fgh1Utg1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2Fgh1Utg1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2Fgh1Utg1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-v2Fgh1Utg1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2Fgh1Utg1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2Fgh1Utg1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2Fgh1Utg1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2Fgh1Utg1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2Fgh1Utg1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2Fgh1Utg1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2Fgh1Utg1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2Fgh1Utg1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v2Fgh1Utg1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2Fgh1Utg1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2Fgh1Utg1 .navbar {
    height: 70px;
  }
  .cid-v2Fgh1Utg1 .navbar.opened {
    height: auto;
  }
  .cid-v2Fgh1Utg1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2Fgh2Ccit {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/alexandra-heaven-aruba-escort-profile.webp");
}
.cid-v2Fgh2Ccit .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v2Fgh2Ccit .mbr-text,
.cid-v2Fgh2Ccit .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v2Fgh2Ccit .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v2Fgh35S0e {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-v2Fgh35S0e .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Fgh35S0e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Fgh35S0e .mbr-section-title {
  color: #22a5e5;
}
.cid-v2Fgh35S0e .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2Fgh3wFOz {
  background-color: #ffffff;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-v2Fgh3wFOz .carousel {
  height: 800px;
}
.cid-v2Fgh3wFOz .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v2Fgh3wFOz .carousel-item,
.cid-v2Fgh3wFOz .carousel-inner {
  height: 100%;
}
.cid-v2Fgh3wFOz img,
.cid-v2Fgh3wFOz .item-wrapper {
  border-radius: 0 !important;
}
.cid-v2Fgh3wFOz .carousel-caption {
  bottom: 40px;
}
.cid-v2Fgh3wFOz .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v2Fgh3wFOz .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v2Fgh3wFOz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v2Fgh3wFOz .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v2Fgh3wFOz .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v2Fgh3wFOz .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v2Fgh3wFOz .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v2Fgh3wFOz .carousel-control {
  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-v2Fgh3wFOz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v2Fgh3wFOz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v2Fgh3wFOz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v2Fgh3wFOz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v2Fgh3wFOz .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-v2Fgh3wFOz .carousel-indicators li.active,
.cid-v2Fgh3wFOz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v2Fgh3wFOz .carousel-indicators li::after,
.cid-v2Fgh3wFOz .carousel-indicators li::before {
  content: none;
}
.cid-v2Fgh3wFOz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v2Fgh3wFOz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v2Fgh3wFOz .mbr-section-subtitle,
  .cid-v2Fgh3wFOz .mbr-section-text,
  .cid-v2Fgh3wFOz .mbr-section-btn {
    text-align: center;
  }
}
.cid-v6kyfVCUL8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v6kyfVCUL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6kyfVCUL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6kyfVCUL8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v6kyfVCUL8 .row {
    text-align: center;
  }
  .cid-v6kyfVCUL8 .row > div {
    margin: auto;
  }
  .cid-v6kyfVCUL8 .social-row {
    justify-content: center;
  }
}
.cid-v6kyfVCUL8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v6kyfVCUL8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 0rem;
  }
}
.cid-v6kyfVCUL8 .mbr-text {
  color: #ffffff;
}
.cid-v6kyfVCUL8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v6kyfVCUL8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uOUYmlI0of {
  z-index: 1000;
  width: 100%;
}
.cid-uOUYmlI0of nav.navbar {
  position: fixed;
}
.cid-uOUYmlI0of .navbar-nav {
  margin: auto;
}
.cid-uOUYmlI0of .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOUYmlI0of .dropdown-item:hover,
.cid-uOUYmlI0of .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-uOUYmlI0of .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOUYmlI0of .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOUYmlI0of .navbar-short,
.cid-uOUYmlI0of .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uOUYmlI0of .navbar-short .nav-link,
.cid-uOUYmlI0of .opened .nav-link,
.cid-uOUYmlI0of .navbar-short .navbar-caption,
.cid-uOUYmlI0of .opened .navbar-caption,
.cid-uOUYmlI0of .navbar-short .mbr-iconfont,
.cid-uOUYmlI0of .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uOUYmlI0of .navbar-short .hamburger span,
.cid-uOUYmlI0of .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uOUYmlI0of .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uOUYmlI0of .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;
}
.cid-uOUYmlI0of .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOUYmlI0of .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOUYmlI0of .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOUYmlI0of .container {
  display: flex;
  margin: auto;
}
.cid-uOUYmlI0of .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOUYmlI0of .dropdown-menu,
.cid-uOUYmlI0of .navbar.opened {
  background: #232323 !important;
}
.cid-uOUYmlI0of .nav-item:focus,
.cid-uOUYmlI0of .nav-link:focus {
  outline: none;
}
.cid-uOUYmlI0of .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOUYmlI0of .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOUYmlI0of .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOUYmlI0of .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOUYmlI0of .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOUYmlI0of .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOUYmlI0of .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-uOUYmlI0of .navbar.opened {
  transition: all 0.3s;
}
.cid-uOUYmlI0of .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOUYmlI0of .navbar .navbar-logo img {
  width: auto;
}
.cid-uOUYmlI0of .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOUYmlI0of .navbar.collapsed {
  justify-content: center;
}
.cid-uOUYmlI0of .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOUYmlI0of .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOUYmlI0of .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uOUYmlI0of .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOUYmlI0of .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOUYmlI0of .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-uOUYmlI0of .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOUYmlI0of .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOUYmlI0of .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOUYmlI0of .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOUYmlI0of .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOUYmlI0of .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOUYmlI0of .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOUYmlI0of .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-uOUYmlI0of .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOUYmlI0of .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOUYmlI0of .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOUYmlI0of .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOUYmlI0of .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOUYmlI0of .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOUYmlI0of .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOUYmlI0of .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOUYmlI0of .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOUYmlI0of .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOUYmlI0of .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOUYmlI0of .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOUYmlI0of .dropdown-item.active,
.cid-uOUYmlI0of .dropdown-item:active {
  background-color: transparent;
}
.cid-uOUYmlI0of .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOUYmlI0of .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOUYmlI0of .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOUYmlI0of .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uOUYmlI0of .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOUYmlI0of .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOUYmlI0of ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOUYmlI0of .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOUYmlI0of button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOUYmlI0of button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-uOUYmlI0of button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOUYmlI0of button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOUYmlI0of button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOUYmlI0of button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOUYmlI0of nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOUYmlI0of nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOUYmlI0of nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOUYmlI0of nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOUYmlI0of .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOUYmlI0of a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOUYmlI0of .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOUYmlI0of .navbar {
    height: 70px;
  }
  .cid-uOUYmlI0of .navbar.opened {
    height: auto;
  }
  .cid-uOUYmlI0of .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOUYmmfLMW {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/heaven-aruba-escort-model-juliana-3.webp");
}
.cid-uOUYmmfLMW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOUYmmfLMW .mbr-text,
.cid-uOUYmmfLMW .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uOUYmmfLMW .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vkmZKsVhMO {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vkmZKsVhMO .mbr-section-subtitle {
  text-align: center;
  color: #22a5e5;
}
.cid-vkmZKsVhMO .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-vkmZKsVhMO .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uOUYmmZXyw {
  background-color: #232323;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uOUYmmZXyw .carousel {
  height: 800px;
}
.cid-uOUYmmZXyw .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOUYmmZXyw .carousel-item,
.cid-uOUYmmZXyw .carousel-inner {
  height: 100%;
}
.cid-uOUYmmZXyw img,
.cid-uOUYmmZXyw .item-wrapper {
  border-radius: 0 !important;
}
.cid-uOUYmmZXyw .carousel-caption {
  bottom: 40px;
}
.cid-uOUYmmZXyw .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uOUYmmZXyw .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uOUYmmZXyw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uOUYmmZXyw .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uOUYmmZXyw .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uOUYmmZXyw .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uOUYmmZXyw .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uOUYmmZXyw .carousel-control {
  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-uOUYmmZXyw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOUYmmZXyw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOUYmmZXyw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uOUYmmZXyw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uOUYmmZXyw .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-uOUYmmZXyw .carousel-indicators li.active,
.cid-uOUYmmZXyw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uOUYmmZXyw .carousel-indicators li::after,
.cid-uOUYmmZXyw .carousel-indicators li::before {
  content: none;
}
.cid-uOUYmmZXyw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uOUYmmZXyw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uOUYmmZXyw .mbr-section-subtitle,
  .cid-uOUYmmZXyw .mbr-section-text,
  .cid-uOUYmmZXyw .mbr-section-btn {
    text-align: center;
  }
}
.cid-uOUYmmy1ts {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uOUYmmy1ts .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOUYmmy1ts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOUYmmy1ts .mbr-section-title {
  color: #22a5e5;
}
.cid-uOUYmmy1ts .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v6kyfVCUL8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v6kyfVCUL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6kyfVCUL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6kyfVCUL8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v6kyfVCUL8 .row {
    text-align: center;
  }
  .cid-v6kyfVCUL8 .row > div {
    margin: auto;
  }
  .cid-v6kyfVCUL8 .social-row {
    justify-content: center;
  }
}
.cid-v6kyfVCUL8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v6kyfVCUL8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 0rem;
  }
}
.cid-v6kyfVCUL8 .mbr-text {
  color: #ffffff;
}
.cid-v6kyfVCUL8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v6kyfVCUL8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v3ckOiUrzf {
  z-index: 1000;
  width: 100%;
}
.cid-v3ckOiUrzf nav.navbar {
  position: fixed;
}
.cid-v3ckOiUrzf .navbar-nav {
  margin: auto;
}
.cid-v3ckOiUrzf .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-v3ckOiUrzf .dropdown-item:hover,
.cid-v3ckOiUrzf .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v3ckOiUrzf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v3ckOiUrzf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v3ckOiUrzf .navbar-short,
.cid-v3ckOiUrzf .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-v3ckOiUrzf .navbar-short .nav-link,
.cid-v3ckOiUrzf .opened .nav-link,
.cid-v3ckOiUrzf .navbar-short .navbar-caption,
.cid-v3ckOiUrzf .opened .navbar-caption,
.cid-v3ckOiUrzf .navbar-short .mbr-iconfont,
.cid-v3ckOiUrzf .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v3ckOiUrzf .navbar-short .hamburger span,
.cid-v3ckOiUrzf .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-v3ckOiUrzf .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-v3ckOiUrzf .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;
}
.cid-v3ckOiUrzf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v3ckOiUrzf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v3ckOiUrzf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v3ckOiUrzf .container {
  display: flex;
  margin: auto;
}
.cid-v3ckOiUrzf .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3ckOiUrzf .dropdown-menu,
.cid-v3ckOiUrzf .navbar.opened {
  background: #232323 !important;
}
.cid-v3ckOiUrzf .nav-item:focus,
.cid-v3ckOiUrzf .nav-link:focus {
  outline: none;
}
.cid-v3ckOiUrzf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v3ckOiUrzf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3ckOiUrzf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v3ckOiUrzf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v3ckOiUrzf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3ckOiUrzf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3ckOiUrzf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-v3ckOiUrzf .navbar.opened {
  transition: all 0.3s;
}
.cid-v3ckOiUrzf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v3ckOiUrzf .navbar .navbar-logo img {
  width: auto;
}
.cid-v3ckOiUrzf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v3ckOiUrzf .navbar.collapsed {
  justify-content: center;
}
.cid-v3ckOiUrzf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v3ckOiUrzf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v3ckOiUrzf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-v3ckOiUrzf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3ckOiUrzf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3ckOiUrzf .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-v3ckOiUrzf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3ckOiUrzf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3ckOiUrzf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v3ckOiUrzf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v3ckOiUrzf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3ckOiUrzf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3ckOiUrzf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3ckOiUrzf .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-v3ckOiUrzf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v3ckOiUrzf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3ckOiUrzf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v3ckOiUrzf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v3ckOiUrzf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v3ckOiUrzf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v3ckOiUrzf .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3ckOiUrzf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v3ckOiUrzf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v3ckOiUrzf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3ckOiUrzf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3ckOiUrzf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3ckOiUrzf .dropdown-item.active,
.cid-v3ckOiUrzf .dropdown-item:active {
  background-color: transparent;
}
.cid-v3ckOiUrzf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3ckOiUrzf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3ckOiUrzf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3ckOiUrzf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-v3ckOiUrzf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3ckOiUrzf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3ckOiUrzf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v3ckOiUrzf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v3ckOiUrzf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v3ckOiUrzf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-v3ckOiUrzf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3ckOiUrzf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3ckOiUrzf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3ckOiUrzf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3ckOiUrzf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3ckOiUrzf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v3ckOiUrzf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v3ckOiUrzf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3ckOiUrzf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v3ckOiUrzf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v3ckOiUrzf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3ckOiUrzf .navbar {
    height: 70px;
  }
  .cid-v3ckOiUrzf .navbar.opened {
    height: auto;
  }
  .cid-v3ckOiUrzf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3ckOjBbHH {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/sara-heaven-aruba-escort-model-3.webp");
}
.cid-v3ckOjBbHH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v3ckOjBbHH .mbr-text,
.cid-v3ckOjBbHH .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v3ckOjBbHH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vkn0jKLWrB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vkn0jKLWrB .mbr-section-subtitle {
  text-align: center;
  color: #22a5e5;
}
.cid-vkn0jKLWrB .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-vkn0jKLWrB .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v3ckOkqixQ {
  background-color: #232323;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-v3ckOkqixQ .carousel {
  height: 800px;
}
.cid-v3ckOkqixQ .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v3ckOkqixQ .carousel-item,
.cid-v3ckOkqixQ .carousel-inner {
  height: 100%;
}
.cid-v3ckOkqixQ img,
.cid-v3ckOkqixQ .item-wrapper {
  border-radius: 0 !important;
}
.cid-v3ckOkqixQ .carousel-caption {
  bottom: 40px;
}
.cid-v3ckOkqixQ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v3ckOkqixQ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v3ckOkqixQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v3ckOkqixQ .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v3ckOkqixQ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v3ckOkqixQ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v3ckOkqixQ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v3ckOkqixQ .carousel-control {
  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-v3ckOkqixQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3ckOkqixQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3ckOkqixQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3ckOkqixQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v3ckOkqixQ .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-v3ckOkqixQ .carousel-indicators li.active,
.cid-v3ckOkqixQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3ckOkqixQ .carousel-indicators li::after,
.cid-v3ckOkqixQ .carousel-indicators li::before {
  content: none;
}
.cid-v3ckOkqixQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3ckOkqixQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v3ckOkqixQ .mbr-section-subtitle,
  .cid-v3ckOkqixQ .mbr-section-text,
  .cid-v3ckOkqixQ .mbr-section-btn {
    text-align: center;
  }
}
.cid-v3ckOjZaRN {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-v3ckOjZaRN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ckOjZaRN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ckOjZaRN .mbr-section-title {
  color: #22a5e5;
}
.cid-v3ckOjZaRN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v6kyfVCUL8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v6kyfVCUL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6kyfVCUL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6kyfVCUL8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v6kyfVCUL8 .row {
    text-align: center;
  }
  .cid-v6kyfVCUL8 .row > div {
    margin: auto;
  }
  .cid-v6kyfVCUL8 .social-row {
    justify-content: center;
  }
}
.cid-v6kyfVCUL8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v6kyfVCUL8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v6kyfVCUL8 .list {
    margin-bottom: 0rem;
  }
}
.cid-v6kyfVCUL8 .mbr-text {
  color: #ffffff;
}
.cid-v6kyfVCUL8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v6kyfVCUL8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v6kyfVCUL8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v9QFIgGGjj {
  z-index: 1000;
  width: 100%;
}
.cid-v9QFIgGGjj nav.navbar {
  position: fixed;
}
.cid-v9QFIgGGjj .navbar-nav {
  margin: auto;
}
.cid-v9QFIgGGjj .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9QFIgGGjj .dropdown-item:hover,
.cid-v9QFIgGGjj .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v9QFIgGGjj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9QFIgGGjj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9QFIgGGjj .navbar-short,
.cid-v9QFIgGGjj .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-v9QFIgGGjj .navbar-short .nav-link,
.cid-v9QFIgGGjj .opened .nav-link,
.cid-v9QFIgGGjj .navbar-short .navbar-caption,
.cid-v9QFIgGGjj .opened .navbar-caption,
.cid-v9QFIgGGjj .navbar-short .mbr-iconfont,
.cid-v9QFIgGGjj .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v9QFIgGGjj .navbar-short .hamburger span,
.cid-v9QFIgGGjj .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-v9QFIgGGjj .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-v9QFIgGGjj .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;
}
.cid-v9QFIgGGjj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9QFIgGGjj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9QFIgGGjj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9QFIgGGjj .container {
  display: flex;
  margin: auto;
}
.cid-v9QFIgGGjj .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9QFIgGGjj .dropdown-menu,
.cid-v9QFIgGGjj .navbar.opened {
  background: #232323 !important;
}
.cid-v9QFIgGGjj .nav-item:focus,
.cid-v9QFIgGGjj .nav-link:focus {
  outline: none;
}
.cid-v9QFIgGGjj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9QFIgGGjj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9QFIgGGjj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9QFIgGGjj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9QFIgGGjj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9QFIgGGjj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9QFIgGGjj .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-v9QFIgGGjj .navbar.opened {
  transition: all 0.3s;
}
.cid-v9QFIgGGjj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9QFIgGGjj .navbar .navbar-logo img {
  width: auto;
}
.cid-v9QFIgGGjj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9QFIgGGjj .navbar.collapsed {
  justify-content: center;
}
.cid-v9QFIgGGjj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9QFIgGGjj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9QFIgGGjj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-v9QFIgGGjj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9QFIgGGjj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9QFIgGGjj .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-v9QFIgGGjj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9QFIgGGjj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9QFIgGGjj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9QFIgGGjj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9QFIgGGjj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9QFIgGGjj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9QFIgGGjj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9QFIgGGjj .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-v9QFIgGGjj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9QFIgGGjj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9QFIgGGjj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9QFIgGGjj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9QFIgGGjj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9QFIgGGjj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9QFIgGGjj .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9QFIgGGjj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9QFIgGGjj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9QFIgGGjj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v9QFIgGGjj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9QFIgGGjj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9QFIgGGjj .dropdown-item.active,
.cid-v9QFIgGGjj .dropdown-item:active {
  background-color: transparent;
}
.cid-v9QFIgGGjj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9QFIgGGjj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9QFIgGGjj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9QFIgGGjj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-v9QFIgGGjj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9QFIgGGjj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9QFIgGGjj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9QFIgGGjj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9QFIgGGjj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9QFIgGGjj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-v9QFIgGGjj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9QFIgGGjj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9QFIgGGjj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9QFIgGGjj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9QFIgGGjj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9QFIgGGjj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9QFIgGGjj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9QFIgGGjj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9QFIgGGjj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9QFIgGGjj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9QFIgGGjj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v9QFIgGGjj .navbar {
    height: 70px;
  }
  .cid-v9QFIgGGjj .navbar.opened {
    height: auto;
  }
  .cid-v9QFIgGGjj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9QFIhlovC {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/heaven-aruba-escorts-alejandra-profile.webp");
}
.cid-v9QFIhlovC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v9QFIhlovC .mbr-text,
.cid-v9QFIhlovC .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v9QFIhlovC .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vkn0CcENeV {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vkn0CcENeV .mbr-section-subtitle {
  text-align: center;
  color: #22a5e5;
}
.cid-vkn0CcENeV .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-vkn0CcENeV .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v9QHnzh9WN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-v9QHnzh9WN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9QHnzh9WN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9QHnzh9WN .item {
  padding-bottom: 2rem;
}
.cid-v9QHnzh9WN .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v9QHnzh9WN .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v9QHnzh9WN .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v9QHnzh9WN .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v9QHnzh9WN .carousel-control,
.cid-v9QHnzh9WN .close {
  background: #1b1b1b;
}
.cid-v9QHnzh9WN .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v9QHnzh9WN .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v9QHnzh9WN .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v9QHnzh9WN .carousel-control-next span {
  margin-left: 5px;
}
.cid-v9QHnzh9WN .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-v9QHnzh9WN .close::before {
  content: '\e91a';
}
.cid-v9QHnzh9WN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v9QHnzh9WN .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-v9QHnzh9WN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9QHnzh9WN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9QHnzh9WN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v9QHnzh9WN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v9QHnzh9WN .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-v9QHnzh9WN .carousel-indicators li.active,
.cid-v9QHnzh9WN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v9QHnzh9WN .carousel-indicators li::after,
.cid-v9QHnzh9WN .carousel-indicators li::before {
  content: none;
}
.cid-v9QHnzh9WN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v9QHnzh9WN .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v9QHnzh9WN .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9QHnzh9WN .carousel-indicators {
    display: none;
  }
}
.cid-v9QHnzh9WN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v9QHnzh9WN .carousel-inner > .active {
  display: block;
}
.cid-v9QHnzh9WN .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9QHnzh9WN .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v9QHnzh9WN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v9QHnzh9WN .carousel-control,
  .cid-v9QHnzh9WN .carousel-indicators,
  .cid-v9QHnzh9WN .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v9QHnzh9WN .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v9QHnzh9WN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v9QHnzh9WN .carousel-indicators .active,
.cid-v9QHnzh9WN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v9QHnzh9WN .carousel-indicators .active {
  background: #fff;
}
.cid-v9QHnzh9WN .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v9QHnzh9WN .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v9QHnzh9WN .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v9QHnzh9WN .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v9QHnzh9WN .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v9QHnzh9WN .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v9QHnzh9WN .carousel {
  width: 100%;
}
.cid-v9QHnzh9WN .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v9QHnzh9WN .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v9QHnzh9WN .modal.fade .modal-dialog,
.cid-v9QHnzh9WN .modal.in .modal-dialog {
  transform: none;
}
.cid-v9QHnzh9WN .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v9QHnzh9WN H6 {
  text-align: center;
}
.cid-v9QHnzh9WN H3 {
  color: #22a5e5;
}
.cid-v9QHnzh9WN H4 {
  color: #ffffff;
}
.cid-vkn1LO3Ke7 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vkn1LO3Ke7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkn1LO3Ke7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkn1LO3Ke7 .mbr-section-title {
  color: #22a5e5;
}
.cid-vkn1LO3Ke7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9QFIjcuqK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v9QFIjcuqK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9QFIjcuqK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9QFIjcuqK .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v9QFIjcuqK .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v9QFIjcuqK .row {
    text-align: center;
  }
  .cid-v9QFIjcuqK .row > div {
    margin: auto;
  }
  .cid-v9QFIjcuqK .social-row {
    justify-content: center;
  }
}
.cid-v9QFIjcuqK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v9QFIjcuqK .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v9QFIjcuqK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v9QFIjcuqK .list {
    margin-bottom: 0rem;
  }
}
.cid-v9QFIjcuqK .mbr-text {
  color: #ffffff;
}
.cid-v9QFIjcuqK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v9QFIjcuqK .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v9QFIjcuqK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v9IZMIFDwO {
  z-index: 1000;
  width: 100%;
}
.cid-v9IZMIFDwO nav.navbar {
  position: fixed;
}
.cid-v9IZMIFDwO .navbar-nav {
  margin: auto;
}
.cid-v9IZMIFDwO .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-v9IZMIFDwO .dropdown-item:hover,
.cid-v9IZMIFDwO .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-v9IZMIFDwO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9IZMIFDwO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9IZMIFDwO .navbar-short,
.cid-v9IZMIFDwO .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-v9IZMIFDwO .navbar-short .nav-link,
.cid-v9IZMIFDwO .opened .nav-link,
.cid-v9IZMIFDwO .navbar-short .navbar-caption,
.cid-v9IZMIFDwO .opened .navbar-caption,
.cid-v9IZMIFDwO .navbar-short .mbr-iconfont,
.cid-v9IZMIFDwO .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v9IZMIFDwO .navbar-short .hamburger span,
.cid-v9IZMIFDwO .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-v9IZMIFDwO .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-v9IZMIFDwO .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;
}
.cid-v9IZMIFDwO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v9IZMIFDwO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9IZMIFDwO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9IZMIFDwO .container {
  display: flex;
  margin: auto;
}
.cid-v9IZMIFDwO .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v9IZMIFDwO .dropdown-menu,
.cid-v9IZMIFDwO .navbar.opened {
  background: #232323 !important;
}
.cid-v9IZMIFDwO .nav-item:focus,
.cid-v9IZMIFDwO .nav-link:focus {
  outline: none;
}
.cid-v9IZMIFDwO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9IZMIFDwO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9IZMIFDwO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9IZMIFDwO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9IZMIFDwO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9IZMIFDwO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9IZMIFDwO .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-v9IZMIFDwO .navbar.opened {
  transition: all 0.3s;
}
.cid-v9IZMIFDwO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v9IZMIFDwO .navbar .navbar-logo img {
  width: auto;
}
.cid-v9IZMIFDwO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9IZMIFDwO .navbar.collapsed {
  justify-content: center;
}
.cid-v9IZMIFDwO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9IZMIFDwO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9IZMIFDwO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-v9IZMIFDwO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9IZMIFDwO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9IZMIFDwO .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-v9IZMIFDwO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9IZMIFDwO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9IZMIFDwO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9IZMIFDwO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9IZMIFDwO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9IZMIFDwO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9IZMIFDwO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9IZMIFDwO .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-v9IZMIFDwO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9IZMIFDwO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9IZMIFDwO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v9IZMIFDwO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v9IZMIFDwO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9IZMIFDwO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9IZMIFDwO .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9IZMIFDwO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9IZMIFDwO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9IZMIFDwO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v9IZMIFDwO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v9IZMIFDwO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9IZMIFDwO .dropdown-item.active,
.cid-v9IZMIFDwO .dropdown-item:active {
  background-color: transparent;
}
.cid-v9IZMIFDwO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9IZMIFDwO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9IZMIFDwO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9IZMIFDwO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-v9IZMIFDwO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9IZMIFDwO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9IZMIFDwO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v9IZMIFDwO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9IZMIFDwO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v9IZMIFDwO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-v9IZMIFDwO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9IZMIFDwO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9IZMIFDwO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9IZMIFDwO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9IZMIFDwO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9IZMIFDwO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9IZMIFDwO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9IZMIFDwO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9IZMIFDwO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9IZMIFDwO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9IZMIFDwO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v9IZMIFDwO .navbar {
    height: 70px;
  }
  .cid-v9IZMIFDwO .navbar.opened {
    height: auto;
  }
  .cid-v9IZMIFDwO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9IZMJlIgo {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/lorena-aruba-heaven-escort-6.webp");
}
.cid-v9IZMJlIgo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v9IZMJlIgo .mbr-text,
.cid-v9IZMJlIgo .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v9IZMJlIgo .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v9IZMJOAAC {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-v9IZMJOAAC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9IZMJOAAC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9IZMJOAAC .mbr-section-title {
  color: #22a5e5;
}
.cid-v9IZMJOAAC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9IZMKfg9n {
  background-color: #232323;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-v9IZMKfg9n .carousel {
  height: 800px;
}
.cid-v9IZMKfg9n .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v9IZMKfg9n .carousel-item,
.cid-v9IZMKfg9n .carousel-inner {
  height: 100%;
}
.cid-v9IZMKfg9n img,
.cid-v9IZMKfg9n .item-wrapper {
  border-radius: 0 !important;
}
.cid-v9IZMKfg9n .carousel-caption {
  bottom: 40px;
}
.cid-v9IZMKfg9n .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v9IZMKfg9n .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v9IZMKfg9n .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v9IZMKfg9n .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v9IZMKfg9n .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v9IZMKfg9n .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v9IZMKfg9n .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v9IZMKfg9n .carousel-control {
  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-v9IZMKfg9n .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9IZMKfg9n .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9IZMKfg9n .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v9IZMKfg9n .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v9IZMKfg9n .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-v9IZMKfg9n .carousel-indicators li.active,
.cid-v9IZMKfg9n .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v9IZMKfg9n .carousel-indicators li::after,
.cid-v9IZMKfg9n .carousel-indicators li::before {
  content: none;
}
.cid-v9IZMKfg9n .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v9IZMKfg9n .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v9IZMKfg9n .mbr-section-subtitle,
  .cid-v9IZMKfg9n .mbr-section-text,
  .cid-v9IZMKfg9n .mbr-section-btn {
    text-align: center;
  }
}
.cid-v9IZMLbZPF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v9IZMLbZPF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9IZMLbZPF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9IZMLbZPF .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v9IZMLbZPF .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v9IZMLbZPF .row {
    text-align: center;
  }
  .cid-v9IZMLbZPF .row > div {
    margin: auto;
  }
  .cid-v9IZMLbZPF .social-row {
    justify-content: center;
  }
}
.cid-v9IZMLbZPF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v9IZMLbZPF .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v9IZMLbZPF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v9IZMLbZPF .list {
    margin-bottom: 0rem;
  }
}
.cid-v9IZMLbZPF .mbr-text {
  color: #ffffff;
}
.cid-v9IZMLbZPF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v9IZMLbZPF .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v9IZMLbZPF div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vaHp2sBlqn {
  z-index: 1000;
  width: 100%;
}
.cid-vaHp2sBlqn nav.navbar {
  position: fixed;
}
.cid-vaHp2sBlqn .navbar-nav {
  margin: auto;
}
.cid-vaHp2sBlqn .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-vaHp2sBlqn .dropdown-item:hover,
.cid-vaHp2sBlqn .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-vaHp2sBlqn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaHp2sBlqn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaHp2sBlqn .navbar-short,
.cid-vaHp2sBlqn .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-vaHp2sBlqn .navbar-short .nav-link,
.cid-vaHp2sBlqn .opened .nav-link,
.cid-vaHp2sBlqn .navbar-short .navbar-caption,
.cid-vaHp2sBlqn .opened .navbar-caption,
.cid-vaHp2sBlqn .navbar-short .mbr-iconfont,
.cid-vaHp2sBlqn .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vaHp2sBlqn .navbar-short .hamburger span,
.cid-vaHp2sBlqn .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-vaHp2sBlqn .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-vaHp2sBlqn .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;
}
.cid-vaHp2sBlqn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaHp2sBlqn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vaHp2sBlqn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaHp2sBlqn .container {
  display: flex;
  margin: auto;
}
.cid-vaHp2sBlqn .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vaHp2sBlqn .dropdown-menu,
.cid-vaHp2sBlqn .navbar.opened {
  background: #232323 !important;
}
.cid-vaHp2sBlqn .nav-item:focus,
.cid-vaHp2sBlqn .nav-link:focus {
  outline: none;
}
.cid-vaHp2sBlqn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaHp2sBlqn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaHp2sBlqn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaHp2sBlqn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaHp2sBlqn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaHp2sBlqn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaHp2sBlqn .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-vaHp2sBlqn .navbar.opened {
  transition: all 0.3s;
}
.cid-vaHp2sBlqn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaHp2sBlqn .navbar .navbar-logo img {
  width: auto;
}
.cid-vaHp2sBlqn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaHp2sBlqn .navbar.collapsed {
  justify-content: center;
}
.cid-vaHp2sBlqn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaHp2sBlqn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vaHp2sBlqn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-vaHp2sBlqn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaHp2sBlqn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaHp2sBlqn .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-vaHp2sBlqn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaHp2sBlqn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaHp2sBlqn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaHp2sBlqn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaHp2sBlqn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaHp2sBlqn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaHp2sBlqn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaHp2sBlqn .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-vaHp2sBlqn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vaHp2sBlqn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaHp2sBlqn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaHp2sBlqn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vaHp2sBlqn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaHp2sBlqn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaHp2sBlqn .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaHp2sBlqn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vaHp2sBlqn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vaHp2sBlqn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaHp2sBlqn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaHp2sBlqn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaHp2sBlqn .dropdown-item.active,
.cid-vaHp2sBlqn .dropdown-item:active {
  background-color: transparent;
}
.cid-vaHp2sBlqn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaHp2sBlqn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaHp2sBlqn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaHp2sBlqn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vaHp2sBlqn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaHp2sBlqn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaHp2sBlqn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaHp2sBlqn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaHp2sBlqn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaHp2sBlqn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-vaHp2sBlqn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaHp2sBlqn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaHp2sBlqn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaHp2sBlqn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaHp2sBlqn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaHp2sBlqn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaHp2sBlqn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaHp2sBlqn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaHp2sBlqn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vaHp2sBlqn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaHp2sBlqn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaHp2sBlqn .navbar {
    height: 70px;
  }
  .cid-vaHp2sBlqn .navbar.opened {
    height: auto;
  }
  .cid-vaHp2sBlqn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaHp2tlAFh {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/renata-aruba-heaven-escorts-profile.webp");
}
.cid-vaHp2tlAFh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vaHp2tlAFh .mbr-text,
.cid-vaHp2tlAFh .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vaHp2tlAFh .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vaR2bv0w1P {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vaR2bv0w1P .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaR2bv0w1P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaR2bv0w1P .item {
  padding-bottom: 2rem;
}
.cid-vaR2bv0w1P .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vaR2bv0w1P .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vaR2bv0w1P .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vaR2bv0w1P .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vaR2bv0w1P .carousel-control,
.cid-vaR2bv0w1P .close {
  background: #1b1b1b;
}
.cid-vaR2bv0w1P .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vaR2bv0w1P .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vaR2bv0w1P .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vaR2bv0w1P .carousel-control-next span {
  margin-left: 5px;
}
.cid-vaR2bv0w1P .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-vaR2bv0w1P .close::before {
  content: '\e91a';
}
.cid-vaR2bv0w1P .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vaR2bv0w1P .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-vaR2bv0w1P .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vaR2bv0w1P .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vaR2bv0w1P .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vaR2bv0w1P .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vaR2bv0w1P .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-vaR2bv0w1P .carousel-indicators li.active,
.cid-vaR2bv0w1P .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vaR2bv0w1P .carousel-indicators li::after,
.cid-vaR2bv0w1P .carousel-indicators li::before {
  content: none;
}
.cid-vaR2bv0w1P .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vaR2bv0w1P .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vaR2bv0w1P .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vaR2bv0w1P .carousel-indicators {
    display: none;
  }
}
.cid-vaR2bv0w1P .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vaR2bv0w1P .carousel-inner > .active {
  display: block;
}
.cid-vaR2bv0w1P .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vaR2bv0w1P .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vaR2bv0w1P .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vaR2bv0w1P .carousel-control,
  .cid-vaR2bv0w1P .carousel-indicators,
  .cid-vaR2bv0w1P .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vaR2bv0w1P .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vaR2bv0w1P .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vaR2bv0w1P .carousel-indicators .active,
.cid-vaR2bv0w1P .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vaR2bv0w1P .carousel-indicators .active {
  background: #fff;
}
.cid-vaR2bv0w1P .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vaR2bv0w1P .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vaR2bv0w1P .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vaR2bv0w1P .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vaR2bv0w1P .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vaR2bv0w1P .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vaR2bv0w1P .carousel {
  width: 100%;
}
.cid-vaR2bv0w1P .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vaR2bv0w1P .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vaR2bv0w1P .modal.fade .modal-dialog,
.cid-vaR2bv0w1P .modal.in .modal-dialog {
  transform: none;
}
.cid-vaR2bv0w1P .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vaR2bv0w1P H6 {
  text-align: center;
}
.cid-vaR2bv0w1P H3 {
  color: #22a5e5;
}
.cid-vaR2bv0w1P H4 {
  color: #ffffff;
}
.cid-vaHp2ve0RG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vaHp2ve0RG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHp2ve0RG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHp2ve0RG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vaHp2ve0RG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vaHp2ve0RG .row {
    text-align: center;
  }
  .cid-vaHp2ve0RG .row > div {
    margin: auto;
  }
  .cid-vaHp2ve0RG .social-row {
    justify-content: center;
  }
}
.cid-vaHp2ve0RG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vaHp2ve0RG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vaHp2ve0RG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vaHp2ve0RG .list {
    margin-bottom: 0rem;
  }
}
.cid-vaHp2ve0RG .mbr-text {
  color: #ffffff;
}
.cid-vaHp2ve0RG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vaHp2ve0RG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vaHp2ve0RG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vaHFqFgdt8 {
  z-index: 1000;
  width: 100%;
}
.cid-vaHFqFgdt8 nav.navbar {
  position: fixed;
}
.cid-vaHFqFgdt8 .navbar-nav {
  margin: auto;
}
.cid-vaHFqFgdt8 .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-vaHFqFgdt8 .dropdown-item:hover,
.cid-vaHFqFgdt8 .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-vaHFqFgdt8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaHFqFgdt8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaHFqFgdt8 .navbar-short,
.cid-vaHFqFgdt8 .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-vaHFqFgdt8 .navbar-short .nav-link,
.cid-vaHFqFgdt8 .opened .nav-link,
.cid-vaHFqFgdt8 .navbar-short .navbar-caption,
.cid-vaHFqFgdt8 .opened .navbar-caption,
.cid-vaHFqFgdt8 .navbar-short .mbr-iconfont,
.cid-vaHFqFgdt8 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vaHFqFgdt8 .navbar-short .hamburger span,
.cid-vaHFqFgdt8 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-vaHFqFgdt8 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-vaHFqFgdt8 .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;
}
.cid-vaHFqFgdt8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaHFqFgdt8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vaHFqFgdt8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaHFqFgdt8 .container {
  display: flex;
  margin: auto;
}
.cid-vaHFqFgdt8 .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vaHFqFgdt8 .dropdown-menu,
.cid-vaHFqFgdt8 .navbar.opened {
  background: #232323 !important;
}
.cid-vaHFqFgdt8 .nav-item:focus,
.cid-vaHFqFgdt8 .nav-link:focus {
  outline: none;
}
.cid-vaHFqFgdt8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaHFqFgdt8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaHFqFgdt8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaHFqFgdt8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaHFqFgdt8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaHFqFgdt8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaHFqFgdt8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-vaHFqFgdt8 .navbar.opened {
  transition: all 0.3s;
}
.cid-vaHFqFgdt8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaHFqFgdt8 .navbar .navbar-logo img {
  width: auto;
}
.cid-vaHFqFgdt8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaHFqFgdt8 .navbar.collapsed {
  justify-content: center;
}
.cid-vaHFqFgdt8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaHFqFgdt8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vaHFqFgdt8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-vaHFqFgdt8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaHFqFgdt8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaHFqFgdt8 .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-vaHFqFgdt8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaHFqFgdt8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaHFqFgdt8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaHFqFgdt8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaHFqFgdt8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaHFqFgdt8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaHFqFgdt8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaHFqFgdt8 .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-vaHFqFgdt8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vaHFqFgdt8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaHFqFgdt8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaHFqFgdt8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vaHFqFgdt8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaHFqFgdt8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaHFqFgdt8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaHFqFgdt8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vaHFqFgdt8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vaHFqFgdt8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaHFqFgdt8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaHFqFgdt8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaHFqFgdt8 .dropdown-item.active,
.cid-vaHFqFgdt8 .dropdown-item:active {
  background-color: transparent;
}
.cid-vaHFqFgdt8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaHFqFgdt8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaHFqFgdt8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaHFqFgdt8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vaHFqFgdt8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaHFqFgdt8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaHFqFgdt8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaHFqFgdt8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaHFqFgdt8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaHFqFgdt8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-vaHFqFgdt8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaHFqFgdt8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaHFqFgdt8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaHFqFgdt8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaHFqFgdt8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaHFqFgdt8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaHFqFgdt8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaHFqFgdt8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaHFqFgdt8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vaHFqFgdt8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaHFqFgdt8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaHFqFgdt8 .navbar {
    height: 70px;
  }
  .cid-vaHFqFgdt8 .navbar.opened {
    height: auto;
  }
  .cid-vaHFqFgdt8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaHFqG3f8e {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/evaluna-aruba-heaven-escorts-1.webp");
}
.cid-vaHFqG3f8e .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vaHFqG3f8e .mbr-text,
.cid-vaHFqG3f8e .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vaHFqG3f8e .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vkn37OWu6E {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vkn37OWu6E .mbr-section-subtitle {
  text-align: center;
  color: #22a5e5;
}
.cid-vkn37OWu6E .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-vkn37OWu6E .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vaR1CCA0nI {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vaR1CCA0nI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaR1CCA0nI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaR1CCA0nI .item {
  padding-bottom: 2rem;
}
.cid-vaR1CCA0nI .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vaR1CCA0nI .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vaR1CCA0nI .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vaR1CCA0nI .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vaR1CCA0nI .carousel-control,
.cid-vaR1CCA0nI .close {
  background: #1b1b1b;
}
.cid-vaR1CCA0nI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vaR1CCA0nI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vaR1CCA0nI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vaR1CCA0nI .carousel-control-next span {
  margin-left: 5px;
}
.cid-vaR1CCA0nI .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-vaR1CCA0nI .close::before {
  content: '\e91a';
}
.cid-vaR1CCA0nI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vaR1CCA0nI .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-vaR1CCA0nI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vaR1CCA0nI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vaR1CCA0nI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vaR1CCA0nI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vaR1CCA0nI .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-vaR1CCA0nI .carousel-indicators li.active,
.cid-vaR1CCA0nI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vaR1CCA0nI .carousel-indicators li::after,
.cid-vaR1CCA0nI .carousel-indicators li::before {
  content: none;
}
.cid-vaR1CCA0nI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vaR1CCA0nI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vaR1CCA0nI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vaR1CCA0nI .carousel-indicators {
    display: none;
  }
}
.cid-vaR1CCA0nI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vaR1CCA0nI .carousel-inner > .active {
  display: block;
}
.cid-vaR1CCA0nI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vaR1CCA0nI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vaR1CCA0nI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vaR1CCA0nI .carousel-control,
  .cid-vaR1CCA0nI .carousel-indicators,
  .cid-vaR1CCA0nI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vaR1CCA0nI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vaR1CCA0nI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vaR1CCA0nI .carousel-indicators .active,
.cid-vaR1CCA0nI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vaR1CCA0nI .carousel-indicators .active {
  background: #fff;
}
.cid-vaR1CCA0nI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vaR1CCA0nI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vaR1CCA0nI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vaR1CCA0nI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vaR1CCA0nI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vaR1CCA0nI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vaR1CCA0nI .carousel {
  width: 100%;
}
.cid-vaR1CCA0nI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vaR1CCA0nI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vaR1CCA0nI .modal.fade .modal-dialog,
.cid-vaR1CCA0nI .modal.in .modal-dialog {
  transform: none;
}
.cid-vaR1CCA0nI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vaR1CCA0nI H6 {
  text-align: center;
}
.cid-vaR1CCA0nI H3 {
  color: #22a5e5;
}
.cid-vaR1CCA0nI H4 {
  color: #ffffff;
}
.cid-vkn2TZyE16 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-vkn2TZyE16 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkn2TZyE16 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkn2TZyE16 .mbr-section-title {
  color: #22a5e5;
}
.cid-vkn2TZyE16 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vaHFqHLt8q {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vaHFqHLt8q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHFqHLt8q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHFqHLt8q .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vaHFqHLt8q .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vaHFqHLt8q .row {
    text-align: center;
  }
  .cid-vaHFqHLt8q .row > div {
    margin: auto;
  }
  .cid-vaHFqHLt8q .social-row {
    justify-content: center;
  }
}
.cid-vaHFqHLt8q .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vaHFqHLt8q .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vaHFqHLt8q .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vaHFqHLt8q .list {
    margin-bottom: 0rem;
  }
}
.cid-vaHFqHLt8q .mbr-text {
  color: #ffffff;
}
.cid-vaHFqHLt8q .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vaHFqHLt8q .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vaHFqHLt8q div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vbCCFQtZyu {
  z-index: 1000;
  width: 100%;
}
.cid-vbCCFQtZyu nav.navbar {
  position: fixed;
}
.cid-vbCCFQtZyu .navbar-nav {
  margin: auto;
}
.cid-vbCCFQtZyu .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbCCFQtZyu .dropdown-item:hover,
.cid-vbCCFQtZyu .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-vbCCFQtZyu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbCCFQtZyu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbCCFQtZyu .navbar-short,
.cid-vbCCFQtZyu .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-vbCCFQtZyu .navbar-short .nav-link,
.cid-vbCCFQtZyu .opened .nav-link,
.cid-vbCCFQtZyu .navbar-short .navbar-caption,
.cid-vbCCFQtZyu .opened .navbar-caption,
.cid-vbCCFQtZyu .navbar-short .mbr-iconfont,
.cid-vbCCFQtZyu .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vbCCFQtZyu .navbar-short .hamburger span,
.cid-vbCCFQtZyu .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-vbCCFQtZyu .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-vbCCFQtZyu .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;
}
.cid-vbCCFQtZyu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbCCFQtZyu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbCCFQtZyu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbCCFQtZyu .container {
  display: flex;
  margin: auto;
}
.cid-vbCCFQtZyu .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbCCFQtZyu .dropdown-menu,
.cid-vbCCFQtZyu .navbar.opened {
  background: #232323 !important;
}
.cid-vbCCFQtZyu .nav-item:focus,
.cid-vbCCFQtZyu .nav-link:focus {
  outline: none;
}
.cid-vbCCFQtZyu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbCCFQtZyu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbCCFQtZyu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbCCFQtZyu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbCCFQtZyu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbCCFQtZyu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbCCFQtZyu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-vbCCFQtZyu .navbar.opened {
  transition: all 0.3s;
}
.cid-vbCCFQtZyu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbCCFQtZyu .navbar .navbar-logo img {
  width: auto;
}
.cid-vbCCFQtZyu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbCCFQtZyu .navbar.collapsed {
  justify-content: center;
}
.cid-vbCCFQtZyu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbCCFQtZyu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbCCFQtZyu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-vbCCFQtZyu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbCCFQtZyu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbCCFQtZyu .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-vbCCFQtZyu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbCCFQtZyu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbCCFQtZyu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbCCFQtZyu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbCCFQtZyu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbCCFQtZyu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbCCFQtZyu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbCCFQtZyu .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-vbCCFQtZyu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbCCFQtZyu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbCCFQtZyu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbCCFQtZyu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbCCFQtZyu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbCCFQtZyu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbCCFQtZyu .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbCCFQtZyu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbCCFQtZyu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbCCFQtZyu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbCCFQtZyu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbCCFQtZyu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbCCFQtZyu .dropdown-item.active,
.cid-vbCCFQtZyu .dropdown-item:active {
  background-color: transparent;
}
.cid-vbCCFQtZyu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbCCFQtZyu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbCCFQtZyu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbCCFQtZyu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vbCCFQtZyu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbCCFQtZyu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbCCFQtZyu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbCCFQtZyu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbCCFQtZyu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbCCFQtZyu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-vbCCFQtZyu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbCCFQtZyu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbCCFQtZyu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbCCFQtZyu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbCCFQtZyu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbCCFQtZyu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbCCFQtZyu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbCCFQtZyu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbCCFQtZyu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbCCFQtZyu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbCCFQtZyu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbCCFQtZyu .navbar {
    height: 70px;
  }
  .cid-vbCCFQtZyu .navbar.opened {
    height: auto;
  }
  .cid-vbCCFQtZyu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbCCHQyYPk {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/luna-aruba-heaven-escorts-profile.webp");
}
.cid-vbCCHQyYPk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vbCCHQyYPk .mbr-text,
.cid-vbCCHQyYPk .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vbCCHQyYPk .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vbCCHR1m9V {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vbCCHR1m9V .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbCCHR1m9V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbCCHR1m9V .item {
  padding-bottom: 2rem;
}
.cid-vbCCHR1m9V .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vbCCHR1m9V .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vbCCHR1m9V .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vbCCHR1m9V .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vbCCHR1m9V .carousel-control,
.cid-vbCCHR1m9V .close {
  background: #1b1b1b;
}
.cid-vbCCHR1m9V .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vbCCHR1m9V .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vbCCHR1m9V .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vbCCHR1m9V .carousel-control-next span {
  margin-left: 5px;
}
.cid-vbCCHR1m9V .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-vbCCHR1m9V .close::before {
  content: '\e91a';
}
.cid-vbCCHR1m9V .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vbCCHR1m9V .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-vbCCHR1m9V .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbCCHR1m9V .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vbCCHR1m9V .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vbCCHR1m9V .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vbCCHR1m9V .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-vbCCHR1m9V .carousel-indicators li.active,
.cid-vbCCHR1m9V .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vbCCHR1m9V .carousel-indicators li::after,
.cid-vbCCHR1m9V .carousel-indicators li::before {
  content: none;
}
.cid-vbCCHR1m9V .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vbCCHR1m9V .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vbCCHR1m9V .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vbCCHR1m9V .carousel-indicators {
    display: none;
  }
}
.cid-vbCCHR1m9V .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vbCCHR1m9V .carousel-inner > .active {
  display: block;
}
.cid-vbCCHR1m9V .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vbCCHR1m9V .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vbCCHR1m9V .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vbCCHR1m9V .carousel-control,
  .cid-vbCCHR1m9V .carousel-indicators,
  .cid-vbCCHR1m9V .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vbCCHR1m9V .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vbCCHR1m9V .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vbCCHR1m9V .carousel-indicators .active,
.cid-vbCCHR1m9V .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vbCCHR1m9V .carousel-indicators .active {
  background: #fff;
}
.cid-vbCCHR1m9V .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vbCCHR1m9V .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vbCCHR1m9V .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vbCCHR1m9V .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vbCCHR1m9V .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vbCCHR1m9V .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vbCCHR1m9V .carousel {
  width: 100%;
}
.cid-vbCCHR1m9V .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vbCCHR1m9V .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vbCCHR1m9V .modal.fade .modal-dialog,
.cid-vbCCHR1m9V .modal.in .modal-dialog {
  transform: none;
}
.cid-vbCCHR1m9V .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vbCCHR1m9V H6 {
  text-align: center;
}
.cid-vbCCHR1m9V H3 {
  color: #ffffff;
}
.cid-vbCCHR1m9V H4 {
  color: #ffffff;
}
.cid-vbCCHR1m9V H2 {
  color: #ffffff;
}
.cid-vkn8SDEg1A {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-vkn8SDEg1A .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkn8SDEg1A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkn8SDEg1A .mbr-section-title {
  color: #22a5e5;
}
.cid-vkn8SDEg1A .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vbCCHSxeBp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vbCCHSxeBp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbCCHSxeBp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbCCHSxeBp .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vbCCHSxeBp .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vbCCHSxeBp .row {
    text-align: center;
  }
  .cid-vbCCHSxeBp .row > div {
    margin: auto;
  }
  .cid-vbCCHSxeBp .social-row {
    justify-content: center;
  }
}
.cid-vbCCHSxeBp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vbCCHSxeBp .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vbCCHSxeBp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbCCHSxeBp .list {
    margin-bottom: 0rem;
  }
}
.cid-vbCCHSxeBp .mbr-text {
  color: #ffffff;
}
.cid-vbCCHSxeBp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vbCCHSxeBp .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vbCCHSxeBp div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcfsOCHKrl {
  z-index: 1000;
  width: 100%;
}
.cid-vcfsOCHKrl nav.navbar {
  position: fixed;
}
.cid-vcfsOCHKrl .navbar-nav {
  margin: auto;
}
.cid-vcfsOCHKrl .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcfsOCHKrl .dropdown-item:hover,
.cid-vcfsOCHKrl .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-vcfsOCHKrl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcfsOCHKrl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcfsOCHKrl .navbar-short,
.cid-vcfsOCHKrl .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-vcfsOCHKrl .navbar-short .nav-link,
.cid-vcfsOCHKrl .opened .nav-link,
.cid-vcfsOCHKrl .navbar-short .navbar-caption,
.cid-vcfsOCHKrl .opened .navbar-caption,
.cid-vcfsOCHKrl .navbar-short .mbr-iconfont,
.cid-vcfsOCHKrl .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vcfsOCHKrl .navbar-short .hamburger span,
.cid-vcfsOCHKrl .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-vcfsOCHKrl .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-vcfsOCHKrl .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;
}
.cid-vcfsOCHKrl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcfsOCHKrl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcfsOCHKrl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcfsOCHKrl .container {
  display: flex;
  margin: auto;
}
.cid-vcfsOCHKrl .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcfsOCHKrl .dropdown-menu,
.cid-vcfsOCHKrl .navbar.opened {
  background: #232323 !important;
}
.cid-vcfsOCHKrl .nav-item:focus,
.cid-vcfsOCHKrl .nav-link:focus {
  outline: none;
}
.cid-vcfsOCHKrl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcfsOCHKrl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcfsOCHKrl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcfsOCHKrl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcfsOCHKrl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcfsOCHKrl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcfsOCHKrl .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-vcfsOCHKrl .navbar.opened {
  transition: all 0.3s;
}
.cid-vcfsOCHKrl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcfsOCHKrl .navbar .navbar-logo img {
  width: auto;
}
.cid-vcfsOCHKrl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcfsOCHKrl .navbar.collapsed {
  justify-content: center;
}
.cid-vcfsOCHKrl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcfsOCHKrl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcfsOCHKrl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-vcfsOCHKrl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcfsOCHKrl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcfsOCHKrl .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-vcfsOCHKrl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcfsOCHKrl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcfsOCHKrl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcfsOCHKrl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcfsOCHKrl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcfsOCHKrl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcfsOCHKrl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcfsOCHKrl .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-vcfsOCHKrl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcfsOCHKrl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcfsOCHKrl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcfsOCHKrl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcfsOCHKrl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcfsOCHKrl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcfsOCHKrl .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcfsOCHKrl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcfsOCHKrl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcfsOCHKrl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcfsOCHKrl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcfsOCHKrl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcfsOCHKrl .dropdown-item.active,
.cid-vcfsOCHKrl .dropdown-item:active {
  background-color: transparent;
}
.cid-vcfsOCHKrl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcfsOCHKrl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcfsOCHKrl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcfsOCHKrl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vcfsOCHKrl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcfsOCHKrl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcfsOCHKrl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcfsOCHKrl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcfsOCHKrl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcfsOCHKrl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-vcfsOCHKrl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcfsOCHKrl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcfsOCHKrl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcfsOCHKrl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcfsOCHKrl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcfsOCHKrl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcfsOCHKrl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcfsOCHKrl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcfsOCHKrl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcfsOCHKrl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcfsOCHKrl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcfsOCHKrl .navbar {
    height: 70px;
  }
  .cid-vcfsOCHKrl .navbar.opened {
    height: auto;
  }
  .cid-vcfsOCHKrl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcfsODmCck {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/gallery-heaven-aruba-female-escorts.webp");
}
.cid-vcfsODmCck .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcfsODmCck .mbr-text,
.cid-vcfsODmCck .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vcfsODmCck .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vcfsODKJ11 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vcfsODKJ11 img,
.cid-vcfsODKJ11 .item-img {
  width: 100%;
}
.cid-vcfsODKJ11 .item:focus,
.cid-vcfsODKJ11 span:focus {
  outline: none;
}
.cid-vcfsODKJ11 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcfsODKJ11 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcfsODKJ11 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vcfsODKJ11 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcfsODKJ11 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vcfsODKJ11 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vcfsODKJ11 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcfsODKJ11 .mbr-section-title {
  color: #ffffff;
}
.cid-vcfsODKJ11 .mbr-text,
.cid-vcfsODKJ11 .mbr-section-btn {
  text-align: center;
}
.cid-vcfsODKJ11 .item-title {
  text-align: center;
  color: #22a5e5;
}
.cid-vcfsODKJ11 .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-vcfsODKJ11 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vcfsOFiuNM {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-vcfsOFiuNM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfsOFiuNM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfsOFiuNM [class^="socicon-"]:before,
.cid-vcfsOFiuNM [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-vcfsOFiuNM .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #22a5e5;
  border-width: 2px;
  transition: all .3s;
  border-color: #22a5e5;
}
.cid-vcfsOFiuNM .btn-social:hover {
  background: #22a5e5;
}
.cid-vcfsOFiuNM .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-vcfsOFiuNM .mbr-section-title,
.cid-vcfsOFiuNM .mbr-social-likes {
  color: #ffffff;
}
.cid-vcfsOFJ6Y0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vcfsOFJ6Y0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfsOFJ6Y0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfsOFJ6Y0 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcfsOFJ6Y0 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcfsOFJ6Y0 .row {
    text-align: center;
  }
  .cid-vcfsOFJ6Y0 .row > div {
    margin: auto;
  }
  .cid-vcfsOFJ6Y0 .social-row {
    justify-content: center;
  }
}
.cid-vcfsOFJ6Y0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vcfsOFJ6Y0 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcfsOFJ6Y0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcfsOFJ6Y0 .list {
    margin-bottom: 0rem;
  }
}
.cid-vcfsOFJ6Y0 .mbr-text {
  color: #ffffff;
}
.cid-vcfsOFJ6Y0 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vcfsOFJ6Y0 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vcfsOFJ6Y0 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vf0m8Zea2I {
  z-index: 1000;
  width: 100%;
}
.cid-vf0m8Zea2I nav.navbar {
  position: fixed;
}
.cid-vf0m8Zea2I .navbar-nav {
  margin: auto;
}
.cid-vf0m8Zea2I .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-vf0m8Zea2I .dropdown-item:hover,
.cid-vf0m8Zea2I .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-vf0m8Zea2I .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vf0m8Zea2I .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vf0m8Zea2I .navbar-short,
.cid-vf0m8Zea2I .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-vf0m8Zea2I .navbar-short .nav-link,
.cid-vf0m8Zea2I .opened .nav-link,
.cid-vf0m8Zea2I .navbar-short .navbar-caption,
.cid-vf0m8Zea2I .opened .navbar-caption,
.cid-vf0m8Zea2I .navbar-short .mbr-iconfont,
.cid-vf0m8Zea2I .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vf0m8Zea2I .navbar-short .hamburger span,
.cid-vf0m8Zea2I .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-vf0m8Zea2I .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-vf0m8Zea2I .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;
}
.cid-vf0m8Zea2I .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vf0m8Zea2I .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vf0m8Zea2I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vf0m8Zea2I .container {
  display: flex;
  margin: auto;
}
.cid-vf0m8Zea2I .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vf0m8Zea2I .dropdown-menu,
.cid-vf0m8Zea2I .navbar.opened {
  background: #232323 !important;
}
.cid-vf0m8Zea2I .nav-item:focus,
.cid-vf0m8Zea2I .nav-link:focus {
  outline: none;
}
.cid-vf0m8Zea2I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vf0m8Zea2I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vf0m8Zea2I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vf0m8Zea2I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vf0m8Zea2I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vf0m8Zea2I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vf0m8Zea2I .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-vf0m8Zea2I .navbar.opened {
  transition: all 0.3s;
}
.cid-vf0m8Zea2I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vf0m8Zea2I .navbar .navbar-logo img {
  width: auto;
}
.cid-vf0m8Zea2I .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vf0m8Zea2I .navbar.collapsed {
  justify-content: center;
}
.cid-vf0m8Zea2I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vf0m8Zea2I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vf0m8Zea2I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-vf0m8Zea2I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vf0m8Zea2I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vf0m8Zea2I .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-vf0m8Zea2I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vf0m8Zea2I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vf0m8Zea2I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vf0m8Zea2I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vf0m8Zea2I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vf0m8Zea2I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vf0m8Zea2I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vf0m8Zea2I .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-vf0m8Zea2I .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vf0m8Zea2I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vf0m8Zea2I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vf0m8Zea2I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vf0m8Zea2I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vf0m8Zea2I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vf0m8Zea2I .navbar.navbar-short {
  min-height: 60px;
}
.cid-vf0m8Zea2I .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vf0m8Zea2I .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vf0m8Zea2I .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vf0m8Zea2I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vf0m8Zea2I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vf0m8Zea2I .dropdown-item.active,
.cid-vf0m8Zea2I .dropdown-item:active {
  background-color: transparent;
}
.cid-vf0m8Zea2I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vf0m8Zea2I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vf0m8Zea2I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vf0m8Zea2I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vf0m8Zea2I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vf0m8Zea2I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vf0m8Zea2I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vf0m8Zea2I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vf0m8Zea2I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vf0m8Zea2I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-vf0m8Zea2I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vf0m8Zea2I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vf0m8Zea2I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vf0m8Zea2I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vf0m8Zea2I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf0m8Zea2I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vf0m8Zea2I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vf0m8Zea2I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf0m8Zea2I .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vf0m8Zea2I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vf0m8Zea2I .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vf0m8Zea2I .navbar {
    height: 70px;
  }
  .cid-vf0m8Zea2I .navbar.opened {
    height: auto;
  }
  .cid-vf0m8Zea2I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vf0m8ZVQzF {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/samantha-aruba-heaven-profile.webp");
}
.cid-vf0m8ZVQzF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vf0m8ZVQzF .mbr-text,
.cid-vf0m8ZVQzF .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vf0m8ZVQzF .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vf0m90oVVb {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vf0m90oVVb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf0m90oVVb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf0m90oVVb .item {
  padding-bottom: 2rem;
}
.cid-vf0m90oVVb .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vf0m90oVVb .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vf0m90oVVb .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vf0m90oVVb .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vf0m90oVVb .carousel-control,
.cid-vf0m90oVVb .close {
  background: #1b1b1b;
}
.cid-vf0m90oVVb .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vf0m90oVVb .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vf0m90oVVb .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vf0m90oVVb .carousel-control-next span {
  margin-left: 5px;
}
.cid-vf0m90oVVb .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-vf0m90oVVb .close::before {
  content: '\e91a';
}
.cid-vf0m90oVVb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vf0m90oVVb .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-vf0m90oVVb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vf0m90oVVb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vf0m90oVVb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vf0m90oVVb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vf0m90oVVb .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-vf0m90oVVb .carousel-indicators li.active,
.cid-vf0m90oVVb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vf0m90oVVb .carousel-indicators li::after,
.cid-vf0m90oVVb .carousel-indicators li::before {
  content: none;
}
.cid-vf0m90oVVb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vf0m90oVVb .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vf0m90oVVb .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vf0m90oVVb .carousel-indicators {
    display: none;
  }
}
.cid-vf0m90oVVb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vf0m90oVVb .carousel-inner > .active {
  display: block;
}
.cid-vf0m90oVVb .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vf0m90oVVb .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vf0m90oVVb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vf0m90oVVb .carousel-control,
  .cid-vf0m90oVVb .carousel-indicators,
  .cid-vf0m90oVVb .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vf0m90oVVb .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vf0m90oVVb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vf0m90oVVb .carousel-indicators .active,
.cid-vf0m90oVVb .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vf0m90oVVb .carousel-indicators .active {
  background: #fff;
}
.cid-vf0m90oVVb .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vf0m90oVVb .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vf0m90oVVb .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vf0m90oVVb .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vf0m90oVVb .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vf0m90oVVb .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vf0m90oVVb .carousel {
  width: 100%;
}
.cid-vf0m90oVVb .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vf0m90oVVb .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vf0m90oVVb .modal.fade .modal-dialog,
.cid-vf0m90oVVb .modal.in .modal-dialog {
  transform: none;
}
.cid-vf0m90oVVb .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vf0m90oVVb H6 {
  text-align: center;
}
.cid-vf0m90oVVb H3 {
  color: #ffffff;
}
.cid-vf0m90oVVb H4 {
  color: #ffffff;
}
.cid-vf0m90oVVb H2 {
  color: #ffffff;
}
.cid-vknatuf8n3 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vknatuf8n3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vknatuf8n3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vknatuf8n3 .mbr-section-title {
  color: #22a5e5;
}
.cid-vknatuf8n3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vf0m91QXx8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vf0m91QXx8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf0m91QXx8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf0m91QXx8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vf0m91QXx8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vf0m91QXx8 .row {
    text-align: center;
  }
  .cid-vf0m91QXx8 .row > div {
    margin: auto;
  }
  .cid-vf0m91QXx8 .social-row {
    justify-content: center;
  }
}
.cid-vf0m91QXx8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vf0m91QXx8 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vf0m91QXx8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vf0m91QXx8 .list {
    margin-bottom: 0rem;
  }
}
.cid-vf0m91QXx8 .mbr-text {
  color: #ffffff;
}
.cid-vf0m91QXx8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vf0m91QXx8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vf0m91QXx8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vf1KUvkHbC {
  z-index: 1000;
  width: 100%;
}
.cid-vf1KUvkHbC nav.navbar {
  position: fixed;
}
.cid-vf1KUvkHbC .navbar-nav {
  margin: auto;
}
.cid-vf1KUvkHbC .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-vf1KUvkHbC .dropdown-item:hover,
.cid-vf1KUvkHbC .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-vf1KUvkHbC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vf1KUvkHbC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vf1KUvkHbC .navbar-short,
.cid-vf1KUvkHbC .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-vf1KUvkHbC .navbar-short .nav-link,
.cid-vf1KUvkHbC .opened .nav-link,
.cid-vf1KUvkHbC .navbar-short .navbar-caption,
.cid-vf1KUvkHbC .opened .navbar-caption,
.cid-vf1KUvkHbC .navbar-short .mbr-iconfont,
.cid-vf1KUvkHbC .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vf1KUvkHbC .navbar-short .hamburger span,
.cid-vf1KUvkHbC .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-vf1KUvkHbC .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-vf1KUvkHbC .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;
}
.cid-vf1KUvkHbC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vf1KUvkHbC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vf1KUvkHbC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vf1KUvkHbC .container {
  display: flex;
  margin: auto;
}
.cid-vf1KUvkHbC .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vf1KUvkHbC .dropdown-menu,
.cid-vf1KUvkHbC .navbar.opened {
  background: #232323 !important;
}
.cid-vf1KUvkHbC .nav-item:focus,
.cid-vf1KUvkHbC .nav-link:focus {
  outline: none;
}
.cid-vf1KUvkHbC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vf1KUvkHbC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vf1KUvkHbC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vf1KUvkHbC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vf1KUvkHbC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vf1KUvkHbC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vf1KUvkHbC .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-vf1KUvkHbC .navbar.opened {
  transition: all 0.3s;
}
.cid-vf1KUvkHbC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vf1KUvkHbC .navbar .navbar-logo img {
  width: auto;
}
.cid-vf1KUvkHbC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vf1KUvkHbC .navbar.collapsed {
  justify-content: center;
}
.cid-vf1KUvkHbC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vf1KUvkHbC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vf1KUvkHbC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-vf1KUvkHbC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vf1KUvkHbC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vf1KUvkHbC .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-vf1KUvkHbC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vf1KUvkHbC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vf1KUvkHbC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vf1KUvkHbC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vf1KUvkHbC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vf1KUvkHbC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vf1KUvkHbC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vf1KUvkHbC .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-vf1KUvkHbC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vf1KUvkHbC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vf1KUvkHbC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vf1KUvkHbC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vf1KUvkHbC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vf1KUvkHbC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vf1KUvkHbC .navbar.navbar-short {
  min-height: 60px;
}
.cid-vf1KUvkHbC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vf1KUvkHbC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vf1KUvkHbC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vf1KUvkHbC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vf1KUvkHbC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vf1KUvkHbC .dropdown-item.active,
.cid-vf1KUvkHbC .dropdown-item:active {
  background-color: transparent;
}
.cid-vf1KUvkHbC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vf1KUvkHbC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vf1KUvkHbC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vf1KUvkHbC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vf1KUvkHbC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vf1KUvkHbC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vf1KUvkHbC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vf1KUvkHbC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vf1KUvkHbC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vf1KUvkHbC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-vf1KUvkHbC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vf1KUvkHbC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vf1KUvkHbC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vf1KUvkHbC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vf1KUvkHbC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf1KUvkHbC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vf1KUvkHbC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vf1KUvkHbC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf1KUvkHbC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vf1KUvkHbC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vf1KUvkHbC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vf1KUvkHbC .navbar {
    height: 70px;
  }
  .cid-vf1KUvkHbC .navbar.opened {
    height: auto;
  }
  .cid-vf1KUvkHbC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vf1KUvWPry {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/cloe-aruba-heaven-escorts-profile.webp");
}
.cid-vf1KUvWPry .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vf1KUvWPry .mbr-text,
.cid-vf1KUvWPry .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vf1KUvWPry .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vf1KUwkcbI {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vf1KUwkcbI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf1KUwkcbI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf1KUwkcbI .item {
  padding-bottom: 2rem;
}
.cid-vf1KUwkcbI .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vf1KUwkcbI .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vf1KUwkcbI .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vf1KUwkcbI .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vf1KUwkcbI .carousel-control,
.cid-vf1KUwkcbI .close {
  background: #1b1b1b;
}
.cid-vf1KUwkcbI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vf1KUwkcbI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vf1KUwkcbI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vf1KUwkcbI .carousel-control-next span {
  margin-left: 5px;
}
.cid-vf1KUwkcbI .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-vf1KUwkcbI .close::before {
  content: '\e91a';
}
.cid-vf1KUwkcbI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vf1KUwkcbI .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-vf1KUwkcbI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vf1KUwkcbI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vf1KUwkcbI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vf1KUwkcbI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vf1KUwkcbI .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-vf1KUwkcbI .carousel-indicators li.active,
.cid-vf1KUwkcbI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vf1KUwkcbI .carousel-indicators li::after,
.cid-vf1KUwkcbI .carousel-indicators li::before {
  content: none;
}
.cid-vf1KUwkcbI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vf1KUwkcbI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vf1KUwkcbI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vf1KUwkcbI .carousel-indicators {
    display: none;
  }
}
.cid-vf1KUwkcbI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vf1KUwkcbI .carousel-inner > .active {
  display: block;
}
.cid-vf1KUwkcbI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vf1KUwkcbI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vf1KUwkcbI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vf1KUwkcbI .carousel-control,
  .cid-vf1KUwkcbI .carousel-indicators,
  .cid-vf1KUwkcbI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vf1KUwkcbI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vf1KUwkcbI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vf1KUwkcbI .carousel-indicators .active,
.cid-vf1KUwkcbI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vf1KUwkcbI .carousel-indicators .active {
  background: #fff;
}
.cid-vf1KUwkcbI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vf1KUwkcbI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vf1KUwkcbI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vf1KUwkcbI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vf1KUwkcbI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vf1KUwkcbI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vf1KUwkcbI .carousel {
  width: 100%;
}
.cid-vf1KUwkcbI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vf1KUwkcbI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vf1KUwkcbI .modal.fade .modal-dialog,
.cid-vf1KUwkcbI .modal.in .modal-dialog {
  transform: none;
}
.cid-vf1KUwkcbI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vf1KUwkcbI H6 {
  text-align: center;
}
.cid-vf1KUwkcbI H3 {
  color: #ffffff;
}
.cid-vf1KUwkcbI H4 {
  color: #ffffff;
}
.cid-vf1KUwkcbI H2 {
  color: #ffffff;
}
.cid-vknbdZwbdT {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vknbdZwbdT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vknbdZwbdT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vknbdZwbdT .mbr-section-title {
  color: #22a5e5;
}
.cid-vknbdZwbdT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vf1KUxhDDs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vf1KUxhDDs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf1KUxhDDs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf1KUxhDDs .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vf1KUxhDDs .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vf1KUxhDDs .row {
    text-align: center;
  }
  .cid-vf1KUxhDDs .row > div {
    margin: auto;
  }
  .cid-vf1KUxhDDs .social-row {
    justify-content: center;
  }
}
.cid-vf1KUxhDDs .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vf1KUxhDDs .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vf1KUxhDDs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vf1KUxhDDs .list {
    margin-bottom: 0rem;
  }
}
.cid-vf1KUxhDDs .mbr-text {
  color: #ffffff;
}
.cid-vf1KUxhDDs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vf1KUxhDDs .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vf1KUxhDDs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vfddqasNEn {
  z-index: 1000;
  width: 100%;
}
.cid-vfddqasNEn nav.navbar {
  position: fixed;
}
.cid-vfddqasNEn .navbar-nav {
  margin: auto;
}
.cid-vfddqasNEn .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-vfddqasNEn .dropdown-item:hover,
.cid-vfddqasNEn .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-vfddqasNEn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfddqasNEn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfddqasNEn .navbar-short,
.cid-vfddqasNEn .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-vfddqasNEn .navbar-short .nav-link,
.cid-vfddqasNEn .opened .nav-link,
.cid-vfddqasNEn .navbar-short .navbar-caption,
.cid-vfddqasNEn .opened .navbar-caption,
.cid-vfddqasNEn .navbar-short .mbr-iconfont,
.cid-vfddqasNEn .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vfddqasNEn .navbar-short .hamburger span,
.cid-vfddqasNEn .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-vfddqasNEn .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-vfddqasNEn .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;
}
.cid-vfddqasNEn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vfddqasNEn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfddqasNEn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfddqasNEn .container {
  display: flex;
  margin: auto;
}
.cid-vfddqasNEn .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vfddqasNEn .dropdown-menu,
.cid-vfddqasNEn .navbar.opened {
  background: #232323 !important;
}
.cid-vfddqasNEn .nav-item:focus,
.cid-vfddqasNEn .nav-link:focus {
  outline: none;
}
.cid-vfddqasNEn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfddqasNEn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfddqasNEn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfddqasNEn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfddqasNEn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfddqasNEn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfddqasNEn .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-vfddqasNEn .navbar.opened {
  transition: all 0.3s;
}
.cid-vfddqasNEn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vfddqasNEn .navbar .navbar-logo img {
  width: auto;
}
.cid-vfddqasNEn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfddqasNEn .navbar.collapsed {
  justify-content: center;
}
.cid-vfddqasNEn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfddqasNEn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfddqasNEn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-vfddqasNEn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfddqasNEn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfddqasNEn .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-vfddqasNEn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfddqasNEn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfddqasNEn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfddqasNEn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfddqasNEn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfddqasNEn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfddqasNEn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfddqasNEn .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-vfddqasNEn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfddqasNEn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfddqasNEn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vfddqasNEn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vfddqasNEn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfddqasNEn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfddqasNEn .navbar.navbar-short {
  min-height: 60px;
}
.cid-vfddqasNEn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vfddqasNEn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vfddqasNEn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfddqasNEn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vfddqasNEn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfddqasNEn .dropdown-item.active,
.cid-vfddqasNEn .dropdown-item:active {
  background-color: transparent;
}
.cid-vfddqasNEn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfddqasNEn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfddqasNEn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfddqasNEn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vfddqasNEn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vfddqasNEn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfddqasNEn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfddqasNEn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vfddqasNEn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vfddqasNEn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-vfddqasNEn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfddqasNEn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfddqasNEn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfddqasNEn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfddqasNEn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfddqasNEn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfddqasNEn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfddqasNEn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfddqasNEn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfddqasNEn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfddqasNEn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfddqasNEn .navbar {
    height: 70px;
  }
  .cid-vfddqasNEn .navbar.opened {
    height: auto;
  }
  .cid-vfddqasNEn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfddqb76lw {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/joana-aruba-heaven-escorts-profile.webp");
}
.cid-vfddqb76lw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vfddqb76lw .mbr-text,
.cid-vfddqb76lw .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vfddqb76lw .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vfddqbAqk0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vfddqbAqk0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfddqbAqk0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfddqbAqk0 .item {
  padding-bottom: 2rem;
}
.cid-vfddqbAqk0 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vfddqbAqk0 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vfddqbAqk0 .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vfddqbAqk0 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vfddqbAqk0 .carousel-control,
.cid-vfddqbAqk0 .close {
  background: #1b1b1b;
}
.cid-vfddqbAqk0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vfddqbAqk0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vfddqbAqk0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vfddqbAqk0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vfddqbAqk0 .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-vfddqbAqk0 .close::before {
  content: '\e91a';
}
.cid-vfddqbAqk0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vfddqbAqk0 .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-vfddqbAqk0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfddqbAqk0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vfddqbAqk0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vfddqbAqk0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vfddqbAqk0 .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-vfddqbAqk0 .carousel-indicators li.active,
.cid-vfddqbAqk0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vfddqbAqk0 .carousel-indicators li::after,
.cid-vfddqbAqk0 .carousel-indicators li::before {
  content: none;
}
.cid-vfddqbAqk0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vfddqbAqk0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vfddqbAqk0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vfddqbAqk0 .carousel-indicators {
    display: none;
  }
}
.cid-vfddqbAqk0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vfddqbAqk0 .carousel-inner > .active {
  display: block;
}
.cid-vfddqbAqk0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vfddqbAqk0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vfddqbAqk0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vfddqbAqk0 .carousel-control,
  .cid-vfddqbAqk0 .carousel-indicators,
  .cid-vfddqbAqk0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vfddqbAqk0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vfddqbAqk0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vfddqbAqk0 .carousel-indicators .active,
.cid-vfddqbAqk0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vfddqbAqk0 .carousel-indicators .active {
  background: #fff;
}
.cid-vfddqbAqk0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vfddqbAqk0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vfddqbAqk0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vfddqbAqk0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vfddqbAqk0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vfddqbAqk0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vfddqbAqk0 .carousel {
  width: 100%;
}
.cid-vfddqbAqk0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vfddqbAqk0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vfddqbAqk0 .modal.fade .modal-dialog,
.cid-vfddqbAqk0 .modal.in .modal-dialog {
  transform: none;
}
.cid-vfddqbAqk0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vfddqbAqk0 H6 {
  text-align: center;
}
.cid-vfddqbAqk0 H3 {
  color: #ffffff;
}
.cid-vfddqbAqk0 H4 {
  color: #ffffff;
}
.cid-vfddqbAqk0 H2 {
  color: #ffffff;
}
.cid-vieHm0qhKs {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vieHm0qhKs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vieHm0qhKs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vieHm0qhKs .mbr-section-title {
  color: #22a5e5;
}
.cid-vieHm0qhKs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vfddqdiH5N {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vfddqdiH5N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfddqdiH5N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfddqdiH5N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vfddqdiH5N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vfddqdiH5N .row {
    text-align: center;
  }
  .cid-vfddqdiH5N .row > div {
    margin: auto;
  }
  .cid-vfddqdiH5N .social-row {
    justify-content: center;
  }
}
.cid-vfddqdiH5N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vfddqdiH5N .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vfddqdiH5N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vfddqdiH5N .list {
    margin-bottom: 0rem;
  }
}
.cid-vfddqdiH5N .mbr-text {
  color: #ffffff;
}
.cid-vfddqdiH5N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vfddqdiH5N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vfddqdiH5N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vgO0wbmQGN {
  z-index: 1000;
  width: 100%;
}
.cid-vgO0wbmQGN nav.navbar {
  position: fixed;
}
.cid-vgO0wbmQGN .navbar-nav {
  margin: auto;
}
.cid-vgO0wbmQGN .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-vgO0wbmQGN .dropdown-item:hover,
.cid-vgO0wbmQGN .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-vgO0wbmQGN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgO0wbmQGN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgO0wbmQGN .navbar-short,
.cid-vgO0wbmQGN .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-vgO0wbmQGN .navbar-short .nav-link,
.cid-vgO0wbmQGN .opened .nav-link,
.cid-vgO0wbmQGN .navbar-short .navbar-caption,
.cid-vgO0wbmQGN .opened .navbar-caption,
.cid-vgO0wbmQGN .navbar-short .mbr-iconfont,
.cid-vgO0wbmQGN .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vgO0wbmQGN .navbar-short .hamburger span,
.cid-vgO0wbmQGN .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-vgO0wbmQGN .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-vgO0wbmQGN .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;
}
.cid-vgO0wbmQGN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgO0wbmQGN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgO0wbmQGN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgO0wbmQGN .container {
  display: flex;
  margin: auto;
}
.cid-vgO0wbmQGN .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgO0wbmQGN .dropdown-menu,
.cid-vgO0wbmQGN .navbar.opened {
  background: #232323 !important;
}
.cid-vgO0wbmQGN .nav-item:focus,
.cid-vgO0wbmQGN .nav-link:focus {
  outline: none;
}
.cid-vgO0wbmQGN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgO0wbmQGN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgO0wbmQGN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgO0wbmQGN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgO0wbmQGN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgO0wbmQGN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgO0wbmQGN .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-vgO0wbmQGN .navbar.opened {
  transition: all 0.3s;
}
.cid-vgO0wbmQGN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgO0wbmQGN .navbar .navbar-logo img {
  width: auto;
}
.cid-vgO0wbmQGN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgO0wbmQGN .navbar.collapsed {
  justify-content: center;
}
.cid-vgO0wbmQGN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgO0wbmQGN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgO0wbmQGN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-vgO0wbmQGN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgO0wbmQGN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgO0wbmQGN .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-vgO0wbmQGN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgO0wbmQGN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgO0wbmQGN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgO0wbmQGN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgO0wbmQGN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgO0wbmQGN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgO0wbmQGN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgO0wbmQGN .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-vgO0wbmQGN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgO0wbmQGN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgO0wbmQGN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgO0wbmQGN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgO0wbmQGN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgO0wbmQGN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgO0wbmQGN .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgO0wbmQGN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vgO0wbmQGN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgO0wbmQGN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgO0wbmQGN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgO0wbmQGN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgO0wbmQGN .dropdown-item.active,
.cid-vgO0wbmQGN .dropdown-item:active {
  background-color: transparent;
}
.cid-vgO0wbmQGN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgO0wbmQGN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgO0wbmQGN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgO0wbmQGN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vgO0wbmQGN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgO0wbmQGN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgO0wbmQGN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgO0wbmQGN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vgO0wbmQGN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgO0wbmQGN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-vgO0wbmQGN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgO0wbmQGN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgO0wbmQGN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgO0wbmQGN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgO0wbmQGN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgO0wbmQGN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgO0wbmQGN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgO0wbmQGN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgO0wbmQGN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgO0wbmQGN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgO0wbmQGN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgO0wbmQGN .navbar {
    height: 70px;
  }
  .cid-vgO0wbmQGN .navbar.opened {
    height: auto;
  }
  .cid-vgO0wbmQGN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgO0wc1NpK {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/natali-heaven-aruba-escort-model.webp");
}
.cid-vgO0wc1NpK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vgO0wc1NpK .mbr-text,
.cid-vgO0wc1NpK .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vgO0wc1NpK .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vgO0wcrTDA {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vgO0wcrTDA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgO0wcrTDA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgO0wcrTDA .item {
  padding-bottom: 2rem;
}
.cid-vgO0wcrTDA .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vgO0wcrTDA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vgO0wcrTDA .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vgO0wcrTDA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vgO0wcrTDA .carousel-control,
.cid-vgO0wcrTDA .close {
  background: #1b1b1b;
}
.cid-vgO0wcrTDA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vgO0wcrTDA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vgO0wcrTDA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vgO0wcrTDA .carousel-control-next span {
  margin-left: 5px;
}
.cid-vgO0wcrTDA .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-vgO0wcrTDA .close::before {
  content: '\e91a';
}
.cid-vgO0wcrTDA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vgO0wcrTDA .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-vgO0wcrTDA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgO0wcrTDA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vgO0wcrTDA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vgO0wcrTDA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vgO0wcrTDA .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-vgO0wcrTDA .carousel-indicators li.active,
.cid-vgO0wcrTDA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vgO0wcrTDA .carousel-indicators li::after,
.cid-vgO0wcrTDA .carousel-indicators li::before {
  content: none;
}
.cid-vgO0wcrTDA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vgO0wcrTDA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vgO0wcrTDA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vgO0wcrTDA .carousel-indicators {
    display: none;
  }
}
.cid-vgO0wcrTDA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vgO0wcrTDA .carousel-inner > .active {
  display: block;
}
.cid-vgO0wcrTDA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgO0wcrTDA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vgO0wcrTDA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vgO0wcrTDA .carousel-control,
  .cid-vgO0wcrTDA .carousel-indicators,
  .cid-vgO0wcrTDA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vgO0wcrTDA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vgO0wcrTDA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vgO0wcrTDA .carousel-indicators .active,
.cid-vgO0wcrTDA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vgO0wcrTDA .carousel-indicators .active {
  background: #fff;
}
.cid-vgO0wcrTDA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vgO0wcrTDA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vgO0wcrTDA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vgO0wcrTDA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vgO0wcrTDA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vgO0wcrTDA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vgO0wcrTDA .carousel {
  width: 100%;
}
.cid-vgO0wcrTDA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vgO0wcrTDA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vgO0wcrTDA .modal.fade .modal-dialog,
.cid-vgO0wcrTDA .modal.in .modal-dialog {
  transform: none;
}
.cid-vgO0wcrTDA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vgO0wcrTDA H6 {
  text-align: center;
}
.cid-vgO0wcrTDA H3 {
  color: #ffffff;
}
.cid-vgO0wcrTDA H4 {
  color: #ffffff;
}
.cid-vgO0wcrTDA H2 {
  color: #ffffff;
}
.cid-vieEU8mkym {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vieEU8mkym .mbr-fallback-image.disabled {
  display: none;
}
.cid-vieEU8mkym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vieEU8mkym .mbr-section-title {
  color: #22a5e5;
}
.cid-vieEU8mkym .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vgO0wdA1Gz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vgO0wdA1Gz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgO0wdA1Gz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgO0wdA1Gz .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vgO0wdA1Gz .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vgO0wdA1Gz .row {
    text-align: center;
  }
  .cid-vgO0wdA1Gz .row > div {
    margin: auto;
  }
  .cid-vgO0wdA1Gz .social-row {
    justify-content: center;
  }
}
.cid-vgO0wdA1Gz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgO0wdA1Gz .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vgO0wdA1Gz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgO0wdA1Gz .list {
    margin-bottom: 0rem;
  }
}
.cid-vgO0wdA1Gz .mbr-text {
  color: #ffffff;
}
.cid-vgO0wdA1Gz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vgO0wdA1Gz .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vgO0wdA1Gz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vgO7ejnkAO {
  z-index: 1000;
  width: 100%;
}
.cid-vgO7ejnkAO nav.navbar {
  position: fixed;
}
.cid-vgO7ejnkAO .navbar-nav {
  margin: auto;
}
.cid-vgO7ejnkAO .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-vgO7ejnkAO .dropdown-item:hover,
.cid-vgO7ejnkAO .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-vgO7ejnkAO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgO7ejnkAO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgO7ejnkAO .navbar-short,
.cid-vgO7ejnkAO .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-vgO7ejnkAO .navbar-short .nav-link,
.cid-vgO7ejnkAO .opened .nav-link,
.cid-vgO7ejnkAO .navbar-short .navbar-caption,
.cid-vgO7ejnkAO .opened .navbar-caption,
.cid-vgO7ejnkAO .navbar-short .mbr-iconfont,
.cid-vgO7ejnkAO .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vgO7ejnkAO .navbar-short .hamburger span,
.cid-vgO7ejnkAO .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-vgO7ejnkAO .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-vgO7ejnkAO .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;
}
.cid-vgO7ejnkAO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgO7ejnkAO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgO7ejnkAO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgO7ejnkAO .container {
  display: flex;
  margin: auto;
}
.cid-vgO7ejnkAO .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgO7ejnkAO .dropdown-menu,
.cid-vgO7ejnkAO .navbar.opened {
  background: #232323 !important;
}
.cid-vgO7ejnkAO .nav-item:focus,
.cid-vgO7ejnkAO .nav-link:focus {
  outline: none;
}
.cid-vgO7ejnkAO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgO7ejnkAO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgO7ejnkAO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgO7ejnkAO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgO7ejnkAO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgO7ejnkAO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgO7ejnkAO .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-vgO7ejnkAO .navbar.opened {
  transition: all 0.3s;
}
.cid-vgO7ejnkAO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgO7ejnkAO .navbar .navbar-logo img {
  width: auto;
}
.cid-vgO7ejnkAO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgO7ejnkAO .navbar.collapsed {
  justify-content: center;
}
.cid-vgO7ejnkAO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgO7ejnkAO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgO7ejnkAO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-vgO7ejnkAO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgO7ejnkAO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgO7ejnkAO .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-vgO7ejnkAO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgO7ejnkAO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgO7ejnkAO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgO7ejnkAO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgO7ejnkAO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgO7ejnkAO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgO7ejnkAO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgO7ejnkAO .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-vgO7ejnkAO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgO7ejnkAO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgO7ejnkAO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgO7ejnkAO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgO7ejnkAO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgO7ejnkAO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgO7ejnkAO .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgO7ejnkAO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vgO7ejnkAO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgO7ejnkAO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgO7ejnkAO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgO7ejnkAO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgO7ejnkAO .dropdown-item.active,
.cid-vgO7ejnkAO .dropdown-item:active {
  background-color: transparent;
}
.cid-vgO7ejnkAO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgO7ejnkAO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgO7ejnkAO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgO7ejnkAO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vgO7ejnkAO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgO7ejnkAO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgO7ejnkAO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgO7ejnkAO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vgO7ejnkAO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgO7ejnkAO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-vgO7ejnkAO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgO7ejnkAO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgO7ejnkAO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgO7ejnkAO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgO7ejnkAO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgO7ejnkAO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgO7ejnkAO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgO7ejnkAO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgO7ejnkAO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgO7ejnkAO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgO7ejnkAO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgO7ejnkAO .navbar {
    height: 70px;
  }
  .cid-vgO7ejnkAO .navbar.opened {
    height: auto;
  }
  .cid-vgO7ejnkAO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgO7ekaX8R {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/michelle-heaven-aruba-escort-profile.webp");
}
.cid-vgO7ekaX8R .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vgO7ekaX8R .mbr-text,
.cid-vgO7ekaX8R .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vgO7ekaX8R .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vgO7ekFSzK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vgO7ekFSzK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgO7ekFSzK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgO7ekFSzK .item {
  padding-bottom: 2rem;
}
.cid-vgO7ekFSzK .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vgO7ekFSzK .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vgO7ekFSzK .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vgO7ekFSzK .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vgO7ekFSzK .carousel-control,
.cid-vgO7ekFSzK .close {
  background: #1b1b1b;
}
.cid-vgO7ekFSzK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vgO7ekFSzK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vgO7ekFSzK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vgO7ekFSzK .carousel-control-next span {
  margin-left: 5px;
}
.cid-vgO7ekFSzK .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-vgO7ekFSzK .close::before {
  content: '\e91a';
}
.cid-vgO7ekFSzK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vgO7ekFSzK .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-vgO7ekFSzK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgO7ekFSzK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vgO7ekFSzK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vgO7ekFSzK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vgO7ekFSzK .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-vgO7ekFSzK .carousel-indicators li.active,
.cid-vgO7ekFSzK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vgO7ekFSzK .carousel-indicators li::after,
.cid-vgO7ekFSzK .carousel-indicators li::before {
  content: none;
}
.cid-vgO7ekFSzK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vgO7ekFSzK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vgO7ekFSzK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vgO7ekFSzK .carousel-indicators {
    display: none;
  }
}
.cid-vgO7ekFSzK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vgO7ekFSzK .carousel-inner > .active {
  display: block;
}
.cid-vgO7ekFSzK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgO7ekFSzK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vgO7ekFSzK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vgO7ekFSzK .carousel-control,
  .cid-vgO7ekFSzK .carousel-indicators,
  .cid-vgO7ekFSzK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vgO7ekFSzK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vgO7ekFSzK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vgO7ekFSzK .carousel-indicators .active,
.cid-vgO7ekFSzK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vgO7ekFSzK .carousel-indicators .active {
  background: #fff;
}
.cid-vgO7ekFSzK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vgO7ekFSzK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vgO7ekFSzK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vgO7ekFSzK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vgO7ekFSzK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vgO7ekFSzK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vgO7ekFSzK .carousel {
  width: 100%;
}
.cid-vgO7ekFSzK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vgO7ekFSzK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vgO7ekFSzK .modal.fade .modal-dialog,
.cid-vgO7ekFSzK .modal.in .modal-dialog {
  transform: none;
}
.cid-vgO7ekFSzK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vgO7ekFSzK H6 {
  text-align: center;
}
.cid-vgO7ekFSzK H3 {
  color: #ffffff;
}
.cid-vgO7ekFSzK H4 {
  color: #ffffff;
}
.cid-vgO7ekFSzK H2 {
  color: #ffffff;
}
.cid-vieE9dfsfb {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vieE9dfsfb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vieE9dfsfb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vieE9dfsfb .mbr-section-title {
  color: #22a5e5;
}
.cid-vieE9dfsfb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vgO7elPmi2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vgO7elPmi2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgO7elPmi2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgO7elPmi2 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vgO7elPmi2 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vgO7elPmi2 .row {
    text-align: center;
  }
  .cid-vgO7elPmi2 .row > div {
    margin: auto;
  }
  .cid-vgO7elPmi2 .social-row {
    justify-content: center;
  }
}
.cid-vgO7elPmi2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgO7elPmi2 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vgO7elPmi2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgO7elPmi2 .list {
    margin-bottom: 0rem;
  }
}
.cid-vgO7elPmi2 .mbr-text {
  color: #ffffff;
}
.cid-vgO7elPmi2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vgO7elPmi2 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vgO7elPmi2 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vie6G0Fl25 {
  z-index: 1000;
  width: 100%;
}
.cid-vie6G0Fl25 nav.navbar {
  position: fixed;
}
.cid-vie6G0Fl25 .navbar-nav {
  margin: auto;
}
.cid-vie6G0Fl25 .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-vie6G0Fl25 .dropdown-item:hover,
.cid-vie6G0Fl25 .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-vie6G0Fl25 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vie6G0Fl25 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vie6G0Fl25 .navbar-short,
.cid-vie6G0Fl25 .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-vie6G0Fl25 .navbar-short .nav-link,
.cid-vie6G0Fl25 .opened .nav-link,
.cid-vie6G0Fl25 .navbar-short .navbar-caption,
.cid-vie6G0Fl25 .opened .navbar-caption,
.cid-vie6G0Fl25 .navbar-short .mbr-iconfont,
.cid-vie6G0Fl25 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vie6G0Fl25 .navbar-short .hamburger span,
.cid-vie6G0Fl25 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-vie6G0Fl25 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-vie6G0Fl25 .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;
}
.cid-vie6G0Fl25 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vie6G0Fl25 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vie6G0Fl25 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vie6G0Fl25 .container {
  display: flex;
  margin: auto;
}
.cid-vie6G0Fl25 .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vie6G0Fl25 .dropdown-menu,
.cid-vie6G0Fl25 .navbar.opened {
  background: #232323 !important;
}
.cid-vie6G0Fl25 .nav-item:focus,
.cid-vie6G0Fl25 .nav-link:focus {
  outline: none;
}
.cid-vie6G0Fl25 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vie6G0Fl25 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vie6G0Fl25 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vie6G0Fl25 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vie6G0Fl25 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vie6G0Fl25 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vie6G0Fl25 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-vie6G0Fl25 .navbar.opened {
  transition: all 0.3s;
}
.cid-vie6G0Fl25 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vie6G0Fl25 .navbar .navbar-logo img {
  width: auto;
}
.cid-vie6G0Fl25 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vie6G0Fl25 .navbar.collapsed {
  justify-content: center;
}
.cid-vie6G0Fl25 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vie6G0Fl25 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vie6G0Fl25 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-vie6G0Fl25 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vie6G0Fl25 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vie6G0Fl25 .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-vie6G0Fl25 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vie6G0Fl25 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vie6G0Fl25 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vie6G0Fl25 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vie6G0Fl25 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vie6G0Fl25 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vie6G0Fl25 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vie6G0Fl25 .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-vie6G0Fl25 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vie6G0Fl25 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vie6G0Fl25 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vie6G0Fl25 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vie6G0Fl25 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vie6G0Fl25 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vie6G0Fl25 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vie6G0Fl25 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vie6G0Fl25 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vie6G0Fl25 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vie6G0Fl25 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vie6G0Fl25 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vie6G0Fl25 .dropdown-item.active,
.cid-vie6G0Fl25 .dropdown-item:active {
  background-color: transparent;
}
.cid-vie6G0Fl25 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vie6G0Fl25 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vie6G0Fl25 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vie6G0Fl25 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vie6G0Fl25 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vie6G0Fl25 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vie6G0Fl25 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vie6G0Fl25 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vie6G0Fl25 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vie6G0Fl25 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-vie6G0Fl25 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vie6G0Fl25 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vie6G0Fl25 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vie6G0Fl25 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vie6G0Fl25 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vie6G0Fl25 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vie6G0Fl25 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vie6G0Fl25 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vie6G0Fl25 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vie6G0Fl25 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vie6G0Fl25 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vie6G0Fl25 .navbar {
    height: 70px;
  }
  .cid-vie6G0Fl25 .navbar.opened {
    height: auto;
  }
  .cid-vie6G0Fl25 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vie6G1oKgQ {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/angeles-heaven-aruba-model-escorts-profile.webp");
}
.cid-vie6G1oKgQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vie6G1oKgQ .mbr-text,
.cid-vie6G1oKgQ .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vie6G1oKgQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vie6G1XVbc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vie6G1XVbc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vie6G1XVbc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vie6G1XVbc .item {
  padding-bottom: 2rem;
}
.cid-vie6G1XVbc .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vie6G1XVbc .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vie6G1XVbc .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vie6G1XVbc .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vie6G1XVbc .carousel-control,
.cid-vie6G1XVbc .close {
  background: #1b1b1b;
}
.cid-vie6G1XVbc .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vie6G1XVbc .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vie6G1XVbc .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vie6G1XVbc .carousel-control-next span {
  margin-left: 5px;
}
.cid-vie6G1XVbc .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-vie6G1XVbc .close::before {
  content: '\e91a';
}
.cid-vie6G1XVbc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vie6G1XVbc .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-vie6G1XVbc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vie6G1XVbc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vie6G1XVbc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vie6G1XVbc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vie6G1XVbc .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-vie6G1XVbc .carousel-indicators li.active,
.cid-vie6G1XVbc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vie6G1XVbc .carousel-indicators li::after,
.cid-vie6G1XVbc .carousel-indicators li::before {
  content: none;
}
.cid-vie6G1XVbc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vie6G1XVbc .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vie6G1XVbc .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vie6G1XVbc .carousel-indicators {
    display: none;
  }
}
.cid-vie6G1XVbc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vie6G1XVbc .carousel-inner > .active {
  display: block;
}
.cid-vie6G1XVbc .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vie6G1XVbc .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vie6G1XVbc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vie6G1XVbc .carousel-control,
  .cid-vie6G1XVbc .carousel-indicators,
  .cid-vie6G1XVbc .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vie6G1XVbc .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vie6G1XVbc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vie6G1XVbc .carousel-indicators .active,
.cid-vie6G1XVbc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vie6G1XVbc .carousel-indicators .active {
  background: #fff;
}
.cid-vie6G1XVbc .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vie6G1XVbc .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vie6G1XVbc .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vie6G1XVbc .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vie6G1XVbc .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vie6G1XVbc .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vie6G1XVbc .carousel {
  width: 100%;
}
.cid-vie6G1XVbc .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vie6G1XVbc .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vie6G1XVbc .modal.fade .modal-dialog,
.cid-vie6G1XVbc .modal.in .modal-dialog {
  transform: none;
}
.cid-vie6G1XVbc .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vie6G1XVbc H6 {
  text-align: center;
}
.cid-vie6G1XVbc H3 {
  color: #ffffff;
}
.cid-vie6G1XVbc H4 {
  color: #ffffff;
}
.cid-vie6G39uvT {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vie6G39uvT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vie6G39uvT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vie6G39uvT .mbr-section-title {
  color: #22a5e5;
}
.cid-vie6G39uvT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vie6G3yhOB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vie6G3yhOB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vie6G3yhOB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vie6G3yhOB .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vie6G3yhOB .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vie6G3yhOB .row {
    text-align: center;
  }
  .cid-vie6G3yhOB .row > div {
    margin: auto;
  }
  .cid-vie6G3yhOB .social-row {
    justify-content: center;
  }
}
.cid-vie6G3yhOB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vie6G3yhOB .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vie6G3yhOB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vie6G3yhOB .list {
    margin-bottom: 0rem;
  }
}
.cid-vie6G3yhOB .mbr-text {
  color: #ffffff;
}
.cid-vie6G3yhOB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vie6G3yhOB .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vie6G3yhOB div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vie1eIYWQA {
  z-index: 1000;
  width: 100%;
}
.cid-vie1eIYWQA nav.navbar {
  position: fixed;
}
.cid-vie1eIYWQA .navbar-nav {
  margin: auto;
}
.cid-vie1eIYWQA .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-vie1eIYWQA .dropdown-item:hover,
.cid-vie1eIYWQA .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-vie1eIYWQA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vie1eIYWQA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vie1eIYWQA .navbar-short,
.cid-vie1eIYWQA .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-vie1eIYWQA .navbar-short .nav-link,
.cid-vie1eIYWQA .opened .nav-link,
.cid-vie1eIYWQA .navbar-short .navbar-caption,
.cid-vie1eIYWQA .opened .navbar-caption,
.cid-vie1eIYWQA .navbar-short .mbr-iconfont,
.cid-vie1eIYWQA .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vie1eIYWQA .navbar-short .hamburger span,
.cid-vie1eIYWQA .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-vie1eIYWQA .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-vie1eIYWQA .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;
}
.cid-vie1eIYWQA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vie1eIYWQA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vie1eIYWQA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vie1eIYWQA .container {
  display: flex;
  margin: auto;
}
.cid-vie1eIYWQA .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vie1eIYWQA .dropdown-menu,
.cid-vie1eIYWQA .navbar.opened {
  background: #232323 !important;
}
.cid-vie1eIYWQA .nav-item:focus,
.cid-vie1eIYWQA .nav-link:focus {
  outline: none;
}
.cid-vie1eIYWQA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vie1eIYWQA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vie1eIYWQA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vie1eIYWQA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vie1eIYWQA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vie1eIYWQA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vie1eIYWQA .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-vie1eIYWQA .navbar.opened {
  transition: all 0.3s;
}
.cid-vie1eIYWQA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vie1eIYWQA .navbar .navbar-logo img {
  width: auto;
}
.cid-vie1eIYWQA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vie1eIYWQA .navbar.collapsed {
  justify-content: center;
}
.cid-vie1eIYWQA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vie1eIYWQA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vie1eIYWQA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-vie1eIYWQA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vie1eIYWQA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vie1eIYWQA .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-vie1eIYWQA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vie1eIYWQA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vie1eIYWQA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vie1eIYWQA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vie1eIYWQA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vie1eIYWQA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vie1eIYWQA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vie1eIYWQA .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-vie1eIYWQA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vie1eIYWQA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vie1eIYWQA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vie1eIYWQA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vie1eIYWQA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vie1eIYWQA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vie1eIYWQA .navbar.navbar-short {
  min-height: 60px;
}
.cid-vie1eIYWQA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vie1eIYWQA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vie1eIYWQA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vie1eIYWQA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vie1eIYWQA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vie1eIYWQA .dropdown-item.active,
.cid-vie1eIYWQA .dropdown-item:active {
  background-color: transparent;
}
.cid-vie1eIYWQA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vie1eIYWQA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vie1eIYWQA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vie1eIYWQA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-vie1eIYWQA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vie1eIYWQA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vie1eIYWQA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vie1eIYWQA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vie1eIYWQA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vie1eIYWQA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-vie1eIYWQA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vie1eIYWQA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vie1eIYWQA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vie1eIYWQA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vie1eIYWQA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vie1eIYWQA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vie1eIYWQA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vie1eIYWQA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vie1eIYWQA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vie1eIYWQA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vie1eIYWQA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vie1eIYWQA .navbar {
    height: 70px;
  }
  .cid-vie1eIYWQA .navbar.opened {
    height: auto;
  }
  .cid-vie1eIYWQA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vie1eJEzBb {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/alejandra-heaven-aruba-model-escorts-profile.webp");
}
.cid-vie1eJEzBb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vie1eJEzBb .mbr-text,
.cid-vie1eJEzBb .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vie1eJEzBb .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vie1eK5ABD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vie1eK5ABD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vie1eK5ABD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vie1eK5ABD .item {
  padding-bottom: 2rem;
}
.cid-vie1eK5ABD .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vie1eK5ABD .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vie1eK5ABD .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vie1eK5ABD .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vie1eK5ABD .carousel-control,
.cid-vie1eK5ABD .close {
  background: #1b1b1b;
}
.cid-vie1eK5ABD .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vie1eK5ABD .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vie1eK5ABD .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vie1eK5ABD .carousel-control-next span {
  margin-left: 5px;
}
.cid-vie1eK5ABD .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-vie1eK5ABD .close::before {
  content: '\e91a';
}
.cid-vie1eK5ABD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vie1eK5ABD .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-vie1eK5ABD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vie1eK5ABD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vie1eK5ABD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vie1eK5ABD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vie1eK5ABD .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-vie1eK5ABD .carousel-indicators li.active,
.cid-vie1eK5ABD .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vie1eK5ABD .carousel-indicators li::after,
.cid-vie1eK5ABD .carousel-indicators li::before {
  content: none;
}
.cid-vie1eK5ABD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vie1eK5ABD .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vie1eK5ABD .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vie1eK5ABD .carousel-indicators {
    display: none;
  }
}
.cid-vie1eK5ABD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vie1eK5ABD .carousel-inner > .active {
  display: block;
}
.cid-vie1eK5ABD .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vie1eK5ABD .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vie1eK5ABD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vie1eK5ABD .carousel-control,
  .cid-vie1eK5ABD .carousel-indicators,
  .cid-vie1eK5ABD .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vie1eK5ABD .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vie1eK5ABD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vie1eK5ABD .carousel-indicators .active,
.cid-vie1eK5ABD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vie1eK5ABD .carousel-indicators .active {
  background: #fff;
}
.cid-vie1eK5ABD .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vie1eK5ABD .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vie1eK5ABD .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vie1eK5ABD .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vie1eK5ABD .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vie1eK5ABD .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vie1eK5ABD .carousel {
  width: 100%;
}
.cid-vie1eK5ABD .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vie1eK5ABD .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vie1eK5ABD .modal.fade .modal-dialog,
.cid-vie1eK5ABD .modal.in .modal-dialog {
  transform: none;
}
.cid-vie1eK5ABD .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vie1eK5ABD H6 {
  text-align: center;
}
.cid-vie1eK5ABD H3 {
  color: #ffffff;
}
.cid-vie1eK5ABD H4 {
  color: #ffffff;
}
.cid-vie4PlQh7b {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vie4PlQh7b .mbr-fallback-image.disabled {
  display: none;
}
.cid-vie4PlQh7b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vie4PlQh7b .mbr-section-title {
  color: #22a5e5;
}
.cid-vie4PlQh7b .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vie1eLlXHC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vie1eLlXHC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vie1eLlXHC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vie1eLlXHC .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vie1eLlXHC .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vie1eLlXHC .row {
    text-align: center;
  }
  .cid-vie1eLlXHC .row > div {
    margin: auto;
  }
  .cid-vie1eLlXHC .social-row {
    justify-content: center;
  }
}
.cid-vie1eLlXHC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vie1eLlXHC .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vie1eLlXHC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vie1eLlXHC .list {
    margin-bottom: 0rem;
  }
}
.cid-vie1eLlXHC .mbr-text {
  color: #ffffff;
}
.cid-vie1eLlXHC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vie1eLlXHC .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vie1eLlXHC div > *:last-child {
    margin-top: 0 !important;
  }
}
