body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Epilogue', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Epilogue', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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))));
  }
}
/* 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: #000000 !important;
}
.bg-success {
  background-color: #22a5e5 !important;
}
.bg-info {
  background-color: #353535 !important;
}
.bg-warning {
  background-color: #232323 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.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-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary: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-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.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-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #353535 !important;
  border-color: #353535 !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: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-success,
.btn-success: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-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.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-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #353535;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0a0a0a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #22a5e5;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #13709e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #000000 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #22a5e5 !important;
}
.text-info {
  color: #353535 !important;
}
.text-warning {
  color: #232323 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #116690 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #020202 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #353535;
}
.alert-warning {
  background-color: #232323;
}
.alert-danger {
  background-color: #000000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d9effa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a8a8a8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #ffffff !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='%23000000' %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-uQFVNPxjxL .navbar-dropdown {
  position: relative !important;
}
.cid-uQFVNPxjxL .navbar-dropdown {
  position: absolute !important;
}
.cid-uQFVNPxjxL .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-uQFVNPxjxL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQFVNPxjxL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQFVNPxjxL .dropdown-item:hover,
.cid-uQFVNPxjxL .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uQFVNPxjxL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQFVNPxjxL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQFVNPxjxL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQFVNPxjxL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQFVNPxjxL .nav-link {
  position: relative;
}
.cid-uQFVNPxjxL .container {
  display: flex;
  margin: auto;
}
.cid-uQFVNPxjxL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQFVNPxjxL .dropdown-menu,
.cid-uQFVNPxjxL .navbar.opened {
  background: #232323 !important;
}
.cid-uQFVNPxjxL .nav-item:focus,
.cid-uQFVNPxjxL .nav-link:focus {
  outline: none;
}
.cid-uQFVNPxjxL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQFVNPxjxL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQFVNPxjxL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQFVNPxjxL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQFVNPxjxL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQFVNPxjxL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQFVNPxjxL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.2);
}
.cid-uQFVNPxjxL .navbar.opened {
  transition: all 0.3s;
}
.cid-uQFVNPxjxL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQFVNPxjxL .navbar .navbar-logo img {
  width: auto;
}
.cid-uQFVNPxjxL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQFVNPxjxL .navbar.collapsed {
  justify-content: center;
}
.cid-uQFVNPxjxL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQFVNPxjxL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQFVNPxjxL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uQFVNPxjxL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQFVNPxjxL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQFVNPxjxL .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-uQFVNPxjxL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQFVNPxjxL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQFVNPxjxL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQFVNPxjxL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQFVNPxjxL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQFVNPxjxL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQFVNPxjxL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQFVNPxjxL .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-uQFVNPxjxL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQFVNPxjxL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQFVNPxjxL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQFVNPxjxL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQFVNPxjxL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQFVNPxjxL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQFVNPxjxL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQFVNPxjxL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQFVNPxjxL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQFVNPxjxL .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-uQFVNPxjxL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQFVNPxjxL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQFVNPxjxL .dropdown-item.active,
.cid-uQFVNPxjxL .dropdown-item:active {
  background-color: transparent;
}
.cid-uQFVNPxjxL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQFVNPxjxL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQFVNPxjxL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQFVNPxjxL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uQFVNPxjxL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQFVNPxjxL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQFVNPxjxL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQFVNPxjxL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQFVNPxjxL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQFVNPxjxL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQFVNPxjxL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQFVNPxjxL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQFVNPxjxL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQFVNPxjxL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQFVNPxjxL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQFVNPxjxL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQFVNPxjxL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQFVNPxjxL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQFVNPxjxL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQFVNPxjxL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQFVNPxjxL .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-uQFVNPxjxL .navbar {
    height: 70px;
  }
  .cid-uQFVNPxjxL .navbar.opened {
    height: auto;
  }
  .cid-uQFVNPxjxL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQOMKlDce2 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/oso-aruba-jeep-tours-contact.webp");
}
.cid-uQOMKlDce2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQOMKlDce2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRk3a0VCdZ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uRk3a0VCdZ .mbr-section-title {
  text-align: center;
  color: #22a5e5;
}
.cid-uRk3a0VCdZ .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uRk3a0VCdZ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uRvibbVbc5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uRvibbVbc5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRvibbVbc5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRvibbVbc5 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uRvibbVbc5 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uRvibbVbc5 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uRvibbVbc5 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uRvibbVbc5 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uRvibbVbc5 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uRvibbVbc5 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uRvibbVbc5 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uRvibbVbc5 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uRvibbVbc5 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uRvibbVbc5 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uRvibbVbc5 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uRvibbVbc5 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uRvibbVbc5 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uRvibbVbc5 [class^="socicon-"]:before,
.cid-uRvibbVbc5 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uRvibbVbc5 .mbr-section-title,
.cid-uRvibbVbc5 .mbr-social-likes {
  color: #ffffff;
}
.cid-sFGGDvi61Z {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-sFGGDvi61Z img,
.cid-sFGGDvi61Z .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sFGGDvi61Z .item:focus,
.cid-sFGGDvi61Z span:focus {
  outline: none;
}
.cid-sFGGDvi61Z .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFGGDvi61Z .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFGGDvi61Z .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFGGDvi61Z .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sFGGDvi61Z .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFGGDvi61Z .mbr-section-title {
  color: #22a5e5;
}
.cid-sFGGDvi61Z .mbr-text,
.cid-sFGGDvi61Z .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-sFGGDvi61Z .item-title {
  text-align: center;
  color: #22a5e5;
}
.cid-sFGGDvi61Z .item-subtitle {
  text-align: left;
}
.cid-sFGGDvi61Z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRERBdRmV9 .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 100px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-uRERBdRmV9 .my-float {
  margin-top: 16px;
}
.cid-uRERBdRmV9 P {
  color: #232323;
}
.cid-uRERBdRmV9 DIV {
  color: #ffffff;
}
.cid-uRERBdRmV9 H10 {
  color: #767676;
}
.cid-uRERBdRmV9 .hidden {
  display: none;
}
.cid-uRyeQDfQER {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uRyeQDfQER .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRyeQDfQER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRyeQDfQER .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRyeQDfQER .row {
    text-align: center;
  }
  .cid-uRyeQDfQER .row > div {
    margin: auto;
  }
  .cid-uRyeQDfQER .social-row {
    justify-content: center;
  }
}
.cid-uRyeQDfQER .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRyeQDfQER .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRyeQDfQER .list {
    margin-bottom: 0rem;
  }
}
.cid-uRyeQDfQER .mbr-text {
  color: #ffffff;
}
.cid-uRyeQDfQER .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-uRyeQDfQER .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uRyeQDfQER .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-uQFVNPxjxL .navbar-dropdown {
  position: relative !important;
}
.cid-uQFVNPxjxL .navbar-dropdown {
  position: absolute !important;
}
.cid-uQFVNPxjxL .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-uQFVNPxjxL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQFVNPxjxL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQFVNPxjxL .dropdown-item:hover,
.cid-uQFVNPxjxL .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uQFVNPxjxL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQFVNPxjxL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQFVNPxjxL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQFVNPxjxL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQFVNPxjxL .nav-link {
  position: relative;
}
.cid-uQFVNPxjxL .container {
  display: flex;
  margin: auto;
}
.cid-uQFVNPxjxL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQFVNPxjxL .dropdown-menu,
.cid-uQFVNPxjxL .navbar.opened {
  background: #232323 !important;
}
.cid-uQFVNPxjxL .nav-item:focus,
.cid-uQFVNPxjxL .nav-link:focus {
  outline: none;
}
.cid-uQFVNPxjxL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQFVNPxjxL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQFVNPxjxL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQFVNPxjxL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQFVNPxjxL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQFVNPxjxL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQFVNPxjxL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.2);
}
.cid-uQFVNPxjxL .navbar.opened {
  transition: all 0.3s;
}
.cid-uQFVNPxjxL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQFVNPxjxL .navbar .navbar-logo img {
  width: auto;
}
.cid-uQFVNPxjxL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQFVNPxjxL .navbar.collapsed {
  justify-content: center;
}
.cid-uQFVNPxjxL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQFVNPxjxL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQFVNPxjxL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uQFVNPxjxL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQFVNPxjxL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQFVNPxjxL .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-uQFVNPxjxL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQFVNPxjxL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQFVNPxjxL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQFVNPxjxL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQFVNPxjxL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQFVNPxjxL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQFVNPxjxL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQFVNPxjxL .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-uQFVNPxjxL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQFVNPxjxL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQFVNPxjxL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQFVNPxjxL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQFVNPxjxL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQFVNPxjxL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQFVNPxjxL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQFVNPxjxL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQFVNPxjxL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQFVNPxjxL .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-uQFVNPxjxL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQFVNPxjxL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQFVNPxjxL .dropdown-item.active,
.cid-uQFVNPxjxL .dropdown-item:active {
  background-color: transparent;
}
.cid-uQFVNPxjxL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQFVNPxjxL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQFVNPxjxL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQFVNPxjxL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uQFVNPxjxL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQFVNPxjxL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQFVNPxjxL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQFVNPxjxL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQFVNPxjxL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQFVNPxjxL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQFVNPxjxL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQFVNPxjxL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQFVNPxjxL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQFVNPxjxL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQFVNPxjxL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQFVNPxjxL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQFVNPxjxL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQFVNPxjxL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQFVNPxjxL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQFVNPxjxL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQFVNPxjxL .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-uQFVNPxjxL .navbar {
    height: 70px;
  }
  .cid-uQFVNPxjxL .navbar.opened {
    height: auto;
  }
  .cid-uQFVNPxjxL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRenFWOJHN {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/oso-aruba-jeep-tours-about.webp");
}
.cid-uRenFWOJHN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRenFWOJHN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiKuYUo0D {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMiKuYUo0D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiKuYUo0D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiKuYUo0D .mbr-section-title {
  color: #22a5e5;
}
.cid-uRyeQDfQER {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uRyeQDfQER .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRyeQDfQER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRyeQDfQER .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRyeQDfQER .row {
    text-align: center;
  }
  .cid-uRyeQDfQER .row > div {
    margin: auto;
  }
  .cid-uRyeQDfQER .social-row {
    justify-content: center;
  }
}
.cid-uRyeQDfQER .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRyeQDfQER .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRyeQDfQER .list {
    margin-bottom: 0rem;
  }
}
.cid-uRyeQDfQER .mbr-text {
  color: #ffffff;
}
.cid-uRyeQDfQER .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-uRyeQDfQER .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uRyeQDfQER .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-uQFVNPxjxL .navbar-dropdown {
  position: relative !important;
}
.cid-uQFVNPxjxL .navbar-dropdown {
  position: absolute !important;
}
.cid-uQFVNPxjxL .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-uQFVNPxjxL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQFVNPxjxL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQFVNPxjxL .dropdown-item:hover,
.cid-uQFVNPxjxL .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uQFVNPxjxL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQFVNPxjxL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQFVNPxjxL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQFVNPxjxL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQFVNPxjxL .nav-link {
  position: relative;
}
.cid-uQFVNPxjxL .container {
  display: flex;
  margin: auto;
}
.cid-uQFVNPxjxL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQFVNPxjxL .dropdown-menu,
.cid-uQFVNPxjxL .navbar.opened {
  background: #232323 !important;
}
.cid-uQFVNPxjxL .nav-item:focus,
.cid-uQFVNPxjxL .nav-link:focus {
  outline: none;
}
.cid-uQFVNPxjxL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQFVNPxjxL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQFVNPxjxL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQFVNPxjxL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQFVNPxjxL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQFVNPxjxL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQFVNPxjxL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.2);
}
.cid-uQFVNPxjxL .navbar.opened {
  transition: all 0.3s;
}
.cid-uQFVNPxjxL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQFVNPxjxL .navbar .navbar-logo img {
  width: auto;
}
.cid-uQFVNPxjxL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQFVNPxjxL .navbar.collapsed {
  justify-content: center;
}
.cid-uQFVNPxjxL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQFVNPxjxL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQFVNPxjxL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uQFVNPxjxL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQFVNPxjxL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQFVNPxjxL .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-uQFVNPxjxL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQFVNPxjxL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQFVNPxjxL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQFVNPxjxL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQFVNPxjxL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQFVNPxjxL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQFVNPxjxL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQFVNPxjxL .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-uQFVNPxjxL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQFVNPxjxL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQFVNPxjxL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQFVNPxjxL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQFVNPxjxL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQFVNPxjxL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQFVNPxjxL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQFVNPxjxL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQFVNPxjxL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQFVNPxjxL .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-uQFVNPxjxL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQFVNPxjxL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQFVNPxjxL .dropdown-item.active,
.cid-uQFVNPxjxL .dropdown-item:active {
  background-color: transparent;
}
.cid-uQFVNPxjxL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQFVNPxjxL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQFVNPxjxL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQFVNPxjxL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uQFVNPxjxL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQFVNPxjxL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQFVNPxjxL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQFVNPxjxL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQFVNPxjxL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQFVNPxjxL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQFVNPxjxL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQFVNPxjxL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQFVNPxjxL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQFVNPxjxL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQFVNPxjxL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQFVNPxjxL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQFVNPxjxL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQFVNPxjxL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQFVNPxjxL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQFVNPxjxL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQFVNPxjxL .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-uQFVNPxjxL .navbar {
    height: 70px;
  }
  .cid-uQFVNPxjxL .navbar.opened {
    height: auto;
  }
  .cid-uQFVNPxjxL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQQvRFUppA {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/oso-aruba-jeep-tours-header-bg.webp");
}
.cid-uQQvRFUppA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQvRFUppA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMlKm2Z3Y0 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uMlKm2Z3Y0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMlKm2Z3Y0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMlKm2Z3Y0 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uMlKm2Z3Y0 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMlKm2Z3Y0 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMlKm2Z3Y0 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uMlKm2Z3Y0 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #000000;
}
.cid-uMlKm2Z3Y0 .card-title {
  color: #000000;
}
.cid-uMlKm2Z3Y0 P {
  color: #232323;
}
.cid-uMlKm2Z3Y0 .mbr-section-title {
  color: #22a5e5;
}
.cid-uMlKm2Z3Y0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMlKoBTsZ6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #232323;
}
.cid-uMlKoBTsZ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMlKoBTsZ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMlKoBTsZ6 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uMlKoBTsZ6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uMlKoBTsZ6 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uMlKoBTsZ6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uMlKoBTsZ6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uMlKoBTsZ6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMlKoBTsZ6 .mbr-section-title {
  color: #47b5ed;
}
.cid-uMlKtaGXS9 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uMlKtaGXS9 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uMlKtaGXS9 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uMlKtaGXS9 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uMlKtaGXS9 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uMlKtaGXS9 .mbr-section-title {
  color: #22a5e5;
}
.cid-uMlKtaGXS9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRyeQDfQER {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uRyeQDfQER .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRyeQDfQER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRyeQDfQER .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRyeQDfQER .row {
    text-align: center;
  }
  .cid-uRyeQDfQER .row > div {
    margin: auto;
  }
  .cid-uRyeQDfQER .social-row {
    justify-content: center;
  }
}
.cid-uRyeQDfQER .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRyeQDfQER .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRyeQDfQER .list {
    margin-bottom: 0rem;
  }
}
.cid-uRyeQDfQER .mbr-text {
  color: #ffffff;
}
.cid-uRyeQDfQER .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-uRyeQDfQER .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uRyeQDfQER .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-uQFVNPxjxL .navbar-dropdown {
  position: relative !important;
}
.cid-uQFVNPxjxL .navbar-dropdown {
  position: absolute !important;
}
.cid-uQFVNPxjxL .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-uQFVNPxjxL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQFVNPxjxL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQFVNPxjxL .dropdown-item:hover,
.cid-uQFVNPxjxL .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uQFVNPxjxL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQFVNPxjxL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQFVNPxjxL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQFVNPxjxL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQFVNPxjxL .nav-link {
  position: relative;
}
.cid-uQFVNPxjxL .container {
  display: flex;
  margin: auto;
}
.cid-uQFVNPxjxL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQFVNPxjxL .dropdown-menu,
.cid-uQFVNPxjxL .navbar.opened {
  background: #232323 !important;
}
.cid-uQFVNPxjxL .nav-item:focus,
.cid-uQFVNPxjxL .nav-link:focus {
  outline: none;
}
.cid-uQFVNPxjxL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQFVNPxjxL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQFVNPxjxL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQFVNPxjxL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQFVNPxjxL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQFVNPxjxL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQFVNPxjxL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.2);
}
.cid-uQFVNPxjxL .navbar.opened {
  transition: all 0.3s;
}
.cid-uQFVNPxjxL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQFVNPxjxL .navbar .navbar-logo img {
  width: auto;
}
.cid-uQFVNPxjxL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQFVNPxjxL .navbar.collapsed {
  justify-content: center;
}
.cid-uQFVNPxjxL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQFVNPxjxL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQFVNPxjxL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uQFVNPxjxL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQFVNPxjxL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQFVNPxjxL .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-uQFVNPxjxL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQFVNPxjxL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQFVNPxjxL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQFVNPxjxL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQFVNPxjxL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQFVNPxjxL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQFVNPxjxL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQFVNPxjxL .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-uQFVNPxjxL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQFVNPxjxL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQFVNPxjxL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQFVNPxjxL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQFVNPxjxL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQFVNPxjxL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQFVNPxjxL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQFVNPxjxL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQFVNPxjxL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQFVNPxjxL .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-uQFVNPxjxL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQFVNPxjxL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQFVNPxjxL .dropdown-item.active,
.cid-uQFVNPxjxL .dropdown-item:active {
  background-color: transparent;
}
.cid-uQFVNPxjxL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQFVNPxjxL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQFVNPxjxL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQFVNPxjxL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uQFVNPxjxL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQFVNPxjxL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQFVNPxjxL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQFVNPxjxL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQFVNPxjxL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQFVNPxjxL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQFVNPxjxL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQFVNPxjxL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQFVNPxjxL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQFVNPxjxL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQFVNPxjxL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQFVNPxjxL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQFVNPxjxL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQFVNPxjxL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQFVNPxjxL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQFVNPxjxL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQFVNPxjxL .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-uQFVNPxjxL .navbar {
    height: 70px;
  }
  .cid-uQFVNPxjxL .navbar.opened {
    height: auto;
  }
  .cid-uQFVNPxjxL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR7T7HNol8 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/aruba-jeep-rental-service-oso.webp");
}
.cid-uR7T7HNol8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR7T7HNol8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLZ2lkBHJi {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uLZ2lkBHJi img,
.cid-uLZ2lkBHJi .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uLZ2lkBHJi .item:focus,
.cid-uLZ2lkBHJi span:focus {
  outline: none;
}
.cid-uLZ2lkBHJi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLZ2lkBHJi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLZ2lkBHJi .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uLZ2lkBHJi .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLZ2lkBHJi .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uLZ2lkBHJi .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uLZ2lkBHJi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLZ2lkBHJi .mbr-section-title {
  color: #22a5e5;
}
.cid-uLZ2lkBHJi .mbr-text,
.cid-uLZ2lkBHJi .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uLZ2lkBHJi .item-title {
  text-align: center;
  color: #22a5e5;
}
.cid-uLZ2lkBHJi .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uLZ2lkBHJi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMiJMNW7ti {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uMiJMNW7ti .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMiJMNW7ti .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMiJMNW7ti .mbr-section-title {
  color: #22a5e5;
}
.cid-uMiJMNW7ti .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRyeQDfQER {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uRyeQDfQER .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRyeQDfQER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRyeQDfQER .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRyeQDfQER .row {
    text-align: center;
  }
  .cid-uRyeQDfQER .row > div {
    margin: auto;
  }
  .cid-uRyeQDfQER .social-row {
    justify-content: center;
  }
}
.cid-uRyeQDfQER .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRyeQDfQER .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRyeQDfQER .list {
    margin-bottom: 0rem;
  }
}
.cid-uRyeQDfQER .mbr-text {
  color: #ffffff;
}
.cid-uRyeQDfQER .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-uRyeQDfQER .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uRyeQDfQER .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-uQFVNPxjxL .navbar-dropdown {
  position: relative !important;
}
.cid-uQFVNPxjxL .navbar-dropdown {
  position: absolute !important;
}
.cid-uQFVNPxjxL .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-uQFVNPxjxL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQFVNPxjxL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQFVNPxjxL .dropdown-item:hover,
.cid-uQFVNPxjxL .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uQFVNPxjxL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQFVNPxjxL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQFVNPxjxL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQFVNPxjxL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQFVNPxjxL .nav-link {
  position: relative;
}
.cid-uQFVNPxjxL .container {
  display: flex;
  margin: auto;
}
.cid-uQFVNPxjxL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQFVNPxjxL .dropdown-menu,
.cid-uQFVNPxjxL .navbar.opened {
  background: #232323 !important;
}
.cid-uQFVNPxjxL .nav-item:focus,
.cid-uQFVNPxjxL .nav-link:focus {
  outline: none;
}
.cid-uQFVNPxjxL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQFVNPxjxL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQFVNPxjxL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQFVNPxjxL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQFVNPxjxL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQFVNPxjxL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQFVNPxjxL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.2);
}
.cid-uQFVNPxjxL .navbar.opened {
  transition: all 0.3s;
}
.cid-uQFVNPxjxL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQFVNPxjxL .navbar .navbar-logo img {
  width: auto;
}
.cid-uQFVNPxjxL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQFVNPxjxL .navbar.collapsed {
  justify-content: center;
}
.cid-uQFVNPxjxL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQFVNPxjxL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQFVNPxjxL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uQFVNPxjxL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQFVNPxjxL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQFVNPxjxL .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-uQFVNPxjxL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQFVNPxjxL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQFVNPxjxL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQFVNPxjxL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQFVNPxjxL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQFVNPxjxL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQFVNPxjxL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQFVNPxjxL .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-uQFVNPxjxL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQFVNPxjxL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQFVNPxjxL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQFVNPxjxL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQFVNPxjxL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQFVNPxjxL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQFVNPxjxL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQFVNPxjxL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQFVNPxjxL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQFVNPxjxL .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-uQFVNPxjxL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQFVNPxjxL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQFVNPxjxL .dropdown-item.active,
.cid-uQFVNPxjxL .dropdown-item:active {
  background-color: transparent;
}
.cid-uQFVNPxjxL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQFVNPxjxL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQFVNPxjxL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQFVNPxjxL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uQFVNPxjxL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQFVNPxjxL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQFVNPxjxL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQFVNPxjxL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQFVNPxjxL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQFVNPxjxL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQFVNPxjxL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQFVNPxjxL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQFVNPxjxL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQFVNPxjxL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQFVNPxjxL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQFVNPxjxL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQFVNPxjxL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQFVNPxjxL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQFVNPxjxL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQFVNPxjxL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQFVNPxjxL .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-uQFVNPxjxL .navbar {
    height: 70px;
  }
  .cid-uQFVNPxjxL .navbar.opened {
    height: auto;
  }
  .cid-uQFVNPxjxL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRdDSO57VF {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/rent-a-oso-jeep-wrangler-in-aruba.webp");
}
.cid-uRdDSO57VF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdDSO57VF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uReioL0akP {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uReioL0akP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uReioL0akP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uReioL0akP .mbr-section-title {
  color: #22a5e5;
}
.cid-uReioL0akP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRR2cD5qlc {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uRR2cD5qlc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRR2cD5qlc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRR2cD5qlc .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uRR2cD5qlc .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uRR2cD5qlc .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uRR2cD5qlc .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uRR2cD5qlc .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-uRR2cD5qlc .bg-youtube:hover {
  background: #cc0000;
}
.cid-uRR2cD5qlc .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-uRR2cD5qlc [class^="socicon-"]:before,
.cid-uRR2cD5qlc [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uRR2cD5qlc .mbr-section-title,
.cid-uRR2cD5qlc .social-list {
  color: #ffffff;
}
.cid-uRfz3QyDQW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uRfz3QyDQW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRfz3QyDQW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRfz3QyDQW .mbr-section-title {
  color: #22a5e5;
}
.cid-uRfz3QyDQW .mbr-text,
.cid-uRfz3QyDQW .link {
  color: #ffffff;
}
.cid-uRfz3QyDQW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRfz3QyDQW .card-title,
.cid-uRfz3QyDQW .card-box {
  color: #22a5e5;
  text-align: center;
}
.cid-uRyeQDfQER {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uRyeQDfQER .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRyeQDfQER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRyeQDfQER .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRyeQDfQER .row {
    text-align: center;
  }
  .cid-uRyeQDfQER .row > div {
    margin: auto;
  }
  .cid-uRyeQDfQER .social-row {
    justify-content: center;
  }
}
.cid-uRyeQDfQER .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRyeQDfQER .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRyeQDfQER .list {
    margin-bottom: 0rem;
  }
}
.cid-uRyeQDfQER .mbr-text {
  color: #ffffff;
}
.cid-uRyeQDfQER .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-uRyeQDfQER .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uRyeQDfQER .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-uQKoCGmu1P .navbar-dropdown {
  position: relative !important;
}
.cid-uQKoCGmu1P .navbar-dropdown {
  position: absolute !important;
}
.cid-uQKoCGmu1P .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-uQKoCGmu1P .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQKoCGmu1P .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQKoCGmu1P .dropdown-item:hover,
.cid-uQKoCGmu1P .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uQKoCGmu1P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQKoCGmu1P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQKoCGmu1P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQKoCGmu1P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQKoCGmu1P .nav-link {
  position: relative;
}
.cid-uQKoCGmu1P .container {
  display: flex;
  margin: auto;
}
.cid-uQKoCGmu1P .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQKoCGmu1P .dropdown-menu,
.cid-uQKoCGmu1P .navbar.opened {
  background: #232323 !important;
}
.cid-uQKoCGmu1P .nav-item:focus,
.cid-uQKoCGmu1P .nav-link:focus {
  outline: none;
}
.cid-uQKoCGmu1P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQKoCGmu1P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQKoCGmu1P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQKoCGmu1P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQKoCGmu1P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQKoCGmu1P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQKoCGmu1P .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.2);
}
.cid-uQKoCGmu1P .navbar.opened {
  transition: all 0.3s;
}
.cid-uQKoCGmu1P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQKoCGmu1P .navbar .navbar-logo img {
  width: auto;
}
.cid-uQKoCGmu1P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQKoCGmu1P .navbar.collapsed {
  justify-content: center;
}
.cid-uQKoCGmu1P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQKoCGmu1P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQKoCGmu1P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uQKoCGmu1P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQKoCGmu1P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQKoCGmu1P .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-uQKoCGmu1P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQKoCGmu1P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQKoCGmu1P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQKoCGmu1P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQKoCGmu1P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQKoCGmu1P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQKoCGmu1P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQKoCGmu1P .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-uQKoCGmu1P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQKoCGmu1P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQKoCGmu1P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQKoCGmu1P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQKoCGmu1P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQKoCGmu1P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQKoCGmu1P .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQKoCGmu1P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQKoCGmu1P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQKoCGmu1P .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-uQKoCGmu1P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQKoCGmu1P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQKoCGmu1P .dropdown-item.active,
.cid-uQKoCGmu1P .dropdown-item:active {
  background-color: transparent;
}
.cid-uQKoCGmu1P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQKoCGmu1P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQKoCGmu1P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQKoCGmu1P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uQKoCGmu1P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQKoCGmu1P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQKoCGmu1P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQKoCGmu1P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQKoCGmu1P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQKoCGmu1P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQKoCGmu1P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQKoCGmu1P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQKoCGmu1P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQKoCGmu1P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQKoCGmu1P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQKoCGmu1P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQKoCGmu1P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQKoCGmu1P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQKoCGmu1P .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQKoCGmu1P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQKoCGmu1P .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-uQKoCGmu1P .navbar {
    height: 70px;
  }
  .cid-uQKoCGmu1P .navbar.opened {
    height: auto;
  }
  .cid-uQKoCGmu1P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQKoCH18Y3 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/oso-aruba-jeep-tours-faqs.webp");
}
.cid-uQKoCH18Y3 .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-uQKoCH18Y3 .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-uQKoCH18Y3 .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-uQKoCH18Y3 .mbr-text {
  color: #ffffff;
}
.cid-uQKoCH18Y3 .card {
  padding-bottom: 1.5rem;
}
.cid-uQKoCH18Y3 .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uQKoCH18Y3 .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uQKoCH18Y3 .card-wrapper .card-title {
  color: #ffffff;
}
.cid-uQKoCH18Y3 H1 {
  color: #ffffff;
}
.cid-uQKoCH18Y3 .mbr-text,
.cid-uQKoCH18Y3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uQKoCH18Y3 .card-wrapper .card-title,
.cid-uQKoCH18Y3 .card-box {
  color: #ffffff;
}
.cid-uQKoTxM7SL {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQKoTxM7SL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKoTxM7SL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQKoTxM7SL .mbr-section-title {
  color: #22a5e5;
}
.cid-uRyeQDfQER {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uRyeQDfQER .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRyeQDfQER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRyeQDfQER .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRyeQDfQER .row {
    text-align: center;
  }
  .cid-uRyeQDfQER .row > div {
    margin: auto;
  }
  .cid-uRyeQDfQER .social-row {
    justify-content: center;
  }
}
.cid-uRyeQDfQER .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRyeQDfQER .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRyeQDfQER .list {
    margin-bottom: 0rem;
  }
}
.cid-uRyeQDfQER .mbr-text {
  color: #ffffff;
}
.cid-uRyeQDfQER .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-uRyeQDfQER .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uRyeQDfQER .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-uQLbwGTEhC .navbar-dropdown {
  position: relative !important;
}
.cid-uQLbwGTEhC .navbar-dropdown {
  position: absolute !important;
}
.cid-uQLbwGTEhC .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-uQLbwGTEhC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQLbwGTEhC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQLbwGTEhC .dropdown-item:hover,
.cid-uQLbwGTEhC .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uQLbwGTEhC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQLbwGTEhC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQLbwGTEhC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQLbwGTEhC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQLbwGTEhC .nav-link {
  position: relative;
}
.cid-uQLbwGTEhC .container {
  display: flex;
  margin: auto;
}
.cid-uQLbwGTEhC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQLbwGTEhC .dropdown-menu,
.cid-uQLbwGTEhC .navbar.opened {
  background: #232323 !important;
}
.cid-uQLbwGTEhC .nav-item:focus,
.cid-uQLbwGTEhC .nav-link:focus {
  outline: none;
}
.cid-uQLbwGTEhC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQLbwGTEhC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQLbwGTEhC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQLbwGTEhC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQLbwGTEhC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQLbwGTEhC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQLbwGTEhC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.2);
}
.cid-uQLbwGTEhC .navbar.opened {
  transition: all 0.3s;
}
.cid-uQLbwGTEhC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQLbwGTEhC .navbar .navbar-logo img {
  width: auto;
}
.cid-uQLbwGTEhC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQLbwGTEhC .navbar.collapsed {
  justify-content: center;
}
.cid-uQLbwGTEhC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQLbwGTEhC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQLbwGTEhC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uQLbwGTEhC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQLbwGTEhC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQLbwGTEhC .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-uQLbwGTEhC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQLbwGTEhC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQLbwGTEhC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQLbwGTEhC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQLbwGTEhC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQLbwGTEhC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQLbwGTEhC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQLbwGTEhC .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-uQLbwGTEhC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQLbwGTEhC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQLbwGTEhC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQLbwGTEhC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQLbwGTEhC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQLbwGTEhC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQLbwGTEhC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQLbwGTEhC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQLbwGTEhC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQLbwGTEhC .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-uQLbwGTEhC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQLbwGTEhC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQLbwGTEhC .dropdown-item.active,
.cid-uQLbwGTEhC .dropdown-item:active {
  background-color: transparent;
}
.cid-uQLbwGTEhC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQLbwGTEhC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQLbwGTEhC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQLbwGTEhC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uQLbwGTEhC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQLbwGTEhC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQLbwGTEhC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQLbwGTEhC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQLbwGTEhC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQLbwGTEhC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQLbwGTEhC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQLbwGTEhC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQLbwGTEhC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQLbwGTEhC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQLbwGTEhC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQLbwGTEhC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQLbwGTEhC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQLbwGTEhC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQLbwGTEhC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQLbwGTEhC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQLbwGTEhC .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-uQLbwGTEhC .navbar {
    height: 70px;
  }
  .cid-uQLbwGTEhC .navbar.opened {
    height: auto;
  }
  .cid-uQLbwGTEhC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQLbwHuqiF {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/oso-aruba-jeep-tours-faqs.webp");
}
.cid-uQLbwHuqiF .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-uQLbwHuqiF .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-uQLbwHuqiF .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-uQLbwHuqiF .mbr-text {
  color: #ffffff;
}
.cid-uQLbwHuqiF .card {
  padding-bottom: 1.5rem;
}
.cid-uQLbwHuqiF .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uQLbwHuqiF .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uQLbwHuqiF .card-wrapper .card-title {
  color: #ffffff;
}
.cid-uQLbwHuqiF H1 {
  color: #ffffff;
}
.cid-uQLbwHuqiF .mbr-text,
.cid-uQLbwHuqiF .mbr-section-btn {
  color: #ffffff;
}
.cid-uQLbwHuqiF .card-wrapper .card-title,
.cid-uQLbwHuqiF .card-box {
  color: #ffffff;
}
.cid-uQLbwI40yv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQLbwI40yv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQLbwI40yv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQLbwI40yv .mbr-section-title {
  color: #22a5e5;
}
.cid-uRyeQDfQER {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uRyeQDfQER .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRyeQDfQER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRyeQDfQER .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRyeQDfQER .row {
    text-align: center;
  }
  .cid-uRyeQDfQER .row > div {
    margin: auto;
  }
  .cid-uRyeQDfQER .social-row {
    justify-content: center;
  }
}
.cid-uRyeQDfQER .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRyeQDfQER .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRyeQDfQER .list {
    margin-bottom: 0rem;
  }
}
.cid-uRyeQDfQER .mbr-text {
  color: #ffffff;
}
.cid-uRyeQDfQER .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-uRyeQDfQER .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uRyeQDfQER .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-uQM9zXrTk2 .navbar-dropdown {
  position: relative !important;
}
.cid-uQM9zXrTk2 .navbar-dropdown {
  position: absolute !important;
}
.cid-uQM9zXrTk2 .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-uQM9zXrTk2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQM9zXrTk2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQM9zXrTk2 .dropdown-item:hover,
.cid-uQM9zXrTk2 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uQM9zXrTk2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQM9zXrTk2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQM9zXrTk2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQM9zXrTk2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQM9zXrTk2 .nav-link {
  position: relative;
}
.cid-uQM9zXrTk2 .container {
  display: flex;
  margin: auto;
}
.cid-uQM9zXrTk2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQM9zXrTk2 .dropdown-menu,
.cid-uQM9zXrTk2 .navbar.opened {
  background: #232323 !important;
}
.cid-uQM9zXrTk2 .nav-item:focus,
.cid-uQM9zXrTk2 .nav-link:focus {
  outline: none;
}
.cid-uQM9zXrTk2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQM9zXrTk2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQM9zXrTk2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQM9zXrTk2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQM9zXrTk2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQM9zXrTk2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQM9zXrTk2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.2);
}
.cid-uQM9zXrTk2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uQM9zXrTk2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQM9zXrTk2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uQM9zXrTk2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQM9zXrTk2 .navbar.collapsed {
  justify-content: center;
}
.cid-uQM9zXrTk2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQM9zXrTk2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQM9zXrTk2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uQM9zXrTk2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQM9zXrTk2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQM9zXrTk2 .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-uQM9zXrTk2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQM9zXrTk2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQM9zXrTk2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQM9zXrTk2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQM9zXrTk2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQM9zXrTk2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQM9zXrTk2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQM9zXrTk2 .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-uQM9zXrTk2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQM9zXrTk2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQM9zXrTk2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQM9zXrTk2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQM9zXrTk2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQM9zXrTk2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQM9zXrTk2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQM9zXrTk2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQM9zXrTk2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQM9zXrTk2 .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-uQM9zXrTk2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQM9zXrTk2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQM9zXrTk2 .dropdown-item.active,
.cid-uQM9zXrTk2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQM9zXrTk2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQM9zXrTk2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQM9zXrTk2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQM9zXrTk2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uQM9zXrTk2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQM9zXrTk2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQM9zXrTk2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQM9zXrTk2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQM9zXrTk2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQM9zXrTk2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQM9zXrTk2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQM9zXrTk2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQM9zXrTk2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQM9zXrTk2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQM9zXrTk2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQM9zXrTk2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQM9zXrTk2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQM9zXrTk2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQM9zXrTk2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQM9zXrTk2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQM9zXrTk2 .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-uQM9zXrTk2 .navbar {
    height: 70px;
  }
  .cid-uQM9zXrTk2 .navbar.opened {
    height: auto;
  }
  .cid-uQM9zXrTk2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRdBB4QlcJ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/oso-jeep-tour-island-aruba.webp");
}
.cid-uRdBB4QlcJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdBB4QlcJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRlQh5h5IR {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uRlQh5h5IR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRlQh5h5IR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRlQh5h5IR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRlQh5h5IR .mbr-section-title {
  color: #22a5e5;
}
.cid-uRvnQ696AB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uRvnQ696AB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRvnQ696AB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRvnQ696AB .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uRvnQ696AB .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uRvnQ696AB .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uRvnQ696AB .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uRvnQ696AB .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uRvnQ696AB .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uRvnQ696AB .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uRvnQ696AB .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uRvnQ696AB .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uRvnQ696AB .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uRvnQ696AB .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uRvnQ696AB .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uRvnQ696AB .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uRvnQ696AB .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uRvnQ696AB [class^="socicon-"]:before,
.cid-uRvnQ696AB [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uRvnQ696AB .mbr-section-title,
.cid-uRvnQ696AB .mbr-social-likes {
  color: #ffffff;
}
.cid-uRbRRcL3aa {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uRbRRcL3aa img,
.cid-uRbRRcL3aa .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uRbRRcL3aa .item:focus,
.cid-uRbRRcL3aa span:focus {
  outline: none;
}
.cid-uRbRRcL3aa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uRbRRcL3aa .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uRbRRcL3aa .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uRbRRcL3aa .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRbRRcL3aa .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uRbRRcL3aa .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uRbRRcL3aa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uRbRRcL3aa .mbr-section-title {
  color: #22a5e5;
}
.cid-uRbRRcL3aa .mbr-text,
.cid-uRbRRcL3aa .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uRbRRcL3aa .item-title {
  text-align: center;
  color: #22a5e5;
}
.cid-uRbRRcL3aa .item-subtitle {
  text-align: left;
}
.cid-uRbRRcL3aa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQM9A0ap7m {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uQM9A0ap7m .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQM9A0ap7m .mbr-text {
  color: #ffffff;
}
.cid-uQM9A0upMN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uQM9A0upMN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQM9A0upMN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQM9A0upMN .mbr-section-title {
  color: #47b5ed;
}
.cid-uQM9A0upMN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQM9A0URDH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uQM9A0URDH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQM9A0URDH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQM9A0URDH .mbr-section-title {
  color: #47b5ed;
}
.cid-uQM9A0URDH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQM9A1mlOZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uQM9A1mlOZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQM9A1mlOZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQM9A1mlOZ .mbr-section-title {
  color: #47b5ed;
}
.cid-uQM9A1mlOZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQM9A1KdHQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uQM9A1KdHQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQM9A1KdHQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQM9A1KdHQ .mbr-section-title {
  color: #47b5ed;
}
.cid-uQM9A1KdHQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRmBepy53C {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uRmBepy53C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRmBepy53C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRmBepy53C .mbr-section-title {
  color: #47b5ed;
}
.cid-uRmBepy53C .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRyeQDfQER {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uRyeQDfQER .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRyeQDfQER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRyeQDfQER .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRyeQDfQER .row {
    text-align: center;
  }
  .cid-uRyeQDfQER .row > div {
    margin: auto;
  }
  .cid-uRyeQDfQER .social-row {
    justify-content: center;
  }
}
.cid-uRyeQDfQER .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRyeQDfQER .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRyeQDfQER .list {
    margin-bottom: 0rem;
  }
}
.cid-uRyeQDfQER .mbr-text {
  color: #ffffff;
}
.cid-uRyeQDfQER .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-uRyeQDfQER .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uRyeQDfQER .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-uQT3Bxuqm9 .navbar-dropdown {
  position: relative !important;
}
.cid-uQT3Bxuqm9 .navbar-dropdown {
  position: absolute !important;
}
.cid-uQT3Bxuqm9 .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-uQT3Bxuqm9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQT3Bxuqm9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQT3Bxuqm9 .dropdown-item:hover,
.cid-uQT3Bxuqm9 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uQT3Bxuqm9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQT3Bxuqm9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQT3Bxuqm9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQT3Bxuqm9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQT3Bxuqm9 .nav-link {
  position: relative;
}
.cid-uQT3Bxuqm9 .container {
  display: flex;
  margin: auto;
}
.cid-uQT3Bxuqm9 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQT3Bxuqm9 .dropdown-menu,
.cid-uQT3Bxuqm9 .navbar.opened {
  background: #232323 !important;
}
.cid-uQT3Bxuqm9 .nav-item:focus,
.cid-uQT3Bxuqm9 .nav-link:focus {
  outline: none;
}
.cid-uQT3Bxuqm9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQT3Bxuqm9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQT3Bxuqm9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQT3Bxuqm9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQT3Bxuqm9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQT3Bxuqm9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQT3Bxuqm9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.2);
}
.cid-uQT3Bxuqm9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uQT3Bxuqm9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQT3Bxuqm9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uQT3Bxuqm9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQT3Bxuqm9 .navbar.collapsed {
  justify-content: center;
}
.cid-uQT3Bxuqm9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQT3Bxuqm9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQT3Bxuqm9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uQT3Bxuqm9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQT3Bxuqm9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQT3Bxuqm9 .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-uQT3Bxuqm9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQT3Bxuqm9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQT3Bxuqm9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQT3Bxuqm9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQT3Bxuqm9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQT3Bxuqm9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQT3Bxuqm9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQT3Bxuqm9 .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-uQT3Bxuqm9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQT3Bxuqm9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQT3Bxuqm9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQT3Bxuqm9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQT3Bxuqm9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQT3Bxuqm9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQT3Bxuqm9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQT3Bxuqm9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQT3Bxuqm9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQT3Bxuqm9 .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-uQT3Bxuqm9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQT3Bxuqm9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQT3Bxuqm9 .dropdown-item.active,
.cid-uQT3Bxuqm9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQT3Bxuqm9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQT3Bxuqm9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQT3Bxuqm9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQT3Bxuqm9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uQT3Bxuqm9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQT3Bxuqm9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQT3Bxuqm9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQT3Bxuqm9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQT3Bxuqm9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQT3Bxuqm9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQT3Bxuqm9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQT3Bxuqm9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQT3Bxuqm9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQT3Bxuqm9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQT3Bxuqm9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQT3Bxuqm9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQT3Bxuqm9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQT3Bxuqm9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQT3Bxuqm9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQT3Bxuqm9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQT3Bxuqm9 .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-uQT3Bxuqm9 .navbar {
    height: 70px;
  }
  .cid-uQT3Bxuqm9 .navbar.opened {
    height: auto;
  }
  .cid-uQT3Bxuqm9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQT3ByfII2 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/oso-aruba-jeep-tours-faqs.webp");
}
.cid-uQT3ByfII2 .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-uQT3ByfII2 .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-uQT3ByfII2 .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-uQT3ByfII2 .mbr-text {
  color: #ffffff;
}
.cid-uQT3ByfII2 .card {
  padding-bottom: 1.5rem;
}
.cid-uQT3ByfII2 .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uQT3ByfII2 .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uQT3ByfII2 .card-wrapper .card-title {
  color: #ffffff;
}
.cid-uQT3ByfII2 H1 {
  color: #ffffff;
}
.cid-uQT3ByfII2 .mbr-text,
.cid-uQT3ByfII2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uQT3ByfII2 .card-wrapper .card-title,
.cid-uQT3ByfII2 .card-box {
  color: #ffffff;
}
.cid-uQT4074AzR {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQT4074AzR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQT4074AzR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQT4074AzR .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uQT4074AzR .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uQT4074AzR .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #000000;
}
.cid-uQT4074AzR .panel-body,
.cid-uQT4074AzR .card-header {
  padding: 1rem 0;
}
.cid-uQT4074AzR .panel-title-edit {
  color: #232323;
}
.cid-uQT4074AzR H3 {
  color: #22a5e5;
}
.cid-uQT4074AzR H4 {
  color: #000000;
}
.cid-uRyeQDfQER {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uRyeQDfQER .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRyeQDfQER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRyeQDfQER .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRyeQDfQER .row {
    text-align: center;
  }
  .cid-uRyeQDfQER .row > div {
    margin: auto;
  }
  .cid-uRyeQDfQER .social-row {
    justify-content: center;
  }
}
.cid-uRyeQDfQER .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRyeQDfQER .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRyeQDfQER .list {
    margin-bottom: 0rem;
  }
}
.cid-uRyeQDfQER .mbr-text {
  color: #ffffff;
}
.cid-uRyeQDfQER .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-uRyeQDfQER .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uRyeQDfQER .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-uQWb00S9gS .navbar-dropdown {
  position: relative !important;
}
.cid-uQWb00S9gS .navbar-dropdown {
  position: absolute !important;
}
.cid-uQWb00S9gS .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-uQWb00S9gS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQWb00S9gS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQWb00S9gS .dropdown-item:hover,
.cid-uQWb00S9gS .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uQWb00S9gS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQWb00S9gS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQWb00S9gS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQWb00S9gS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQWb00S9gS .nav-link {
  position: relative;
}
.cid-uQWb00S9gS .container {
  display: flex;
  margin: auto;
}
.cid-uQWb00S9gS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQWb00S9gS .dropdown-menu,
.cid-uQWb00S9gS .navbar.opened {
  background: #232323 !important;
}
.cid-uQWb00S9gS .nav-item:focus,
.cid-uQWb00S9gS .nav-link:focus {
  outline: none;
}
.cid-uQWb00S9gS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQWb00S9gS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQWb00S9gS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQWb00S9gS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQWb00S9gS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQWb00S9gS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQWb00S9gS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.2);
}
.cid-uQWb00S9gS .navbar.opened {
  transition: all 0.3s;
}
.cid-uQWb00S9gS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQWb00S9gS .navbar .navbar-logo img {
  width: auto;
}
.cid-uQWb00S9gS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQWb00S9gS .navbar.collapsed {
  justify-content: center;
}
.cid-uQWb00S9gS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQWb00S9gS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQWb00S9gS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uQWb00S9gS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQWb00S9gS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQWb00S9gS .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-uQWb00S9gS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQWb00S9gS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQWb00S9gS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQWb00S9gS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQWb00S9gS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQWb00S9gS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQWb00S9gS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQWb00S9gS .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-uQWb00S9gS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQWb00S9gS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQWb00S9gS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQWb00S9gS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQWb00S9gS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQWb00S9gS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQWb00S9gS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQWb00S9gS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQWb00S9gS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQWb00S9gS .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-uQWb00S9gS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQWb00S9gS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQWb00S9gS .dropdown-item.active,
.cid-uQWb00S9gS .dropdown-item:active {
  background-color: transparent;
}
.cid-uQWb00S9gS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQWb00S9gS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQWb00S9gS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQWb00S9gS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uQWb00S9gS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQWb00S9gS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQWb00S9gS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQWb00S9gS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQWb00S9gS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQWb00S9gS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uQWb00S9gS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQWb00S9gS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQWb00S9gS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQWb00S9gS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQWb00S9gS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWb00S9gS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQWb00S9gS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQWb00S9gS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWb00S9gS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQWb00S9gS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQWb00S9gS .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-uQWb00S9gS .navbar {
    height: 70px;
  }
  .cid-uQWb00S9gS .navbar.opened {
    height: auto;
  }
  .cid-uQWb00S9gS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQWy2on3Gr {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/85d08f03-aee0-4902-9360-48075a4fde9a.webp");
}
.cid-uQWy2on3Gr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWy2on3Gr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWbWq0OXi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
@media (min-width: 992px) {
  .cid-uQWbWq0OXi .carousel {
    min-height: 800px;
  }
  .cid-uQWbWq0OXi .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQWbWq0OXi .carousel {
    min-height: 520px;
  }
  .cid-uQWbWq0OXi .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uQWbWq0OXi .carousel {
    min-height: 440px;
  }
  .cid-uQWbWq0OXi .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uQWbWq0OXi .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uQWbWq0OXi .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uQWbWq0OXi .carousel,
.cid-uQWbWq0OXi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uQWbWq0OXi .item-wrapper {
  width: 100%;
}
.cid-uQWbWq0OXi .carousel-caption {
  bottom: 40px;
}
.cid-uQWbWq0OXi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uQWbWq0OXi .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uQWbWq0OXi .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uQWbWq0OXi .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQWbWq0OXi .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-uQWbWq0OXi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uQWbWq0OXi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQWbWq0OXi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uQWbWq0OXi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uQWbWq0OXi .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-uQWbWq0OXi .carousel-indicators li.active,
.cid-uQWbWq0OXi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uQWbWq0OXi .carousel-indicators li::after,
.cid-uQWbWq0OXi .carousel-indicators li::before {
  content: none;
}
.cid-uQWbWq0OXi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uQWbWq0OXi .carousel-indicators {
    display: none !important;
  }
}
.cid-uRyeQDfQER {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uRyeQDfQER .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRyeQDfQER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRyeQDfQER .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRyeQDfQER .row {
    text-align: center;
  }
  .cid-uRyeQDfQER .row > div {
    margin: auto;
  }
  .cid-uRyeQDfQER .social-row {
    justify-content: center;
  }
}
.cid-uRyeQDfQER .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRyeQDfQER .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRyeQDfQER .list {
    margin-bottom: 0rem;
  }
}
.cid-uRyeQDfQER .mbr-text {
  color: #ffffff;
}
.cid-uRyeQDfQER .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-uRyeQDfQER .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uRyeQDfQER .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-uRbDYU5GLX .navbar-dropdown {
  position: relative !important;
}
.cid-uRbDYU5GLX .navbar-dropdown {
  position: absolute !important;
}
.cid-uRbDYU5GLX .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-uRbDYU5GLX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRbDYU5GLX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRbDYU5GLX .dropdown-item:hover,
.cid-uRbDYU5GLX .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uRbDYU5GLX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRbDYU5GLX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRbDYU5GLX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRbDYU5GLX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRbDYU5GLX .nav-link {
  position: relative;
}
.cid-uRbDYU5GLX .container {
  display: flex;
  margin: auto;
}
.cid-uRbDYU5GLX .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRbDYU5GLX .dropdown-menu,
.cid-uRbDYU5GLX .navbar.opened {
  background: #232323 !important;
}
.cid-uRbDYU5GLX .nav-item:focus,
.cid-uRbDYU5GLX .nav-link:focus {
  outline: none;
}
.cid-uRbDYU5GLX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRbDYU5GLX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRbDYU5GLX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRbDYU5GLX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRbDYU5GLX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRbDYU5GLX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRbDYU5GLX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.2);
}
.cid-uRbDYU5GLX .navbar.opened {
  transition: all 0.3s;
}
.cid-uRbDYU5GLX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRbDYU5GLX .navbar .navbar-logo img {
  width: auto;
}
.cid-uRbDYU5GLX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRbDYU5GLX .navbar.collapsed {
  justify-content: center;
}
.cid-uRbDYU5GLX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRbDYU5GLX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRbDYU5GLX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uRbDYU5GLX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRbDYU5GLX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRbDYU5GLX .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-uRbDYU5GLX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRbDYU5GLX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRbDYU5GLX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRbDYU5GLX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRbDYU5GLX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRbDYU5GLX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRbDYU5GLX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRbDYU5GLX .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-uRbDYU5GLX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRbDYU5GLX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRbDYU5GLX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRbDYU5GLX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRbDYU5GLX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRbDYU5GLX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRbDYU5GLX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRbDYU5GLX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRbDYU5GLX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRbDYU5GLX .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-uRbDYU5GLX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRbDYU5GLX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRbDYU5GLX .dropdown-item.active,
.cid-uRbDYU5GLX .dropdown-item:active {
  background-color: transparent;
}
.cid-uRbDYU5GLX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRbDYU5GLX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRbDYU5GLX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRbDYU5GLX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uRbDYU5GLX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRbDYU5GLX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRbDYU5GLX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRbDYU5GLX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRbDYU5GLX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRbDYU5GLX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRbDYU5GLX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRbDYU5GLX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRbDYU5GLX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRbDYU5GLX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRbDYU5GLX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRbDYU5GLX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRbDYU5GLX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRbDYU5GLX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRbDYU5GLX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRbDYU5GLX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRbDYU5GLX .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-uRbDYU5GLX .navbar {
    height: 70px;
  }
  .cid-uRbDYU5GLX .navbar.opened {
    height: auto;
  }
  .cid-uRbDYU5GLX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRdxMAaISP {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/oso-aruba-jeep-tours.webp");
}
.cid-uRdxMAaISP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdxMAaISP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdyf5j5Rd {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uRdyf5j5Rd img,
.cid-uRdyf5j5Rd .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uRdyf5j5Rd .item:focus,
.cid-uRdyf5j5Rd span:focus {
  outline: none;
}
.cid-uRdyf5j5Rd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uRdyf5j5Rd .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uRdyf5j5Rd .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uRdyf5j5Rd .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRdyf5j5Rd .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uRdyf5j5Rd .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uRdyf5j5Rd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uRdyf5j5Rd .mbr-section-title {
  color: #22a5e5;
}
.cid-uRdyf5j5Rd .mbr-text,
.cid-uRdyf5j5Rd .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uRdyf5j5Rd .item-title {
  text-align: center;
  color: #22a5e5;
}
.cid-uRdyf5j5Rd .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uRdyf5j5Rd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRbDYWrUjW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uRbDYWrUjW .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uRbDYWrUjW .mbr-text {
  color: #ffffff;
}
.cid-uRbDYWNZ8H {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uRbDYWNZ8H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRbDYWNZ8H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRbDYWNZ8H .mbr-section-title {
  color: #47b5ed;
}
.cid-uRbDYWNZ8H .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRbDYXc8h9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uRbDYXc8h9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRbDYXc8h9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRbDYXc8h9 .mbr-section-title {
  color: #47b5ed;
}
.cid-uRbDYXc8h9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRbDYXEi0I {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uRbDYXEi0I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRbDYXEi0I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRbDYXEi0I .mbr-section-title {
  color: #47b5ed;
}
.cid-uRbDYXEi0I .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRbDYY6FY8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uRbDYY6FY8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRbDYY6FY8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRbDYY6FY8 .mbr-section-title {
  color: #47b5ed;
}
.cid-uRbDYY6FY8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRyeQDfQER {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uRyeQDfQER .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRyeQDfQER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRyeQDfQER .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRyeQDfQER .row {
    text-align: center;
  }
  .cid-uRyeQDfQER .row > div {
    margin: auto;
  }
  .cid-uRyeQDfQER .social-row {
    justify-content: center;
  }
}
.cid-uRyeQDfQER .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRyeQDfQER .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRyeQDfQER .list {
    margin-bottom: 0rem;
  }
}
.cid-uRyeQDfQER .mbr-text {
  color: #ffffff;
}
.cid-uRyeQDfQER .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-uRyeQDfQER .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uRyeQDfQER .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-uRbE7UceQE .navbar-dropdown {
  position: relative !important;
}
.cid-uRbE7UceQE .navbar-dropdown {
  position: absolute !important;
}
.cid-uRbE7UceQE .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-uRbE7UceQE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRbE7UceQE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRbE7UceQE .dropdown-item:hover,
.cid-uRbE7UceQE .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uRbE7UceQE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRbE7UceQE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRbE7UceQE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRbE7UceQE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRbE7UceQE .nav-link {
  position: relative;
}
.cid-uRbE7UceQE .container {
  display: flex;
  margin: auto;
}
.cid-uRbE7UceQE .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRbE7UceQE .dropdown-menu,
.cid-uRbE7UceQE .navbar.opened {
  background: #232323 !important;
}
.cid-uRbE7UceQE .nav-item:focus,
.cid-uRbE7UceQE .nav-link:focus {
  outline: none;
}
.cid-uRbE7UceQE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRbE7UceQE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRbE7UceQE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRbE7UceQE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRbE7UceQE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRbE7UceQE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRbE7UceQE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.2);
}
.cid-uRbE7UceQE .navbar.opened {
  transition: all 0.3s;
}
.cid-uRbE7UceQE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRbE7UceQE .navbar .navbar-logo img {
  width: auto;
}
.cid-uRbE7UceQE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRbE7UceQE .navbar.collapsed {
  justify-content: center;
}
.cid-uRbE7UceQE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRbE7UceQE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRbE7UceQE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uRbE7UceQE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRbE7UceQE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRbE7UceQE .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-uRbE7UceQE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRbE7UceQE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRbE7UceQE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRbE7UceQE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRbE7UceQE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRbE7UceQE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRbE7UceQE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRbE7UceQE .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-uRbE7UceQE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRbE7UceQE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRbE7UceQE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRbE7UceQE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRbE7UceQE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRbE7UceQE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRbE7UceQE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRbE7UceQE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRbE7UceQE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRbE7UceQE .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-uRbE7UceQE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRbE7UceQE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRbE7UceQE .dropdown-item.active,
.cid-uRbE7UceQE .dropdown-item:active {
  background-color: transparent;
}
.cid-uRbE7UceQE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRbE7UceQE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRbE7UceQE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRbE7UceQE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uRbE7UceQE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRbE7UceQE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRbE7UceQE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRbE7UceQE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRbE7UceQE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRbE7UceQE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRbE7UceQE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRbE7UceQE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRbE7UceQE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRbE7UceQE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRbE7UceQE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRbE7UceQE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRbE7UceQE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRbE7UceQE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRbE7UceQE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRbE7UceQE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRbE7UceQE .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-uRbE7UceQE .navbar {
    height: 70px;
  }
  .cid-uRbE7UceQE .navbar.opened {
    height: auto;
  }
  .cid-uRbE7UceQE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRbXBRhPZ3 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/oso-aruba-jeep-tours-gallery-12.webp");
}
.cid-uRbXBRhPZ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRbXBRhPZ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRbSk5DJbJ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uRbSk5DJbJ img,
.cid-uRbSk5DJbJ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uRbSk5DJbJ .item:focus,
.cid-uRbSk5DJbJ span:focus {
  outline: none;
}
.cid-uRbSk5DJbJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uRbSk5DJbJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uRbSk5DJbJ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uRbSk5DJbJ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRbSk5DJbJ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uRbSk5DJbJ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uRbSk5DJbJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uRbSk5DJbJ .mbr-section-title {
  color: #22a5e5;
}
.cid-uRbSk5DJbJ .mbr-text,
.cid-uRbSk5DJbJ .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uRbSk5DJbJ .item-title {
  text-align: center;
  color: #22a5e5;
}
.cid-uRbSk5DJbJ .item-subtitle {
  text-align: center;
  color: #353535;
}
.cid-uRbSk5DJbJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRbE7WOvce {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uRbE7WOvce .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uRbE7WOvce .mbr-text {
  color: #ffffff;
}
.cid-uRbE7X689D {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uRbE7X689D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRbE7X689D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRbE7X689D .mbr-section-title {
  color: #47b5ed;
}
.cid-uRbE7X689D .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRbE7XwAN5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uRbE7XwAN5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRbE7XwAN5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRbE7XwAN5 .mbr-section-title {
  color: #47b5ed;
}
.cid-uRbE7XwAN5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRbE7XWXXN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uRbE7XWXXN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRbE7XWXXN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRbE7XWXXN .mbr-section-title {
  color: #47b5ed;
}
.cid-uRbE7XWXXN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRbE7YpNro {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uRbE7YpNro .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRbE7YpNro .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRbE7YpNro .mbr-section-title {
  color: #47b5ed;
}
.cid-uRbE7YpNro .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRlPfWo8dL {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uRlPfWo8dL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRlPfWo8dL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRlPfWo8dL .mbr-section-title {
  color: #47b5ed;
}
.cid-uRlPfWo8dL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRyeQDfQER {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uRyeQDfQER .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRyeQDfQER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRyeQDfQER .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRyeQDfQER .row {
    text-align: center;
  }
  .cid-uRyeQDfQER .row > div {
    margin: auto;
  }
  .cid-uRyeQDfQER .social-row {
    justify-content: center;
  }
}
.cid-uRyeQDfQER .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRyeQDfQER .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRyeQDfQER .list {
    margin-bottom: 0rem;
  }
}
.cid-uRyeQDfQER .mbr-text {
  color: #ffffff;
}
.cid-uRyeQDfQER .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-uRyeQDfQER .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uRyeQDfQER .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-uRlIXWylkF .navbar-dropdown {
  position: relative !important;
}
.cid-uRlIXWylkF .navbar-dropdown {
  position: absolute !important;
}
.cid-uRlIXWylkF .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-uRlIXWylkF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRlIXWylkF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRlIXWylkF .dropdown-item:hover,
.cid-uRlIXWylkF .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uRlIXWylkF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRlIXWylkF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRlIXWylkF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRlIXWylkF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRlIXWylkF .nav-link {
  position: relative;
}
.cid-uRlIXWylkF .container {
  display: flex;
  margin: auto;
}
.cid-uRlIXWylkF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRlIXWylkF .dropdown-menu,
.cid-uRlIXWylkF .navbar.opened {
  background: #232323 !important;
}
.cid-uRlIXWylkF .nav-item:focus,
.cid-uRlIXWylkF .nav-link:focus {
  outline: none;
}
.cid-uRlIXWylkF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRlIXWylkF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRlIXWylkF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRlIXWylkF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRlIXWylkF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRlIXWylkF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRlIXWylkF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.2);
}
.cid-uRlIXWylkF .navbar.opened {
  transition: all 0.3s;
}
.cid-uRlIXWylkF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRlIXWylkF .navbar .navbar-logo img {
  width: auto;
}
.cid-uRlIXWylkF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRlIXWylkF .navbar.collapsed {
  justify-content: center;
}
.cid-uRlIXWylkF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRlIXWylkF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRlIXWylkF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uRlIXWylkF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRlIXWylkF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRlIXWylkF .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-uRlIXWylkF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRlIXWylkF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRlIXWylkF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRlIXWylkF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRlIXWylkF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRlIXWylkF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRlIXWylkF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRlIXWylkF .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-uRlIXWylkF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRlIXWylkF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRlIXWylkF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRlIXWylkF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRlIXWylkF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRlIXWylkF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRlIXWylkF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRlIXWylkF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRlIXWylkF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRlIXWylkF .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-uRlIXWylkF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRlIXWylkF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRlIXWylkF .dropdown-item.active,
.cid-uRlIXWylkF .dropdown-item:active {
  background-color: transparent;
}
.cid-uRlIXWylkF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRlIXWylkF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRlIXWylkF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRlIXWylkF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uRlIXWylkF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRlIXWylkF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRlIXWylkF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRlIXWylkF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRlIXWylkF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRlIXWylkF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRlIXWylkF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRlIXWylkF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRlIXWylkF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRlIXWylkF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRlIXWylkF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRlIXWylkF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRlIXWylkF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRlIXWylkF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRlIXWylkF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRlIXWylkF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRlIXWylkF .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-uRlIXWylkF .navbar {
    height: 70px;
  }
  .cid-uRlIXWylkF .navbar.opened {
    height: auto;
  }
  .cid-uRlIXWylkF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRlIXXdkab {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/oso-aruba-jeep-tours-gallery-13.webp");
}
.cid-uRlIXXdkab .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRlIXXdkab .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRlIXXEUpq {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uRlIXXEUpq img,
.cid-uRlIXXEUpq .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uRlIXXEUpq .item:focus,
.cid-uRlIXXEUpq span:focus {
  outline: none;
}
.cid-uRlIXXEUpq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uRlIXXEUpq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uRlIXXEUpq .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uRlIXXEUpq .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRlIXXEUpq .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uRlIXXEUpq .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uRlIXXEUpq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uRlIXXEUpq .mbr-section-title {
  color: #22a5e5;
}
.cid-uRlIXXEUpq .mbr-text,
.cid-uRlIXXEUpq .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uRlIXXEUpq .item-title {
  text-align: center;
  color: #22a5e5;
}
.cid-uRlIXXEUpq .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uRlIXXEUpq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRlIXYJg55 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uRlIXYJg55 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uRlIXYJg55 .mbr-text {
  color: #ffffff;
}
.cid-uRlIXZ2Akh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uRlIXZ2Akh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRlIXZ2Akh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRlIXZ2Akh .mbr-section-title {
  color: #47b5ed;
}
.cid-uRlIXZ2Akh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRlIXZrz6W {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uRlIXZrz6W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRlIXZrz6W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRlIXZrz6W .mbr-section-title {
  color: #47b5ed;
}
.cid-uRlIXZrz6W .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRlIXZOCi8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uRlIXZOCi8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRlIXZOCi8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRlIXZOCi8 .mbr-section-title {
  color: #47b5ed;
}
.cid-uRlIXZOCi8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRlIY0fi4X {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uRlIY0fi4X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRlIY0fi4X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRlIY0fi4X .mbr-section-title {
  color: #47b5ed;
}
.cid-uRlIY0fi4X .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRlOrj2dxc {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uRlOrj2dxc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRlOrj2dxc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRlOrj2dxc .mbr-section-title {
  color: #47b5ed;
}
.cid-uRlOrj2dxc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRyeQDfQER {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uRyeQDfQER .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRyeQDfQER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRyeQDfQER .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRyeQDfQER .row {
    text-align: center;
  }
  .cid-uRyeQDfQER .row > div {
    margin: auto;
  }
  .cid-uRyeQDfQER .social-row {
    justify-content: center;
  }
}
.cid-uRyeQDfQER .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRyeQDfQER .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRyeQDfQER .list {
    margin-bottom: 0rem;
  }
}
.cid-uRyeQDfQER .mbr-text {
  color: #ffffff;
}
.cid-uRyeQDfQER .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-uRyeQDfQER .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uRyeQDfQER .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-uRydHrjISi .navbar-dropdown {
  position: relative !important;
}
.cid-uRydHrjISi .navbar-dropdown {
  position: absolute !important;
}
.cid-uRydHrjISi .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-uRydHrjISi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRydHrjISi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRydHrjISi .dropdown-item:hover,
.cid-uRydHrjISi .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uRydHrjISi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRydHrjISi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRydHrjISi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRydHrjISi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRydHrjISi .nav-link {
  position: relative;
}
.cid-uRydHrjISi .container {
  display: flex;
  margin: auto;
}
.cid-uRydHrjISi .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRydHrjISi .dropdown-menu,
.cid-uRydHrjISi .navbar.opened {
  background: #232323 !important;
}
.cid-uRydHrjISi .nav-item:focus,
.cid-uRydHrjISi .nav-link:focus {
  outline: none;
}
.cid-uRydHrjISi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRydHrjISi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRydHrjISi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRydHrjISi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRydHrjISi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRydHrjISi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRydHrjISi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.2);
}
.cid-uRydHrjISi .navbar.opened {
  transition: all 0.3s;
}
.cid-uRydHrjISi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRydHrjISi .navbar .navbar-logo img {
  width: auto;
}
.cid-uRydHrjISi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRydHrjISi .navbar.collapsed {
  justify-content: center;
}
.cid-uRydHrjISi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRydHrjISi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRydHrjISi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uRydHrjISi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRydHrjISi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRydHrjISi .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-uRydHrjISi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRydHrjISi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRydHrjISi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRydHrjISi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRydHrjISi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRydHrjISi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRydHrjISi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRydHrjISi .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-uRydHrjISi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRydHrjISi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRydHrjISi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRydHrjISi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRydHrjISi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRydHrjISi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRydHrjISi .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRydHrjISi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRydHrjISi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRydHrjISi .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-uRydHrjISi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRydHrjISi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRydHrjISi .dropdown-item.active,
.cid-uRydHrjISi .dropdown-item:active {
  background-color: transparent;
}
.cid-uRydHrjISi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRydHrjISi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRydHrjISi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRydHrjISi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uRydHrjISi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRydHrjISi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRydHrjISi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRydHrjISi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRydHrjISi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRydHrjISi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRydHrjISi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRydHrjISi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRydHrjISi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRydHrjISi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRydHrjISi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRydHrjISi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRydHrjISi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRydHrjISi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRydHrjISi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRydHrjISi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRydHrjISi .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-uRydHrjISi .navbar {
    height: 70px;
  }
  .cid-uRydHrjISi .navbar.opened {
    height: auto;
  }
  .cid-uRydHrjISi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRydHrWOsM {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/oso-jeep-tour-island-aruba.webp");
}
.cid-uRydHrWOsM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRydHrWOsM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRydHssDS5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uRydHssDS5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRydHssDS5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRydHssDS5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRydHssDS5 .mbr-section-title {
  color: #22a5e5;
}
.cid-uRydHsUVFm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uRydHsUVFm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRydHsUVFm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRydHsUVFm .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uRydHsUVFm .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uRydHsUVFm .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uRydHsUVFm .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uRydHsUVFm .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-uRydHsUVFm .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-uRydHsUVFm .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-uRydHsUVFm .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-uRydHsUVFm .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uRydHsUVFm .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uRydHsUVFm .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-uRydHsUVFm .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-uRydHsUVFm .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uRydHsUVFm .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uRydHsUVFm [class^="socicon-"]:before,
.cid-uRydHsUVFm [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uRydHsUVFm .mbr-section-title,
.cid-uRydHsUVFm .mbr-social-likes {
  color: #ffffff;
}
.cid-uRydHthDtO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uRydHthDtO img,
.cid-uRydHthDtO .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uRydHthDtO .item:focus,
.cid-uRydHthDtO span:focus {
  outline: none;
}
.cid-uRydHthDtO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uRydHthDtO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uRydHthDtO .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uRydHthDtO .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRydHthDtO .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uRydHthDtO .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uRydHthDtO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uRydHthDtO .mbr-section-title {
  color: #22a5e5;
}
.cid-uRydHthDtO .mbr-text,
.cid-uRydHthDtO .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uRydHthDtO .item-title {
  text-align: center;
  color: #22a5e5;
}
.cid-uRydHthDtO .item-subtitle {
  text-align: left;
}
.cid-uRydHthDtO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRydHtWRk0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uRydHtWRk0 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uRydHtWRk0 .mbr-text {
  color: #ffffff;
}
.cid-uRydHugjSy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uRydHugjSy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRydHugjSy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRydHugjSy .mbr-section-title {
  color: #47b5ed;
}
.cid-uRydHugjSy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRydHuLIbs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uRydHuLIbs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRydHuLIbs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRydHuLIbs .mbr-section-title {
  color: #47b5ed;
}
.cid-uRydHuLIbs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRydHvbkFc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uRydHvbkFc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRydHvbkFc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRydHvbkFc .mbr-section-title {
  color: #47b5ed;
}
.cid-uRydHvbkFc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRydHvBMoE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uRydHvBMoE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRydHvBMoE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRydHvBMoE .mbr-section-title {
  color: #47b5ed;
}
.cid-uRydHvBMoE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRydHw0JvJ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uRydHw0JvJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRydHw0JvJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRydHw0JvJ .mbr-section-title {
  color: #47b5ed;
}
.cid-uRydHw0JvJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRyeQDfQER {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uRyeQDfQER .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRyeQDfQER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRyeQDfQER .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRyeQDfQER .row {
    text-align: center;
  }
  .cid-uRyeQDfQER .row > div {
    margin: auto;
  }
  .cid-uRyeQDfQER .social-row {
    justify-content: center;
  }
}
.cid-uRyeQDfQER .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRyeQDfQER .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRyeQDfQER .list {
    margin-bottom: 0rem;
  }
}
.cid-uRyeQDfQER .mbr-text {
  color: #ffffff;
}
.cid-uRyeQDfQER .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-uRyeQDfQER .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uRyeQDfQER div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uRyeQDfQER .mbr-section-subtitle {
  color: #22a5e5;
}
.cid-uREOWe1Mts .navbar-dropdown {
  position: relative !important;
}
.cid-uREOWe1Mts .navbar-dropdown {
  position: absolute !important;
}
.cid-uREOWe1Mts .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-uREOWe1Mts .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uREOWe1Mts .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uREOWe1Mts .dropdown-item:hover,
.cid-uREOWe1Mts .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uREOWe1Mts .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uREOWe1Mts .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uREOWe1Mts .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uREOWe1Mts .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uREOWe1Mts .nav-link {
  position: relative;
}
.cid-uREOWe1Mts .container {
  display: flex;
  margin: auto;
}
.cid-uREOWe1Mts .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uREOWe1Mts .dropdown-menu,
.cid-uREOWe1Mts .navbar.opened {
  background: #232323 !important;
}
.cid-uREOWe1Mts .nav-item:focus,
.cid-uREOWe1Mts .nav-link:focus {
  outline: none;
}
.cid-uREOWe1Mts .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uREOWe1Mts .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uREOWe1Mts .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uREOWe1Mts .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uREOWe1Mts .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uREOWe1Mts .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uREOWe1Mts .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(35, 35, 35, 0.2);
}
.cid-uREOWe1Mts .navbar.opened {
  transition: all 0.3s;
}
.cid-uREOWe1Mts .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uREOWe1Mts .navbar .navbar-logo img {
  width: auto;
}
.cid-uREOWe1Mts .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uREOWe1Mts .navbar.collapsed {
  justify-content: center;
}
.cid-uREOWe1Mts .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uREOWe1Mts .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uREOWe1Mts .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uREOWe1Mts .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uREOWe1Mts .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uREOWe1Mts .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-uREOWe1Mts .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uREOWe1Mts .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uREOWe1Mts .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uREOWe1Mts .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uREOWe1Mts .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uREOWe1Mts .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uREOWe1Mts .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uREOWe1Mts .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-uREOWe1Mts .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uREOWe1Mts .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uREOWe1Mts .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uREOWe1Mts .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uREOWe1Mts .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uREOWe1Mts .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uREOWe1Mts .navbar.navbar-short {
  min-height: 60px;
}
.cid-uREOWe1Mts .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uREOWe1Mts .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uREOWe1Mts .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-uREOWe1Mts .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uREOWe1Mts .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uREOWe1Mts .dropdown-item.active,
.cid-uREOWe1Mts .dropdown-item:active {
  background-color: transparent;
}
.cid-uREOWe1Mts .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uREOWe1Mts .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uREOWe1Mts .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uREOWe1Mts .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uREOWe1Mts .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uREOWe1Mts .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uREOWe1Mts ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uREOWe1Mts .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uREOWe1Mts button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uREOWe1Mts button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uREOWe1Mts button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uREOWe1Mts button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uREOWe1Mts button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uREOWe1Mts button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uREOWe1Mts nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uREOWe1Mts nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uREOWe1Mts nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uREOWe1Mts nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uREOWe1Mts .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uREOWe1Mts a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uREOWe1Mts .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-uREOWe1Mts .navbar {
    height: 70px;
  }
  .cid-uREOWe1Mts .navbar.opened {
    height: auto;
  }
  .cid-uREOWe1Mts .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uREOWeHxWm {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/aruba-jeep-rental-service-oso.webp");
}
.cid-uREOWeHxWm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uREOWeHxWm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uREOWfmRBB {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uREOWfmRBB img,
.cid-uREOWfmRBB .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uREOWfmRBB .item:focus,
.cid-uREOWfmRBB span:focus {
  outline: none;
}
.cid-uREOWfmRBB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uREOWfmRBB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uREOWfmRBB .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uREOWfmRBB .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uREOWfmRBB .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uREOWfmRBB .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uREOWfmRBB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uREOWfmRBB .mbr-section-title {
  color: #22a5e5;
}
.cid-uREOWfmRBB .mbr-text,
.cid-uREOWfmRBB .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uREOWfmRBB .item-title {
  text-align: center;
  color: #22a5e5;
}
.cid-uREOWfmRBB .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uREOWfmRBB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uREOWg1ghK {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uREOWg1ghK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uREOWg1ghK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uREOWg1ghK .mbr-section-title {
  color: #22a5e5;
}
.cid-uREOWg1ghK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uREOWgriKn {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uREOWgriKn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uREOWgriKn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uREOWgriKn .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uREOWgriKn .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uREOWgriKn .row {
    text-align: center;
  }
  .cid-uREOWgriKn .row > div {
    margin: auto;
  }
  .cid-uREOWgriKn .social-row {
    justify-content: center;
  }
}
.cid-uREOWgriKn .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uREOWgriKn .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uREOWgriKn .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uREOWgriKn .list {
    margin-bottom: 0rem;
  }
}
.cid-uREOWgriKn .mbr-text {
  color: #ffffff;
}
.cid-uREOWgriKn .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-uREOWgriKn .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uREOWgriKn div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uREOWgriKn .mbr-section-subtitle {
  color: #22a5e5;
}
