.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Oxygen', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Oxygen', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Oxygen', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #003fb2 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #767d85 !important;
}
.bg-warning {
  background-color: #232323 !important;
}
.bg-danger {
  background-color: #f5197a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #003fb2 !important;
  border-color: #003fb2 !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: #00205b !important;
  border-color: #00205b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #00205b !important;
  border-color: #00205b !important;
}
.btn-secondary,
.btn-secondary: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-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.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-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
}
.btn-info,
.btn-info:active {
  background-color: #767d85 !important;
  border-color: #767d85 !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: #4d5257 !important;
  border-color: #4d5257 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4d5257 !important;
  border-color: #4d5257 !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: #f5197a !important;
  border-color: #f5197a !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: #b00852 !important;
  border-color: #b00852 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b00852 !important;
  border-color: #b00852 !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: #003fb2;
  color: #003fb2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #00205b !important;
  background-color: transparent!important;
  border-color: #00205b !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #003fb2 !important;
  border-color: #003fb2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #22a5e5;
  color: #22a5e5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #13709e !important;
  background-color: transparent!important;
  border-color: #13709e !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #767d85;
  color: #767d85;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #4d5257 !important;
  background-color: transparent!important;
  border-color: #4d5257 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #767d85 !important;
  border-color: #767d85 !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: #f5197a;
  color: #f5197a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b00852 !important;
  background-color: transparent!important;
  border-color: #b00852 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f5197a !important;
  border-color: #f5197a !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: #003fb2 !important;
}
.text-secondary {
  color: #22a5e5 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #767d85 !important;
}
.text-warning {
  color: #232323 !important;
}
.text-danger {
  color: #f5197a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #001b4c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #116690 !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: #464a4f !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: #a1074b !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: #003fb2;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #767d85;
}
.alert-warning {
  background-color: #232323;
}
.alert-danger {
  background-color: #f5197a;
}
.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: #003fb2;
  border-color: #003fb2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #003fb2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #327bff;
}
.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: #b9bdc1;
}
.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: #fdddeb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #003fb2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #003fb2;
}
/* 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: #003fb2;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #003fb2;
}
.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: #003fb2;
  border-bottom-color: #003fb2;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #003fb2 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #22a5e5 !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='%23003fb2' %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-uERow7nHHQ {
  z-index: 1000;
  width: 100%;
}
.cid-uERow7nHHQ nav.navbar {
  position: fixed;
}
.cid-uERow7nHHQ .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-uERow7nHHQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uERow7nHHQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uERow7nHHQ .dropdown-item:hover,
.cid-uERow7nHHQ .dropdown-item:focus {
  background: #003fb2 !important;
  color: white !important;
}
.cid-uERow7nHHQ .dropdown-item:hover span {
  color: white;
}
.cid-uERow7nHHQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uERow7nHHQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uERow7nHHQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uERow7nHHQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uERow7nHHQ .nav-link {
  position: relative;
}
.cid-uERow7nHHQ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uERow7nHHQ .container {
    flex-wrap: wrap;
  }
}
.cid-uERow7nHHQ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uERow7nHHQ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uERow7nHHQ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uERow7nHHQ .dropdown-menu,
.cid-uERow7nHHQ .navbar.opened {
  background: #232323 !important;
}
.cid-uERow7nHHQ .nav-item:focus,
.cid-uERow7nHHQ .nav-link:focus {
  outline: none;
}
.cid-uERow7nHHQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uERow7nHHQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uERow7nHHQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uERow7nHHQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uERow7nHHQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uERow7nHHQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uERow7nHHQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.6);
}
.cid-uERow7nHHQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uERow7nHHQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uERow7nHHQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uERow7nHHQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uERow7nHHQ .navbar.collapsed {
  justify-content: center;
}
.cid-uERow7nHHQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uERow7nHHQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uERow7nHHQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uERow7nHHQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uERow7nHHQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uERow7nHHQ .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-uERow7nHHQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uERow7nHHQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uERow7nHHQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uERow7nHHQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uERow7nHHQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uERow7nHHQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uERow7nHHQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uERow7nHHQ .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-uERow7nHHQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uERow7nHHQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uERow7nHHQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uERow7nHHQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uERow7nHHQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uERow7nHHQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uERow7nHHQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uERow7nHHQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uERow7nHHQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uERow7nHHQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uERow7nHHQ .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-uERow7nHHQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uERow7nHHQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uERow7nHHQ .dropdown-item.active,
.cid-uERow7nHHQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uERow7nHHQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uERow7nHHQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uERow7nHHQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uERow7nHHQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uERow7nHHQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uERow7nHHQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uERow7nHHQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uERow7nHHQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uERow7nHHQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uERow7nHHQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uERow7nHHQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uERow7nHHQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uERow7nHHQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uERow7nHHQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uERow7nHHQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uERow7nHHQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uERow7nHHQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uERow7nHHQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uERow7nHHQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uERow7nHHQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uERow7nHHQ .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-uERow7nHHQ .navbar {
    height: 70px;
  }
  .cid-uERow7nHHQ .navbar.opened {
    height: auto;
  }
  .cid-uERow7nHHQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uERoxbWcnA {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/1000szzz-restored.webp");
}
.cid-uERoxbWcnA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERoxbWcnA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEYg4mO3v2 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uEYg4mO3v2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEYg4mO3v2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEYg4mO3v2 .mbr-section-title {
  color: #003fb2;
}
.cid-uKCcR3Jk9e {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKCcR3Jk9e img,
.cid-uKCcR3Jk9e .item-img {
  width: 100%;
}
.cid-uKCcR3Jk9e .item:focus,
.cid-uKCcR3Jk9e span:focus {
  outline: none;
}
.cid-uKCcR3Jk9e .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uKCcR3Jk9e .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uKCcR3Jk9e .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uKCcR3Jk9e .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKCcR3Jk9e .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uKCcR3Jk9e .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uKCcR3Jk9e .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uKCcR3Jk9e .mbr-section-title {
  color: #003fb2;
}
.cid-uKCcR3Jk9e .mbr-text,
.cid-uKCcR3Jk9e .mbr-section-btn {
  text-align: center;
}
.cid-uKCcR3Jk9e .item-title {
  text-align: center;
}
.cid-uKCcR3Jk9e .item-subtitle {
  text-align: left;
}
.cid-uERsUkUJWN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uERsUkUJWN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERsUkUJWN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uERsUkUJWN .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uERsUkUJWN .container {
    max-width: 1400px;
  }
}
.cid-uERsUkUJWN .card {
  margin: auto;
}
.cid-uERsUkUJWN .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #003fb2;
  margin-bottom: 2rem;
}
.cid-uERsUkUJWN .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uERsUkUJWN .row {
  justify-content: center;
}
.cid-uERsUkUJWN H3 {
  color: #232323;
}
.cid-uQhtLwDZe6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQhtLwDZe6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQhtLwDZe6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQhtLwDZe6 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uQhtLwDZe6 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uQhtLwDZe6 .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uQhtLwDZe6 .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uQhtLwDZe6 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uQhtLwDZe6 .bg-instagram:hover {
  background: #bd005c;
}
.cid-uQhtLwDZe6 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uQhtLwDZe6 [class^="socicon-"]:before,
.cid-uQhtLwDZe6 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uERskQ1RsX {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uERskQ1RsX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERskQ1RsX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uERskQ1RsX .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uERskQ1RsX .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uERskQ1RsX .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uERskQ1RsX .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uERskQ1RsX .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uERskQ1RsX .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uERskQ1RsX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uERskQ1RsX .card-title {
  color: #003fb2;
}
.cid-uERwhL03Vb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uERwhL03Vb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uERwhL03Vb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uERwhL03Vb .mbr-section-title {
  color: #003fb2;
}
.cid-uGnktmpW9N {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGnktmpW9N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnktmpW9N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPTMnh444v {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPTMnh444v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTMnh444v .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-uPTMnh444v .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPTMnh444v .row {
  flex-direction: row-reverse;
}
.cid-uPTMnh444v img {
  width: 100%;
}
.cid-uPTMnh444v .mbr-text {
  color: #000000;
}
.cid-uMSoS9uQC0 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMSoS9uQC0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMSoS9uQC0 .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-uMSoS9uQC0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMSoS9uQC0 .row {
  flex-direction: row-reverse;
}
.cid-uMSoS9uQC0 img {
  width: 100%;
}
.cid-uNbG5IfuDC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uNbG5IfuDC img,
.cid-uNbG5IfuDC .item-img {
  width: 100%;
}
.cid-uNbG5IfuDC .item:focus,
.cid-uNbG5IfuDC span:focus {
  outline: none;
}
.cid-uNbG5IfuDC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uNbG5IfuDC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uNbG5IfuDC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uNbG5IfuDC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uNbG5IfuDC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uNbG5IfuDC .mbr-section-title {
  color: #000000;
}
.cid-uNbG5IfuDC .mbr-text,
.cid-uNbG5IfuDC .mbr-section-btn {
  text-align: center;
}
.cid-uNbG5IfuDC .item-title {
  text-align: center;
}
.cid-uNbG5IfuDC .item-subtitle {
  text-align: center;
}
.cid-uFWByAjWJs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFWByAjWJs .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uFWByAjWJs .mbr-text {
  color: #003fb2;
}
.cid-uEX114XvQy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uEX114XvQy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEX114XvQy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEX114XvQy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uEX114XvQy .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uEX114XvQy .embla__button--next,
.cid-uEX114XvQy .embla__button--prev {
  display: flex;
}
.cid-uEX114XvQy .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uEX114XvQy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uEX114XvQy .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uEX114XvQy .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uEX114XvQy .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uEX114XvQy .embla__button {
    top: auto;
  }
}
.cid-uEX114XvQy .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uEX114XvQy .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-uEX114XvQy .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uEX114XvQy .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uEX114XvQy .embla {
  position: relative;
  width: 100%;
}
.cid-uEX114XvQy .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uEX114XvQy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uEX114XvQy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uEX114XvQy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uEX114XvQy H3 {
  color: #000000;
}
.cid-uJ45Oilihz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJ45Oilihz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ45Oilihz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ45Oilihz .video-wrapper iframe {
  width: 100%;
}
.cid-uJ45Oilihz .mbr-section-title,
.cid-uJ45Oilihz .mbr-section-subtitle,
.cid-uJ45Oilihz .mbr-text {
  text-align: center;
}
.cid-uKYBvQRj1K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKYBvQRj1K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYBvQRj1K .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-uKYBvQRj1K .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKYBvQRj1K .row {
  flex-direction: row-reverse;
}
.cid-uKYBvQRj1K img {
  width: 100%;
}
.cid-uMSqfV8eig {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMSqfV8eig .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMSqfV8eig .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uETGTlSZbI {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uETGTlSZbI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uETGTlSZbI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uETGTlSZbI .container {
    max-width: 1400px;
  }
}
.cid-uETGTlSZbI .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #003fb2;
  margin-bottom: 2rem;
}
.cid-uETGTlSZbI .row {
  justify-content: center;
}
.cid-uF77qWd7QA {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ebecee;
}
.cid-uF77qWd7QA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF77qWd7QA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF77qWd7QA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF77qWd7QA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uF77qWd7QA .row {
    text-align: center;
  }
  .cid-uF77qWd7QA .row > div {
    margin: auto;
  }
  .cid-uF77qWd7QA .social-row {
    justify-content: center;
  }
}
.cid-uF77qWd7QA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uF77qWd7QA .list {
  list-style: none;
  padding-left: 0;
  color: #767d85;
}
@media (max-width: 991px) {
  .cid-uF77qWd7QA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uF77qWd7QA .list {
    margin-bottom: 0rem;
  }
}
.cid-uF77qWd7QA .mbr-text {
  color: #767d85;
}
.cid-uF77qWd7QA .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-uF77qWd7QA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uF77qWd7QA div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uF77qWd7QA .copyright {
  color: #232323;
}
.cid-uF77qWd7QA H5 {
  color: #ffffff;
}
.cid-uF77qWd7QA .mbr-section-subtitle {
  color: #232323;
}
.cid-uEUlQEVYfx {
  z-index: 1000;
  width: 100%;
}
.cid-uEUlQEVYfx nav.navbar {
  position: fixed;
}
.cid-uEUlQEVYfx .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-uEUlQEVYfx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEUlQEVYfx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEUlQEVYfx .dropdown-item:hover,
.cid-uEUlQEVYfx .dropdown-item:focus {
  background: #003fb2 !important;
  color: white !important;
}
.cid-uEUlQEVYfx .dropdown-item:hover span {
  color: white;
}
.cid-uEUlQEVYfx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEUlQEVYfx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEUlQEVYfx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEUlQEVYfx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEUlQEVYfx .nav-link {
  position: relative;
}
.cid-uEUlQEVYfx .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uEUlQEVYfx .container {
    flex-wrap: wrap;
  }
}
.cid-uEUlQEVYfx .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uEUlQEVYfx .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uEUlQEVYfx .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEUlQEVYfx .dropdown-menu,
.cid-uEUlQEVYfx .navbar.opened {
  background: #232323 !important;
}
.cid-uEUlQEVYfx .nav-item:focus,
.cid-uEUlQEVYfx .nav-link:focus {
  outline: none;
}
.cid-uEUlQEVYfx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEUlQEVYfx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEUlQEVYfx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEUlQEVYfx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEUlQEVYfx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEUlQEVYfx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEUlQEVYfx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.6);
}
.cid-uEUlQEVYfx .navbar.opened {
  transition: all 0.3s;
}
.cid-uEUlQEVYfx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEUlQEVYfx .navbar .navbar-logo img {
  width: auto;
}
.cid-uEUlQEVYfx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEUlQEVYfx .navbar.collapsed {
  justify-content: center;
}
.cid-uEUlQEVYfx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEUlQEVYfx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEUlQEVYfx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uEUlQEVYfx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEUlQEVYfx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEUlQEVYfx .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-uEUlQEVYfx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEUlQEVYfx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEUlQEVYfx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEUlQEVYfx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEUlQEVYfx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEUlQEVYfx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEUlQEVYfx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEUlQEVYfx .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-uEUlQEVYfx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEUlQEVYfx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEUlQEVYfx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEUlQEVYfx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEUlQEVYfx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEUlQEVYfx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uEUlQEVYfx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uEUlQEVYfx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEUlQEVYfx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEUlQEVYfx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEUlQEVYfx .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-uEUlQEVYfx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEUlQEVYfx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEUlQEVYfx .dropdown-item.active,
.cid-uEUlQEVYfx .dropdown-item:active {
  background-color: transparent;
}
.cid-uEUlQEVYfx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEUlQEVYfx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEUlQEVYfx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEUlQEVYfx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uEUlQEVYfx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEUlQEVYfx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEUlQEVYfx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEUlQEVYfx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEUlQEVYfx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEUlQEVYfx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEUlQEVYfx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEUlQEVYfx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEUlQEVYfx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEUlQEVYfx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEUlQEVYfx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEUlQEVYfx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEUlQEVYfx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEUlQEVYfx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEUlQEVYfx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEUlQEVYfx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEUlQEVYfx .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-uEUlQEVYfx .navbar {
    height: 70px;
  }
  .cid-uEUlQEVYfx .navbar.opened {
    height: auto;
  }
  .cid-uEUlQEVYfx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEUlQFWBos {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/go-local-aruba-wedding-transportation-services.jpeg");
}
.cid-uEUlQFWBos .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEUlQFWBos .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEUq8sskLO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEUq8sskLO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEUq8sskLO .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-uEUq8sskLO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uEUq8sskLO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uEUq8sskLO .text-wrapper {
    padding: 2rem;
  }
}
.cid-uEUq8sskLO .mbr-section-title {
  color: #003fb2;
}
.cid-uEUSmtpqbq {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uEUSmtpqbq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEUSmtpqbq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEUSmtpqbq .mbr-section-title {
  color: #003fb2;
}
.cid-uFZUp2ZaQb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFZUp2ZaQb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZUp2ZaQb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZUp2ZaQb .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uFZUp2ZaQb .container {
    max-width: 1400px;
  }
}
.cid-uFZUp2ZaQb .card {
  margin: auto;
}
.cid-uFZUp2ZaQb .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #003fb2;
  margin-bottom: 2rem;
}
.cid-uFZUp2ZaQb .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFZUp2ZaQb .row {
  justify-content: center;
}
.cid-uFZUp2ZaQb H3 {
  color: #232323;
}
.cid-uPTL2hU5AN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPTL2hU5AN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTL2hU5AN .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-uPTL2hU5AN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPTL2hU5AN .row {
  flex-direction: row-reverse;
}
.cid-uPTL2hU5AN img {
  width: 100%;
}
.cid-uPTL2hU5AN .mbr-text {
  color: #000000;
}
.cid-uL8B7YEgh1 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uL8B7YEgh1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL8B7YEgh1 .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-uL8B7YEgh1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uL8B7YEgh1 .row {
  flex-direction: row-reverse;
}
.cid-uL8B7YEgh1 img {
  width: 100%;
}
.cid-uQkRZ3C9pp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQkRZ3C9pp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQkRZ3C9pp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQkRZ3C9pp .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uQkRZ3C9pp .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uQkRZ3C9pp .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uQkRZ3C9pp .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uQkRZ3C9pp .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uQkRZ3C9pp .bg-instagram:hover {
  background: #bd005c;
}
.cid-uQkRZ3C9pp .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uQkRZ3C9pp [class^="socicon-"]:before,
.cid-uQkRZ3C9pp [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uEUn996KPz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uEUn996KPz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEUn996KPz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEUn996KPz .mbr-section-title {
  color: #003fb2;
}
.cid-uFoltQwzjQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFoltQwzjQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFoltQwzjQ .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-uFoltQwzjQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFoltQwzjQ .row {
  flex-direction: row-reverse;
}
.cid-uFoltQwzjQ img {
  width: 100%;
}
.cid-uL8AZ3kdtV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL8AZ3kdtV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL8AZ3kdtV .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-uL8AZ3kdtV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uL8AZ3kdtV .row {
  flex-direction: row-reverse;
}
.cid-uL8AZ3kdtV img {
  width: 100%;
}
.cid-uJ42eqCB9w {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJ42eqCB9w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ42eqCB9w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uJ42eqCB9w .container {
    max-width: 1400px;
  }
}
.cid-uJ42eqCB9w .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #003fb2;
  margin-bottom: 2rem;
}
.cid-uJ42eqCB9w .row {
  justify-content: center;
}
.cid-uF77qWd7QA {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ebecee;
}
.cid-uF77qWd7QA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF77qWd7QA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF77qWd7QA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF77qWd7QA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uF77qWd7QA .row {
    text-align: center;
  }
  .cid-uF77qWd7QA .row > div {
    margin: auto;
  }
  .cid-uF77qWd7QA .social-row {
    justify-content: center;
  }
}
.cid-uF77qWd7QA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uF77qWd7QA .list {
  list-style: none;
  padding-left: 0;
  color: #767d85;
}
@media (max-width: 991px) {
  .cid-uF77qWd7QA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uF77qWd7QA .list {
    margin-bottom: 0rem;
  }
}
.cid-uF77qWd7QA .mbr-text {
  color: #767d85;
}
.cid-uF77qWd7QA .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-uF77qWd7QA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uF77qWd7QA div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uF77qWd7QA .copyright {
  color: #232323;
}
.cid-uF77qWd7QA H5 {
  color: #ffffff;
}
.cid-uF77qWd7QA .mbr-section-subtitle {
  color: #232323;
}
.cid-uEUJQt50eK {
  z-index: 1000;
  width: 100%;
}
.cid-uEUJQt50eK nav.navbar {
  position: fixed;
}
.cid-uEUJQt50eK .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-uEUJQt50eK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEUJQt50eK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEUJQt50eK .dropdown-item:hover,
.cid-uEUJQt50eK .dropdown-item:focus {
  background: #003fb2 !important;
  color: white !important;
}
.cid-uEUJQt50eK .dropdown-item:hover span {
  color: white;
}
.cid-uEUJQt50eK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEUJQt50eK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEUJQt50eK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEUJQt50eK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEUJQt50eK .nav-link {
  position: relative;
}
.cid-uEUJQt50eK .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uEUJQt50eK .container {
    flex-wrap: wrap;
  }
}
.cid-uEUJQt50eK .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uEUJQt50eK .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uEUJQt50eK .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEUJQt50eK .dropdown-menu,
.cid-uEUJQt50eK .navbar.opened {
  background: #232323 !important;
}
.cid-uEUJQt50eK .nav-item:focus,
.cid-uEUJQt50eK .nav-link:focus {
  outline: none;
}
.cid-uEUJQt50eK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEUJQt50eK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEUJQt50eK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEUJQt50eK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEUJQt50eK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEUJQt50eK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEUJQt50eK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.6);
}
.cid-uEUJQt50eK .navbar.opened {
  transition: all 0.3s;
}
.cid-uEUJQt50eK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEUJQt50eK .navbar .navbar-logo img {
  width: auto;
}
.cid-uEUJQt50eK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEUJQt50eK .navbar.collapsed {
  justify-content: center;
}
.cid-uEUJQt50eK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEUJQt50eK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEUJQt50eK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uEUJQt50eK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEUJQt50eK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEUJQt50eK .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-uEUJQt50eK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEUJQt50eK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEUJQt50eK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEUJQt50eK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEUJQt50eK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEUJQt50eK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEUJQt50eK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEUJQt50eK .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-uEUJQt50eK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEUJQt50eK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEUJQt50eK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEUJQt50eK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEUJQt50eK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEUJQt50eK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uEUJQt50eK .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uEUJQt50eK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEUJQt50eK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEUJQt50eK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEUJQt50eK .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-uEUJQt50eK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEUJQt50eK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEUJQt50eK .dropdown-item.active,
.cid-uEUJQt50eK .dropdown-item:active {
  background-color: transparent;
}
.cid-uEUJQt50eK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEUJQt50eK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEUJQt50eK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEUJQt50eK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uEUJQt50eK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEUJQt50eK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEUJQt50eK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEUJQt50eK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEUJQt50eK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEUJQt50eK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEUJQt50eK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEUJQt50eK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEUJQt50eK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEUJQt50eK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEUJQt50eK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEUJQt50eK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEUJQt50eK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEUJQt50eK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEUJQt50eK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEUJQt50eK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEUJQt50eK .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-uEUJQt50eK .navbar {
    height: 70px;
  }
  .cid-uEUJQt50eK .navbar.opened {
    height: auto;
  }
  .cid-uEUJQt50eK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEUJQtMQlE {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/islands-no-1-taxi-service.jpg");
}
.cid-uEUJQtMQlE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEUJQtMQlE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGf0Ijn9qJ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uGf0Ijn9qJ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uGf0Ijn9qJ form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uGf0Ijn9qJ form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-uGf0Ijn9qJ form.mbr-form {
    padding: 1rem;
  }
}
.cid-uGf0Ijn9qJ form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uGf0Ijn9qJ form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uGf0Ijn9qJ .mbr-section-subtitle {
  color: #353535;
}
.cid-uGf0Ijn9qJ .mbr-section-title {
  color: #000000;
}
.cid-uJ43S3iPD6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJ43S3iPD6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ43S3iPD6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ43S3iPD6 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uJ43S3iPD6 .container {
    max-width: 1400px;
  }
}
.cid-uJ43S3iPD6 .card {
  margin: auto;
}
.cid-uJ43S3iPD6 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #003fb2;
  margin-bottom: 2rem;
}
.cid-uJ43S3iPD6 .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJ43S3iPD6 .row {
  justify-content: center;
}
.cid-uJ43S3iPD6 H3 {
  color: #232323;
}
.cid-uPTLTRd3KG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPTLTRd3KG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTLTRd3KG .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-uPTLTRd3KG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPTLTRd3KG .row {
  flex-direction: row-reverse;
}
.cid-uPTLTRd3KG img {
  width: 100%;
}
.cid-uPTLTRd3KG .mbr-text {
  color: #000000;
}
.cid-uPTLUsKjUd {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPTLUsKjUd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTLUsKjUd .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-uPTLUsKjUd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPTLUsKjUd .row {
  flex-direction: row-reverse;
}
.cid-uPTLUsKjUd img {
  width: 100%;
}
.cid-uQkSgnN1Yf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQkSgnN1Yf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQkSgnN1Yf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQkSgnN1Yf .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uQkSgnN1Yf .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uQkSgnN1Yf .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uQkSgnN1Yf .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uQkSgnN1Yf .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uQkSgnN1Yf .bg-instagram:hover {
  background: #bd005c;
}
.cid-uQkSgnN1Yf .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uQkSgnN1Yf [class^="socicon-"]:before,
.cid-uQkSgnN1Yf [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uEUNhCX9G5 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uEUNhCX9G5 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uLmWbYJkrU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLmWbYJkrU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmWbYJkrU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL8CPkZW95 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL8CPkZW95 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL8CPkZW95 .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-uL8CPkZW95 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uL8CPkZW95 .row {
  flex-direction: row-reverse;
}
.cid-uL8CPkZW95 img {
  width: 100%;
}
.cid-uJ42oG2EDS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJ42oG2EDS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ42oG2EDS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uJ42oG2EDS .container {
    max-width: 1400px;
  }
}
.cid-uJ42oG2EDS .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #003fb2;
  margin-bottom: 2rem;
}
.cid-uJ42oG2EDS .row {
  justify-content: center;
}
.cid-uF77qWd7QA {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ebecee;
}
.cid-uF77qWd7QA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF77qWd7QA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF77qWd7QA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF77qWd7QA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uF77qWd7QA .row {
    text-align: center;
  }
  .cid-uF77qWd7QA .row > div {
    margin: auto;
  }
  .cid-uF77qWd7QA .social-row {
    justify-content: center;
  }
}
.cid-uF77qWd7QA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uF77qWd7QA .list {
  list-style: none;
  padding-left: 0;
  color: #767d85;
}
@media (max-width: 991px) {
  .cid-uF77qWd7QA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uF77qWd7QA .list {
    margin-bottom: 0rem;
  }
}
.cid-uF77qWd7QA .mbr-text {
  color: #767d85;
}
.cid-uF77qWd7QA .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-uF77qWd7QA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uF77qWd7QA div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uF77qWd7QA .copyright {
  color: #232323;
}
.cid-uF77qWd7QA H5 {
  color: #ffffff;
}
.cid-uF77qWd7QA .mbr-section-subtitle {
  color: #232323;
}
.cid-uEVvpcwPdQ {
  z-index: 1000;
  width: 100%;
}
.cid-uEVvpcwPdQ nav.navbar {
  position: fixed;
}
.cid-uEVvpcwPdQ .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-uEVvpcwPdQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uEVvpcwPdQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEVvpcwPdQ .dropdown-item:hover,
.cid-uEVvpcwPdQ .dropdown-item:focus {
  background: #003fb2 !important;
  color: white !important;
}
.cid-uEVvpcwPdQ .dropdown-item:hover span {
  color: white;
}
.cid-uEVvpcwPdQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEVvpcwPdQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEVvpcwPdQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEVvpcwPdQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEVvpcwPdQ .nav-link {
  position: relative;
}
.cid-uEVvpcwPdQ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uEVvpcwPdQ .container {
    flex-wrap: wrap;
  }
}
.cid-uEVvpcwPdQ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uEVvpcwPdQ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uEVvpcwPdQ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEVvpcwPdQ .dropdown-menu,
.cid-uEVvpcwPdQ .navbar.opened {
  background: #232323 !important;
}
.cid-uEVvpcwPdQ .nav-item:focus,
.cid-uEVvpcwPdQ .nav-link:focus {
  outline: none;
}
.cid-uEVvpcwPdQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEVvpcwPdQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEVvpcwPdQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEVvpcwPdQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEVvpcwPdQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEVvpcwPdQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEVvpcwPdQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.6);
}
.cid-uEVvpcwPdQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uEVvpcwPdQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEVvpcwPdQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uEVvpcwPdQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEVvpcwPdQ .navbar.collapsed {
  justify-content: center;
}
.cid-uEVvpcwPdQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEVvpcwPdQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEVvpcwPdQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uEVvpcwPdQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEVvpcwPdQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEVvpcwPdQ .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-uEVvpcwPdQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEVvpcwPdQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEVvpcwPdQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEVvpcwPdQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEVvpcwPdQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEVvpcwPdQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEVvpcwPdQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEVvpcwPdQ .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-uEVvpcwPdQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEVvpcwPdQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEVvpcwPdQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEVvpcwPdQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEVvpcwPdQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEVvpcwPdQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uEVvpcwPdQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uEVvpcwPdQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uEVvpcwPdQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEVvpcwPdQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEVvpcwPdQ .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-uEVvpcwPdQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEVvpcwPdQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEVvpcwPdQ .dropdown-item.active,
.cid-uEVvpcwPdQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uEVvpcwPdQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEVvpcwPdQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEVvpcwPdQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEVvpcwPdQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uEVvpcwPdQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEVvpcwPdQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEVvpcwPdQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEVvpcwPdQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEVvpcwPdQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEVvpcwPdQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uEVvpcwPdQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEVvpcwPdQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEVvpcwPdQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEVvpcwPdQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEVvpcwPdQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEVvpcwPdQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEVvpcwPdQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEVvpcwPdQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEVvpcwPdQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEVvpcwPdQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEVvpcwPdQ .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-uEVvpcwPdQ .navbar {
    height: 70px;
  }
  .cid-uEVvpcwPdQ .navbar.opened {
    height: auto;
  }
  .cid-uEVvpcwPdQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEVvpdiDw4 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/go-local-aruba-book-taxis-conveniently.jpeg");
}
.cid-uEVvpdiDw4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEVvpdiDw4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKCbudyDap {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKCbudyDap img,
.cid-uKCbudyDap .item-img {
  width: 100%;
}
.cid-uKCbudyDap .item:focus,
.cid-uKCbudyDap span:focus {
  outline: none;
}
.cid-uKCbudyDap .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uKCbudyDap .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uKCbudyDap .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uKCbudyDap .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKCbudyDap .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uKCbudyDap .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uKCbudyDap .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uKCbudyDap .mbr-section-title {
  color: #003fb2;
}
.cid-uKCbudyDap .mbr-text,
.cid-uKCbudyDap .mbr-section-btn {
  text-align: center;
}
.cid-uKCbudyDap .item-title {
  text-align: center;
}
.cid-uKCbudyDap .item-subtitle {
  text-align: left;
}
.cid-uPTKyhHscO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPTKyhHscO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTKyhHscO .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-uPTKyhHscO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPTKyhHscO .row {
  flex-direction: row-reverse;
}
.cid-uPTKyhHscO img {
  width: 100%;
}
.cid-uPTKyhHscO .mbr-text {
  color: #000000;
}
.cid-uJ5eTbGMJa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJ5eTbGMJa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ5eTbGMJa .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-uJ5eTbGMJa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJ5eTbGMJa .row {
  flex-direction: row-reverse;
}
.cid-uJ5eTbGMJa img {
  width: 100%;
}
.cid-uQkRHkL38O {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQkRHkL38O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQkRHkL38O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQkRHkL38O .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uQkRHkL38O .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uQkRHkL38O .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uQkRHkL38O .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uQkRHkL38O .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uQkRHkL38O .bg-instagram:hover {
  background: #bd005c;
}
.cid-uQkRHkL38O .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uQkRHkL38O [class^="socicon-"]:before,
.cid-uQkRHkL38O [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uKauP9o0O0 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKauP9o0O0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKauP9o0O0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKauP9o0O0 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uKauP9o0O0 .container {
    max-width: 1400px;
  }
}
.cid-uKauP9o0O0 .card {
  margin: auto;
}
.cid-uKauP9o0O0 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #003fb2;
  margin-bottom: 2rem;
}
.cid-uKauP9o0O0 .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKauP9o0O0 .row {
  justify-content: center;
}
.cid-uKauP9o0O0 H3 {
  color: #232323;
}
.cid-uEX00JcKpl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEX00JcKpl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEX00JcKpl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEX00JcKpl .mbr-section-title {
  color: #000000;
}
.cid-uKYyVJh1yd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKYyVJh1yd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYyVJh1yd .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-uKYyVJh1yd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKYyVJh1yd .row {
  flex-direction: row-reverse;
}
.cid-uKYyVJh1yd img {
  width: 100%;
}
.cid-uJ41WYLKdz {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJ41WYLKdz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ41WYLKdz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uJ41WYLKdz .container {
    max-width: 1400px;
  }
}
.cid-uJ41WYLKdz .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #003fb2;
  margin-bottom: 2rem;
}
.cid-uJ41WYLKdz .row {
  justify-content: center;
}
.cid-uF77qWd7QA {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ebecee;
}
.cid-uF77qWd7QA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF77qWd7QA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF77qWd7QA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF77qWd7QA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uF77qWd7QA .row {
    text-align: center;
  }
  .cid-uF77qWd7QA .row > div {
    margin: auto;
  }
  .cid-uF77qWd7QA .social-row {
    justify-content: center;
  }
}
.cid-uF77qWd7QA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uF77qWd7QA .list {
  list-style: none;
  padding-left: 0;
  color: #767d85;
}
@media (max-width: 991px) {
  .cid-uF77qWd7QA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uF77qWd7QA .list {
    margin-bottom: 0rem;
  }
}
.cid-uF77qWd7QA .mbr-text {
  color: #767d85;
}
.cid-uF77qWd7QA .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-uF77qWd7QA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uF77qWd7QA div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uF77qWd7QA .copyright {
  color: #232323;
}
.cid-uF77qWd7QA H5 {
  color: #ffffff;
}
.cid-uF77qWd7QA .mbr-section-subtitle {
  color: #232323;
}
.cid-uF4Mu8baKn {
  z-index: 1000;
  width: 100%;
}
.cid-uF4Mu8baKn nav.navbar {
  position: fixed;
}
.cid-uF4Mu8baKn .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-uF4Mu8baKn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uF4Mu8baKn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uF4Mu8baKn .dropdown-item:hover,
.cid-uF4Mu8baKn .dropdown-item:focus {
  background: #003fb2 !important;
  color: white !important;
}
.cid-uF4Mu8baKn .dropdown-item:hover span {
  color: white;
}
.cid-uF4Mu8baKn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uF4Mu8baKn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uF4Mu8baKn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uF4Mu8baKn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uF4Mu8baKn .nav-link {
  position: relative;
}
.cid-uF4Mu8baKn .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uF4Mu8baKn .container {
    flex-wrap: wrap;
  }
}
.cid-uF4Mu8baKn .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uF4Mu8baKn .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uF4Mu8baKn .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF4Mu8baKn .dropdown-menu,
.cid-uF4Mu8baKn .navbar.opened {
  background: #232323 !important;
}
.cid-uF4Mu8baKn .nav-item:focus,
.cid-uF4Mu8baKn .nav-link:focus {
  outline: none;
}
.cid-uF4Mu8baKn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF4Mu8baKn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF4Mu8baKn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF4Mu8baKn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF4Mu8baKn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF4Mu8baKn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF4Mu8baKn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.6);
}
.cid-uF4Mu8baKn .navbar.opened {
  transition: all 0.3s;
}
.cid-uF4Mu8baKn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF4Mu8baKn .navbar .navbar-logo img {
  width: auto;
}
.cid-uF4Mu8baKn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF4Mu8baKn .navbar.collapsed {
  justify-content: center;
}
.cid-uF4Mu8baKn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF4Mu8baKn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF4Mu8baKn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uF4Mu8baKn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF4Mu8baKn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF4Mu8baKn .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-uF4Mu8baKn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF4Mu8baKn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF4Mu8baKn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF4Mu8baKn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF4Mu8baKn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF4Mu8baKn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF4Mu8baKn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF4Mu8baKn .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-uF4Mu8baKn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF4Mu8baKn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF4Mu8baKn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF4Mu8baKn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF4Mu8baKn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF4Mu8baKn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uF4Mu8baKn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uF4Mu8baKn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF4Mu8baKn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF4Mu8baKn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF4Mu8baKn .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-uF4Mu8baKn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF4Mu8baKn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF4Mu8baKn .dropdown-item.active,
.cid-uF4Mu8baKn .dropdown-item:active {
  background-color: transparent;
}
.cid-uF4Mu8baKn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF4Mu8baKn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF4Mu8baKn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF4Mu8baKn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uF4Mu8baKn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF4Mu8baKn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF4Mu8baKn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF4Mu8baKn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF4Mu8baKn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF4Mu8baKn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF4Mu8baKn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF4Mu8baKn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4Mu8baKn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF4Mu8baKn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF4Mu8baKn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4Mu8baKn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF4Mu8baKn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF4Mu8baKn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF4Mu8baKn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uF4Mu8baKn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF4Mu8baKn .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-uF4Mu8baKn .navbar {
    height: 70px;
  }
  .cid-uF4Mu8baKn .navbar.opened {
    height: auto;
  }
  .cid-uF4Mu8baKn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF4Mu8STJx {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/go-local-aruba-taxi-transfers-faq.jpeg");
}
.cid-uF4Mu8STJx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4Mu8STJx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF4OQkN8Rt {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uF4OQkN8Rt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF4OQkN8Rt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF4OQkN8Rt .mbr-section-title {
  color: #003fb2;
}
.cid-uF56jhgWVX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uF56jhgWVX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF56jhgWVX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF56jhgWVX ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uF56jhgWVX li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uF56jhgWVX ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uF56jhgWVX H3 {
  text-align: center;
  color: #003fb2;
}
.cid-uF56jhgWVX .list {
  color: #232323;
  text-align: left;
}
.cid-uJ43nrWZTb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJ43nrWZTb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ43nrWZTb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ43nrWZTb .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uJ43nrWZTb .container {
    max-width: 1400px;
  }
}
.cid-uJ43nrWZTb .card {
  margin: auto;
}
.cid-uJ43nrWZTb .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #003fb2;
  margin-bottom: 2rem;
}
.cid-uJ43nrWZTb .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJ43nrWZTb .row {
  justify-content: center;
}
.cid-uJ43nrWZTb H3 {
  color: #232323;
}
.cid-uPTM2q2rrK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPTM2q2rrK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTM2q2rrK .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-uPTM2q2rrK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPTM2q2rrK .row {
  flex-direction: row-reverse;
}
.cid-uPTM2q2rrK img {
  width: 100%;
}
.cid-uPTM2q2rrK .mbr-text {
  color: #000000;
}
.cid-uPTM4oPshZ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPTM4oPshZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTM4oPshZ .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-uPTM4oPshZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPTM4oPshZ .row {
  flex-direction: row-reverse;
}
.cid-uPTM4oPshZ img {
  width: 100%;
}
.cid-uQkSjYbhK4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQkSjYbhK4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQkSjYbhK4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQkSjYbhK4 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uQkSjYbhK4 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uQkSjYbhK4 .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uQkSjYbhK4 .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uQkSjYbhK4 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uQkSjYbhK4 .bg-instagram:hover {
  background: #bd005c;
}
.cid-uQkSjYbhK4 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uQkSjYbhK4 [class^="socicon-"]:before,
.cid-uQkSjYbhK4 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uLmWioYwMk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLmWioYwMk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmWioYwMk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL8DfoviWu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL8DfoviWu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL8DfoviWu .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-uL8DfoviWu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uL8DfoviWu .row {
  flex-direction: row-reverse;
}
.cid-uL8DfoviWu img {
  width: 100%;
}
.cid-uJ42XDUv6Y {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJ42XDUv6Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ42XDUv6Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uJ42XDUv6Y .container {
    max-width: 1400px;
  }
}
.cid-uJ42XDUv6Y .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #003fb2;
  margin-bottom: 2rem;
}
.cid-uJ42XDUv6Y .row {
  justify-content: center;
}
.cid-uF77qWd7QA {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ebecee;
}
.cid-uF77qWd7QA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF77qWd7QA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF77qWd7QA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF77qWd7QA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uF77qWd7QA .row {
    text-align: center;
  }
  .cid-uF77qWd7QA .row > div {
    margin: auto;
  }
  .cid-uF77qWd7QA .social-row {
    justify-content: center;
  }
}
.cid-uF77qWd7QA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uF77qWd7QA .list {
  list-style: none;
  padding-left: 0;
  color: #767d85;
}
@media (max-width: 991px) {
  .cid-uF77qWd7QA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uF77qWd7QA .list {
    margin-bottom: 0rem;
  }
}
.cid-uF77qWd7QA .mbr-text {
  color: #767d85;
}
.cid-uF77qWd7QA .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-uF77qWd7QA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uF77qWd7QA div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uF77qWd7QA .copyright {
  color: #232323;
}
.cid-uF77qWd7QA H5 {
  color: #ffffff;
}
.cid-uF77qWd7QA .mbr-section-subtitle {
  color: #232323;
}
.cid-uF6PUKEnoR {
  z-index: 1000;
  width: 100%;
}
.cid-uF6PUKEnoR nav.navbar {
  position: fixed;
}
.cid-uF6PUKEnoR .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-uF6PUKEnoR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uF6PUKEnoR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uF6PUKEnoR .dropdown-item:hover,
.cid-uF6PUKEnoR .dropdown-item:focus {
  background: #003fb2 !important;
  color: white !important;
}
.cid-uF6PUKEnoR .dropdown-item:hover span {
  color: white;
}
.cid-uF6PUKEnoR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uF6PUKEnoR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uF6PUKEnoR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uF6PUKEnoR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uF6PUKEnoR .nav-link {
  position: relative;
}
.cid-uF6PUKEnoR .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uF6PUKEnoR .container {
    flex-wrap: wrap;
  }
}
.cid-uF6PUKEnoR .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uF6PUKEnoR .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uF6PUKEnoR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF6PUKEnoR .dropdown-menu,
.cid-uF6PUKEnoR .navbar.opened {
  background: #232323 !important;
}
.cid-uF6PUKEnoR .nav-item:focus,
.cid-uF6PUKEnoR .nav-link:focus {
  outline: none;
}
.cid-uF6PUKEnoR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF6PUKEnoR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF6PUKEnoR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF6PUKEnoR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF6PUKEnoR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF6PUKEnoR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF6PUKEnoR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.6);
}
.cid-uF6PUKEnoR .navbar.opened {
  transition: all 0.3s;
}
.cid-uF6PUKEnoR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF6PUKEnoR .navbar .navbar-logo img {
  width: auto;
}
.cid-uF6PUKEnoR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF6PUKEnoR .navbar.collapsed {
  justify-content: center;
}
.cid-uF6PUKEnoR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF6PUKEnoR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF6PUKEnoR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uF6PUKEnoR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF6PUKEnoR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF6PUKEnoR .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-uF6PUKEnoR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF6PUKEnoR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF6PUKEnoR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF6PUKEnoR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF6PUKEnoR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF6PUKEnoR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF6PUKEnoR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF6PUKEnoR .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-uF6PUKEnoR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF6PUKEnoR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF6PUKEnoR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF6PUKEnoR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF6PUKEnoR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF6PUKEnoR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uF6PUKEnoR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uF6PUKEnoR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF6PUKEnoR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF6PUKEnoR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF6PUKEnoR .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-uF6PUKEnoR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF6PUKEnoR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF6PUKEnoR .dropdown-item.active,
.cid-uF6PUKEnoR .dropdown-item:active {
  background-color: transparent;
}
.cid-uF6PUKEnoR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF6PUKEnoR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF6PUKEnoR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF6PUKEnoR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uF6PUKEnoR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF6PUKEnoR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF6PUKEnoR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF6PUKEnoR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF6PUKEnoR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF6PUKEnoR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF6PUKEnoR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF6PUKEnoR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF6PUKEnoR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF6PUKEnoR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF6PUKEnoR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF6PUKEnoR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF6PUKEnoR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF6PUKEnoR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF6PUKEnoR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uF6PUKEnoR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF6PUKEnoR .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-uF6PUKEnoR .navbar {
    height: 70px;
  }
  .cid-uF6PUKEnoR .navbar.opened {
    height: auto;
  }
  .cid-uF6PUKEnoR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF6PULvtky {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/go-local-aruba-airport-transfers-1.webp");
}
.cid-uF6PULvtky .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF6PULvtky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF6PUM9JM0 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uF6PUM9JM0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF6PUM9JM0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF6PUM9JM0 .mbr-section-title {
  color: #003fb2;
}
.cid-uFZTkqud6v {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFZTkqud6v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZTkqud6v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZTkqud6v .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uFZTkqud6v .container {
    max-width: 1400px;
  }
}
.cid-uFZTkqud6v .card {
  margin: auto;
}
.cid-uFZTkqud6v .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #003fb2;
  margin-bottom: 2rem;
}
.cid-uFZTkqud6v .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFZTkqud6v .row {
  justify-content: center;
}
.cid-uFZTkqud6v H3 {
  color: #000000;
}
.cid-uFZTkqud6v .card-title,
.cid-uFZTkqud6v .card-box {
  color: #232323;
}
.cid-uPTKI9yowk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPTKI9yowk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTKI9yowk .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-uPTKI9yowk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPTKI9yowk .row {
  flex-direction: row-reverse;
}
.cid-uPTKI9yowk img {
  width: 100%;
}
.cid-uPTKI9yowk .mbr-text {
  color: #000000;
}
.cid-uNbHmeiZqk {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNbHmeiZqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNbHmeiZqk .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-uNbHmeiZqk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNbHmeiZqk .row {
  flex-direction: row-reverse;
}
.cid-uNbHmeiZqk img {
  width: 100%;
}
.cid-uQkRPkUeky {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQkRPkUeky .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQkRPkUeky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQkRPkUeky .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uQkRPkUeky .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uQkRPkUeky .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uQkRPkUeky .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uQkRPkUeky .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uQkRPkUeky .bg-instagram:hover {
  background: #bd005c;
}
.cid-uQkRPkUeky .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uQkRPkUeky [class^="socicon-"]:before,
.cid-uQkRPkUeky [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uNbHjzvnCg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uNbHjzvnCg img,
.cid-uNbHjzvnCg .item-img {
  width: 100%;
}
.cid-uNbHjzvnCg .item:focus,
.cid-uNbHjzvnCg span:focus {
  outline: none;
}
.cid-uNbHjzvnCg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uNbHjzvnCg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uNbHjzvnCg .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uNbHjzvnCg .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uNbHjzvnCg .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uNbHjzvnCg .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uNbHjzvnCg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uNbHjzvnCg .mbr-section-title {
  color: #000000;
}
.cid-uNbHjzvnCg .mbr-text,
.cid-uNbHjzvnCg .mbr-section-btn {
  text-align: center;
}
.cid-uNbHjzvnCg .item-title {
  text-align: center;
}
.cid-uNbHjzvnCg .item-subtitle {
  text-align: center;
}
.cid-uMSzWyfrUT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMSzWyfrUT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMSzWyfrUT .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-uMSzWyfrUT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMSzWyfrUT .row {
  flex-direction: row-reverse;
}
.cid-uMSzWyfrUT img {
  width: 100%;
}
.cid-uJ427nOYvC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJ427nOYvC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ427nOYvC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uJ427nOYvC .container {
    max-width: 1400px;
  }
}
.cid-uJ427nOYvC .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #003fb2;
  margin-bottom: 2rem;
}
.cid-uJ427nOYvC .row {
  justify-content: center;
}
.cid-uF6T8a4TFd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uF6T8a4TFd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF6T8a4TFd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF6T8a4TFd .mbr-section-title {
  color: #232323;
}
.cid-uGy2v5vrMO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uGy2v5vrMO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGy2v5vrMO .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-uGy2v5vrMO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGy2v5vrMO .row {
  flex-direction: row-reverse;
}
.cid-uGy2v5vrMO img {
  width: 100%;
}
.cid-uFqhN1Cqdi {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uFqhN1Cqdi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqhN1Cqdi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqhN1Cqdi .mbr-section-title {
  color: #000000;
}
.cid-uF77qWd7QA {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ebecee;
}
.cid-uF77qWd7QA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF77qWd7QA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF77qWd7QA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uF77qWd7QA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uF77qWd7QA .row {
    text-align: center;
  }
  .cid-uF77qWd7QA .row > div {
    margin: auto;
  }
  .cid-uF77qWd7QA .social-row {
    justify-content: center;
  }
}
.cid-uF77qWd7QA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uF77qWd7QA .list {
  list-style: none;
  padding-left: 0;
  color: #767d85;
}
@media (max-width: 991px) {
  .cid-uF77qWd7QA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uF77qWd7QA .list {
    margin-bottom: 0rem;
  }
}
.cid-uF77qWd7QA .mbr-text {
  color: #767d85;
}
.cid-uF77qWd7QA .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-uF77qWd7QA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uF77qWd7QA div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uF77qWd7QA .copyright {
  color: #232323;
}
.cid-uF77qWd7QA H5 {
  color: #ffffff;
}
.cid-uF77qWd7QA .mbr-section-subtitle {
  color: #232323;
}
.cid-uFisf5RkcX {
  z-index: 1000;
  width: 100%;
}
.cid-uFisf5RkcX nav.navbar {
  position: fixed;
}
.cid-uFisf5RkcX .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-uFisf5RkcX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFisf5RkcX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFisf5RkcX .dropdown-item:hover,
.cid-uFisf5RkcX .dropdown-item:focus {
  background: #003fb2 !important;
  color: white !important;
}
.cid-uFisf5RkcX .dropdown-item:hover span {
  color: white;
}
.cid-uFisf5RkcX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFisf5RkcX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFisf5RkcX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFisf5RkcX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFisf5RkcX .nav-link {
  position: relative;
}
.cid-uFisf5RkcX .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFisf5RkcX .container {
    flex-wrap: wrap;
  }
}
.cid-uFisf5RkcX .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uFisf5RkcX .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uFisf5RkcX .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFisf5RkcX .dropdown-menu,
.cid-uFisf5RkcX .navbar.opened {
  background: #232323 !important;
}
.cid-uFisf5RkcX .nav-item:focus,
.cid-uFisf5RkcX .nav-link:focus {
  outline: none;
}
.cid-uFisf5RkcX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFisf5RkcX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFisf5RkcX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFisf5RkcX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFisf5RkcX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFisf5RkcX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFisf5RkcX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.6);
}
.cid-uFisf5RkcX .navbar.opened {
  transition: all 0.3s;
}
.cid-uFisf5RkcX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFisf5RkcX .navbar .navbar-logo img {
  width: auto;
}
.cid-uFisf5RkcX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFisf5RkcX .navbar.collapsed {
  justify-content: center;
}
.cid-uFisf5RkcX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFisf5RkcX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFisf5RkcX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uFisf5RkcX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFisf5RkcX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFisf5RkcX .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-uFisf5RkcX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFisf5RkcX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFisf5RkcX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFisf5RkcX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFisf5RkcX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFisf5RkcX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFisf5RkcX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFisf5RkcX .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-uFisf5RkcX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFisf5RkcX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFisf5RkcX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFisf5RkcX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFisf5RkcX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFisf5RkcX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uFisf5RkcX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uFisf5RkcX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFisf5RkcX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFisf5RkcX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFisf5RkcX .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-uFisf5RkcX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFisf5RkcX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFisf5RkcX .dropdown-item.active,
.cid-uFisf5RkcX .dropdown-item:active {
  background-color: transparent;
}
.cid-uFisf5RkcX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFisf5RkcX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFisf5RkcX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFisf5RkcX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uFisf5RkcX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFisf5RkcX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFisf5RkcX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFisf5RkcX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFisf5RkcX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFisf5RkcX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFisf5RkcX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFisf5RkcX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFisf5RkcX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFisf5RkcX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFisf5RkcX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFisf5RkcX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFisf5RkcX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFisf5RkcX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFisf5RkcX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFisf5RkcX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFisf5RkcX .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-uFisf5RkcX .navbar {
    height: 70px;
  }
  .cid-uFisf5RkcX .navbar.opened {
    height: auto;
  }
  .cid-uFisf5RkcX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFisf6yZeA {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/go-local-aruba-services-aruba-airport-transfers.jpeg");
}
.cid-uFisf6yZeA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFisf6yZeA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFisjYSSFR {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFisjYSSFR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFisjYSSFR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ43eDh1PL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJ43eDh1PL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ43eDh1PL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ43eDh1PL .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uJ43eDh1PL .container {
    max-width: 1400px;
  }
}
.cid-uJ43eDh1PL .card {
  margin: auto;
}
.cid-uJ43eDh1PL .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #003fb2;
  margin-bottom: 2rem;
}
.cid-uJ43eDh1PL .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJ43eDh1PL .row {
  justify-content: center;
}
.cid-uJ43eDh1PL H3 {
  color: #232323;
}
.cid-uPTMWnMlCe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPTMWnMlCe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTMWnMlCe .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-uPTMWnMlCe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPTMWnMlCe .row {
  flex-direction: row-reverse;
}
.cid-uPTMWnMlCe img {
  width: 100%;
}
.cid-uLmWsSrx8s {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLmWsSrx8s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmWsSrx8s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL8DLDmcl9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL8DLDmcl9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL8DLDmcl9 .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-uL8DLDmcl9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uL8DLDmcl9 .row {
  flex-direction: row-reverse;
}
.cid-uL8DLDmcl9 img {
  width: 100%;
}
.cid-uJ434LObQF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJ434LObQF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ434LObQF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uJ434LObQF .container {
    max-width: 1400px;
  }
}
.cid-uJ434LObQF .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #003fb2;
  margin-bottom: 2rem;
}
.cid-uJ434LObQF .row {
  justify-content: center;
}
.cid-uFisf9gVv7 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ebecee;
}
.cid-uFisf9gVv7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFisf9gVv7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFisf9gVv7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFisf9gVv7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uFisf9gVv7 .row {
    text-align: center;
  }
  .cid-uFisf9gVv7 .row > div {
    margin: auto;
  }
  .cid-uFisf9gVv7 .social-row {
    justify-content: center;
  }
}
.cid-uFisf9gVv7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uFisf9gVv7 .list {
  list-style: none;
  padding-left: 0;
  color: #767d85;
}
@media (max-width: 991px) {
  .cid-uFisf9gVv7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFisf9gVv7 .list {
    margin-bottom: 0rem;
  }
}
.cid-uFisf9gVv7 .mbr-text {
  color: #767d85;
}
.cid-uFisf9gVv7 .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-uFisf9gVv7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uFisf9gVv7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uFisf9gVv7 .copyright {
  color: #232323;
}
.cid-uFisf9gVv7 H5 {
  color: #ffffff;
}
.cid-uFisf9gVv7 .mbr-section-subtitle {
  color: #232323;
}
.cid-uH0FHy7WK8 {
  z-index: 1000;
  width: 100%;
}
.cid-uH0FHy7WK8 nav.navbar {
  position: fixed;
}
.cid-uH0FHy7WK8 .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-uH0FHy7WK8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uH0FHy7WK8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uH0FHy7WK8 .dropdown-item:hover,
.cid-uH0FHy7WK8 .dropdown-item:focus {
  background: #003fb2 !important;
  color: white !important;
}
.cid-uH0FHy7WK8 .dropdown-item:hover span {
  color: white;
}
.cid-uH0FHy7WK8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uH0FHy7WK8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uH0FHy7WK8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uH0FHy7WK8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uH0FHy7WK8 .nav-link {
  position: relative;
}
.cid-uH0FHy7WK8 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uH0FHy7WK8 .container {
    flex-wrap: wrap;
  }
}
.cid-uH0FHy7WK8 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uH0FHy7WK8 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uH0FHy7WK8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uH0FHy7WK8 .dropdown-menu,
.cid-uH0FHy7WK8 .navbar.opened {
  background: #232323 !important;
}
.cid-uH0FHy7WK8 .nav-item:focus,
.cid-uH0FHy7WK8 .nav-link:focus {
  outline: none;
}
.cid-uH0FHy7WK8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uH0FHy7WK8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uH0FHy7WK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uH0FHy7WK8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH0FHy7WK8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uH0FHy7WK8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uH0FHy7WK8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.6);
}
.cid-uH0FHy7WK8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uH0FHy7WK8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uH0FHy7WK8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uH0FHy7WK8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uH0FHy7WK8 .navbar.collapsed {
  justify-content: center;
}
.cid-uH0FHy7WK8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uH0FHy7WK8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uH0FHy7WK8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uH0FHy7WK8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uH0FHy7WK8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uH0FHy7WK8 .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-uH0FHy7WK8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uH0FHy7WK8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uH0FHy7WK8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uH0FHy7WK8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uH0FHy7WK8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uH0FHy7WK8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uH0FHy7WK8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uH0FHy7WK8 .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-uH0FHy7WK8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uH0FHy7WK8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uH0FHy7WK8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uH0FHy7WK8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uH0FHy7WK8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uH0FHy7WK8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uH0FHy7WK8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uH0FHy7WK8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uH0FHy7WK8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uH0FHy7WK8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uH0FHy7WK8 .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-uH0FHy7WK8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uH0FHy7WK8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uH0FHy7WK8 .dropdown-item.active,
.cid-uH0FHy7WK8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uH0FHy7WK8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uH0FHy7WK8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uH0FHy7WK8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uH0FHy7WK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uH0FHy7WK8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uH0FHy7WK8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uH0FHy7WK8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uH0FHy7WK8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uH0FHy7WK8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uH0FHy7WK8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uH0FHy7WK8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uH0FHy7WK8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH0FHy7WK8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH0FHy7WK8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uH0FHy7WK8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH0FHy7WK8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uH0FHy7WK8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uH0FHy7WK8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH0FHy7WK8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uH0FHy7WK8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uH0FHy7WK8 .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-uH0FHy7WK8 .navbar {
    height: 70px;
  }
  .cid-uH0FHy7WK8 .navbar.opened {
    height: auto;
  }
  .cid-uH0FHy7WK8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uH0FHyNbH8 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/go-local-aruba-popular-places-1.webp");
}
.cid-uH0FHyNbH8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH0FHyNbH8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH0Hgl6bev {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uH0Hgl6bev .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH0Hgl6bev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH0Hgl6bev .mbr-section-title {
  color: #003fb2;
}
.cid-uH0FOHRdNy {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uH0FOHRdNy .carousel {
    min-height: 800px;
  }
  .cid-uH0FOHRdNy .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uH0FOHRdNy .carousel {
    min-height: 520px;
  }
  .cid-uH0FOHRdNy .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uH0FOHRdNy .carousel {
    min-height: 440px;
  }
  .cid-uH0FOHRdNy .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uH0FOHRdNy .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uH0FOHRdNy .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uH0FOHRdNy .carousel,
.cid-uH0FOHRdNy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uH0FOHRdNy .item-wrapper {
  width: 100%;
}
.cid-uH0FOHRdNy .carousel-caption {
  bottom: 40px;
}
.cid-uH0FOHRdNy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uH0FOHRdNy .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uH0FOHRdNy .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uH0FOHRdNy .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uH0FOHRdNy .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-uH0FOHRdNy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uH0FOHRdNy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uH0FOHRdNy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uH0FOHRdNy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uH0FOHRdNy .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-uH0FOHRdNy .carousel-indicators li.active,
.cid-uH0FOHRdNy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uH0FOHRdNy .carousel-indicators li::after,
.cid-uH0FOHRdNy .carousel-indicators li::before {
  content: none;
}
.cid-uH0FOHRdNy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uH0FOHRdNy .carousel-indicators {
    display: none !important;
  }
}
.cid-uHpco8IuV1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHpco8IuV1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHpco8IuV1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHpco8IuV1 .mbr-section-title {
  color: #003fb2;
}
.cid-uJ43xEAdiG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJ43xEAdiG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ43xEAdiG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ43xEAdiG .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uJ43xEAdiG .container {
    max-width: 1400px;
  }
}
.cid-uJ43xEAdiG .card {
  margin: auto;
}
.cid-uJ43xEAdiG .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #003fb2;
  margin-bottom: 2rem;
}
.cid-uJ43xEAdiG .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJ43xEAdiG .row {
  justify-content: center;
}
.cid-uJ43xEAdiG H3 {
  color: #232323;
}
.cid-uPTLLVpVMo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPTLLVpVMo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTLLVpVMo .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-uPTLLVpVMo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPTLLVpVMo .row {
  flex-direction: row-reverse;
}
.cid-uPTLLVpVMo img {
  width: 100%;
}
.cid-uPTLLVpVMo .mbr-text {
  color: #000000;
}
.cid-uPTLMo3aZG {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPTLMo3aZG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTLMo3aZG .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-uPTLMo3aZG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPTLMo3aZG .row {
  flex-direction: row-reverse;
}
.cid-uPTLMo3aZG img {
  width: 100%;
}
.cid-uQkSbTP4Km {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQkSbTP4Km .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQkSbTP4Km .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQkSbTP4Km .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uQkSbTP4Km .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uQkSbTP4Km .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uQkSbTP4Km .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uQkSbTP4Km .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uQkSbTP4Km .bg-instagram:hover {
  background: #bd005c;
}
.cid-uQkSbTP4Km .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uQkSbTP4Km [class^="socicon-"]:before,
.cid-uQkSbTP4Km [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uLmW1ckH1f {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLmW1ckH1f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmW1ckH1f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL8CnrFJ0v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL8CnrFJ0v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL8CnrFJ0v .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-uL8CnrFJ0v .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uL8CnrFJ0v .row {
  flex-direction: row-reverse;
}
.cid-uL8CnrFJ0v img {
  width: 100%;
}
.cid-uJ42NpYMQX {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJ42NpYMQX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ42NpYMQX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uJ42NpYMQX .container {
    max-width: 1400px;
  }
}
.cid-uJ42NpYMQX .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #003fb2;
  margin-bottom: 2rem;
}
.cid-uJ42NpYMQX .row {
  justify-content: center;
}
.cid-uH0FHBnSYG {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ebecee;
}
.cid-uH0FHBnSYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH0FHBnSYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH0FHBnSYG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uH0FHBnSYG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uH0FHBnSYG .row {
    text-align: center;
  }
  .cid-uH0FHBnSYG .row > div {
    margin: auto;
  }
  .cid-uH0FHBnSYG .social-row {
    justify-content: center;
  }
}
.cid-uH0FHBnSYG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uH0FHBnSYG .list {
  list-style: none;
  padding-left: 0;
  color: #767d85;
}
@media (max-width: 991px) {
  .cid-uH0FHBnSYG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uH0FHBnSYG .list {
    margin-bottom: 0rem;
  }
}
.cid-uH0FHBnSYG .mbr-text {
  color: #767d85;
}
.cid-uH0FHBnSYG .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-uH0FHBnSYG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uH0FHBnSYG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uH0FHBnSYG .copyright {
  color: #232323;
}
.cid-uH0FHBnSYG H5 {
  color: #ffffff;
}
.cid-uH0FHBnSYG .mbr-section-subtitle {
  color: #232323;
}
.cid-uH0JnLNLcJ {
  z-index: 1000;
  width: 100%;
}
.cid-uH0JnLNLcJ nav.navbar {
  position: fixed;
}
.cid-uH0JnLNLcJ .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-uH0JnLNLcJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uH0JnLNLcJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uH0JnLNLcJ .dropdown-item:hover,
.cid-uH0JnLNLcJ .dropdown-item:focus {
  background: #003fb2 !important;
  color: white !important;
}
.cid-uH0JnLNLcJ .dropdown-item:hover span {
  color: white;
}
.cid-uH0JnLNLcJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uH0JnLNLcJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uH0JnLNLcJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uH0JnLNLcJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uH0JnLNLcJ .nav-link {
  position: relative;
}
.cid-uH0JnLNLcJ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uH0JnLNLcJ .container {
    flex-wrap: wrap;
  }
}
.cid-uH0JnLNLcJ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uH0JnLNLcJ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uH0JnLNLcJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uH0JnLNLcJ .dropdown-menu,
.cid-uH0JnLNLcJ .navbar.opened {
  background: #232323 !important;
}
.cid-uH0JnLNLcJ .nav-item:focus,
.cid-uH0JnLNLcJ .nav-link:focus {
  outline: none;
}
.cid-uH0JnLNLcJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uH0JnLNLcJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uH0JnLNLcJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uH0JnLNLcJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH0JnLNLcJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uH0JnLNLcJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uH0JnLNLcJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.6);
}
.cid-uH0JnLNLcJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uH0JnLNLcJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uH0JnLNLcJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uH0JnLNLcJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uH0JnLNLcJ .navbar.collapsed {
  justify-content: center;
}
.cid-uH0JnLNLcJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uH0JnLNLcJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uH0JnLNLcJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uH0JnLNLcJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uH0JnLNLcJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uH0JnLNLcJ .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-uH0JnLNLcJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uH0JnLNLcJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uH0JnLNLcJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uH0JnLNLcJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uH0JnLNLcJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uH0JnLNLcJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uH0JnLNLcJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uH0JnLNLcJ .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-uH0JnLNLcJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uH0JnLNLcJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uH0JnLNLcJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uH0JnLNLcJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uH0JnLNLcJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uH0JnLNLcJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uH0JnLNLcJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uH0JnLNLcJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uH0JnLNLcJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uH0JnLNLcJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uH0JnLNLcJ .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-uH0JnLNLcJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uH0JnLNLcJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uH0JnLNLcJ .dropdown-item.active,
.cid-uH0JnLNLcJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uH0JnLNLcJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uH0JnLNLcJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uH0JnLNLcJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uH0JnLNLcJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uH0JnLNLcJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uH0JnLNLcJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uH0JnLNLcJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uH0JnLNLcJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uH0JnLNLcJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uH0JnLNLcJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uH0JnLNLcJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uH0JnLNLcJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH0JnLNLcJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH0JnLNLcJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uH0JnLNLcJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH0JnLNLcJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uH0JnLNLcJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uH0JnLNLcJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH0JnLNLcJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uH0JnLNLcJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uH0JnLNLcJ .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-uH0JnLNLcJ .navbar {
    height: 70px;
  }
  .cid-uH0JnLNLcJ .navbar.opened {
    height: auto;
  }
  .cid-uH0JnLNLcJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uH0JnMAsZx {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/go-local-aruba-tour-by-locals.jpeg");
}
.cid-uH0JnMAsZx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH0JnMAsZx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH0JnN9SmG {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uH0JnN9SmG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH0JnN9SmG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH0JnN9SmG .mbr-section-title {
  color: #003fb2;
}
.cid-uH1UaDU37Y {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uH1UaDU37Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH1UaDU37Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH1UaDU37Y .item {
  padding-bottom: 2rem;
}
.cid-uH1UaDU37Y .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-uH1UaDU37Y .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uH1UaDU37Y .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-uH1UaDU37Y .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uH1UaDU37Y .carousel-control,
.cid-uH1UaDU37Y .close {
  background: #1b1b1b;
}
.cid-uH1UaDU37Y .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uH1UaDU37Y .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uH1UaDU37Y .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uH1UaDU37Y .carousel-control-next span {
  margin-left: 5px;
}
.cid-uH1UaDU37Y .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-uH1UaDU37Y .close::before {
  content: '\e91a';
}
.cid-uH1UaDU37Y .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uH1UaDU37Y .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-uH1UaDU37Y .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uH1UaDU37Y .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uH1UaDU37Y .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uH1UaDU37Y .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uH1UaDU37Y .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-uH1UaDU37Y .carousel-indicators li.active,
.cid-uH1UaDU37Y .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uH1UaDU37Y .carousel-indicators li::after,
.cid-uH1UaDU37Y .carousel-indicators li::before {
  content: none;
}
.cid-uH1UaDU37Y .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uH1UaDU37Y .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uH1UaDU37Y .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uH1UaDU37Y .carousel-indicators {
    display: none;
  }
}
.cid-uH1UaDU37Y .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uH1UaDU37Y .carousel-inner > .active {
  display: block;
}
.cid-uH1UaDU37Y .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uH1UaDU37Y .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uH1UaDU37Y .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uH1UaDU37Y .carousel-control,
  .cid-uH1UaDU37Y .carousel-indicators,
  .cid-uH1UaDU37Y .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uH1UaDU37Y .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uH1UaDU37Y .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uH1UaDU37Y .carousel-indicators .active,
.cid-uH1UaDU37Y .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uH1UaDU37Y .carousel-indicators .active {
  background: #fff;
}
.cid-uH1UaDU37Y .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uH1UaDU37Y .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uH1UaDU37Y .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uH1UaDU37Y .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uH1UaDU37Y .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uH1UaDU37Y .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uH1UaDU37Y .carousel {
  width: 100%;
}
.cid-uH1UaDU37Y .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uH1UaDU37Y .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uH1UaDU37Y .modal.fade .modal-dialog,
.cid-uH1UaDU37Y .modal.in .modal-dialog {
  transform: none;
}
.cid-uH1UaDU37Y .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uH1UaDU37Y H6 {
  text-align: center;
}
.cid-uH1UaDU37Y H3 {
  color: #000000;
}
.cid-uH0PH237yF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uH0PH237yF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH0PH237yF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH0PH237yF .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uH0PH237yF .container {
    max-width: 1400px;
  }
}
.cid-uH0PH237yF .card {
  margin: auto;
}
.cid-uH0PH237yF .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #003fb2;
  margin-bottom: 2rem;
}
.cid-uH0PH237yF .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uH0PH237yF .row {
  justify-content: center;
}
.cid-uH0PH237yF H3 {
  color: #232323;
}
.cid-uPTLqp2WOo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPTLqp2WOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTLqp2WOo .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-uPTLqp2WOo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPTLqp2WOo .row {
  flex-direction: row-reverse;
}
.cid-uPTLqp2WOo img {
  width: 100%;
}
.cid-uPTLqp2WOo .mbr-text {
  color: #000000;
}
.cid-uPTLrh830X {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPTLrh830X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTLrh830X .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-uPTLrh830X .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPTLrh830X .row {
  flex-direction: row-reverse;
}
.cid-uPTLrh830X img {
  width: 100%;
}
.cid-uQkS7G8auV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQkS7G8auV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQkS7G8auV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQkS7G8auV .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uQkS7G8auV .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uQkS7G8auV .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uQkS7G8auV .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uQkS7G8auV .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uQkS7G8auV .bg-instagram:hover {
  background: #bd005c;
}
.cid-uQkS7G8auV .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uQkS7G8auV [class^="socicon-"]:before,
.cid-uQkS7G8auV [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uLmVQ2uluF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLmVQ2uluF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmVQ2uluF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL8BruPUTF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uL8BruPUTF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL8BruPUTF .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-uL8BruPUTF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uL8BruPUTF .row {
  flex-direction: row-reverse;
}
.cid-uL8BruPUTF img {
  width: 100%;
}
.cid-uJ42zKMVkA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJ42zKMVkA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ42zKMVkA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uJ42zKMVkA .container {
    max-width: 1400px;
  }
}
.cid-uJ42zKMVkA .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #003fb2;
  margin-bottom: 2rem;
}
.cid-uJ42zKMVkA .row {
  justify-content: center;
}
.cid-uH0JnPXlKT {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ebecee;
}
.cid-uH0JnPXlKT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH0JnPXlKT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH0JnPXlKT .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uH0JnPXlKT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uH0JnPXlKT .row {
    text-align: center;
  }
  .cid-uH0JnPXlKT .row > div {
    margin: auto;
  }
  .cid-uH0JnPXlKT .social-row {
    justify-content: center;
  }
}
.cid-uH0JnPXlKT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uH0JnPXlKT .list {
  list-style: none;
  padding-left: 0;
  color: #767d85;
}
@media (max-width: 991px) {
  .cid-uH0JnPXlKT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uH0JnPXlKT .list {
    margin-bottom: 0rem;
  }
}
.cid-uH0JnPXlKT .mbr-text {
  color: #767d85;
}
.cid-uH0JnPXlKT .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-uH0JnPXlKT .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uH0JnPXlKT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uH0JnPXlKT .copyright {
  color: #232323;
}
.cid-uH0JnPXlKT H5 {
  color: #ffffff;
}
.cid-uH0JnPXlKT .mbr-section-subtitle {
  color: #232323;
}
.cid-uHInSE78qy {
  z-index: 1000;
  width: 100%;
}
.cid-uHInSE78qy nav.navbar {
  position: fixed;
}
.cid-uHInSE78qy .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-uHInSE78qy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHInSE78qy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHInSE78qy .dropdown-item:hover,
.cid-uHInSE78qy .dropdown-item:focus {
  background: #003fb2 !important;
  color: white !important;
}
.cid-uHInSE78qy .dropdown-item:hover span {
  color: white;
}
.cid-uHInSE78qy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHInSE78qy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHInSE78qy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHInSE78qy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHInSE78qy .nav-link {
  position: relative;
}
.cid-uHInSE78qy .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHInSE78qy .container {
    flex-wrap: wrap;
  }
}
.cid-uHInSE78qy .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uHInSE78qy .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uHInSE78qy .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHInSE78qy .dropdown-menu,
.cid-uHInSE78qy .navbar.opened {
  background: #232323 !important;
}
.cid-uHInSE78qy .nav-item:focus,
.cid-uHInSE78qy .nav-link:focus {
  outline: none;
}
.cid-uHInSE78qy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHInSE78qy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHInSE78qy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHInSE78qy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHInSE78qy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHInSE78qy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHInSE78qy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.6);
}
.cid-uHInSE78qy .navbar.opened {
  transition: all 0.3s;
}
.cid-uHInSE78qy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHInSE78qy .navbar .navbar-logo img {
  width: auto;
}
.cid-uHInSE78qy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHInSE78qy .navbar.collapsed {
  justify-content: center;
}
.cid-uHInSE78qy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHInSE78qy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHInSE78qy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uHInSE78qy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHInSE78qy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHInSE78qy .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-uHInSE78qy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHInSE78qy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHInSE78qy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHInSE78qy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHInSE78qy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHInSE78qy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHInSE78qy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHInSE78qy .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-uHInSE78qy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHInSE78qy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHInSE78qy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHInSE78qy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHInSE78qy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHInSE78qy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uHInSE78qy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uHInSE78qy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHInSE78qy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHInSE78qy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHInSE78qy .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-uHInSE78qy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHInSE78qy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHInSE78qy .dropdown-item.active,
.cid-uHInSE78qy .dropdown-item:active {
  background-color: transparent;
}
.cid-uHInSE78qy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHInSE78qy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHInSE78qy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHInSE78qy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uHInSE78qy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHInSE78qy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHInSE78qy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHInSE78qy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHInSE78qy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHInSE78qy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHInSE78qy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHInSE78qy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHInSE78qy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHInSE78qy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHInSE78qy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHInSE78qy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHInSE78qy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHInSE78qy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHInSE78qy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHInSE78qy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHInSE78qy .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-uHInSE78qy .navbar {
    height: 70px;
  }
  .cid-uHInSE78qy .navbar.opened {
    height: auto;
  }
  .cid-uHInSE78qy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHInSEO7SW {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/aruba-regular-taxi-transport.jpg");
}
.cid-uHInSEO7SW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHInSEO7SW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHInSFi9jg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHInSFi9jg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHInSFi9jg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHInSFi9jg .mbr-section-title {
  color: #000000;
}
.cid-uPTL6K6A7u {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPTL6K6A7u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTL6K6A7u .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-uPTL6K6A7u .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPTL6K6A7u .row {
  flex-direction: row-reverse;
}
.cid-uPTL6K6A7u img {
  width: 100%;
}
.cid-uPTL6K6A7u .mbr-text {
  color: #000000;
}
.cid-uJ5gH8goWg {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJ5gH8goWg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ5gH8goWg .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-uJ5gH8goWg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJ5gH8goWg .row {
  flex-direction: row-reverse;
}
.cid-uJ5gH8goWg img {
  width: 100%;
}
.cid-uQkS2xYO2w {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQkS2xYO2w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQkS2xYO2w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQkS2xYO2w .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uQkS2xYO2w .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uQkS2xYO2w .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uQkS2xYO2w .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uQkS2xYO2w .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uQkS2xYO2w .bg-instagram:hover {
  background: #bd005c;
}
.cid-uQkS2xYO2w .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uQkS2xYO2w [class^="socicon-"]:before,
.cid-uQkS2xYO2w [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uHInSHefeu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHInSHefeu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHInSHefeu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHInSHefeu .mbr-section-title {
  color: #003fb2;
}
.cid-uHInSGzslK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHInSGzslK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHInSGzslK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHInSGzslK .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uHInSGzslK .container {
    max-width: 1400px;
  }
}
.cid-uHInSGzslK .card {
  margin: auto;
}
.cid-uHInSGzslK .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #003fb2;
  margin-bottom: 2rem;
}
.cid-uHInSGzslK .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHInSGzslK .row {
  justify-content: center;
}
.cid-uHInSGzslK H3 {
  color: #232323;
}
.cid-uNbHJdtX33 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uNbHJdtX33 img,
.cid-uNbHJdtX33 .item-img {
  width: 100%;
}
.cid-uNbHJdtX33 .item:focus,
.cid-uNbHJdtX33 span:focus {
  outline: none;
}
.cid-uNbHJdtX33 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uNbHJdtX33 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uNbHJdtX33 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uNbHJdtX33 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uNbHJdtX33 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uNbHJdtX33 .mbr-section-title {
  color: #000000;
}
.cid-uNbHJdtX33 .mbr-text,
.cid-uNbHJdtX33 .mbr-section-btn {
  text-align: center;
}
.cid-uNbHJdtX33 .item-title {
  text-align: center;
}
.cid-uNbHJdtX33 .item-subtitle {
  text-align: center;
}
.cid-uLmUVirrzC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLmUVirrzC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmUVirrzC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL8Bdv4LSr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uL8Bdv4LSr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL8Bdv4LSr .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-uL8Bdv4LSr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uL8Bdv4LSr .row {
  flex-direction: row-reverse;
}
.cid-uL8Bdv4LSr img {
  width: 100%;
}
.cid-uJ42j6cUDc {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJ42j6cUDc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ42j6cUDc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uJ42j6cUDc .container {
    max-width: 1400px;
  }
}
.cid-uJ42j6cUDc .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #003fb2;
  margin-bottom: 2rem;
}
.cid-uJ42j6cUDc .row {
  justify-content: center;
}
.cid-uHInSJdO9Z {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ebecee;
}
.cid-uHInSJdO9Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHInSJdO9Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHInSJdO9Z .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHInSJdO9Z .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uHInSJdO9Z .row {
    text-align: center;
  }
  .cid-uHInSJdO9Z .row > div {
    margin: auto;
  }
  .cid-uHInSJdO9Z .social-row {
    justify-content: center;
  }
}
.cid-uHInSJdO9Z .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHInSJdO9Z .list {
  list-style: none;
  padding-left: 0;
  color: #767d85;
}
@media (max-width: 991px) {
  .cid-uHInSJdO9Z .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHInSJdO9Z .list {
    margin-bottom: 0rem;
  }
}
.cid-uHInSJdO9Z .mbr-text {
  color: #767d85;
}
.cid-uHInSJdO9Z .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-uHInSJdO9Z .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uHInSJdO9Z div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uHInSJdO9Z .copyright {
  color: #232323;
}
.cid-uHInSJdO9Z H5 {
  color: #ffffff;
}
.cid-uHInSJdO9Z .mbr-section-subtitle {
  color: #232323;
}
.cid-uKkmNKSabJ {
  z-index: 1000;
  width: 100%;
}
.cid-uKkmNKSabJ nav.navbar {
  position: fixed;
}
.cid-uKkmNKSabJ .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-uKkmNKSabJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKkmNKSabJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKkmNKSabJ .dropdown-item:hover,
.cid-uKkmNKSabJ .dropdown-item:focus {
  background: #003fb2 !important;
  color: white !important;
}
.cid-uKkmNKSabJ .dropdown-item:hover span {
  color: white;
}
.cid-uKkmNKSabJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKkmNKSabJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKkmNKSabJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKkmNKSabJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKkmNKSabJ .nav-link {
  position: relative;
}
.cid-uKkmNKSabJ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKkmNKSabJ .container {
    flex-wrap: wrap;
  }
}
.cid-uKkmNKSabJ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKkmNKSabJ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uKkmNKSabJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKkmNKSabJ .dropdown-menu,
.cid-uKkmNKSabJ .navbar.opened {
  background: #232323 !important;
}
.cid-uKkmNKSabJ .nav-item:focus,
.cid-uKkmNKSabJ .nav-link:focus {
  outline: none;
}
.cid-uKkmNKSabJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKkmNKSabJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKkmNKSabJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKkmNKSabJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKkmNKSabJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKkmNKSabJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKkmNKSabJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.6);
}
.cid-uKkmNKSabJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uKkmNKSabJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKkmNKSabJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uKkmNKSabJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKkmNKSabJ .navbar.collapsed {
  justify-content: center;
}
.cid-uKkmNKSabJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKkmNKSabJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKkmNKSabJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uKkmNKSabJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKkmNKSabJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKkmNKSabJ .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-uKkmNKSabJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKkmNKSabJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKkmNKSabJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKkmNKSabJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKkmNKSabJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKkmNKSabJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKkmNKSabJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKkmNKSabJ .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-uKkmNKSabJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKkmNKSabJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKkmNKSabJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKkmNKSabJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKkmNKSabJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKkmNKSabJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uKkmNKSabJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uKkmNKSabJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKkmNKSabJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKkmNKSabJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKkmNKSabJ .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-uKkmNKSabJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKkmNKSabJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKkmNKSabJ .dropdown-item.active,
.cid-uKkmNKSabJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uKkmNKSabJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKkmNKSabJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKkmNKSabJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKkmNKSabJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uKkmNKSabJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKkmNKSabJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKkmNKSabJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKkmNKSabJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKkmNKSabJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKkmNKSabJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uKkmNKSabJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKkmNKSabJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKkmNKSabJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKkmNKSabJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKkmNKSabJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKkmNKSabJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKkmNKSabJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKkmNKSabJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKkmNKSabJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKkmNKSabJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKkmNKSabJ .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-uKkmNKSabJ .navbar {
    height: 70px;
  }
  .cid-uKkmNKSabJ .navbar.opened {
    height: auto;
  }
  .cid-uKkmNKSabJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKkmNLyRm8 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/go-local-aruba-5-days-taxi.webp");
}
.cid-uKkmNLyRm8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkmNLyRm8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKknCUSZky {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uKknCUSZky .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKknCUSZky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKknCUSZky .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uKknCUSZky .currentcost {
  color: #232323;
}
.cid-uKknCUSZky .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uKknCUSZky .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uKknCUSZky .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKknCUSZky .text-box {
    padding: 1rem;
  }
}
.cid-uKknCUSZky .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKknCUSZky H5 {
  color: #003fb2;
}
.cid-uKkmNMnCgI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKkmNMnCgI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkmNMnCgI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkmNMnCgI .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uKkmNMnCgI .container {
    max-width: 1400px;
  }
}
.cid-uKkmNMnCgI .card {
  margin: auto;
}
.cid-uKkmNMnCgI .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #003fb2;
  margin-bottom: 2rem;
}
.cid-uKkmNMnCgI .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKkmNMnCgI .row {
  justify-content: center;
}
.cid-uKkmNMnCgI H3 {
  color: #000000;
}
.cid-uKkmNMnCgI .card-title,
.cid-uKkmNMnCgI .card-box {
  color: #232323;
}
.cid-uPTKP4QVB6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPTKP4QVB6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTKP4QVB6 .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-uPTKP4QVB6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPTKP4QVB6 .row {
  flex-direction: row-reverse;
}
.cid-uPTKP4QVB6 img {
  width: 100%;
}
.cid-uPTKP4QVB6 .mbr-text {
  color: #000000;
}
.cid-uPTKVf2QKw {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPTKVf2QKw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTKVf2QKw .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-uPTKVf2QKw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPTKVf2QKw .row {
  flex-direction: row-reverse;
}
.cid-uPTKVf2QKw img {
  width: 100%;
}
.cid-uQkRVc5AwK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQkRVc5AwK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQkRVc5AwK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQkRVc5AwK .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uQkRVc5AwK .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uQkRVc5AwK .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uQkRVc5AwK .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uQkRVc5AwK .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uQkRVc5AwK .bg-instagram:hover {
  background: #bd005c;
}
.cid-uQkRVc5AwK .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uQkRVc5AwK [class^="socicon-"]:before,
.cid-uQkRVc5AwK [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uKlVVQFOBG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKlVVQFOBG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKlVVQFOBG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKlVVQFOBG .mbr-section-title {
  color: #003fb2;
}
.cid-uLmUMuNDx5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLmUMuNDx5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmUMuNDx5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMSAexe1Vd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMSAexe1Vd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMSAexe1Vd .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-uMSAexe1Vd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMSAexe1Vd .row {
  flex-direction: row-reverse;
}
.cid-uMSAexe1Vd img {
  width: 100%;
}
.cid-uKkmNOFEBS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKkmNOFEBS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkmNOFEBS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uKkmNOFEBS .container {
    max-width: 1400px;
  }
}
.cid-uKkmNOFEBS .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #003fb2;
  margin-bottom: 2rem;
}
.cid-uKkmNOFEBS .row {
  justify-content: center;
}
.cid-uKkmNPgZMd {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ebecee;
}
.cid-uKkmNPgZMd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkmNPgZMd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkmNPgZMd .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKkmNPgZMd .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uKkmNPgZMd .row {
    text-align: center;
  }
  .cid-uKkmNPgZMd .row > div {
    margin: auto;
  }
  .cid-uKkmNPgZMd .social-row {
    justify-content: center;
  }
}
.cid-uKkmNPgZMd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uKkmNPgZMd .list {
  list-style: none;
  padding-left: 0;
  color: #767d85;
}
@media (max-width: 991px) {
  .cid-uKkmNPgZMd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKkmNPgZMd .list {
    margin-bottom: 0rem;
  }
}
.cid-uKkmNPgZMd .mbr-text {
  color: #767d85;
}
.cid-uKkmNPgZMd .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-uKkmNPgZMd .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uKkmNPgZMd div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uKkmNPgZMd .copyright {
  color: #232323;
}
.cid-uKkmNPgZMd H5 {
  color: #ffffff;
}
.cid-uKkmNPgZMd .mbr-section-subtitle {
  color: #232323;
}
.cid-uKHor2ZHE5 {
  z-index: 1000;
  width: 100%;
}
.cid-uKHor2ZHE5 nav.navbar {
  position: fixed;
}
.cid-uKHor2ZHE5 .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-uKHor2ZHE5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKHor2ZHE5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKHor2ZHE5 .dropdown-item:hover,
.cid-uKHor2ZHE5 .dropdown-item:focus {
  background: #003fb2 !important;
  color: white !important;
}
.cid-uKHor2ZHE5 .dropdown-item:hover span {
  color: white;
}
.cid-uKHor2ZHE5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKHor2ZHE5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKHor2ZHE5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKHor2ZHE5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKHor2ZHE5 .nav-link {
  position: relative;
}
.cid-uKHor2ZHE5 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKHor2ZHE5 .container {
    flex-wrap: wrap;
  }
}
.cid-uKHor2ZHE5 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKHor2ZHE5 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uKHor2ZHE5 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKHor2ZHE5 .dropdown-menu,
.cid-uKHor2ZHE5 .navbar.opened {
  background: #232323 !important;
}
.cid-uKHor2ZHE5 .nav-item:focus,
.cid-uKHor2ZHE5 .nav-link:focus {
  outline: none;
}
.cid-uKHor2ZHE5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKHor2ZHE5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKHor2ZHE5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKHor2ZHE5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKHor2ZHE5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKHor2ZHE5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKHor2ZHE5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.6);
}
.cid-uKHor2ZHE5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uKHor2ZHE5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKHor2ZHE5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uKHor2ZHE5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKHor2ZHE5 .navbar.collapsed {
  justify-content: center;
}
.cid-uKHor2ZHE5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKHor2ZHE5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKHor2ZHE5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uKHor2ZHE5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKHor2ZHE5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKHor2ZHE5 .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-uKHor2ZHE5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKHor2ZHE5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKHor2ZHE5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKHor2ZHE5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKHor2ZHE5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKHor2ZHE5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKHor2ZHE5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKHor2ZHE5 .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-uKHor2ZHE5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKHor2ZHE5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKHor2ZHE5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKHor2ZHE5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKHor2ZHE5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKHor2ZHE5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uKHor2ZHE5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uKHor2ZHE5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKHor2ZHE5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKHor2ZHE5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKHor2ZHE5 .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-uKHor2ZHE5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKHor2ZHE5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKHor2ZHE5 .dropdown-item.active,
.cid-uKHor2ZHE5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKHor2ZHE5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKHor2ZHE5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKHor2ZHE5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKHor2ZHE5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uKHor2ZHE5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKHor2ZHE5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKHor2ZHE5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKHor2ZHE5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKHor2ZHE5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKHor2ZHE5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uKHor2ZHE5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKHor2ZHE5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKHor2ZHE5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKHor2ZHE5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKHor2ZHE5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKHor2ZHE5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKHor2ZHE5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKHor2ZHE5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKHor2ZHE5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKHor2ZHE5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKHor2ZHE5 .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-uKHor2ZHE5 .navbar {
    height: 70px;
  }
  .cid-uKHor2ZHE5 .navbar.opened {
    height: auto;
  }
  .cid-uKHor2ZHE5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKHor3HAQj {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/go-local-aruba-local-taxi-tours.jpeg");
}
.cid-uKHor3HAQj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKHor3HAQj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKHor4cpXJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKHor4cpXJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKHor4cpXJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKHor4cpXJ .mbr-section-title {
  color: #000000;
}
.cid-uKVQWWxNru {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKVQWWxNru .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKVQWWxNru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKVQWWxNru .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uKVQWWxNru .container {
    max-width: 1400px;
  }
}
.cid-uKVQWWxNru .card {
  margin: auto;
}
.cid-uKVQWWxNru .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #003fb2;
  margin-bottom: 2rem;
}
.cid-uKVQWWxNru .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKVQWWxNru .row {
  justify-content: center;
}
.cid-uKVQWWxNru H3 {
  color: #232323;
}
.cid-uMSaLIjEiy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uMSaLIjEiy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMSaLIjEiy .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-uMSaLIjEiy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMSaLIjEiy .row {
  flex-direction: row-reverse;
}
.cid-uMSaLIjEiy img {
  width: 100%;
}
.cid-uMSaLIjEiy .mbr-text {
  color: #000000;
}
.cid-uKVR9uh8a5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uKVR9uh8a5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKVR9uh8a5 .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-uKVR9uh8a5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKVR9uh8a5 .row {
  flex-direction: row-reverse;
}
.cid-uKVR9uh8a5 img {
  width: 100%;
}
.cid-uQkRyhc6dF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQkRyhc6dF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQkRyhc6dF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQkRyhc6dF .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uQkRyhc6dF .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uQkRyhc6dF .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uQkRyhc6dF .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uQkRyhc6dF .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uQkRyhc6dF .bg-instagram:hover {
  background: #bd005c;
}
.cid-uQkRyhc6dF .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uQkRyhc6dF [class^="socicon-"]:before,
.cid-uQkRyhc6dF [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uNbH0yMTad {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uNbH0yMTad img,
.cid-uNbH0yMTad .item-img {
  width: 100%;
}
.cid-uNbH0yMTad .item:focus,
.cid-uNbH0yMTad span:focus {
  outline: none;
}
.cid-uNbH0yMTad .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uNbH0yMTad .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uNbH0yMTad .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uNbH0yMTad .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uNbH0yMTad .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uNbH0yMTad .mbr-section-title {
  color: #000000;
}
.cid-uNbH0yMTad .mbr-text,
.cid-uNbH0yMTad .mbr-section-btn {
  text-align: center;
}
.cid-uNbH0yMTad .item-title {
  text-align: center;
}
.cid-uNbH0yMTad .item-subtitle {
  text-align: center;
}
.cid-uLmUg9LNDG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLmUg9LNDG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLmUg9LNDG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYBmDLpGA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKYBmDLpGA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYBmDLpGA .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-uKYBmDLpGA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKYBmDLpGA .row {
  flex-direction: row-reverse;
}
.cid-uKYBmDLpGA img {
  width: 100%;
}
.cid-uKHorc7d7W {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKHorc7d7W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKHorc7d7W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uKHorc7d7W .container {
    max-width: 1400px;
  }
}
.cid-uKHorc7d7W .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #003fb2;
  margin-bottom: 2rem;
}
.cid-uKHorc7d7W .row {
  justify-content: center;
}
.cid-uKHorcXV9o {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ebecee;
}
.cid-uKHorcXV9o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKHorcXV9o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKHorcXV9o .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKHorcXV9o .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uKHorcXV9o .row {
    text-align: center;
  }
  .cid-uKHorcXV9o .row > div {
    margin: auto;
  }
  .cid-uKHorcXV9o .social-row {
    justify-content: center;
  }
}
.cid-uKHorcXV9o .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uKHorcXV9o .list {
  list-style: none;
  padding-left: 0;
  color: #767d85;
}
@media (max-width: 991px) {
  .cid-uKHorcXV9o .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKHorcXV9o .list {
    margin-bottom: 0rem;
  }
}
.cid-uKHorcXV9o .mbr-text {
  color: #767d85;
}
.cid-uKHorcXV9o .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-uKHorcXV9o .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uKHorcXV9o div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uKHorcXV9o .copyright {
  color: #232323;
}
.cid-uKHorcXV9o H5 {
  color: #ffffff;
}
.cid-uKHorcXV9o .mbr-section-subtitle {
  color: #232323;
}
.cid-uLC0AJXqVM {
  z-index: 1000;
  width: 100%;
}
.cid-uLC0AJXqVM nav.navbar {
  position: fixed;
}
.cid-uLC0AJXqVM .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-uLC0AJXqVM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLC0AJXqVM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLC0AJXqVM .dropdown-item:hover,
.cid-uLC0AJXqVM .dropdown-item:focus {
  background: #003fb2 !important;
  color: white !important;
}
.cid-uLC0AJXqVM .dropdown-item:hover span {
  color: white;
}
.cid-uLC0AJXqVM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLC0AJXqVM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLC0AJXqVM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLC0AJXqVM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLC0AJXqVM .nav-link {
  position: relative;
}
.cid-uLC0AJXqVM .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLC0AJXqVM .container {
    flex-wrap: wrap;
  }
}
.cid-uLC0AJXqVM .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLC0AJXqVM .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uLC0AJXqVM .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLC0AJXqVM .dropdown-menu,
.cid-uLC0AJXqVM .navbar.opened {
  background: #232323 !important;
}
.cid-uLC0AJXqVM .nav-item:focus,
.cid-uLC0AJXqVM .nav-link:focus {
  outline: none;
}
.cid-uLC0AJXqVM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLC0AJXqVM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLC0AJXqVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLC0AJXqVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLC0AJXqVM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLC0AJXqVM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLC0AJXqVM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.6);
}
.cid-uLC0AJXqVM .navbar.opened {
  transition: all 0.3s;
}
.cid-uLC0AJXqVM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLC0AJXqVM .navbar .navbar-logo img {
  width: auto;
}
.cid-uLC0AJXqVM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLC0AJXqVM .navbar.collapsed {
  justify-content: center;
}
.cid-uLC0AJXqVM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLC0AJXqVM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLC0AJXqVM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uLC0AJXqVM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLC0AJXqVM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLC0AJXqVM .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-uLC0AJXqVM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLC0AJXqVM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLC0AJXqVM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLC0AJXqVM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLC0AJXqVM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLC0AJXqVM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLC0AJXqVM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLC0AJXqVM .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-uLC0AJXqVM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLC0AJXqVM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLC0AJXqVM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLC0AJXqVM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLC0AJXqVM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLC0AJXqVM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLC0AJXqVM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLC0AJXqVM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLC0AJXqVM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLC0AJXqVM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLC0AJXqVM .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-uLC0AJXqVM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLC0AJXqVM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLC0AJXqVM .dropdown-item.active,
.cid-uLC0AJXqVM .dropdown-item:active {
  background-color: transparent;
}
.cid-uLC0AJXqVM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLC0AJXqVM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLC0AJXqVM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLC0AJXqVM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uLC0AJXqVM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLC0AJXqVM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLC0AJXqVM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLC0AJXqVM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLC0AJXqVM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLC0AJXqVM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLC0AJXqVM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLC0AJXqVM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLC0AJXqVM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLC0AJXqVM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLC0AJXqVM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLC0AJXqVM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLC0AJXqVM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLC0AJXqVM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLC0AJXqVM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uLC0AJXqVM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLC0AJXqVM .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-uLC0AJXqVM .navbar {
    height: 70px;
  }
  .cid-uLC0AJXqVM .navbar.opened {
    height: auto;
  }
  .cid-uLC0AJXqVM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLC0AKDMsq {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/sunrise-sunset-car-dawn-dusk-evening-1054974-pxhere.com-restored.jpeg");
}
.cid-uLC0AKDMsq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLC0AKDMsq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNbHRSxkNG {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uNbHRSxkNG img,
.cid-uNbHRSxkNG .item-img {
  width: 100%;
}
.cid-uNbHRSxkNG .item:focus,
.cid-uNbHRSxkNG span:focus {
  outline: none;
}
.cid-uNbHRSxkNG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uNbHRSxkNG .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uNbHRSxkNG .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uNbHRSxkNG .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uNbHRSxkNG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uNbHRSxkNG .mbr-section-title {
  color: #000000;
}
.cid-uNbHRSxkNG .mbr-text,
.cid-uNbHRSxkNG .mbr-section-btn {
  text-align: center;
}
.cid-uNbHRSxkNG .item-title {
  text-align: center;
}
.cid-uNbHRSxkNG .item-subtitle {
  text-align: center;
}
.cid-uPTKCYmlST {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uPTKCYmlST .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPTKCYmlST .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-uPTKCYmlST .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPTKCYmlST .row {
  flex-direction: row-reverse;
}
.cid-uPTKCYmlST img {
  width: 100%;
}
.cid-uPTKCYmlST .mbr-text {
  color: #000000;
}
.cid-uLC0AMfm3a {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLC0AMfm3a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLC0AMfm3a .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-uLC0AMfm3a .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLC0AMfm3a .row {
  flex-direction: row-reverse;
}
.cid-uLC0AMfm3a img {
  width: 100%;
}
.cid-uQkRKGmWUJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQkRKGmWUJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQkRKGmWUJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQkRKGmWUJ .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uQkRKGmWUJ .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uQkRKGmWUJ .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uQkRKGmWUJ .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uQkRKGmWUJ .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uQkRKGmWUJ .bg-instagram:hover {
  background: #bd005c;
}
.cid-uQkRKGmWUJ .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uQkRKGmWUJ [class^="socicon-"]:before,
.cid-uQkRKGmWUJ [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uLC0ALBusE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLC0ALBusE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLC0ALBusE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLC0ALBusE .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uLC0ALBusE .container {
    max-width: 1400px;
  }
}
.cid-uLC0ALBusE .card {
  margin: auto;
}
.cid-uLC0ALBusE .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #003fb2;
  margin-bottom: 2rem;
}
.cid-uLC0ALBusE .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLC0ALBusE .row {
  justify-content: center;
}
.cid-uLC0ALBusE H3 {
  color: #232323;
}
.cid-uLC0ANv7r2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLC0ANv7r2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLC0ANv7r2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLC0ANXFp1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLC0ANXFp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLC0ANXFp1 .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-uLC0ANXFp1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLC0ANXFp1 .row {
  flex-direction: row-reverse;
}
.cid-uLC0ANXFp1 img {
  width: 100%;
}
.cid-uLC0AOo8JU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLC0AOo8JU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLC0AOo8JU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uLC0AOo8JU .container {
    max-width: 1400px;
  }
}
.cid-uLC0AOo8JU .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #003fb2;
  margin-bottom: 2rem;
}
.cid-uLC0AOo8JU .row {
  justify-content: center;
}
.cid-uLC0AP1cjn {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ebecee;
}
.cid-uLC0AP1cjn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLC0AP1cjn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLC0AP1cjn .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLC0AP1cjn .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLC0AP1cjn .row {
    text-align: center;
  }
  .cid-uLC0AP1cjn .row > div {
    margin: auto;
  }
  .cid-uLC0AP1cjn .social-row {
    justify-content: center;
  }
}
.cid-uLC0AP1cjn .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uLC0AP1cjn .list {
  list-style: none;
  padding-left: 0;
  color: #767d85;
}
@media (max-width: 991px) {
  .cid-uLC0AP1cjn .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLC0AP1cjn .list {
    margin-bottom: 0rem;
  }
}
.cid-uLC0AP1cjn .mbr-text {
  color: #767d85;
}
.cid-uLC0AP1cjn .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-uLC0AP1cjn .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uLC0AP1cjn div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uLC0AP1cjn .copyright {
  color: #232323;
}
.cid-uLC0AP1cjn H5 {
  color: #ffffff;
}
.cid-uLC0AP1cjn .mbr-section-subtitle {
  color: #232323;
}
